-
Notifications
You must be signed in to change notification settings - Fork 87
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 events #1416
Remove events #1416
Conversation
PR Summary
|
/integration sha=6de83edca2b8eacb05cea86fdf349388a89b299f |
⌛ Integration tests are running... Check their status here 👈 |
❌ Oh no! Integration tests have failed |
⌛ Integration tests are running... Check their status here 👈 |
✅ Integration tests have finished successfully! |
667d927
to
1310c5f
Compare
/integration sha=0a65005 |
⌛ Integration tests are running... Check their status here 👈 |
✅ Integration tests have finished successfully! |
# Conflicts: # common/config/rush/pnpm-lock.yaml # packages/framework-core/src/booster-event-processor.ts # packages/framework-core/src/booster.ts # packages/framework-core/src/decorators/projects.ts # packages/framework-core/src/services/read-model-store.ts # packages/framework-core/test/services/read-model-store.test.ts # packages/framework-provider-aws/src/setup.ts # packages/framework-provider-azure/src/index.ts # packages/framework-provider-local/src/index.ts # packages/framework-types/src/config.ts # packages/framework-types/src/provider.ts
/integration sha=eb55ac9f34e6cc017e6c92dcfc0c99e359dcdfb4 |
⌛ Integration tests are running... Check their status here 👈 |
✅ Integration tests have finished successfully! |
...ework-integration-tests/integration/provider-unaware/end-to-end/delete.events.integration.ts
Show resolved
Hide resolved
...ework-integration-tests/integration/provider-unaware/end-to-end/delete.events.integration.ts
Show resolved
Hide resolved
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.
Generally speaking looks good for such a complex feature, congrats. Nonetheless, I left some comments. Let me know when you address them, so that I can do the final review
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.
LGTM!
Description
Add Remove events action
Changes
See https://github.com/boostercloud/booster/compare/main...Optum:booster:remove_events?expand=1#diff-f29d96b182c51086eeac1a87c2c597dac61b43e1a28fcc4fbe76a51d4c02fec2
Checks