-
-
Notifications
You must be signed in to change notification settings - Fork 224
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
TASK: Workspace aware commands events migration #4890
TASK: Workspace aware commands events migration #4890
Conversation
0f02c3c
to
610b512
Compare
7cae7fd
to
0266e11
Compare
Neos.ContentRepositoryRegistry/Classes/Command/MigrateEventsCommandController.php
Outdated
Show resolved
Hide resolved
b62d1d4
to
e56ad74
Compare
…tmetadata` As the previous approach lead to a lot of dummy workspace names we will just reduce the complexity and ONLY write dummy workspace names as they are redundant either way
… id in workspace name
e56ad74
to
25e0d3b
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.
Nicely done
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.
Tested it locally and run into this error while replaying the contentStream projection:
Undefined array key "workspaceName" in /application/Packages/Neos/Neos.ContentRepository.Core/Classes/Feature/WorkspacePublication/Dto/NodeIdToPublishOrDiscard.php line 46
@ahaeslich looks perfect thanks, we will merge this tomorrow once we have @bwaidelich conceptional approval. |
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.
Looks great already, just some (partly quite nitpicky) suggestions
Neos.ContentRepository.Core/Classes/Feature/Common/ContentStreamIdOverride.php
Outdated
Show resolved
Hide resolved
Neos.ContentRepository.Core/Classes/Feature/Common/ContentStreamIdOverride.php
Outdated
Show resolved
Hide resolved
Neos.ContentRepository.Core/Classes/Feature/Common/ContentStreamIdOverride.php
Outdated
Show resolved
Hide resolved
Neos.ContentRepositoryRegistry/Classes/Service/EventMigrationService.php
Outdated
Show resolved
Hide resolved
For documenation: replaying all projects now worked on the projects database. |
Neos.ContentRepository.Core/Classes/Feature/Common/ContentStreamIdOverride.php
Outdated
Show resolved
Hide resolved
33524f4
to
416017a
Compare
- Update Neos.ContentRepository.Core/Classes/Feature/Common/ContentStreamIdOverride.php - Update Neos.ContentRepositoryRegistry/Classes/Service/EventMigrationService.php Co-authored-by: Bastian Waidelich <b.waidelich@wwwision.de>
416017a
to
8cd2f1d
Compare
See #4708