Skip to content

Add name of the trigger job in title of downstream

Frédéric Caplette requested to merge fc-correlation-downstream into master

What does this MR do?

Instead of using the generic name "child-pipeline"on the card of a child pipeline, we use the trigger job name. This is to facilitate differentiating between child pipelines.

Screenshots (strongly suggested)

This has to support the old and new graph view. To enable the new graph

rails c
Feature.enable(:graphql_pipeline_details)

Old graph view

Before After
Screen_Shot_2021-06-07_at_3.12.24_PM Screen_Shot_2021-06-07_at_2.31.06_PM
Screen_Shot_2021-06-07_at_3.12.35_PM Screen_Shot_2021-06-07_at_2.33.13_PM

New graph view

Before After
Screen_Shot_2021-06-07_at_3.03.46_PM Screen_Shot_2021-06-07_at_2.12.51_PM
Screen_Shot_2021-06-07_at_3.03.53_PM Screen_Shot_2021-06-07_at_2.39.09_PM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team
Edited by Frédéric Caplette

Merge request reports

Loading