Add Issue analytics to Registration features
What does this MR do and why?
We want to add Issue analytics to features available to users who have service ping data sharing enabled.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
Before | After |
---|---|
How to set up and validate locally
Numbered steps to set up and validate the change are strongly suggested.
- Testing previous behavior:
- Make sure you're on a Premium/Ultimate plan GitLab GDK instance
- Select some group
- Select
Analyze -> Issue analytics
in Group sidebar - Try to use the feature - it should be enabled and working according to the documentation https://docs.gitlab.com/ee/user/group/issues_analytics/
- When registration features are enabled:
- Make sure you're on a free plan GitLab GDK instance (for example, remove current license or stub #current to return
nil
) - Make sure you have the Registration Features checkbox enabled (Admin -> Settings -> Metrics and profiling -> Usage statistics -> Enable Service Ping & Enable Registration Features)
- Select some Group
- Select
Analyze -> Issue analytics
in Group sidebar - Try to use the feature - it should be enabled and working according to the documentation https://docs.gitlab.com/ee/user/group/issues_analytics/
- Make sure you're on a free plan GitLab GDK instance (for example, remove current license or stub #current to return
- When registration features are disabled:
- Make sure you're on a free plan GitLab GDK instance
- Make sure you have the registration features checkbox disabled (Admin -> Settings -> Metrics and profiling -> Usage statistics -> Enable Registration Features)
- Select some group
- Issue analytics feature should be disabled and not usable (No
Analyze -> Issue analytics
menu item in Group sidebar)
- Make sure that the new text appears on the docs page:
- run
gdk restart gitlab-docs
- go to
<local_gitlab_docs_host>/ee/user/admin_area/settings/usage_statistics.html#registration-features-program
and make sure the new section is on the page and the link works
- run
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 #422279 (closed)
Edited by Taras Tadai