-
-
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
Remove WorkspaceStatus::OUTDATED_CONFLICT
?
#5101
Labels
Comments
mhsdesign
added a commit
to mhsdesign/neos-development-collection
that referenced
this issue
Jun 16, 2024
6 tasks
Also we dont need the Line 80 in fab9d2d
Line 28 in a8857d3
Also some adjusted tests where not really testing that what they stated, this will be adjusted via: #5274
|
mhsdesign
added a commit
to mhsdesign/neos-development-collection
that referenced
this issue
Oct 17, 2024
Via neos#4965 the status REBASE_ERROR is obsolete. Instead of still using this status on replay we mimic the new logic: > In case of a [rebase error}, reopen the old content stream and remove the newly created Additionally, to not break `findContentStreams` when fetching all content streams we make sure that the streams with `REBASE_ERROR` are transformed to `NO_LONGER_IN_USE` so they can be cleaned up. Related neos#5101
neos-bot
pushed a commit
to neos/contentgraph-doctrinedbaladapter
that referenced
this issue
Oct 31, 2024
Via #4965 the status REBASE_ERROR is obsolete. Instead of still using this status on replay we mimic the new logic: > In case of a [rebase error}, reopen the old content stream and remove the newly created Additionally, to not break `findContentStreams` when fetching all content streams we make sure that the streams with `REBASE_ERROR` are transformed to `NO_LONGER_IN_USE` so they can be cleaned up. Related neos/neos-development-collection#5101
neos-bot
pushed a commit
to neos/contentrepository-core
that referenced
this issue
Oct 31, 2024
Via #4965 the status REBASE_ERROR is obsolete. Instead of still using this status on replay we mimic the new logic: > In case of a [rebase error}, reopen the old content stream and remove the newly created Additionally, to not break `findContentStreams` when fetching all content streams we make sure that the streams with `REBASE_ERROR` are transformed to `NO_LONGER_IN_USE` so they can be cleaned up. Related neos/neos-development-collection#5101
neos-bot
pushed a commit
to neos/contentrepositoryregistry
that referenced
this issue
Oct 31, 2024
Via #4965 the status REBASE_ERROR is obsolete. Instead of still using this status on replay we mimic the new logic: > In case of a [rebase error}, reopen the old content stream and remove the newly created Additionally, to not break `findContentStreams` when fetching all content streams we make sure that the streams with `REBASE_ERROR` are transformed to `NO_LONGER_IN_USE` so they can be cleaned up. Related neos/neos-development-collection#5101
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What happens with
\Neos\ContentRepository\Core\Projection\Workspace\WorkspaceStatus::OUTDATED_CONFLICT
the doc comment is now at least outdated and we never use it anymore besides writing for legacy event but we never query those?So can we get rid of this
status
?Originally posted by @mhsdesign in #4965 (comment)
The text was updated successfully, but these errors were encountered: