Skip to content

Match pipeline type labels in list and detail view

What does this MR do and why?

In Add label to merged results pipelines (!132975 - merged) we added the merged results pipeline label to the pipeline list view. This MR adds the label to the pipeline details view as well – other labels (merge train, merge request) are also shown in both views, so currently there the new merged results label behaves differently.

It also updates the wording in the two existing tooltips from "this" to "the", as per Change the tooltip for merge request pipelines ... (#427653 - closed).

Screenshots or screen recordings

Before After
image image
image image
image image

How to set up and validate locally

  1. Set up project with all three types of MR pipelines (normal, results, train)
  2. Observe all three types having labels present in list view and details view
  3. Observe aligned wording in all three tooltips

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Merge request reports