-
Notifications
You must be signed in to change notification settings - Fork 825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[next] merge main #4308
[next] merge main #4308
Conversation
* 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 <[email protected]>
Co-authored-by: Chengzhong Wu <[email protected]>
Co-authored-by: Marc Pichler <[email protected]>
Co-authored-by: Marc Pichler <[email protected]>
Co-authored-by: Marc Pichler <[email protected]>
…-telemetry#4218) Co-authored-by: Marc Pichler <[email protected]>
Co-authored-by: Marc Pichler <[email protected]>
…le (open-telemetry#4268) Co-authored-by: Marc Pichler <[email protected]>
…n-telemetry#4195) Co-authored-by: Marc Pichler <[email protected]>
…y attributes (open-telemetry#4277) Co-authored-by: artahmetaj <[email protected]>
) Co-authored-by: Marc Pichler <[email protected]>
…ript (open-telemetry#4275) Co-authored-by: Trent Mick <[email protected]>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## next #4308 +/- ##
=======================================
Coverage ? 92.30%
=======================================
Files ? 330
Lines ? 9424
Branches ? 1998
=======================================
Hits ? 8699
Misses ? 725
Partials ? 0 |
I'm going to try to merge this with a merge commit instead of a squash to try to get the histories between branches to look nice again. All work here is previously reviewed. |
Update with latest changes from main