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

ROX-15523: Copy expiration to cloud resources (GKE) #895

Draft
wants to merge 39 commits into
base: master
Choose a base branch
from

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    cf332b7 View commit details
    Browse the repository at this point in the history
  2. generated srcs

    davdhacs committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    946058f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2db4b5b View commit details
    Browse the repository at this point in the history
  4. lint

    davdhacs committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    b0af782 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92c399a View commit details
    Browse the repository at this point in the history
  6. remove quotes

    davdhacs committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    f67f340 View commit details
    Browse the repository at this point in the history
  7. update image

    davdhacs committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    e47ce0c View commit details
    Browse the repository at this point in the history
  8. test sidecar during suspend

    davdhacs committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    ead2167 View commit details
    Browse the repository at this point in the history
  9. default annot lifespan zero

    davdhacs committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    770c84b View commit details
    Browse the repository at this point in the history
  10. try stop with onExit

    davdhacs committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    cfede6b View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. gke destroy as onExit

    davdhacs committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    8163011 View commit details
    Browse the repository at this point in the history
  2. needsExit flag

    davdhacs committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    17c572a View commit details
    Browse the repository at this point in the history
  3. fix name

    davdhacs committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    7650297 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. recreate dev server

    davdhacs committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    c5b056b View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. stop, or resume if suspended

    davdhacs committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    ae9bd9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1debcd View commit details
    Browse the repository at this point in the history
  3. fix wf lookup

    davdhacs committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    e63a36c View commit details
    Browse the repository at this point in the history
  4. correct import

    davdhacs committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    d9cc168 View commit details
    Browse the repository at this point in the history
  5. latest test

    davdhacs committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    ee1ecc0 View commit details
    Browse the repository at this point in the history
  6. Revert "use argo util to check suspend"

    This reverts commit f1debcd.
    davdhacs committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    4d5ca92 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. latest test

    davdhacs committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    f37f7e2 View commit details
    Browse the repository at this point in the history
  2. no fail fast

    davdhacs committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    48f1e6c View commit details
    Browse the repository at this point in the history
  3. default annotations

    davdhacs committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d1d7a15 View commit details
    Browse the repository at this point in the history
  4. not suspended != destroying

    davdhacs committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a51577e View commit details
    Browse the repository at this point in the history
  5. remove wrong dupe check

    davdhacs committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b42e4a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a17e4f1 View commit details
    Browse the repository at this point in the history
  7. lint

    davdhacs committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    aae3d10 View commit details
    Browse the repository at this point in the history
  8. latest workflow

    davdhacs committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5ec5d9f View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. check for create start

    davdhacs committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    bafebbc View commit details
    Browse the repository at this point in the history
  2. only create CREATING

    davdhacs committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    66ba509 View commit details
    Browse the repository at this point in the history
  3. invert loop

    to prevent missed updates
    davdhacs committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    742a8df View commit details
    Browse the repository at this point in the history
  4. log hasExitHook

    davdhacs committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    95248f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. log hasexithook in delete

    davdhacs committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    ffb59ab View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. fast loop - stack limit?

    davdhacs committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    64cc1c4 View commit details
    Browse the repository at this point in the history
  2. if create, creating

    davdhacs committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    bb104a8 View commit details
    Browse the repository at this point in the history
  3. log labels

    davdhacs committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    e7f3431 View commit details
    Browse the repository at this point in the history
  4. fix label lookup

    davdhacs committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    610d5d2 View commit details
    Browse the repository at this point in the history
  5. exit if exit hook

    davdhacs committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    3287327 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. test indent for yaml lint

    davdhacs committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    f4fdcf8 View commit details
    Browse the repository at this point in the history