-
Notifications
You must be signed in to change notification settings - Fork 1.7k
To prefer MongoClient instead of Connection class in PyMongo #893
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
Closed
puentesarrin
wants to merge
3
commits into
mongodb:master
from
puentesarrin:product-catalog-mongoclient
Closed
To prefer MongoClient instead of Connection class in PyMongo #893
puentesarrin
wants to merge
3
commits into
mongodb:master
from
puentesarrin:product-catalog-mongoclient
Conversation
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
|
merged! |
mongo-cr-bot
pushed a commit
that referenced
this pull request
Mar 30, 2022
* DOCS-15125-compact-maintenance-mode * DOCS-15125-compact-maintenance-mode * DOCS-15125-compact-maintenance-mode * DOCS-15125-compact-maintenance-mode * DOCS-15125-compact-maintenance-mode * DOCS-15125-compact-maintenance-mode * DOCS-15125-compact-maintenance-mode * DOCS-15125-compact-maintenance-mode * DOCS-15125-compact-maintenance-mode * DOCS-15125-compact-maintenance-mode * DOCS-15125-compact-maintenance-mode * DOCS-15125-compact-maintenance-mode * DOCS-15125-compact-maintenance-mode * DOCS-15125-compact-maintenance-mode * DOCS-15125-compact-maintenance-mode * DOCS-15125-compact-maintenance-mode * DOCS-15125-compact-maintenance-mode * DOCS-15125-compact-maintenance-mode Co-authored-by: jason-price-mongodb <[email protected]> Co-authored-by: jason-price-mongodb <[email protected]>
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jun 23, 2025
(cherry picked from commit 63dd238)
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jul 1, 2025
Adds the noindex to pages with less than 100 characters. Added with copilot - [DOCSP-50927](https://jira.mongodb.org/browse/DOCSP-50927)
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jul 1, 2025
# Backport This will backport the following commits from `master` to `v8.0`: - [DOCSP-50927-add-noindex-100-characters (#893)](10gen/docs-ops-manager#893) <!--- Backport version: 10.0.0 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport)
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jul 1, 2025
# Backport This will backport the following commits from `master` to `v7.0`: - [DOCSP-50927-add-noindex-100-characters (#893)](10gen/docs-ops-manager#893) <!--- Backport version: 10.0.0 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sorenlouv/backport)
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jul 22, 2025
* Remove pre-3.6 server versions from Evergreen matrix * Remove references to unsupported pre-3.6 features in docs * Remove version checks for pre-3.6 servers Preserve behavior for only sending bypassDocumentValidation if true. This also removes a reference to an undeclared var in ModifyCollection (PHPLIB-796). * Remove skipped tests for pre-3.6 servers
mongodb-server-docs-sync-bot bot
pushed a commit
that referenced
this pull request
Jul 30, 2025
This reverts commit 4692a52.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
For read preferences, it's better referencing to
ReadPreferenceclass instead of attribute of a instance ofCollectionclass.