Khaaz / Discord-GitHook

Lightweight API that routes github and gitlab webhook requests to Discord
MIT License
9 stars 2 forks source link

Missing gitlab events (jobs / pipeline / merge requests sub-events) #12

Closed Khaaz closed 4 years ago

Khaaz commented 4 years ago

Roadmap v3 - Missing gitlab event

Overview

Gitlab parser is missing some features:

Support for these events should be added in the Parser. https://docs.gitlab.com/ee/user/project/integrations/webhooks.html#pipeline-events https://docs.gitlab.com/ee/user/project/integrations/webhooks.html#job-events

Details

Implementation is open. There is no style restriction since these events doesn't exist in discord. This could however be styled according to github CI events.