Skip to content

Redirect oauth applications to user_settings

Aboobacker MK requested to merge tachyons-redirect-applications into master

What does this MR do and why?

Redirect oauth applications to user_settings

Move /-/profile/applications to /-/user_settings/applications and redirect end_point to new endpoint till next major release (17.0)

Related to #422478 (closed)

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.

  1. In your local GitLab instance, navigate to the following URL:
http://localhost:3000/-/profile/applications
  1. You will be redirected to the new endpoint:
http://localhost:3000/-/user_settings/applications
  1. Verify that the applications is displayed correctly.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports