Skip to content

Add new merge trains route

Payton Burdette requested to merge 454179-create-new-route-and-ff into master

What does this MR do and why?

First MR in an effort to introduce the ability to visualize merge trains for a project/target branch.

This MR creates the new route behind a feature flag and introduces the FE structure with a basic Vue app to be iterated on.

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

With flag enabled and MT enabled

Screenshot 2024-04-09 at 5.22.53 PM.png

With flag disabled

Screenshot 2024-04-09 at 5.23.07 PM.png

How to set up and validate locally

  1. Enable merge trains and the FF merge_trains_viz
  2. Visit http://gdk.test:3000/root/ci-project/-/merge_trains
  3. Ensure you can see view
  4. Disable the flag and ensure you see a 404 status

Related to #454179 (closed)

Edited by Payton Burdette

Merge request reports