Skip to content

Hide blob ci status when there is no pipeline

Payton Burdette requested to merge pb-hide-blob-ci-status into master

What does this MR do and why?

UX issue reported in slack https://gitlab.slack.com/archives/CETG54GQ0/p1727853160896449 (internal link)

Previously when there were no pipelines we would show a null ci status on the blob view. This MR hides the ci status if no pipelines are present in the payload.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot_2024-10-02_at_1.12.27_PM Screenshot_2024-10-02_at_1.19.20_PM

How to set up and validate locally

  1. Visit a blob commit
  2. Verify without pipeline status is not shown
  3. Verify with pipeline status is shown
Edited by Payton Burdette

Merge request reports

Loading