Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8d964be6
Commit
8d964be6
authored
Jun 21, 2018
by
Jacob Vosmaer (GitLab)
Committed by
Douwe Maan
Jun 21, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
EE-specific repository disk access exceptions, part 2
parent
5228c054
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
17 deletions
+0
-17
ee/lib/ee/gitlab/gitaly_client.rb
ee/lib/ee/gitlab/gitaly_client.rb
+0
-15
lib/gitlab/gitaly_client.rb
lib/gitlab/gitaly_client.rb
+0
-2
No files found.
ee/lib/ee/gitlab/gitaly_client.rb
deleted
100644 → 0
View file @
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
lib/gitlab/gitaly_client.rb
View file @
8d964be6
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment