-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
fix: exclude files listed under exclusions #4686
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4686 +/- ##
==========================================
- Coverage 41.12% 41.11% -0.02%
==========================================
Files 127 127
Lines 17521 17563 +42
==========================================
+ Hits 7206 7221 +15
- Misses 9285 9308 +23
- Partials 1030 1034 +4
Continue to review full report at Codecov.
|
� Conflicts: � assets/swagger.json � cmd/argocd/commands/app.go � docs/user-guide/commands/argocd_app_create.md � docs/user-guide/commands/argocd_app_set.md � pkg/apis/application/v1alpha1/generated.pb.go
� Conflicts: � assets/swagger.json � pkg/apis/application/v1alpha1/generated.pb.go
Signed-off-by: May Zhang <may_zhang@intuit.com>
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.
LGTM!
� Conflicts: � test/e2e/app_management_test.go
fixes #4432 |
…zation-generators * 'master' of github.com:argoproj/argo-cd: fix: RevisionFormField component crashes in 'refs' API returns no tags (argoproj#4735) docs: add Opensurvey to USERS.md (argoproj#4727) docs: correct parameters usage in CLI (argoproj#4725) fix: Repo-server has silent unmarshalling errors leading to empty applications (argoproj#4423) (argoproj#4708) fix: inject artificial delay between sync waves to better support health assessments (argoproj#4715) fix: exclude files listed under exclusions (argoproj#4686) feat: support resource actions on CRDs that use status subresources (argoproj#4690) feat: Add autocomplete for repo Revisions (argoproj#4645) (argoproj#4713) fix: webhook don't refresh apps pointing to HEAD (argoproj#4717) feat: Add support for ExecProvider cluster auth (argoproj#4600) (argoproj#4710) fix: adding helm values file in New App (argoproj#4635) docs: Instructions on `make verify-kube-connect` step when using k3d (argoproj#4687) feat: Annotation based app paths detection in webhooks (argoproj#4699) fix: adding commonAnnotations for Kustomize (argoproj#4613)
Checklist: