Remove :failed category when receiving a non-success webhook log
requested to merge gitlab-community/gitlab:396577_remove_failed_method_from_hook_log_execution into master
Note this MR is currently a draft, until 17.7
https://gitlab.com/gitlab-org/gitlab/-/issues/396577#note_2205289782
-
Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA
What does this MR do and why?
Remove :failed category when receiving a non-success webhook log
Connected to
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
- Setup a hook.
- Modify the receiver return
4xx
status code. - Webhook should be backoff instead of permanently disabled.
Edited by Luke Duncalfe