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 Progressive status #974

Merged
merged 9 commits into from
Jan 10, 2023
Merged

Introduce Progressive status #974

merged 9 commits into from
Jan 10, 2023

Commits on Jan 9, 2023

  1. Update fluxcd/pkg/runtime dependency

    Update pkg/runtime for progressive status tooling.
    
    Signed-off-by: Sunny <darkowlzz@protonmail.com>
    darkowlzz committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    b044c6b View commit details
    Browse the repository at this point in the history
  2. reconcile: Add support for progressive status

    Replace the patch Helper with SerialPatcher which is used for
    progressive status patching.
    
    Update the tests to use progressive status reasons in tests.
    
    Add ProgressingWithRetry Reconciling reason for failed
    reconciliation result to indicate a finished failure operation.
    
    Signed-off-by: Sunny <darkowlzz@protonmail.com>
    darkowlzz committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    e253e4c View commit details
    Browse the repository at this point in the history
  3. Add progressive status in gitrepository reconciler

    Signed-off-by: Sunny <darkowlzz@protonmail.com>
    darkowlzz committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    887b530 View commit details
    Browse the repository at this point in the history
  4. Add progressive status in bucket reconciler

    Signed-off-by: Sunny <darkowlzz@protonmail.com>
    darkowlzz committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    ccf0b62 View commit details
    Browse the repository at this point in the history
  5. Add progressive status in helmrepo reconciler

    Signed-off-by: Sunny <darkowlzz@protonmail.com>
    darkowlzz committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    3d6a5e1 View commit details
    Browse the repository at this point in the history
  6. Add progressive status in helmchart reconciler

    Signed-off-by: Sunny <darkowlzz@protonmail.com>
    darkowlzz committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    9c866ee View commit details
    Browse the repository at this point in the history
  7. Add progressive status in ocirepo reconciler

    Signed-off-by: Sunny <darkowlzz@protonmail.com>
    darkowlzz committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    55573f5 View commit details
    Browse the repository at this point in the history
  8. Add progressive status in helmrepo-oci reconciler

    Signed-off-by: Sunny <darkowlzz@protonmail.com>
    darkowlzz committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    7b44c9d View commit details
    Browse the repository at this point in the history
  9. update docs with progressive status

    Signed-off-by: Sunny <darkowlzz@protonmail.com>
    darkowlzz committed Jan 9, 2023
    Configuration menu
    Copy the full SHA
    197a03b View commit details
    Browse the repository at this point in the history