Skip to content
This repository was archived by the owner on Oct 6, 2025. It is now read-only.

Conversation

dprotaso
Copy link

@dprotaso dprotaso commented Sep 2, 2025

This is a rebase of #503

Fixes: #501

Matt Pryor added 2 commits September 2, 2025 12:43
Signed-off-by: Matt Pryor <matt@stackhpc.com>
Signed-off-by: Matt Pryor <matt@stackhpc.com>
@dprotaso dprotaso requested a review from a team as a code owner September 2, 2025 16:45
Copy link

codecov bot commented Sep 2, 2025

Codecov Report

❌ Patch coverage is 0% with 7 lines in your changes missing coverage. Please review.
✅ Project coverage is 46.97%. Comparing base (8849c3f) to head (2ea0542).
⚠️ Report is 57 commits behind head on master.

Files with missing lines Patch % Lines
pkg/cache/references.go 0.00% 6 Missing and 1 partial ⚠️
Additional details and impacted files
@@ Coverage Diff @@ ## master #771 +/- ## ========================================== - Coverage 54.26% 46.97% -7.30%  ========================================== Files 64 64 Lines 6164 6557 +393 ========================================== - Hits 3345 3080 -265  - Misses 2549 3220 +671  + Partials 270 257 -13 

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
// Sync option that disables client-side apply migration
SyncOptionDisableClientSideApplyMigration = "ClientSideApplyMigration=false"
// Sync option that means only controller owner references are respected
SyncOptionControllerReferencesOnly = "ControllerReferencesOnly=true"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm curious how this options can become the default. Is there a concept in the Argo project as feature gates.

eg. where it's opt-in and then the flag get's switched to opt out?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

1 participant