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

events: Implement event system #4912

Merged
merged 16 commits into from
Aug 31, 2022
Merged

events: Implement event system #4912

merged 16 commits into from
Aug 31, 2022

Commits on Jul 25, 2022

  1. event: Implement event system

    Rename app
    francislavoie committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    084b436 View commit details
    Browse the repository at this point in the history
  2. event: Implement listener/subscriber

    Move sub interface to listener
    francislavoie committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    574290a View commit details
    Browse the repository at this point in the history
  3. event: Implement registering listeners, dispatching

    Better comment
    francislavoie committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    e031c5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c499f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7df3ca7 View commit details
    Browse the repository at this point in the history
  6. event: Dispatch events on reverse proxy active health checks

    Addresses issue 4039
    francislavoie committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    cae12f2 View commit details
    Browse the repository at this point in the history
  7. Fix lint

    francislavoie committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    2ee7697 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. Configuration menu
    Copy the full SHA
    10a2b1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8512c57 View commit details
    Browse the repository at this point in the history
  3. gofmt

    mholt committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    ed288ca View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. Configuration menu
    Copy the full SHA
    e3cc381 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2022

  1. Mark as experimental

    mholt committed Aug 29, 2022
    Configuration menu
    Copy the full SHA
    fe58823 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Remove exec event handler

    This will be a separate plugin for now
    mholt committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    1ee09e0 View commit details
    Browse the repository at this point in the history
  2. Oops, read returned error value

    mholt committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    ab34b55 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f858974 View commit details
    Browse the repository at this point in the history
  4. Use latest CertMagic (v0.17.0)

    mholt committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    f56f88c View commit details
    Browse the repository at this point in the history