Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: loom/loom-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: loom/loom-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: redesign-interfaces
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 16 files changed
  • 1 contributor

Commits on Apr 20, 2019

  1. Add interface EventHandler

    gyuwon committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    490b8a7 View commit details
    Browse the repository at this point in the history
  2. Add interface EventProducer

    gyuwon committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    a4c1cb3 View commit details
    Browse the repository at this point in the history
  3. Add interface EventReader

    gyuwon committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    c7b709d View commit details
    Browse the repository at this point in the history
  4. Add interface SnapshotReader

    gyuwon committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    456d5d3 View commit details
    Browse the repository at this point in the history
  5. Add interface StateRehydrator

    gyuwon committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    2fb8391 View commit details
    Browse the repository at this point in the history
  6. Add interface Snapshotter

    gyuwon committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    be12291 View commit details
    Browse the repository at this point in the history
  7. Add interface EventCollector

    gyuwon committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    a9ca8c9 View commit details
    Browse the repository at this point in the history
  8. Install AssertJ

    gyuwon committed Apr 20, 2019
    Configuration menu
    Copy the full SHA
    cc9a688 View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2019

  1. Add class ConventionalEventHandler

    ConventionalEventHandler provides the default implementation of
    EventHandler interface.
    gyuwon committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    fdf0ac8 View commit details
    Browse the repository at this point in the history
  2. Add class ConventionalEventProducer

    ConventionalEventProducer provides the default implementation of
    EventProducer interface.
    gyuwon committed Apr 21, 2019
    Configuration menu
    Copy the full SHA
    1547510 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2019

  1. [WIP] Add class DynamoDBEventStore

    DynamoDBEventStore class provides implementation for EventCollector
    interface and EventReader interface using Amazon DynamoDB.
    gyuwon committed May 4, 2019
    Configuration menu
    Copy the full SHA
    7869bd8 View commit details
    Browse the repository at this point in the history
Loading