-
Notifications
You must be signed in to change notification settings - Fork 0
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 relevant components discovery and add support for ArgoCD "native" application discovery #8
Commits on May 21, 2024
-
Use telefonistka in-pr metadata mechanism to pass changed component path
to ArgoCD diff functionality
Configuration menu - View commit details
-
Copy full SHA for f18bd46 - Browse repository at this point
Copy the full SHA f18bd46View commit details -
Add some validation to avoid auto-merging PRs in cases telefonistka is
unsure of the component that where changed
Configuration menu - View commit details
-
Copy full SHA for 2a5adc2 - Browse repository at this point
Copy the full SHA 2a5adc2View commit details
Commits on May 28, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 2b76230 - Browse repository at this point
Copy the full SHA 2b76230View commit details
Commits on May 30, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 8a157ff - Browse repository at this point
Copy the full SHA 8a157ffView commit details -
Add needed argodiff.NewDiffConfigBuilder param (after version upgrade)
Log time of API call with questionable performance :)
Configuration menu - View commit details
-
Copy full SHA for 7a52552 - Browse repository at this point
Copy the full SHA 7a52552View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e579b1 - Browse repository at this point
Copy the full SHA 0e579b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6c120c - Browse repository at this point
Copy the full SHA e6c120cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29e72b0 - Browse repository at this point
Copy the full SHA 29e72b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9ab829 - Browse repository at this point
Copy the full SHA a9ab829View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03b61cc - Browse repository at this point
Copy the full SHA 03b61ccView commit details
Commits on Jun 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 025adbf - Browse repository at this point
Copy the full SHA 025adbfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c25bc9 - Browse repository at this point
Copy the full SHA 0c25bc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for b35fdff - Browse repository at this point
Copy the full SHA b35fdffView commit details -
Apply suggestions from code review
Co-authored-by: Yazdan Mohammadi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 134d7c3 - Browse repository at this point
Copy the full SHA 134d7c3View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc1df93 - Browse repository at this point
Copy the full SHA fc1df93View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6861102 - Browse repository at this point
Copy the full SHA 6861102View commit details