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 events round #1 #134

Merged
merged 13 commits into from
Nov 12, 2019
Merged

Feature events round #1 #134

merged 13 commits into from
Nov 12, 2019

Commits on Nov 10, 2019

  1. Created base host event , type, and action

    Mario Toffia committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    fd31b90 View commit details
    Browse the repository at this point in the history
  2. Rename event files

    Mario Toffia committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    b8441ff View commit details
    Browse the repository at this point in the history
  3. Fix formatting in events so it will build

    Mario Toffia committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    57e936e View commit details
    Browse the repository at this point in the history
  4. Added actor, scope, and ImagePullEvent

    Mario Toffia committed Nov 10, 2019
    Configuration menu
    Copy the full SHA
    8c9d1c8 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Added ContainerCreateEvent, refactor event hiearchy

    Mario Toffia committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    4ad9ff9 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. Added a slew of event definitions

    Mario Toffia committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    29994f5 View commit details
    Browse the repository at this point in the history
  2. added docker event json in sample

    Mario Toffia committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    c3bc85a View commit details
    Browse the repository at this point in the history
  3. Added JsonStreamProcessExecutor for event retrieval

    Mario Toffia committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    f910cfe View commit details
    Browse the repository at this point in the history
  4. Created Event parser.

    Now it is *only* the JSON converters...
    Mario Toffia committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    b3dc277 View commit details
    Browse the repository at this point in the history
  5. First FdEvent unittest runs.

    It is now possible to subscribe on the eventstream using FdEvents to get strongly typed events. Still lots of events to be handeled by the deserializer.
    Mario Toffia committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    ba2e1f1 View commit details
    Browse the repository at this point in the history
  6. Formatted client stream test to get build working

    Mario Toffia committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    19ca029 View commit details
    Browse the repository at this point in the history
  7. Added support for unknown event payloads.

    Mario Toffia committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    09bc4e7 View commit details
    Browse the repository at this point in the history
  8. Make sure that the unknown event mapping works.

    Mario Toffia committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    2821933 View commit details
    Browse the repository at this point in the history