Skip to content

Move all existing project routes under /-/ scope

From https://gitlab.com/gitlab-org/gitlab-ce/issues/61985#note_172148991

Because both project and group have wildcard in their path.

Every time a Rails controller has to match an endpoint, it has to do this giant regex comparison. I've seen this show up in our performance traces, somewhere.


For more information see #214217 (closed)

Project routes based on sidebar nav

Removing deprecated routes

Should be handled in separate issue => #28848 (closed)

Edited by 🤖 GitLab Bot 🤖