* feat: add more scripts for release creation
* Update scripts/extract-latest-release-notes.js
* fix: replace console.log() with console.warn(), ensure get-version.js is a version by checking against a regex
* chore: add comment to describe the regex
* chore: track package-lock.json
* Pin to old versions for node 14
* Use version range
* Remove unused cached directories
* Temporarily disable other tests
* Temporarily enable only api test
* Enable only some packages
* Test only api packages
* Test trace exporters
* Fix line ordering
* Test all packages except otlp exporters
* Add trace http exporter
* Add trace proto exporter
* Test all but grpc exporters
* chore: use npm workspaces and degrade lerna to v6
* chore: get rid of lerna bootstrap
* chore: use npx
* chore: allow install scripts to setup buf
* chore: fix w3c-integration-test cache key
* chore: fix cache key
* chore: disable resource compat test
* chore: fix node_modules assumptions
* chore: fix hoisted karma issue
* chore: fix markdown linter complaints
* chore: lock @grpc/grpc-js to v1.8.21
* Break caches
* chore: remove cache
* chore: fixup inline commands
---------
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
* chore: removing submodule protos from exporter-collector
* chore: adding submodule opentelemetry-proto to exporter collector
* chore: fixing submodule path
* chore: updating proto to version v0.4.0
* chore: splitting exporter collector into 3 packages - depending on transport layer, updated examples, fixed the metrics collector for proto, fixed bug for label
* chore: fixing bug with controller when shutting down
* chore: ignored files
* chore: fixing submodule links
* chore: lint fixes - seems like some latest updates forcing extend to be in new line
* chore: lint space
* chore: fixing test when waiting to load proto files
* Add typedoc docs
* oops, yarn run docs -> yarn docs
* Fix review comments
- Rename docs to documentation
- Add lerna run docs
* set out to docs/out
* Change out path