Skip to content

Geo: Remove unused before_verifiable_update method

  • 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?

The before_verifiable_update method has been removed from repository_replicator_strategy.rb.

Test suite related to this method has been also removed.

Resolves: #471684 (closed)

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.

  1. Check the code to make sure nothing else depends on the before_verifiable_update method.
  2. Run the test suite to ensure all tests pass
Edited by Sahil Sarawagi

Merge request reports

Loading