forked from wayfair-incubator/telefonistka
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix relevant components discovery and add support for ArgoCD "native"…
… application discovery (#8) * Use telefonistka in-pr metadata mechanism to pass changed component path to ArgoCD diff functionality * Add some validation to avoid auto-merging PRs in cases telefonistka is unsure of the component that where changed * Support two way to fetch matching ArgoCD apps from a Telefonistka component the telefonistka dedicated sha1 label and the ArgoCD native `manifest-generate-paths` annotation * Fix relevant components discovery hannes (#9) * mocks: use go run to reduce dependency Using go run will automatically install the tool and run it if it is not installed already. * argocd: fix import path The import path for the mocks package is incorrect causing errors. The mocks package should be imported from internal/pkg/mocks instead of mocks/argocd. This also removes the aliased import and uses the package as named, which aligns with the directory name. --------- Co-authored-by: Hannes Gustafsson <[email protected]> * Add needed argodiff.NewDiffConfigBuilder param (after version upgrade) Log time of API call with questionable performance :) * Fix typo and add code generate step to makefile * Lint fixes, fix gitignore. upsate go.mod * Hack go genrate for linting * Cleanup and try to use make file config * Document new configuration key * Update argocd_test.go - remove some editor completion artifacts * Fix two "bad conflict resolution" issues * Apply suggestions from code review Co-authored-by: Yazdan Mohammadi <[email protected]> * I fix var name typo * Rename client var names --------- Co-authored-by: Hannes Gustafsson <[email protected]> Co-authored-by: Yazdan Mohammadi <[email protected]>
- Loading branch information
1 parent
0fcbba5
commit 324e6b0
Showing
11 changed files
with
343 additions
and
65 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.