Alexander Matyushentsev
Alexander Matyushentsev
By @GodSpeedXI: https://github.com/argoproj-labs/argocd-notifications/issues/275 It would be great to support LINE notification. Some teams used to it. thanks
By @evgmoskalenko: https://github.com/argoproj-labs/argocd-notifications/issues/234 It would be great to see notifications to the Facebook workplace chat group will be integrated into Argo CD Notifications
By @daurnimator: https://github.com/argoproj-labs/argocd-notifications/issues/91 Our ops team primarily uses IRC to communicate. We'd love to get ArgoCD notifications posted to a channel.
The text diff is incorrectly deserialized if diff consists of text insert + text delete. Golang snippet below demonstrates the problem. ``` package diff import ( "encoding/json" "os" "github.com/yudai/gojsondiff" "github.com/yudai/gojsondiff/formatter"...
# Summary The autopilot is perfect for new Argo CD users but existing users would benefit from autopilot as well. It is proposed to add the ability to bootstrap the...
The slack bot should support managing application recipients in the whole cluster. This is useful if one organization is running multiple argocd instances. In this case, each argocd is deployed...
# Summary Merge Argo CD Image Updater into Argo CD # Motivation The https://github.com/argoproj-labs/argocd-image-updater has been validated in production. One the v1.0 version is published it should be ready to...
PR adds a proposal that covers functionality required by https://github.com/argoproj/argo-cd/issues/16489 and https://github.com/argoproj/argo-cd/issues/6055
**Is your feature request related to a problem? Please describe.** The image registry monitoring is a generic functionality required in multiple projects. I propose extracting this functionality into a separate...
Checklist: * [x] I've searched in the docs and FAQ for my answer: https://bit.ly/argocd-faq. * [x] I've included steps to reproduce the bug. * [x] I've pasted the output of...