-
Notifications
You must be signed in to change notification settings - Fork 1
workflows, xcop #36
workflows, xcop #36
Conversation
@h1alexbel thank you for your Pull Request. I'll assign someone to review it soon. If this PR solves a |
Codecov ReportPatch and project coverage have no change.
Additional details and impacted files@@ Coverage Diff @@
## master #36 +/- ##
============================
============================
☔ View full report in Codecov by Sentry. |
@h1alexbel please review this Pull Request. Deadline (when it should be merged or closed) is You should check if the requirements have been implemented (partially or in full), if there are unit tests covering the changes and if the CI build passes. Feel free to reject the PR or ask for changes if it's too big or not clear enough. Estimation here is |
@h1alexbel thank you for resolving this ticket. I've just added it to your active invoice. You can always check all your invoices and more on the Contributor Dashboard. |
closes #27
PR-Codex overview
This PR includes various updates and improvements to the codebase. The main changes are:
Detailed summary
io.github.eocqrs.qce
toio.github.eocqrs.events
Event
interface methodsubmitTo
to submit event to related resourceEventChain
interface for managing event chainsResource
interface with generic type parameterX
User
interface that extendsResource
andEnUser
class that implements itChangeUsername
event class that implementsEvent
and changes the username of aUser
UserChain
class that implementsEventChain
for managing chains ofUser
eventsLICENSE
filemvn clean install -Pinvoker -DskipTests
instead ofmvn clean install
rultor.yml
file to include sensitive assets and release scriptChangeUsernameTest
class to testChangeUsername
event class