Skip to content

Add warning icon beside in progress if stuck

Payton Burdette requested to merge pb-stuck-job-in-progress-ux into master

What does this MR do?

Solves confusing UX if a pipeline is stuck. In the duration column on the pipelines table we display the text In progress if a pipeline is in progress. A pipeline can be stuck and still display this wording. We are okay with the wording but the timer icon makes it a bit confusing. So we are moving to a warning icon only if the pipeline is stuck.

Screenshots (strongly suggested)

Stuck pipeline

Screen_Shot_2021-04-01_at_2.07.14_PM

Running pipeline (unchanged)

Screen_Shot_2021-04-01_at_1.36.31_PM

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • 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 Payton Burdette

Merge request reports