argoproj / argo-events

Event-driven Automation Framework for Kubernetes
https://argoproj.github.io/argo-events/
Apache License 2.0
2.38k stars 741 forks source link

feat: add eventsource support for gerrit webhook #2841

Open neo502721 opened 1 year ago

neo502721 commented 1 year ago

Is your feature request related to a problem? Please describe. Gerrit is a widely used code repository, but argo-events does not yet support gerrit as an evnetsource.

Describe the solution you'd like Add eventsource support for gerrit webhook

Describe alternatives you've considered Webhook plugin is the core plugin in gerrit. That means you don't need to install additional plugin. On the argo-events side, the general webhook could be used like in gitlab.


Message from the maintainers:

If you wish to see this enhancement implemented please add a 👍 reaction to this issue! We often sort issues this way to know what to prioritize.

neo502721 commented 1 year ago

I've done some work on this recently. I will create a pr later if you think the feature is necessary!