Skip to content

Prevent re-testing webhook logs with outdated URLs

James Nutt requested to merge jnutt/hook-retry into master

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
image image

How to set up and validate locally

  1. Navigate to project settings -> webhooks.
  2. Create an issues webhook with the url https://example.com/hook and test it.
  3. Edit the webhook and change the URL to https://example.com/endpoint.
  4. 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.

Edited by James Nutt

Merge request reports

Loading