Skip to content

Conversation

dprotaso
Copy link

@dprotaso dprotaso commented Sep 2, 2025

This is a rebase of #503

Fixes: #501

@dprotaso dprotaso requested a review from a team as a code owner September 2, 2025 16:45
Copy link

sonarqubecloud bot commented Sep 2, 2025

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.

@@ -50,6 +50,8 @@ const (
SyncOptionClientSideApplyMigration = "ClientSideApplyMigration=true"
// 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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Respect controller flag in owner references
1 participant