-
-
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
WIP: FEATURE: Rework CR CatchUp mechanism #4988
Closed
Closed
Changes from 9 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
3a2fc46
WIP: FEATURE: Rework CR CatchUp mechanism
bwaidelich 99cd1e0
Remove `react/async` dependency
bwaidelich e8a0bdd
Remove `react/async` dependency 2/2
bwaidelich d2382ee
Cosmetic fix to satisfy linter
bwaidelich 7dc35fc
Remove unused namespace imports
bwaidelich 13e1238
Replace `CheckpointStorageInterface`
bwaidelich 4c425cd
Replace `CheckpointStorageInterface`
bwaidelich b1d28f6
Merge branch 'feature/4746-rework-catchup-mechanism' of https://githu…
bwaidelich ad57a91
Remove `DbalClientInterface` and implementations
bwaidelich b817b1d
Update composer manifest
bwaidelich cb653fd
Tweak checkpoint error message
bwaidelich 43da4c2
Re-add `neos/eventstore-doctrineadapter` dependency
bwaidelich bb1c498
Mostly cosmetic tweaks to satisfy linter
bwaidelich e62cb87
Make checkpoint table check a platform specific check
bwaidelich 7cc13ed
Remove notion of "sync" from composer scripts and readme
bwaidelich fc6ec5c
Remove ProjectionCatchUpTriggerInterface and implementations
bwaidelich 89eada5
Merge branch '9.0' into feature/4746-rework-catchup-mechanism
bwaidelich cc3a191
Merge branch '9.0' into feature/4746-rework-catchup-mechanism
bwaidelich 7c8ae2c
Merge branch '9.0' into feature/4746-rework-catchup-mechanism
bwaidelich ed47eb6
Fix ContentStreamProjection checkpoint
bwaidelich 592e78d
Merge branch '9.0' into feature/4746-rework-catchup-mechanism
bwaidelich 4af1e3c
Merge branch '9.0' into feature/4746-rework-catchup-mechanism
bwaidelich 4c68ca7
BUGFIX: Remove doctrine migrate and cr setup commands from behat scripts
bwaidelich 7bfd941
Use dedicated connection for EventStore
bwaidelich e2e8af6
Re-use previously created event store instances
bwaidelich fb9b897
Merge branch '9.0' into feature/4746-rework-catchup-mechanism
bwaidelich 082c5ca
Merge remote-tracking branch 'origin/9.0' into feature/4746-rework-ca…
mhsdesign adf6eef
TASK: Adjustments after merging 9.0 (beta10) to satisfy phpstan mostly
mhsdesign c6920ec
Merge remote-tracking branch 'origin/9.0' into feature/4746-rework-ca…
mhsdesign 88abe17
Merge branch '9.0' into feature/4746-rework-catchup-mechanism
bwaidelich 27f330f
Merge branch 'task/remove-dbal-client' into feature/4746-rework-catch…
bwaidelich b4fe6e9
Merge branch '9.0' into feature/4746-rework-catchup-mechanism
bwaidelich 3abc8f0
Make ContentGraphTableNames::tableNamePrefix private again
bwaidelich 3d6edc7
Merge branch '9.0' into feature/4746-rework-catchup-mechanism
bwaidelich 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
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
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.
no longer needed, see
neos-development-collection/Neos.ContentRepository.TestSuite/Classes/Behavior/Features/Bootstrap/CRTestSuiteTrait.php
Line 88 in 9ee2fc8