Commit 63cd518f authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

Merge branch 'jc-remove-find-all-tags-ff' into 'master'

Remove find all tags feature flag

See merge request gitlab-org/gitlab-ce!26746
parents 6e240c42 daa807d5
......@@ -232,7 +232,7 @@ module Gitlab
result
end
SERVER_FEATURE_FLAGS = %w[go-find-all-tags].freeze
SERVER_FEATURE_FLAGS = %w[].freeze
def self.server_feature_flags
SERVER_FEATURE_FLAGS.map do |f|
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment