Skip to content

Pipeline graph bugfixes

Sascha Eggenberger requested to merge pipeline-graph-bugfixes into master

What does this MR do and why?

Fixes the alignment of badges and fixes a display bug on mobile when show dependencies is enabled.

Screenshots or screen recordings

Before After
downstream_before downstream_after
badge_before badge_after
dependencies_before dependencies_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 badge alignment
  4. Check mobile viewport while enabling show dependencies

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 !135476 (merged), #430244 (closed)

Merge request reports