We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Based on our dog fooding figure out the scope of ArgoCD plugin improvements. Confirm the scope inside the team.
Add ArgoCD executor which is a ArgoCD CLI wrapped, which makes able to e.g. force resync the app
support commands like: - logs - describe app Already there - force re-sync - other: - GitHub diff link URL - restart pods kubectl command - Argo UI URL (?) Already there
logs
describe app
force re-sync
validate request body in a generic way (in incoming webhook handler based on JSON schema)
useful filters to ignore spammy/not relevant events Notes: - https://argoproj.github.io/argo-events/sensors/filters/intro/ - https://github.com/argoproj/argo-events/tree/master/examples/sensors
work on the message format to make it more user-friendly
v1.2.0 -> v1.2.1
fix Typo in Application botkube-cloud-backend has ben successfully synced
Blocked by #1239
The text was updated successfully, but these errors were encountered:
Summary from dogfooding in original issue.
Sorry, something went wrong.
No branches or pull requests
Description
Based on our dog fooding figure out the scope of ArgoCD plugin improvements. Confirm the scope inside the team.
Ideas
Add ArgoCD executor which is a ArgoCD CLI wrapped, which makes able to e.g. force resync the app
support commands like:
-
logs
-
Already theredescribe app
-
force re-sync
- other:
- GitHub diff link URL
- restart pods kubectl command
-
Argo UI URL (?)Already therevalidate request body in a generic way (in incoming webhook handler based on JSON schema)
useful filters to ignore spammy/not relevant events
Notes:
- https://argoproj.github.io/argo-events/sensors/filters/intro/
- https://github.com/argoproj/argo-events/tree/master/examples/sensors
work on the message format to make it more user-friendly
v1.2.0 -> v1.2.1
)fix Typo in Application botkube-cloud-backend has ben successfully synced
Blocked by #1239
The text was updated successfully, but these errors were encountered: