Skip to content

Pipeline MiniGraph dropdown: Keep open when modifier is pressed

What does this MR do and why?

Pipeline MiniGraph dropdown: Keep open when modifier is pressed

Keeps the dropdown open if a click with a modifier key is being used to being able to quickly open multiple items. This also restores the behavior of the old dropdown.

It also changes the loading behavior of the dropdown to not show Stage: but Stage instead.

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

How to set up and validate locally

  1. Go to a pipeline overview, e.g. http://gdk.test:3000/flightjs/Flight/-/pipelines
  2. Open on a job dropdown in the pipeline minigraph
  3. CMD+Click an item, SHIFT+Click an item
  4. The dropdown stays open

Related to #424397 (closed)

Edited by Sascha Eggenberger

Merge request reports