From 4b097a2266c4ee993cb6134c5a1f6b3718e8745e Mon Sep 17 00:00:00 2001 From: Ezekiel Kigbo Date: Wed, 10 Jan 2024 17:13:03 +1100 Subject: [PATCH 1/2] Default enable group_analytics_dashboards feature flag Enables the group level dashboard listing when navigating to the `Analyze > Analytics Dashboards` page. Changelog: changed EE: true --- .../feature_flags/development/group_analytics_dashboards.yml | 2 +- doc/user/analytics/analytics_dashboards.md | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/config/feature_flags/development/group_analytics_dashboards.yml b/config/feature_flags/development/group_analytics_dashboards.yml index 55001b99452de8..6609b4d2c7e503 100644 --- a/config/feature_flags/development/group_analytics_dashboards.yml +++ b/config/feature_flags/development/group_analytics_dashboards.yml @@ -5,4 +5,4 @@ rollout_issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/416970 milestone: '16.2' type: development group: group::optimize -default_enabled: false +default_enabled: true diff --git a/doc/user/analytics/analytics_dashboards.md b/doc/user/analytics/analytics_dashboards.md index 8355a7db5e0c38..c0940a08f51fd9 100644 --- a/doc/user/analytics/analytics_dashboards.md +++ b/doc/user/analytics/analytics_dashboards.md @@ -123,11 +123,10 @@ To view the Value Streams Dashboard as an analytics dashboard for a project: ## View group dashboards > [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/390542) in GitLab 16.2 [with a flag](../../administration/feature_flags.md) named `group_analytics_dashboards`. Disabled by default. +- [Enabled on GitLab.com and self-managed](https://gitlab.com/gitlab-org/gitlab/-/issues/416970) in GitLab 16.8. FLAG: -On self-managed GitLab, by default this feature is not available. To make it available per project or for your entire instance, an administrator can [enable the feature flag](../../administration/feature_flags.md) named `group_analytics_dashboards`. -On GitLab.com, this feature is not available. -This feature is not ready for production use. +On self-managed GitLab, by default this feature is available. To hide the feature, an administrator can [disable the feature flag](../../../administration/feature_flags.md) named `group_analytics_dashboards`. On GitLab.com, this feature is available. Prerequisites: -- GitLab From e3834bf4ffddff876dc403885b283afa6a8c4d1a Mon Sep 17 00:00:00 2001 From: Lorena Ciutacu Date: Wed, 10 Jan 2024 11:15:22 +0000 Subject: [PATCH 2/2] Fix minor linting issues Apply 1 suggestion(s) to 1 file(s) Fix feature flag admin link --- doc/user/analytics/analytics_dashboards.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/user/analytics/analytics_dashboards.md b/doc/user/analytics/analytics_dashboards.md index c0940a08f51fd9..e647dcf170a610 100644 --- a/doc/user/analytics/analytics_dashboards.md +++ b/doc/user/analytics/analytics_dashboards.md @@ -122,11 +122,11 @@ To view the Value Streams Dashboard as an analytics dashboard for a project: ## View group dashboards -> [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/390542) in GitLab 16.2 [with a flag](../../administration/feature_flags.md) named `group_analytics_dashboards`. Disabled by default. -- [Enabled on GitLab.com and self-managed](https://gitlab.com/gitlab-org/gitlab/-/issues/416970) in GitLab 16.8. +> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/390542) in GitLab 16.2 [with a flag](../../administration/feature_flags.md) named `group_analytics_dashboards`. Disabled by default. +> - [Enabled on GitLab.com and self-managed](https://gitlab.com/gitlab-org/gitlab/-/issues/416970) in GitLab 16.8. FLAG: -On self-managed GitLab, by default this feature is available. To hide the feature, an administrator can [disable the feature flag](../../../administration/feature_flags.md) named `group_analytics_dashboards`. On GitLab.com, this feature is available. +On self-managed GitLab, by default this feature is available. To hide the feature, an administrator can [disable the feature flag](../../administration/feature_flags.md) named `group_analytics_dashboards`. On GitLab.com, this feature is available. Prerequisites: -- GitLab