Skip to content

Convert issues analytics table to graphql

What does this MR do and why?

  • use GraphQL instead of rest API
  • add type and full_path in dataset
  • update tests

Screenshots or screen recordings

Before:

Screenshot_from_2022-09-14_16-52-40

After:

Screenshot_from_2022-09-14_16-51-26

How to set up and validate locally

on Group

visit analytics/issues_analytics page: http://127.0.0.1:3000/groups/gitlab-org/-/issues_analytics

on Project

visit analytics/issues_analytics page: http://127.0.0.1:3000/gitlab-org/gitlab-shell/-/analytics/issues_analytics

Table should be visible and use GrapQL

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #351549 (closed)

Edited by Laurent Deketelaere

Merge request reports