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

Add new snapshot command #92

Merged
merged 4 commits into from
Jul 18, 2017
Merged

Add new snapshot command #92

merged 4 commits into from
Jul 18, 2017

Commits on Jul 17, 2017

  1. Remove unused class

    lvonk committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    050a2cc View commit details
    Browse the repository at this point in the history
  2. Remove unused method

    lvonk committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    f401759 View commit details
    Browse the repository at this point in the history
  3. Add TakeSnapshot command

    This command can be used if the users of sequent want to decide
      which aggregates to snapshot instead of using 
      +EventStore.aggregates_that_need_snapshots+.
    lvonk committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    080170e View commit details
    Browse the repository at this point in the history
  4. Let TakeSnapshot inherit from Command

    It is a command for an aggregate.
    lvonk committed Jul 17, 2017
    Configuration menu
    Copy the full SHA
    0b4e66a View commit details
    Browse the repository at this point in the history