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

fix: Also reconcile repo policy run on repo registration #1029

Merged
merged 4 commits into from
Sep 28, 2023
Merged

Commits on Sep 28, 2023

  1. fix: Also reconcile repo policy run on repo registration

    We used to only evaluate policy for artifacts when we created a repo. This is not
    correct. We should also evaluate the repository itself.
    JAORMX committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    d740925 View commit details
    Browse the repository at this point in the history
  2. fix: return gracefully if repo has not artifacts while reconciling

    Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
    rdimitrov authored and JAORMX committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    c385847 View commit details
    Browse the repository at this point in the history
  3. fix: handle 404 status separately

    Signed-off-by: Radoslav Dimitrov <radoslav@stacklok.com>
    rdimitrov authored and JAORMX committed Sep 28, 2023
    Configuration menu
    Copy the full SHA
    1fe3365 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dc703d1 View commit details
    Browse the repository at this point in the history