Implement UX designs for failed webhooks: 400 error range
This relates to work in &6004 to improve the reliability of webhooks.
To do so, we need to inform users when their webhooks have failed, for errors in the 400 range.
Designs
To Do
-
Add danger
alert (dismissible) to project/group/admin webook edit pagesapp/views/projects/hooks/edit.html.haml
ee/app/views/groups/hooks/edit.html.haml
app/views/admin/hooks/edit.html.haml
Webhook failed to connect The webhook failed to connect, and is disabled. To re-enable it, check **Recent events** for error details, then test your settings below.
-
Add danger
badge toapp/views/shared/web_hooks/_hook.html.haml
Failed to connect
Edited by Tom Quirk