-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
docs: Document ApplyOutOfSyncOnly
in application spec
#16282
docs: Document ApplyOutOfSyncOnly
in application spec
#16282
Conversation
1a9b2f4
to
85a57d1
Compare
Failing lint job is unrelated, looks to be addressed in #16275 EDIT: rebasing to include those changes fixed the issues in the Go tests/linting but there remain failures in the UI integration tests. As far as I can tell these are unrelated to the doc changes (the same failures are present in the latest build on EDIT EDIT: the UI tests should be fixed with #16287 |
85a57d1
to
c304160
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @matthewhughes-uw, LGTM!
I found this being used in an application I was working on but had a hard time discovering its meaning since it wasn't in the specification[1] though it was in the `sync-options` docs[2] (see also baa0f2e) [1] https://argo-cd.readthedocs.io/en/stable/user-guide/application-specification/ [2] https://argo-cd.readthedocs.io/en/stable/user-guide/sync-options/#selective-sync Signed-off-by: Matt Hughes <mhughes@uw.co.uk>
Head branch was pushed to by a user without write access
c304160
to
93e9752
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #16282 +/- ##
=======================================
Coverage 49.52% 49.52%
=======================================
Files 269 269
Lines 46990 46990
=======================================
Hits 23272 23272
Misses 21435 21435
Partials 2283 2283 ☔ View full report in Codecov by Sentry. |
Thanks for the review @ishitasequeira. I've forced pushed the branch after rebasing to include the CI fix from #16287 which dismissed your auto merge |
I found this being used in an application I was working on but had a hard time discovering its meaning since it wasn't in the specification[1] though it was in the `sync-options` docs[2] (see also baa0f2e) [1] https://argo-cd.readthedocs.io/en/stable/user-guide/application-specification/ [2] https://argo-cd.readthedocs.io/en/stable/user-guide/sync-options/#selective-sync Signed-off-by: Matt Hughes <mhughes@uw.co.uk> Signed-off-by: jmilic1 <70441727+jmilic1@users.noreply.github.com>
I found this being used in an application I was working on but had a hard time discovering its meaning since it wasn't in the specification[1] though it was in the `sync-options` docs[2] (see also baa0f2e) [1] https://argo-cd.readthedocs.io/en/stable/user-guide/application-specification/ [2] https://argo-cd.readthedocs.io/en/stable/user-guide/sync-options/#selective-sync Signed-off-by: Matt Hughes <mhughes@uw.co.uk>
I found this being used in an application I was working on but had a hard time discovering its meaning since it wasn't in the specification[1] though it was in the `sync-options` docs[2] (see also baa0f2e) [1] https://argo-cd.readthedocs.io/en/stable/user-guide/application-specification/ [2] https://argo-cd.readthedocs.io/en/stable/user-guide/sync-options/#selective-sync Signed-off-by: Matt Hughes <mhughes@uw.co.uk>
I found this being used in an application I was working on but had a hard time discovering its meaning since it wasn't in the specification[1] though it was in the `sync-options` docs[2] (see also baa0f2e) [1] https://argo-cd.readthedocs.io/en/stable/user-guide/application-specification/ [2] https://argo-cd.readthedocs.io/en/stable/user-guide/sync-options/#selective-sync Signed-off-by: Matt Hughes <mhughes@uw.co.uk> Signed-off-by: Kevin Lyda <kevin@lyda.ie>
I found this being used in an application I was working on but had a hard time discovering its meaning since it wasn't in the specification[1] though it was in the `sync-options` docs[2] (see also baa0f2e) [1] https://argo-cd.readthedocs.io/en/stable/user-guide/application-specification/ [2] https://argo-cd.readthedocs.io/en/stable/user-guide/sync-options/#selective-sync Signed-off-by: Matt Hughes <mhughes@uw.co.uk>
I found this being used in an application I was working on but had a hard time discovering its meaning since it wasn't in the specification[1] though it was in the
sync-options
docs (see also baa0f2e)[1] https://argo-cd.readthedocs.io/en/stable/user-guide/application-specification/
[2] https://argo-cd.readthedocs.io/en/stable/user-guide/sync-options/#selective-sync
Checklist:
Either (a) I've created an enhancement proposal and discussed it with the community, (b) this is a bug fix, or(c) this does not need to be in the release notes.