Geo: Rename replication_enabled_replicator_classes for clarity
The following discussion from !157697 (merged) should be addressed:
-
@dbalexandre started a discussion: note: For a later MR:
def self.replication_enabled_replicator_classes
Implementation Guide
- Rename the method
Gitlab::Geo.enabled_replicator_classestoGitlab::Geo.replication_enabled_replicator_classes - Search for calls to
enabled_replicator_classesingitlabcodebase - Identify which ones are calls on
Gitlab::Geoand which ones are calls onee/app/helpers/ee/geo_helper.rb'senabled_replicator_classes. - Replace the calls to
Gitlab::Geo.enabled_replicator_classeswithGitlab::Geo.replication_enabled_replicator_classes