Skip to content
GitLab
Next
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • GitLab GitLab
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 44,763
    • Issues 44,763
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 1,330
    • Merge requests 1,330
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GitLab.orgGitLab.org
  • GitLabGitLab
  • Issues
  • #215362
Closed
Open
Issue created Apr 22, 2020 by Dmytro Zaporozhets (DZ)@dzaporozhets🌴Contributor4 of 10 checklist items completed4/10 checklist items

Routing improvements

To get GitLab routing in a better share there are several initiatives I am working on:

Scoped routing /-/

The reasoning explained in #214217.

To achieve that we need to move global and project routes under - scope:

  • Move all existing group routes under /-/ scope.
  • Move all existing project routes under /-/ scope #29572
  • Move all global routes under /-/ scope #210024
  • Ensure new routes are going under /-/ scope #29130 (closed)

Route regex

Reduce routing regex complexity and prevent introducing new reserved words

  • Ensure we don't add new entries to TOP_LEVEL_ROUTES and PROJECT_WILDCARD_ROUTES. !30162 (merged)
  • Reduce amount of items above to minimize regex complexity. #28803
  • Investigate regex use in project and group constraints

Routing cleanup

  • Order routes alphabetically #210490
  • Remove deprecated routes #28848
  • Update robots.txt to keep up with routing changes => !34773 (merged)
Edited Jun 01, 2021 by Dmytro Zaporozhets (DZ)
Assignee
Assign to
Time tracking