allenporter / flux-local

flux-local is a set of tools and libraries for managing a local flux gitops repository focused on validation steps to help improve quality of commits, PRs, and general local testing.
https://allenporter.github.io/flux-local/
Apache License 2.0
156 stars 22 forks source link

Code cleanup: Make kustomization updates happen in place #629

Closed allenporter closed 7 months ago

allenporter commented 7 months ago

Validate dependsOn rules and remove invalid rules. Simplify kustomization updates to prepare for adding dependency tracking.

Fixes issue #498

Issue #617

codecov-commenter commented 7 months ago

Codecov Report

Attention: Patch coverage is 92.59259% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 93.50%. Comparing base (7fbf235) to head (c990848).

Files Patch % Lines
flux_local/git_repo.py 91.66% 1 Missing :warning:
flux_local/manifest.py 93.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #629 +/- ## ======================================= Coverage 93.49% 93.50% ======================================= Files 19 19 Lines 1984 2001 +17 ======================================= + Hits 1855 1871 +16 - Misses 129 130 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.