Add webhook2fedmsg investigation

This commit contains investigation for
https://pagure.io/cpe/initiatives-proposal/issue/18

It describes a solution for new app converting webhooks to fedora messaging
messages.

Originally this was done as part of github2fedmsg investigation, but it is a
completely different proposal.

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2022-11-09 15:30:12 +01:00
parent 79c968fa71
commit 9b7c14dd12
5 changed files with 198 additions and 30 deletions

View file

@ -55,7 +55,6 @@ Here is the list of ideas/things we discussed/looked at:
revitalization
rewrite
webhook2fedmsg
enhancement_of_repository

View file

@ -1,29 +0,0 @@
.. _webhook2fedmsg:
webhook2fedmsg
==============
This document will investigate the possibility to create a more general solution
converting various webhooks to fedora messaging messages. This will completely
change the github2fedmsg to modular application supporting multiple sources.
Requirements
------------
New design
----------
The Good Points
---------------
1. Could support multiple sources in future
2. Easier to maintain
3. Easier to customize
The Bad points
--------------
1. More work for us
2. Existing code will be thrown away