Skip to content

Pipeline Graph Structural Update: Add Linked Pipeline Interactions

What does this MR do?

This is the next feature MR in #276949 (closed). It does the following:

  • adds the upstream and downstream components to the new graph component
  • replaces the LinkedPipelineColumn with new functionality (legacy files added in !48779 (merged))
  • adjusts the legacy code where needed to work together
  • updates related specs, including mockData

All GraphQL code additions are behind the :graphql_pipeline_details flag, which is off.

Screenshots (strongly suggested)

closed open animated
downstream Screen_Shot_2020-12-03_at_6.16.33_PM Screen_Shot_2020-12-03_at_6.18.00_PM open-downstream
upstream Screen_Shot_2020-12-03_at_6.17.45_PM Screen_Shot_2020-12-03_at_7.15.14_PM open-upstream

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Related to #276949 (closed)

Merge request reports