-
-
Notifications
You must be signed in to change notification settings - Fork 223
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
!!! FEATURE: References on creation and Copy #5148
Merged
Merged
Changes from all commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
1612659
FEATURE: References on creation and Copy
kitsunet c20c17b
Fix merge errors and syntax problems
kitsunet c50fcb7
More syntax fixes
kitsunet 8c40cbb
Remove forgotten debug statement
kitsunet b600c70
Fix new unit Tests
kitsunet 72d5f61
Fix another new unit test
kitsunet 7519353
Adjust new behat test with References
kitsunet 1bc6e38
Fix broken export test
kitsunet a9ae648
Merge branch '9.0' into feature/node-reference-copy
kitsunet a4cc38c
Merge remote-tracking branch 'origin/9.0' into feature/node-reference…
kitsunet 80b719e
Cleaner References write DTOs
kitsunet be16480
Empty properties in refs without special treatment
kitsunet 5505b5e
Merge branch '9.0' into feature/node-reference-copy
kitsunet a74c9b3
Cleanup
kitsunet 98dead5
Add event migration for references
kitsunet 8ccb9f0
Merge remote-tracking branch 'origin/9.0' into feature/node-reference…
kitsunet da531d1
Merge remote-tracking branch 'origin/9.0' into feature/node-reference…
kitsunet 1ffad19
Code cleanup
kitsunet f0bb466
Code cleanup
kitsunet 27e9550
TASK: Fix migrateReferencesToMultiFormat
mhsdesign a6ff4a1
TASK: Simplify code by using automatic `jsonSerialize` like in other …
mhsdesign 0c18918
TASK: Use variadics to verify array list shape
mhsdesign 9694c97
TASK: Introduce `fromNameAndTargets` utility and accept flat list in …
mhsdesign 826b47d
TASK: Remove obsolet serialisation logic from vo's that are not persi…
mhsdesign a28c27d
TASK: Introduce `NodeReferencesToWrite::withReference` and make merge…
mhsdesign 48efbea
TASK: Validate `NodeReferencesForName` to not contain duplicate node …
mhsdesign a8cfb25
TASK: Simplify `SerializedNodeReferences` capabilities
mhsdesign d254397
TASK: inline `fromReadReferences` so its @internal
mhsdesign b800c66
Merge remote-tracking branch 'origin/9.0' into feature/node-reference…
mhsdesign 7cadf90
TASK: Adjust documentation and namings
mhsdesign 3310d74
TASK: Adjust namings to remove obsolete `fromNameAnd` part
mhsdesign 4eee438
TASK: Ensure that `SerializedNodeReferencesForName` are serialized as…
mhsdesign bc2427c
TASK: Make atomic delete instead of deleting old references one by one
mhsdesign 4041870
TASK: Optimise reference writing by splitting by scope
mhsdesign 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
Oops, something went wrong.
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.
Same here, can't we turn this into two atomic queries?
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.
for me the pg adapter is out of scope and there are no tests ... but i fixed it for doctrine