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
pipeline_editor_before pipeline_editor_after

How to set up and validate locally

  1. In a project with CI setup, navigate to Build > Pipeline editor
  2. Insure that the pipeline summary renders and the links to the pipeline and commit are correct
Edited by Briley Sandlin

Merge request reports

Loading