Skip to content

Move pipelines page to GraphQL - Part 2

What does this MR do and why?

Part one - !206072 (merged)

Part two - YOU ARE HERE 😄

Goal: Move Build > Pipelines to use GraphQL as the SSOT for data. In part two we add support for the pipeline mini graph and actions.

References

Screenshots or screen recordings

Screenshot_2025-10-10_at_11.23.56_AM

How to set up and validate locally

  1. First visit Build > Pipelines and ensure existing feature works as expected.
  2. Next enable Feature.enable(:pipelines_page_graphql) feature flag
  3. Visit Build > Pipelines again
  4. Ensure the Stages and Actions columns work for the table in this MR. The Actions column is not functional yet just displaying. Will fix in later MRs.
  5. It's okay that the rest is missing and broken, we are iterating here

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #223264

Edited by Payton Burdette

Merge request reports

Loading