Skip to content

Remove pending and running tabs from pipelines list

Payton Burdette requested to merge remove-some-tabs-from-pipelines-list into master

What does this MR do?

Removes pending and running tabs from pipelines list to avoid duplicate UI functionality. Also removes count from the finished tab. A follow up backend MR will be created to quit querying for count numbers which should improve response times greatly.

Related to: #219276 (closed)

Screenshots

before after
Screen_Shot_2020-06-22_at_1.46.49_PM Screen_Shot_2020-06-22_at_1.49.19_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