Skip to content
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

major refactoring: #110

Merged
merged 9 commits into from
Feb 9, 2023
Merged

major refactoring: #110

merged 9 commits into from
Feb 9, 2023

Commits on Nov 4, 2022

  1. major refactoring:

     - improving API for domain modelling
    drr00t committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    0615a79 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

  1. more domain related code:

    - refactory of Entity domain events support
    - aggregate to consume events from Entity
    - major refactoring of Persistence to support Outbox
    drr00t committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    0fb67ee View commit details
    Browse the repository at this point in the history
  2. missed build props

    drr00t committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    bb60e13 View commit details
    Browse the repository at this point in the history
  3. outbox support:

    - implemented outbox changelog structure from entity events
    drr00t committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    53b8aa6 View commit details
    Browse the repository at this point in the history
  4. removing:

     - implmentation specifics project from core
    drr00t committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    7947050 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f091cbc View commit details
    Browse the repository at this point in the history
  6. fixes from static review

    drr00t committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    63a5869 View commit details
    Browse the repository at this point in the history
  7. more fixes and code cleanups

    drr00t committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    cb83e54 View commit details
    Browse the repository at this point in the history
  8. moving specification:

    - specifications is a separated assembly now
    drr00t committed Feb 5, 2023
    Configuration menu
    Copy the full SHA
    40794b7 View commit details
    Browse the repository at this point in the history