Part 2 - Migrate pipeline editor PMG to GraphQL
What does this MR do and why?
Part 2 for #466275 (closed)
Migrating pipeline summary in pipeline editor to use the reusable <pipeline-summary> component.
- Added a query to get the pipeline iid in pipeline editor header
- Use
<pipeline-summary>component directly from the pipeline editor header - add optional commit info to pipeline summary
Part 3 will be removal of dead code.
Screenshots or screen recordings
| Before | After |
|---|---|
![]() |
![]() |
How to set up and validate locally
- In a project with CI setup, navigate to Build > Pipeline editor
- Insure that the pipeline summary renders and the links to the pipeline and commit are correct
Edited by Briley Sandlin

