Skip to content

Move existing `/profile` paths to scoped `/-/profile`

Drew Blessing requested to merge dblessing-profile-scoped-routes into master

What does this MR do?

Following documentation at https://docs.gitlab.com/ee/development/routing.html#migrating-unscoped-routes, move all /profile routes to /-/profile.

I'm doing this to cover some technical debt before making further routing changes for 2FA management in profiles.

I created a ~"technical debt" follow-up to remove the redirects in %14.0 - #263366 (closed)

Screenshots

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Drew Blessing

Merge request reports