Convert issues analytics table to graphql
requested to merge ali_o_kan/gitlab:351549-issues-analytics-convert-data-api-request-to-graphql into master
What does this MR do and why?
- use GraphQL instead of rest API
- add
type
andfull_path
in dataset - update tests
Screenshots or screen recordings
Before:
After:
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.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #351549 (closed)
Edited by Laurent Deketelaere