Prevent re-testing webhook logs with outdated URLs
What does this MR do and why?
This change prevents the re-testing of webhook logs with outdated URLs.
This issue is described in #385585 (closed).
Changelog: changed
Screenshots or screen recordings
Before | After |
---|---|
How to set up and validate locally
- Navigate to project settings -> webhooks.
- Create an issues webhook with the url
https://example.com/hook
and test it. - Edit the webhook and change the URL to
https://example.com/endpoint
. - View the log entry for the previous test (accessible from the webhook edit screen) and click 'Resend Request'.
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Edited by James Nutt