Skip to content

Free some reserved group routes

Bob Van Landuyt requested to merge bvl-free-paths into master

What does this MR do?

This frees up some of the paths we previously reserved by nesting them under a -, which is already rejected for any dynamic path.

To maintain compatibility, we redirect the old path to the -/ variant as long as no group or project with the path is created.

Does this MR meet the acceptance criteria?

  • Changelog entry added, if necessary
  • Tests added for this feature/bug
  • Review
    • Has been reviewed by Backend

What are the relevant issue numbers?

Part of https://gitlab.com/gitlab-org/gitlab-ce/issues/26407

Edited by Bob Van Landuyt

Merge request reports