fix: hooks processor should error gracefully against CE#1213
fix: hooks processor should error gracefully against CE#1213amimas merged 9 commits intogitlabform:mainfrom
Conversation
TimKnight01
commented
Mar 26, 2026
- community edition does not support webhooks
- we should error gracefully and allow GitLabForm to continue running even if webhooks are defined
- resolves Group Hooks processor tests failing in GitLab CE #1206
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1213 +/- ##
===========================================
- Coverage 87.13% 37.71% -49.43%
===========================================
Files 72 72
Lines 3779 3786 +7
===========================================
- Hits 3293 1428 -1865
- Misses 486 2358 +1872
🚀 New features to boost your workflow:
|
amimas
left a comment
There was a problem hiding this comment.
Thanks for picking this up @TimKnight01 . Left some comments for us to discuss.
One item I'm wondering is the log message level for CE edition. Should it be an error or a warning instead?
|
@amimas comments applied |
amimas
left a comment
There was a problem hiding this comment.
Looks good, but have another question based on discussion on another thread. Hopefully we get this merged soon.
|
@amimas - all applied, would be good to get this in, then get all the acceptance tests running against CE prior to making a change to the logging |
- community edition does not support webhooks - we should error gracefully and allow GitLabForm to continue running even if webhooks are defined - resolves gitlabform#1206 Signed-off-by: Tim Knight <timknight01@gmail.com>
Signed-off-by: Tim Knight <timknight01@gmail.com>
Signed-off-by: Tim Knight <timknight01@gmail.com>
Signed-off-by: Tim Knight <timknight01@gmail.com>
Signed-off-by: Tim Knight <timknight01@gmail.com>
Signed-off-by: Tim Knight <timknight01@gmail.com>
Signed-off-by: Tim Knight <timknight01@gmail.com>
Signed-off-by: Tim Knight <timknight01@gmail.com>
Signed-off-by: Tim Knight <timknight01@gmail.com>
amimas
left a comment
There was a problem hiding this comment.
Looks good. Thanks again for working through this item.