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

Introduce ability to limit host-tags a project may use #136

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Sep 20, 2024

  1. Add concept of "allowed-host-tags"

    Some projects may want to limit which host-tags are availble to be used
    in a run-definition.
    
    Signed-off-by: Andy Doan <[email protected]>
    doanac committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    b36d85a View commit details
    Browse the repository at this point in the history
  2. Enforce allowed-hosts-tags when enabled

    Signed-off-by: Andy Doan <[email protected]>
    doanac committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c3f0e10 View commit details
    Browse the repository at this point in the history
  3. api: Add a project-patch api

    Signed-off-by: Andy Doan <[email protected]>
    doanac committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9a53cde View commit details
    Browse the repository at this point in the history
  4. api: Add method to patch project for allowed-host-tags

    Signed-off-by: Andy Doan <[email protected]>
    doanac committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    c6bb188 View commit details
    Browse the repository at this point in the history
  5. app: Copy logs when run-status completes a run

    Signed-off-by: Andy Doan <[email protected]>
    doanac committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    0ff73a7 View commit details
    Browse the repository at this point in the history