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

Refactor object template status generation #143

Merged

Commits on Jun 22, 2023

  1. Increase the ginkgo timeout to 2 hours

    Signed-off-by: mprahl <mprahl@users.noreply.github.com>
    mprahl committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    4f96d22 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Refactor object template status generation

    This refactoring takes away the responsibility of individual methods of
    updating the status and instead they return one or more status events.
    The handleObjectTemplates method then generates status events using the
    entire context of results from the object-template to be able to
    consolidate messages and include different messages per namespace.
    
    Relates:
    https://issues.redhat.com/browse/ACM-5175
    
    Signed-off-by: mprahl <mprahl@users.noreply.github.com>
    mprahl committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    3427ba8 View commit details
    Browse the repository at this point in the history