Skip to content

Remove show license timeout guard on ee

What does this MR do?

Removes the guard for showing license breakdown on large instances.

Through our work on https://gitlab.com/gitlab-org/gitlab/-/issues/11752#note_447153636, the large count query numbers are cached.

We'll wait for %13.7 since the cached entry takes 1 day to populate via sidekiq and that will be released via %13.6

Screenshots (strongly suggested)

on large instances

before after
Screen_Shot_2020-11-16_at_3.27.20_PM Screen_Shot_2020-11-16_at_3.32.03_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

Related to #282473

Edited by Doug Stull

Merge request reports