Skip to content

New pipeline graph: Change group alignments

Sascha Eggenberger requested to merge pipeline-graph-group-improvements into master

What does this MR do and why?

New pipeline graph: Change group alignments

  • Sets a max width to a pipeline group
  • Aligns the play button with other actions
  • Move downstream pipelines back to right

Screenshots or screen recordings

Max width

Before After
group_before group_after

Vertical button alignment

Before After
run_button_before run_button_after

Puts Downstream pipelines back to right

Before After
downstream_before downstream_after

How to set up and validate locally

  1. Enable FF echo "Feature.enable(:new_pipeline_graph)" | rails c
  2. Go to a pipeline (e.g. http://gdk.test:3000/flightjs/Flight/-/pipelines/10)
  3. Check button alignemnt and max width of a group

MR acceptance checklist

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

Related to Pipeline: Redesigned Pipeline Graph (!132462 - merged), #425468 (closed)

Edited by Sascha Eggenberger

Merge request reports