Skip to content

WIP: Productivity Analytics: Move metric types to root state

What does this MR do?

Don't merge before https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/15569 is merged.

This MR adds the metricTypes to the root state so they can be shared across all store modules. By this, metricTypes can be used by all charts and the MR table (via getMetricTypes). With this change tableSortFields gets obsolete since the MR table uses metricTypes as well.

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 Martin Wortschack

Merge request reports