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

add max concurrent module run limit and trigger runs by annotation #190

Merged
merged 15 commits into from
Apr 12, 2024

Commits on Apr 9, 2024

  1. make k8s api calls more resilient

    use PollUntilContextTimeout and ExponentialBackoffWithContext
    helper function to try and get or update resources.
    asiyani committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    95690f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. move reqeust to mdoule api spec so its versioned and managed along wi…

    …th module spect
    
    new request object will be used by all other packages
    to trigger run on the module.
    asiyani committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    5fe9c03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    238f5b8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65832a4 View commit details
    Browse the repository at this point in the history
  4. remove unused function

    asiyani committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b7a1a26 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. added missed file

    asiyani committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    4a94f92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    260f7be View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    03f8aac View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    990be12 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2e127e5 View commit details
    Browse the repository at this point in the history
  6. add test for annotation run

    asiyani committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    047612b View commit details
    Browse the repository at this point in the history
  7. show pening requests in GUI

    asiyani committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    691c792 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. use go idiomatic func name

    asiyani committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    bae0a23 View commit details
    Browse the repository at this point in the history
  2. setup plugin cache dir

    asiyani committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    7e86e59 View commit details
    Browse the repository at this point in the history
  3. fixed build error

    asiyani committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    65ff04a View commit details
    Browse the repository at this point in the history