Skip to content

Implement User Profile Page Redirectsfor Foundations page name changes

What does this MR do and why?

For #426898 (closed)

This MR:

  • sets up GET /-/user_settings/profile and PUT/PATCH /-/user_settings/profile routes.
  • redirects the current GET /-/profile to GET /-/user_settings/profile.
  • PUT/PATCH /-/profile routes continues to hit the same path, but will be served by the new user_settings/profiles controller.
  • GET /-/profile and PUT/PATCH /-/profile can be deprecated and removed in 17.0

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

Related to #426898 (closed)

Edited by Manoj M J

Merge request reports