-
-
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
FEATURE: Content Repository status #4846
Merged
Merged
Conversation
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
Resolves: #4468
This is a draft because it depends on #4845 |
bwaidelich
force-pushed
the
task/eventstore-1.0
branch
3 times, most recently
from
January 21, 2024 14:25
ae20335
to
e9d2bdf
Compare
Those are extracted to #4847
bwaidelich
force-pushed
the
feature/4468-contentrepository-status-2
branch
from
January 21, 2024 14:31
8db105b
to
cd893ad
Compare
dlubitz
approved these changes
Jan 21, 2024
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 good! Just the many repeatings of the status check code in each projection feels a bit "improvable", but I guess it make totally sence to keep this to each projection.
mhsdesign
added a commit
to mhsdesign/neos-development-collection
that referenced
this pull request
Jan 23, 2024
Followup to neos#4846 - require a $details string for all non-ok status - print "No details available." if verbose and non-ok and no details are available - dont wortbreak details in verbose mode but print them with indentation of 2 full line per line - print new line after printing details - add details to AssetUsageProjection's setupRequired
neos-bot
pushed a commit
to neos/contentrepository-core
that referenced
this pull request
Feb 2, 2024
Followup to neos/neos-development-collection#4846 - require a $details string for all non-ok status - print "No details available." if verbose and non-ok and no details are available - dont wortbreak details in verbose mode but print them with indentation of 2 full line per line - print new line after printing details - add details to AssetUsageProjection's setupRequired
neos-bot
pushed a commit
to neos/contentrepositoryregistry
that referenced
this pull request
Feb 2, 2024
Followup to neos/neos-development-collection#4846 - require a $details string for all non-ok status - print "No details available." if verbose and non-ok and no details are available - dont wortbreak details in verbose mode but print them with indentation of 2 full line per line - print new line after printing details - add details to AssetUsageProjection's setupRequired
neos-bot
pushed a commit
to neos/neos
that referenced
this pull request
Feb 2, 2024
Followup to neos/neos-development-collection#4846 - require a $details string for all non-ok status - print "No details available." if verbose and non-ok and no details are available - dont wortbreak details in verbose mode but print them with indentation of 2 full line per line - print new line after printing details - add details to AssetUsageProjection's setupRequired
This was referenced Nov 24, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
!!! FEATURE: Content Repository status
ContentRepository::status()
reflecting event store and projection statusesDbalSchemaDiff
utility for central and faster schema diffing (ContentRepository::setUp
is too slow #4762)SETUP_REQUIRED
cr:status
Resolves: #4468
Related: #4762