Skip to content

Redirect to value stream upon updating it from VSA settings edit page

What does this MR do and why?

Changes edit value stream workflow from remaining on Value Stream Analytics settings page upon submitting form to redirecting to the updated value stream.

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
Screen Recording 2024-09-11 at 4.46.27 PM.mov Screen Recording 2024-09-11 at 1.09.53 PM.mov

How to set up and validate locally

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

  1. Please make sure that you're on the GitLab Ultimate plan.
  2. Feature.enable(:vsa_standalone_settings_page)
  3. Visit any group/project that has VSA data or follow these steps:
    1. run FILTER=customizable_cycle_analytics SEED_CUSTOMIZABLE_CYCLE_ANALYTICS=1 bundle exec rake db:seed_fu
    2. Visit the group/project value stream. The group/project URL is present in the output of the command above.
  4. Select the Edit button next to value streams dropdown
  5. Edit the value stream and verify that you are redirected to the updated value stream upon submitting the form.

Related to #451560 (closed)

Edited by Rudy Crespo

Merge request reports

Loading