-
Notifications
You must be signed in to change notification settings - Fork 621
feat(mongodb): support v5 #1451
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
Merged
haddasbronfman
merged 26 commits into
open-telemetry:main
from
GuillaumeDeconinck:feat/mongodb-support-v5
Jul 4, 2023
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
c4efc68
feat(mongodb): add support for v5
GuillaumeDeconinck 914c399
refactor(mongodb): avoid duplicating code for v4 & v5
GuillaumeDeconinck cded0c1
fix: lint
GuillaumeDeconinck 7d2eead
refactor(mongodb): use range for mongodb version check
GuillaumeDeconinck e9118d3
chore(mongodb): make test commands consistent
GuillaumeDeconinck 5e19d4f
Merge branch 'main' into feat/mongodb-support-v5
haddasbronfman 35004dc
Merge branch 'main' into feat/mongodb-support-v5
GuillaumeDeconinck bae68b1
Merge branch 'main' into feat/mongodb-support-v5
GuillaumeDeconinck bf14bae
refactor(mongodb): adapt code based on main's changes
GuillaumeDeconinck 582c6a4
chore: revert mongodb bump in devDependencies
GuillaumeDeconinck 7a2cf4b
Merge branch 'main' into feat/mongodb-support-v5
GuillaumeDeconinck a74f02d
Merge branch 'main' into feat/mongodb-support-v5
pichlermarc e95ddbf
refactor: adapt code based on comments
GuillaumeDeconinck 997c642
chore: re-use old order for tests suites
GuillaumeDeconinck e91dfe0
refactor: simply metrics tests
GuillaumeDeconinck 9eacbf0
test: fix DB name in v5 tests
GuillaumeDeconinck 6f740e7
Merge branch 'main' into feat/mongodb-support-v5
haddasbronfman eb63033
chore: revert MongoDB to 3.6.11 in package.json
GuillaumeDeconinck f123719
test: fix compilation issue due to different signatures (v3 vs v5)
GuillaumeDeconinck ea1e82f
Merge branch 'main' into feat/mongodb-support-v5
GuillaumeDeconinck f24648f
Merge branch 'main' into feat/mongodb-support-v5
GuillaumeDeconinck ff4f310
Merge branch 'main' into feat/mongodb-support-v5
pichlermarc 669c57d
Merge branch 'main' into feat/mongodb-support-v5
pichlermarc 4afcd91
Merge branch 'main' into feat/mongodb-support-v5
pichlermarc f23eeac
Merge branch 'main' into feat/mongodb-support-v5
GuillaumeDeconinck df6c722
fix: lint
pichlermarc 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,11 @@ | ||
| mongodb: | ||
| jobs: | ||
| - versions: ">=3.3 <4" | ||
| commands: npm run test | ||
| commands: npm run test-v3 | ||
| - versions: ">=4 <5" | ||
| commands: npm run test-new-versions | ||
| commands: npm run test-v4 | ||
| - versions: ">=5 <6" | ||
| commands: npm run test-v5 | ||
|
|
||
| # Fix missing `contrib-test-utils` package | ||
| pretest: npm run --prefix ../../../ lerna:link |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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.
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.
Uh oh!
There was an error while loading. Please reload this page.