-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Merge 2.16.x up into 3.0.x #10795
Merged
Merged
Merge 2.16.x up into 3.0.x #10795
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
cc3d872
revert: transform backed enum to value
Gwemox 2afe2dc
Merge pull request #10758 from Gwemox/partial-revert-enum-id-hash
greg0ire 6c9b29f
Don't call canEmulateSchemas in SchemaTool when possible (#10762)
nicolas-grekas 3827dd7
Don't call deprecated getSQLResultCasing and usesSequenceEmulatedIden…
nicolas-grekas 5c74795
Merge 2.15.x into 2.16.x (#10765)
derrabus 33675ff
fix: Update baseline and assertions for OneToManyPersister
wtfzdotnet 3c0d140
OneToManyPersister does not take custom identifier types into account…
wtfzdotnet cbf45dd
PHPStan 1.10.18, Psalm 5.12.0 (#10771)
derrabus c3106f9
Restore document proxy state to uninitialized on load exception (#10645)
notrix e5174af
Document how to produce DTOs with a result set mapping
greg0ire 1adb5c0
Merge pull request #10774 from greg0ire/document-dto-in-rsm
greg0ire 41f704c
Merge pull request #10775 from doctrine/2.15.x
greg0ire fe8e313
Merge pull request #10747 from wtfzdotnet/feature/fix-one-to-many-cus…
greg0ire 5132f0d
Stop using $message argument
greg0ire fcc5c10
Rely on partial objects less when in tests
greg0ire 98b4048
Defer removing removed entities from to-many collections until after …
mpdude 930fa83
Test expected query counts in ManyToManyBasicAssociationTest
mpdude ee0b3f2
Write tests more concisely
mpdude ba089e5
Avoid unnecessary changes
mpdude c235901
Move a check up (continue early)
mpdude d220494
Improve documentation on exact behaviour of many-to-many deletion ope…
mpdude 829d5fb
Merge pull request #10780 from greg0ire/avoid-partial
greg0ire f2abf61
Merge pull request #10763 from mpdude/defer-collection-entity-removal…
greg0ire 4c3bd20
Fix missing setFilterSchemaAssetsExpression in phpdoc (#10776)
dmitryuk 5f6501f
Merge remote-tracking branch 'origin/2.15.x' into 2.15.x-merge-up-int…
greg0ire 6c0a5ec
Merge pull request #10787 from doctrine/2.15.x-merge-up-into-2.16.x_X…
greg0ire 5114dce
Work around slevomat/coding-standard issues
greg0ire 0e06d6b
Apply latest coding standard rules
greg0ire f76bab2
Merge pull request #10790 from greg0ire/slevomat-cs-upgrade
greg0ire 70bcff7
Merge pull request #10794 from doctrine/2.15.x
greg0ire 84a87a6
Merge remote-tracking branch 'origin/2.16.x' into 3.0.x
greg0ire 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
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
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
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
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
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
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
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
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
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
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
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
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
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.
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.
Ported as #10796