Skip to content

Rename Gitlab::Geo. replication_enabled_replicator_classes

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

  • Renamed the method enabled_replicator_classes to replication_enabled_replicator_classes in Gitlab::Geo.
  • Updated all references to the old method name throughout the codebase.
  • This change improves clarity.

Resolves #471685 (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.

  • Run the test suite to ensure all tests pass with the new method name.
  • Search the codebase for any references to Gitlab::Geo.enabled_replicator_classes and verify they have been updated to Gitlab::Geo.replication_enabled_replicator_classes.
Edited by Sahil Sarawagi

Merge request reports

Loading