-
Notifications
You must be signed in to change notification settings - Fork 0
fix(repositories): keep org-enforced signoff out of update payloads #127
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
Changes from all commits
1dab949
4b2a83f
1c265c0
f36d7d2
99fc268
0fe8466
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -5,16 +5,17 @@ metadata: | |
| annotations: | ||
| crossplane.io/external-name: doggy-countdown | ||
| spec: | ||
| # Actively managed (everything except Delete). Merge policy from the shared | ||
| # Managed (Observe/Create/Update). Merge policy from the shared | ||
| # patch. PUBLIC repo: visibility is pinned public explicitly (never left to | ||
| # inference) so a reconcile can never take the published site private, and | ||
| # archived false so it can't be archived. description is declared so the | ||
| # config is AUTHORITATIVE for it; LateInitialize adopts every other setting. | ||
| # config is AUTHORITATIVE for it. Settings in neither | ||
| # are unmanaged: nothing new is copied into the spec, and values adopted | ||
| # earlier stay. | ||
|
Comment on lines
+12
to
+14
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win Clarify the legacy late-initialized-field behavior. “Values adopted earlier stay” obscures the material distinction: newly observed undeclared fields are unmanaged, while fields late-initialized before this change may already remain in
Based on learnings: removal of 📍 Affects 8 files
🤖 Prompt for AI AgentsSource: Learnings |
||
| managementPolicies: | ||
| - Observe | ||
| - Create | ||
| - Update | ||
| - LateInitialize | ||
| forProvider: | ||
| name: doggy-countdown | ||
| visibility: public | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.