-
-
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: Cleanup change projection after publish and discard #5384
FEATURE: Cleanup change projection after publish and discard #5384
Conversation
Very nice! This is draft because it misses handling of publish still, right? |
No, because of missing tests. :D Wanted to write some more tests for the change projection. |
7b43d3f
to
519c03f
Compare
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.
So many tests! Thank you <3
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.
wow thank you sooo much for all the work ❤️ , they also work locally as expected!
And also the new ContentStreamWasRemoved
behaviour works as quite some tests fail without ^^
id say move the tests into PendingChange
dir, its also configured under that name
...ior/Features/Change/01-NodeCreation/01-CreateNodeAggregateWithNode_WithoutDimensions.feature
Outdated
Show resolved
Hide resolved
...havior/Features/Change/01-NodeCreation/02-CreateNodeAggregateWithNode_WithDimensions.feature
Outdated
Show resolved
Hide resolved
....Neos/Tests/Behavior/Features/Change/07-NodeMove/02-MoveNodeAggregate_WithDimensions.feature
Outdated
Show resolved
Hide resolved
...hange/W01-WorkspacePublication/04-PublishIndividualNodesFromWorkspace_WithDimensions.feature
Outdated
Show resolved
Hide resolved
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.
perfect ;)
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.
Awesome! Post-merge-plus-one 😀
Fixes #4998