Skip to content

Make repository, issues and MR route changes under `-` forwards-compatible

From #118840 (comment 262560184):

  1. First release: Handle both /xxx and /-/xxx. URL helpers should still use /xxx so that this doesn't break with a rolling deploy.
  2. Next release: Switch URL helpers to use /-/xxx and then switch /xxx to a redirect.

Part of huge effort #29572 (closed)

TODO

12.7

12.8

12.9

13.0

13.1

13.11

14.0

Updating leftover links in code comments and documentation

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

Removing deprecated routes

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

Edited by Dmytro Zaporozhets (DZ)