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

Applications: discover if a release is stuck and rollback if necessary #13301

Merged
merged 6 commits into from
Apr 17, 2024

Commits on Apr 15, 2024

  1. Discover if a release is stuck and rollback if necessary

    Signed-off-by: Simon Bein <simontheleg@gmail.com>
    SimonTheLeg committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    bc033a0 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. linter + noop stubs

    Signed-off-by: Simon Bein <simontheleg@gmail.com>
    SimonTheLeg committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    8425e96 View commit details
    Browse the repository at this point in the history
  2. add additional logging

    Signed-off-by: Simon Bein <simontheleg@gmail.com>
    SimonTheLeg committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    5363a32 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. rename to isStuck

    Signed-off-by: Simon Bein <simontheleg@gmail.com>
    SimonTheLeg committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    fed0066 View commit details
    Browse the repository at this point in the history
  2. remove timeout from message, as we do not explicitly check for it

    Signed-off-by: Simon Bein <simontheleg@gmail.com>
    SimonTheLeg committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    445db8e View commit details
    Browse the repository at this point in the history
  3. remove printing directive for AppInstall, as we already print it cent…

    …rally via the logger
    
    Signed-off-by: Simon Bein <simontheleg@gmail.com>
    SimonTheLeg committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    c50c8d7 View commit details
    Browse the repository at this point in the history