Skip to content

Use users statistics table in view

Corinna Gogolok requested to merge use_users_statistics_table_in_view into master

What does this MR do?

Part of #118592 (closed)

At the moment the users statistics is calculated on page load and each value is calculated separately. With this merge request the statistics will be rendered by using the data stored in the users_statistics database table which will be updated daily via a worker.

The users statistics was only available for paid instances before but will now also be available for Core users.

Screenshots

before after
Screenshot_2020-04-01_at_1.35.34_PM Screenshot_2020-04-01_at_1.34.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
Edited by Corinna Gogolok

Merge request reports