-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Comparing changes
Open a pull request
base repository: mongodb/laravel-mongodb
base: 4.5.0
head repository: mongodb/laravel-mongodb
compare: 4.6.0
- 16 commits
- 57 files changed
- 7 contributors
Commits on Jun 20, 2024
-
PHPORM-175: Use foreign key name for MorphTo relationships (#3011)
Incorporates the proposed solution in #2783 to not default $ownerKey to the current model's key name when constructing a MorphTo in HybridRelations::morphTo(). That change alone caused RelationsTest::testMorph() to fail, since MorphTo::addConstraints() would attempt to use a null ownerKey value. This required an additional change to fall back to the foreign key name when building the constraint. * Allow multiple classes in ticket tests
Configuration menu - View commit details
-
Copy full SHA for 8333880 - Browse repository at this point
Copy the full SHA 8333880View commit details
Commits on Jun 28, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0a143cc - Browse repository at this point
Copy the full SHA 0a143ccView commit details -
Configuration menu - View commit details
-
Copy full SHA for 97aafc7 - Browse repository at this point
Copy the full SHA 97aafc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6bb2ff - Browse repository at this point
Copy the full SHA f6bb2ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a5f587 - Browse repository at this point
Copy the full SHA 7a5f587View commit details -
DOCSP-41010: Fix transactions code example (#3016) (#3020)
Co-authored-by: Nora Reidy <nora.reidy@mongodb.com>
Configuration menu - View commit details
-
Copy full SHA for ffacc6b - Browse repository at this point
Copy the full SHA ffacc6bView commit details
Commits on Jul 8, 2024
-
Create DocumentModel trait to enable MongoDB on any 3rd party model c…
…lass (#2580) * Create DocumentModel trait to enable MongoDB on any 3rd party model class * Use the trait for every test model * Add method Model::isDocumentModel to check when model classes can be used with MongoDB * Refactor the User class to extend Laravel's User class
Configuration menu - View commit details
-
Copy full SHA for 89463b0 - Browse repository at this point
Copy the full SHA 89463b0View commit details -
DOCSP-38380: array reads (#3028)
* DOCSP-38380: array reads * fix * NR PR fixes 1 * remove extra doc in test
Configuration menu - View commit details
-
Copy full SHA for cb3fa4e - Browse repository at this point
Copy the full SHA cb3fa4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bf4e35d - Browse repository at this point
Copy the full SHA bf4e35dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7e504a3 - Browse repository at this point
Copy the full SHA 7e504a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f697e1 - Browse repository at this point
Copy the full SHA 0f697e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f7bf84 - Browse repository at this point
Copy the full SHA 2f7bf84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9431912 - Browse repository at this point
Copy the full SHA 9431912View commit details
Commits on Jul 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f6ee9cc - Browse repository at this point
Copy the full SHA f6ee9ccView commit details -
Embedded paginator total override and accept Closure (#3027)
Applies change from laravel/framework#46410 and laravel/framework#42429
Configuration menu - View commit details
-
Copy full SHA for 65f0a67 - Browse repository at this point
Copy the full SHA 65f0a67View commit details -
Add document version feature (#3021)
Co-authored-by: Jérôme Tamarelle <jerome@tamarelle.net>
Configuration menu - View commit details
-
Copy full SHA for 179c6a6 - Browse repository at this point
Copy the full SHA 179c6a6View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 4.5.0...4.6.0