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
path: root/config
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2019-11-13 03:06:18 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2019-11-13 03:06:18 +0300
commit4689bac80c8ab86e2b37abf217cc9b3404c5255f (patch)
treeb937709e651b6cc0fa7c768e8e930dc02fb5a564 /config
parent6e3880e2bb5a404467c64edc916d9edf7556d09d (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'config')
-rw-r--r--config/routes/project.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/routes/project.rb b/config/routes/project.rb
index 0812f3f7b62..dacc433784d 100644
--- a/config/routes/project.rb
+++ b/config/routes/project.rb
@@ -666,7 +666,7 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
# Legacy routes.
# Introduced in 12.0.
- # Should be removed after 12.1
+ # Should be removed with https://gitlab.com/gitlab-org/gitlab/issues/28848.
scope(path: '*namespace_id',
as: :namespace,
namespace_id: Gitlab::PathRegex.full_namespace_route_regex) do