Skip to content
Snippets Groups Projects
Commit 5d238ae8 authored by Andrew Newdigate's avatar Andrew Newdigate
Browse files

Add option to specify migration status on at the migration site

parent 55b98134
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -86,8 +86,8 @@ module Gitlab
feature.enabled?
end
 
def self.migrate(feature)
is_enabled = feature_enabled?(feature)
def self.migrate(feature, status: MigrationStatus::OPT_IN)
is_enabled = feature_enabled?(feature, status: status)
metric_name = feature.to_s
metric_name += "_gitaly" if is_enabled
 
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment