-
Notifications
You must be signed in to change notification settings - Fork 542
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
fix(mongodb): mongodb
v6.4.0 & 6.5.0 support
#2001
Merged
trentm
merged 21 commits into
open-telemetry:main
from
david-luna:1983-mongodb-6-4-support
Mar 27, 2024
Merged
Changes from 15 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
fa1235e
fix(instrumentation-mongodb): fix for changes in v6.4.0
david-luna 5093dc7
chore(instrumentation-mongodb): update package-lock.json
david-luna d3f11df
Merge branch 'main' into 1983-mongodb-6-4-support
david-luna aeffcb1
Merge branch 'main' into 1983-mongodb-6-4-support
david-luna b00181b
fix(instrumentation-mongodb): split command patch
david-luna 5ab8eb2
fix(instrumentation-mongodb): fix tests for v3 & v4
david-luna 9a81b73
fix(instrumentation-mongodb): fix lint issues
david-luna 3c9c71a
fix(instrumentation-mongodb): fix lint issues
david-luna 3047517
fix(instrumentation-mongodb): skip v4.17.1 in TAV tests
david-luna a1f13f6
Merge branch 'main' into 1983-mongodb-6-4-support
david-luna 3840067
Merge branch '1983-mongodb-6-4-support' of github.com:david-luna/open…
david-luna eac3c29
fix(instrumentation-mongodb): lazy load mongodb on tests
david-luna 8dfbded
chore(instrumentation-mongodb): fix lint issues
david-luna b34189d
chore(instrumentation-mongodb): fix compile issues
david-luna f904e5e
fix(instrumentation-mongodb): change node version for unit tests
david-luna f0a4afe
Update plugins/node/opentelemetry-instrumentation-mongodb/.tav.yml
david-luna acf3ce1
Merge branch 'main' into 1983-mongodb-6-4-support
pichlermarc 6451531
Update plugins/node/opentelemetry-instrumentation-mongodb/package.json
david-luna b94a954
Merge branch 'main' into 1983-mongodb-6-4-support
david-luna 5cdc148
fix(instrumentation-mongodb): update pacakge.json and coverage config
david-luna 4c1aac9
fix(instrumentation-mongodb): update coverage config
david-luna File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note to reviewers: This was discussion in the OTel JS SIG this week as a fix for the code-coverage check failures. Testing coverage only with node v14 artificially results in coverage looking poor for a unit-test run that skips all or most tests for the (now old) node v14.