Skip to content

Changed failed pipeline jobs card border to hover and text to hide

What does this MR do and why?

This MR changes the new failed jobs card in MR pipelines to show a border only when hovered and changes the text from Show failed jobs to Hide failed jobs when the card is expanded 🙂

Screenshots or screen recordings

Before After
Screenshot_2023-07-28_alle_23.41.56 Screenshot_2023-07-31_alle_21.17.03
Screenshot_2023-07-28_alle_23.42.02 Screenshot_2023-07-31_alle_21.17.08

Registrazione_schermo_2023-07-31_alle_21.15.34

How to set up and validate locally

  1. Enable ci_job_failures_in_mr feature flag (run Feature.enable(:ci_job_failures_in_mr) from the rails console)
  2. Find or create an MR that has some pipelines
  3. Go to the MR pipelines tab and check the failed jobs cards 🙂

MR acceptance checklist

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

Edited by Marco Zille

Merge request reports