Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-04-22 15:09:29 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-04-22 15:09:29 +0300
commitae96e65ee23d81be3924b87ed16becbbbe002b91 (patch)
treeb34dfca2c106aebdc58c781905c29b591e580064 /app/models/storage
parentaf5fb16f2a9fca958017aade72cf7133e986bc2c (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'app/models/storage')
-rw-r--r--app/models/storage/hashed.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/storage/hashed.rb b/app/models/storage/hashed.rb
index 3dea50ab98b..c61cd3b6b30 100644
--- a/app/models/storage/hashed.rb
+++ b/app/models/storage/hashed.rb
@@ -6,6 +6,7 @@ module Storage
delegate :gitlab_shell, :repository_storage, to: :container
REPOSITORY_PATH_PREFIX = '@hashed'
+ GROUP_REPOSITORY_PATH_PREFIX = '@groups'
SNIPPET_REPOSITORY_PATH_PREFIX = '@snippets'
POOL_PATH_PREFIX = '@pools'