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>2021-03-30 12:10:51 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-03-30 12:10:51 +0300
commitafa3d4e0666ea2cddcf995fadac75c35a75c9b64 (patch)
treecdb79919561fc2ee15985430f69ab7e8e376999d /lib/gitlab/uuid.rb
parent0eeb1736417d4768a1e2ee34b62f25c1f591c6ca (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/uuid.rb')
-rw-r--r--lib/gitlab/uuid.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gitlab/uuid.rb b/lib/gitlab/uuid.rb
index 3344fad1d44..016c25eb94b 100644
--- a/lib/gitlab/uuid.rb
+++ b/lib/gitlab/uuid.rb
@@ -9,7 +9,7 @@ module Gitlab
production: "58dc0f06-936c-43b3-93bb-71693f1b6570"
}.freeze
- UUID_V5_PATTERN = /\h{8}-\h{4}-5\h{3}-\h{4}-\h{4}\h{8}/.freeze
+ UUID_V5_PATTERN = /\h{8}-\h{4}-5\h{3}-\h{4}-\h{12}/.freeze
NAMESPACE_REGEX = /(\h{8})-(\h{4})-(\h{4})-(\h{4})-(\h{4})(\h{8})/.freeze
PACK_PATTERN = "NnnnnN"