jorge07 / symfony-6-es-cqrs-boilerplate

Symfony 6 DDD ES CQRS backend boilerplate.
MIT License
1.07k stars 187 forks source link

WIP: Add CLI command for event-replay #71

Closed pascal08 closed 4 years ago

pascal08 commented 6 years ago

Closes #70

pascal08 commented 6 years ago

I have quickly implemented a proof of concept for event-replay.

I need to rethink the EventHistory class. Suggestions?

pascal08 commented 6 years ago

Todo's:

coveralls commented 6 years ago

Pull Request Test Coverage Report for Build 228


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/UI/Cli/Command/EventStoreReplayCommand.php 7 11 63.64%
src/Application/Command/Event/ReplayEventsHandler.php 0 6 0.0%
src/Infrastructure/Share/Event/Processor/EventStreamProcessor.php 0 7 0.0%
src/Infrastructure/Share/Event/Repository/IterableDbalEventStore.php 7 32 21.88%
<!-- Total: 14 56 25.0% -->
Totals Coverage Status
Change from base Build 217: -6.8%
Covered Lines: 515
Relevant Lines: 580

💛 - Coveralls