From cc3845f9cecb023079b1dc1fc0dd36da3b35efef Mon Sep 17 00:00:00 2001 From: Ezekiel <3397881-ekigbo@users.noreply.gitlab.com> Date: Fri, 20 Jun 2025 13:02:11 +1000 Subject: [PATCH 1/3] Move dashboard framework from ultimate to premium Moves the `group_level_analytics_dashboard` the `project_level_analytics_dashboard` and the `combined_project_analytics_dashboards` features from ultimate to premium. --- ee/app/models/gitlab_subscriptions/features.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ee/app/models/gitlab_subscriptions/features.rb b/ee/app/models/gitlab_subscriptions/features.rb index 22ec2630a662ce..b4afc897ce91bd 100644 --- a/ee/app/models/gitlab_subscriptions/features.rb +++ b/ee/app/models/gitlab_subscriptions/features.rb @@ -97,6 +97,7 @@ class Features cluster_deployments code_owner_approval_required code_suggestions + combined_project_analytics_dashboards commit_committer_check commit_committer_name_check compliance_framework @@ -127,6 +128,7 @@ class Features group_allowed_email_domains group_coverage_reports group_forking_protection + group_level_analytics_dashboard group_level_compliance_dashboard group_milestone_project_releases group_project_templates @@ -155,6 +157,7 @@ class Features pages_multiple_versions productivity_analytics project_aliases + project_level_analytics_dashboard protected_environments reject_non_dco_commits reject_unsigned_commits @@ -214,7 +217,6 @@ class Features cluster_receptive_agents cluster_image_scanning external_status_checks - combined_project_analytics_dashboards compliance_pipeline_configuration container_registry_immutable_tag_rules container_scanning @@ -239,7 +241,6 @@ class Features project_level_compliance_dashboard project_level_compliance_adherence_report project_level_compliance_violations_report - group_level_analytics_dashboard incident_management inline_codequality insights @@ -256,7 +257,6 @@ class Features secret_push_protection product_analytics project_quality_summary - project_level_analytics_dashboard quality_management release_evidence_test_artifacts report_approver_rules -- GitLab From 2b34095932c000ccb6f1cea1e895ae6bb817b9f5 Mon Sep 17 00:00:00 2001 From: Ezekiel <3397881-ekigbo@users.noreply.gitlab.com> Date: Mon, 23 Jun 2025 15:27:31 +1000 Subject: [PATCH 2/3] Update related docs --- doc/user/analytics/analytics_dashboards.md | 3 ++- doc/user/analytics/value_streams_dashboard.md | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/user/analytics/analytics_dashboards.md b/doc/user/analytics/analytics_dashboards.md index dcb5ddffe5829c..8ce87428fc2d19 100644 --- a/doc/user/analytics/analytics_dashboards.md +++ b/doc/user/analytics/analytics_dashboards.md @@ -7,7 +7,7 @@ title: Analytics dashboards {{< details >}} -- Tier: Ultimate +- Tier: Premium, Ultimate - Offering: GitLab.com, GitLab Self-Managed, GitLab Dedicated {{< /details >}} @@ -19,6 +19,7 @@ title: Analytics dashboards - `combined_analytics_dashboards` [removed](https://gitlab.com/gitlab-org/gitlab/-/issues/454350) in GitLab 17.1. - `filters` configuration [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/505317) in GitLab 17.9. Disabled by default. - Inline visualizations configuration [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/509111) in GitLab 17.9. +- Changed from Ultimate to [Premium](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/195086) tier in GitLab 18.2 {{< /history >}} diff --git a/doc/user/analytics/value_streams_dashboard.md b/doc/user/analytics/value_streams_dashboard.md index b3daa2a98b81a1..5424edc403f48e 100644 --- a/doc/user/analytics/value_streams_dashboard.md +++ b/doc/user/analytics/value_streams_dashboard.md @@ -8,7 +8,7 @@ title: Value Streams Dashboard {{< details >}} -- Tier: Ultimate +- Tier: Premium, Ultimate - Offering: GitLab.com, GitLab Self-Managed, GitLab Dedicated {{< /details >}} @@ -18,6 +18,7 @@ title: Value Streams Dashboard - Introduced in GitLab 15.8 as a closed [beta](../../policy/development_stages_support.md#beta) feature [with a flag](../../administration/feature_flags/_index.md) named `group_analytics_dashboards_page`. Disabled by default. - Released in GitLab 15.11 as an open [beta](../../policy/development_stages_support.md#beta) feature [with a flag](../../administration/feature_flags/_index.md) named `group_analytics_dashboards_page`. Enabled by default. - [Generally available](https://gitlab.com/gitlab-org/gitlab/-/issues/392734) in GitLab 16.0. Feature flag `group_analytics_dashboards_page` removed. +- Changed from Ultimate to [Premium](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/195086) tier in GitLab 18.2 {{< /history >}} -- GitLab From 6d722efa4c39ecfb622c11220a72f91da4d3ea91 Mon Sep 17 00:00:00 2001 From: Lorena Ciutacu Date: Mon, 23 Jun 2025 11:42:28 +0200 Subject: [PATCH 3/3] Edit docs history --- doc/user/analytics/analytics_dashboards.md | 2 +- doc/user/analytics/value_streams_dashboard.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user/analytics/analytics_dashboards.md b/doc/user/analytics/analytics_dashboards.md index 8ce87428fc2d19..69be2a98cf4112 100644 --- a/doc/user/analytics/analytics_dashboards.md +++ b/doc/user/analytics/analytics_dashboards.md @@ -19,7 +19,7 @@ title: Analytics dashboards - `combined_analytics_dashboards` [removed](https://gitlab.com/gitlab-org/gitlab/-/issues/454350) in GitLab 17.1. - `filters` configuration [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/505317) in GitLab 17.9. Disabled by default. - Inline visualizations configuration [introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/509111) in GitLab 17.9. -- Changed from Ultimate to [Premium](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/195086) tier in GitLab 18.2 +- [Moved](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/195086) from GitLab Ultimate to GitLab Premium in 18.2. {{< /history >}} diff --git a/doc/user/analytics/value_streams_dashboard.md b/doc/user/analytics/value_streams_dashboard.md index 5424edc403f48e..ad9de446a72637 100644 --- a/doc/user/analytics/value_streams_dashboard.md +++ b/doc/user/analytics/value_streams_dashboard.md @@ -18,7 +18,7 @@ title: Value Streams Dashboard - Introduced in GitLab 15.8 as a closed [beta](../../policy/development_stages_support.md#beta) feature [with a flag](../../administration/feature_flags/_index.md) named `group_analytics_dashboards_page`. Disabled by default. - Released in GitLab 15.11 as an open [beta](../../policy/development_stages_support.md#beta) feature [with a flag](../../administration/feature_flags/_index.md) named `group_analytics_dashboards_page`. Enabled by default. - [Generally available](https://gitlab.com/gitlab-org/gitlab/-/issues/392734) in GitLab 16.0. Feature flag `group_analytics_dashboards_page` removed. -- Changed from Ultimate to [Premium](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/195086) tier in GitLab 18.2 +- [Moved](https://gitlab.com/gitlab-org/gitlab/-/merge_requests/195086) from GitLab Ultimate to GitLab Premium in 18.2. {{< /history >}} -- GitLab