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

Adds a HTTP controller implementation #17

Merged
merged 11 commits into from
Aug 7, 2024
Merged

Adds a HTTP controller implementation #17

merged 11 commits into from
Aug 7, 2024

Commits on Jul 29, 2024

  1. Configuration menu
    Copy the full SHA
    14446ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9e309e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b788cd0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62cfaa9 View commit details
    Browse the repository at this point in the history
  5. controller/http: removes liveness implementation

    Controllers interfacing over HTTP will not be checking in or publishing
    liveness updates
    joelrebel committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    f9be0a0 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2024

  1. controller/http: remove controllerID references

    The HTTP based controller does not register for liveness checkins
    joelrebel committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    cc4d380 View commit details
    Browse the repository at this point in the history
  2. controller/http: publish the first status based on the condition State

    A few additional changes for fetching the Condition and Task objects
    joelrebel committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    3cd6571 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5522acd View commit details
    Browse the repository at this point in the history
  4. go: update deps

    joelrebel committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    ddb489c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ab31971 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2024

  1. controller/http: update task status

    this could be used by controllers regardless of how they are deployed
    (inband/oob)
    joelrebel committed Aug 7, 2024
    Configuration menu
    Copy the full SHA
    d35dd4f View commit details
    Browse the repository at this point in the history