Skip to content

Remove usages of Gitlab::UrlBlocker to use HTTP_V2

Rajendra Kadam requested to merge 430830-url-blocker-2 into master

What does this MR do and why?

Remove usage of UrlBlocker and replace it with HTTP_V2::UrlBlocker.

This change is being done in multiple MRs to keep the reviews smaller.

  • Step 1: This MR targets a few more services and integration workers to replace the usage. It also adds a nil check in the V2 UrlBlocker class.
  • Futher MRs for removals and replacing usage will be raised separately.

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

Numbered steps to set up and validate the change are strongly suggested.

Related to #430830

Edited by Rajendra Kadam

Merge request reports