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

feat: add timeout for pausing pipeline. Fixes #992 #1138

Merged
merged 32 commits into from
Oct 10, 2023

Commits on Oct 2, 2023

  1. feat: add timeout for pausing pipeline

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    7a04ebc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd060a7 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2023

  1. feat: expose annotation as constant

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    fdc7426 View commit details
    Browse the repository at this point in the history
  2. feat: update needsUpdate func to check annotations

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    03068af View commit details
    Browse the repository at this point in the history
  3. feat: remove watch for annotation changes on pipeline

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    250c13f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7461d0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7beff03 View commit details
    Browse the repository at this point in the history
  6. feat: revert start.go

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 3, 2023
    Configuration menu
    Copy the full SHA
    df73e51 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    6e1f7e7 View commit details
    Browse the repository at this point in the history
  2. test: add check that annotation is set

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    94e1bf1 View commit details
    Browse the repository at this point in the history
  3. docs: add that pausing pipeline now has grace period (timeout)

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    bd8af3c View commit details
    Browse the repository at this point in the history
  4. feat: annotation update check changed

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    5612e8b View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

  1. feat: refine annotation check to just numaproj labels

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    fcc3cab View commit details
    Browse the repository at this point in the history
  2. chore: lint

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    4b6109e View commit details
    Browse the repository at this point in the history
  3. feat: check prefix

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    dc8033d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cd79be View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. chore: revert to previous

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    1376ea8 View commit details
    Browse the repository at this point in the history
  2. feat: use patch instead of update

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    4137b00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4c5b13 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33162f1 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. feat: change patch to remove annotation

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    4611cc7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    879b279 View commit details
    Browse the repository at this point in the history
  3. feat: add json patch to delete annotation

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    b130230 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5d2412d View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. feat: update err check

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    be51316 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c65a097 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f6028f View commit details
    Browse the repository at this point in the history
  4. test: update test case

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    ba46a9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a914b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e5ffd03 View commit details
    Browse the repository at this point in the history
  7. feat: error case for resume pipeline

    Signed-off-by: Dillen Padhiar <[email protected]>
    dpadhiar committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    20626e3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a45a8d1 View commit details
    Browse the repository at this point in the history