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

Feature/saga pattern implementation #4

Merged
merged 8 commits into from
Aug 28, 2023

Commits on Aug 27, 2023

  1. intermediate commit. saga state machine not working locally, OrderCre…

    …atedEvent goes to skipped queue
    SH4KUR committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    f62e96a View commit details
    Browse the repository at this point in the history
  2. commented to be able to build project. throws null ref exception in T…

    …ransitionTo method for OrderCreated event in OrderStateMachine class
    SH4KUR committed Aug 27, 2023
    Configuration menu
    Copy the full SHA
    cd3394b View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    bd5e69d View commit details
    Browse the repository at this point in the history
  2. small updates

    SH4KUR committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    f1cf426 View commit details
    Browse the repository at this point in the history
  3. added gamification randomization of failed notification based on DnD.…

    … updated message retry
    SH4KUR committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    2747c0e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    72f93ac View commit details
    Browse the repository at this point in the history
  5. small fixes

    SH4KUR committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    c5bf4f7 View commit details
    Browse the repository at this point in the history
  6. fixes

    SH4KUR committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    62de08c View commit details
    Browse the repository at this point in the history