Skip to content

Resolve "Issue/MR list tabs - Icons sometimes display as ?"

What does this MR do?

In !44184 (merged), we replaced the badge number of MRs or Issues in the list with ? if generating the actual count was too expensive, since this was causing 500 errors. This has led to confusion, so we are going to instead remove the counts entirely if we cannot generate the true count.

To manually test this working, add count = -1 to line 220 or 221

Screenshots (strongly suggested)

Before
Screen_Shot_2020-12-04_at_4.35.41_PM
After
Screen_Shot_2021-01-27_at_11.11.44_AM

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

Related to #291170 (closed)

Edited by Michelle Gill

Merge request reports