Skip to content

Resolve "Add Widget for statistics in Admin/Dashboard page"

EE PORT

https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/16093

What does this MR do?

For #51123 (moved) Note: https://gitlab.com/gitlab-org/gitlab-ce/issues/51123#note_209983635

This MR adds a widget for displaying statistics in the Admin Dashboard page. The widget fetches the data asynchronously in order to improve performance since all count calls now happen in the background, while the page can be loaded without blocking the user.

To supply the data required for the widget, an API endpoint /application/statistics has also been added.

Screencast

Status 200 Status 500
admin_statistics admin_statistics_500

Screenshots

The API will give out the statistics for the following highlighted portions: Screenshot_2019-08-30_at_4.08.41_PM

API response: Screenshot_2019-08-30_at_4.11.24_PM

Does this MR meet the acceptance criteria?

Conformity

Performance 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 Manoj M J

Merge request reports