-
Notifications
You must be signed in to change notification settings - Fork 1
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
Mongodb master merge ca3e02e #116
Merged
Merged
Conversation
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
* Fix failing spec on Ruby 3.0+ * Cleanup specs
* Add railsmdb to the Mongoid 9 release notes * Updated release notes * Updated installation instructions * Update release notes * Updated index
…hook (#5780) Co-authored-by: Dmitry Rybakov <dmitry.rybakov@mongodb.com>
Now that Ruby 2.7 is required (#5768) this is not needed anymore
* DOCSP-37059: Fix build errors * JS feedback
* MONGOID-5704 don't try to validate persisted, unchanged associations * we just need the attribute name * fix failing specs * tread very carefully so we don't trigger a load while validating * hopefully fix has-many behavior * documentation * simplify * make sure attributes getter is defined * Fix typo -- records are not loaded *from the database* Co-authored-by: Dmitry Rybakov <160598371+comandeo-mongo@users.noreply.github.com> --------- Co-authored-by: Dmitry Rybakov <160598371+comandeo-mongo@users.noreply.github.com>
* MONGOID-5552 warn on session/client mismatch * clarify: bug *in your code* (and not in Mongoid) * test that client mismatches are logged
This reverts commit 8154e7c.
* remove bson version cap * prefer pessimistic version constraint for BSON
* driver master relies on bson 5 (master) * make sure and recognize Mongo::Error::TransactionsNotSupported * bump spec/shared to latest (for jdk17) * work around the new exception class not being present in older driver versions * transaction check in with_sessions for server 3.6
Co-authored-by: Jamis Buck <jamis.buck@mongodb.com>
Remove baloney: - Code of Conduct - RailsMDB
johnnyshields
force-pushed
the
mongodb-master-merge-ca3e02e
branch
from
April 20, 2024 12:20
d71138a
to
9ab7733
Compare
johnnyshields
force-pushed
the
mongodb-master-merge-ca3e02e
branch
from
April 20, 2024 13:01
9ab7733
to
92e3936
Compare
johnnyshields
force-pushed
the
mongodb-master-merge-ca3e02e
branch
from
April 21, 2024 07:22
92e3936
to
4ef4335
Compare
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.
No description provided.