[go: up one dir, main page]

Move all existing global routes under /-/ scope

Like #29572 (closed) but for global routes.

The problem was raised in gitlab-foss#61985 (moved)

Example.

We have notification_settings route that is a reserved work in TOP_LEVEL_ROUTES. It can be easily put under - scope and remove reserve word. This will increase performance of every route as it reduce the size of regex that is build from TOP_LEVEL_ROUTES.

TODO:

12.9

12.10

13.2

13.3

13.5

13.6

14.0

Unplanned

  • Move clusterable, search, users etc

Removing deprecated routes

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

Edited by 🤖 GitLab Bot 🤖