Skip to content

Pipeline MiniGraph: Update tooltip content and direction

Sascha Eggenberger requested to merge mini-pipeline-graph-update-tooltip into master

What does this MR do and why?

Pipeline MiniGraph: Update tooltip content and direction:

  • Moves status tooltip to left
  • Refactors use of tooltipText() to be the same for mini pipeline and pipeline graph
  • Fixes a potential regression regarding the tooltip content
  • Fixes a tooltip positioning error when only one job is available, see https://gitlab.slack.com/archives/CETG54GQ0/p1713995947773199
  • Fixes stage tooltip overlapping dropdown content

Aligns tooltips on the MiniGraph to use the same directions as on the Pipeline Graph page.

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

Before After
before after
before after

How to set up and validate locally

  1. Check the pipeline minigraph on http://gdk.test:3000/flightjs/Flight/-/pipelines

Related to #444717 (closed), !149296 (merged)

Edited by Sascha Eggenberger

Merge request reports