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

Aggregate command sets #1087

Merged
merged 28 commits into from
Jul 7, 2023
Merged

Aggregate command sets #1087

merged 28 commits into from
Jul 7, 2023

Commits on Jun 12, 2023

  1. Fix clippy warning

    Tim Bruijnzeels committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    90a0e17 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Track krill version only once #1074

    Tim Bruijnzeels committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    1f8fbff View commit details
    Browse the repository at this point in the history
  2. Fix imports

    Tim Bruijnzeels committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    02b91fc View commit details
    Browse the repository at this point in the history
  3. fix typo

    Tim Bruijnzeels committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    09eacf4 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Include events in StoredCommand

    Tim Bruijnzeels committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    e1f5ddc View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Whole bunch of items for #1078

    Tim Bruijnzeels committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    bf809f7 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Simplify generics for StoredCommand

    Tim Bruijnzeels committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    0fd18e5 View commit details
    Browse the repository at this point in the history
  2. Fix eventsourcing unit test

    Tim Bruijnzeels committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    d02f254 View commit details
    Browse the repository at this point in the history
  3. Fix error response regression test - accept new text

    Tim Bruijnzeels committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    53cd550 View commit details
    Browse the repository at this point in the history
  4. Fix pre-0.10.0 migration

    Tim Bruijnzeels committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    892fce7 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Remove unnecessary ref

    Tim Bruijnzeels committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    3e4481d View commit details
    Browse the repository at this point in the history
  2. Remove code duplication for old aggregate store migration.

    Tim Bruijnzeels committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    3e63009 View commit details
    Browse the repository at this point in the history
  3. Remove type that is no longer used.

    Tim Bruijnzeels committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    4be09f4 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Support migrations

    Tim Bruijnzeels committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    5720bd6 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'prep-0.14.0-rc1' into aggregate-command-sets

    Tim Bruijnzeels committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    4b8a7dd View commit details
    Browse the repository at this point in the history
  3. Remove PhantomData (no longer needed)

    Tim Bruijnzeels committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    b65f12b View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. Use version instead of sequence for commands.

    Tim Bruijnzeels committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    f45c704 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Use "init" consistently.

    Tim Bruijnzeels committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    877487d View commit details
    Browse the repository at this point in the history
  2. Fix comment

    Tim Bruijnzeels committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    8bb96b0 View commit details
    Browse the repository at this point in the history
  3. Use Option<Mutex<..>> instead of Mutex<Option<..>>

    Tim Bruijnzeels committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    2de2bd7 View commit details
    Browse the repository at this point in the history
  4. Fix comment

    Tim Bruijnzeels committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    05779b0 View commit details
    Browse the repository at this point in the history
  5. Fix comment

    Tim Bruijnzeels committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    3cddeff View commit details
    Browse the repository at this point in the history
  6. Fix migration report message.

    Tim Bruijnzeels committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    1ee72d4 View commit details
    Browse the repository at this point in the history
  7. Improve function name

    Tim Bruijnzeels committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    10907ea View commit details
    Browse the repository at this point in the history
  8. Fix comment

    Tim Bruijnzeels committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    affa20b View commit details
    Browse the repository at this point in the history
  9. Improve log message

    Tim Bruijnzeels committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    625557f View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Extract exit on error for fatal storage issues.

    Tim Bruijnzeels committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    fca8be2 View commit details
    Browse the repository at this point in the history
  2. Update config file documentation.

    Tim Bruijnzeels committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    bcfe34f View commit details
    Browse the repository at this point in the history