Commit 08f0cac3 authored by Matthias Käppler's avatar Matthias Käppler

Merge branch 'dz-rename-repository-scoped' into 'master'

Rename repository_scoped to repository

See merge request gitlab-org/gitlab!63406
parents 0dddf50b c3ee8bc5
...@@ -385,7 +385,7 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do ...@@ -385,7 +385,7 @@ constraints(::Constraints::ProjectUrlConstrainer.new) do
# The wiki and repository routing contains wildcard characters so # The wiki and repository routing contains wildcard characters so
# its preferable to keep it below all other project routes # its preferable to keep it below all other project routes
draw :repository_scoped draw :repository
draw :wiki draw :wiki
namespace :import do namespace :import do
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# Repository routes without /-/ scope. # Repository routes without /-/ scope.
# Issue https://gitlab.com/gitlab-org/gitlab/-/issues/28848. # Issue https://gitlab.com/gitlab-org/gitlab/-/issues/28848.
# Do not add new routes here. Add new routes to repository_scoped.rb instead # Do not add new routes here. Add new routes to repository.rb instead
# (see https://docs.gitlab.com/ee/development/routing.html#project-routes). # (see https://docs.gitlab.com/ee/development/routing.html#project-routes).
resource :repository, only: [:create] resource :repository, only: [:create]
......
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