Commit 8d964be6 authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab) Committed by Douwe Maan

EE-specific repository disk access exceptions, part 2

parent 5228c054
module EE
module Gitlab
module GitalyClient
extend ::Gitlab::Utils::Override
extend ActiveSupport::Concern
module ClassMethods
# TODO add override once 'explicit_opt_in_required' exists in GitalyClient
def explicit_opt_in_required
[::Gitlab::GitalyClient::StorageSettings::DISK_ACCESS_DENIED_FLAG]
end
end
end
end
end
......@@ -6,8 +6,6 @@ require 'grpc/health/v1/health_services_pb'
module Gitlab
module GitalyClient
prepend ::EE::Gitlab::GitalyClient
include Gitlab::Metrics::Methods
module MigrationStatus
DISABLED = 1
......
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