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

Second generation event processors #72

Merged
merged 7 commits into from
Jul 15, 2024

Commits on Jul 5, 2024

  1. Second generation event processors

    Changes the structure of event processor information during the setup process, so we can display more information to the user, including:
    
    - Subscribing Event processors
    - Different properties based on event processor type
    - Improved information about the message source
    
    This has all been done in a backwards-compatible way. The backend will be able to handle all versions of clients, and the UI will change based on whether it's generation 1 or 2
    CodeDrivenMitch committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    8743ea9 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2024

  1. Configuration menu
    Copy the full SHA
    cd7bcfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83e9d33 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    346f860 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d628dd View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Add position to API

    CodeDrivenMitch committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    f86a365 View commit details
    Browse the repository at this point in the history
  2. Revert "Remove aggregate metrics from handler"

    This reverts commit 0d628dd.
    CodeDrivenMitch committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    644f183 View commit details
    Browse the repository at this point in the history