From 64652a981c6b590cbc64b34fcef6799ae181374f Mon Sep 17 00:00:00 2001 From: Ezequiel Victorero Date: Wed, 30 Aug 2023 14:34:07 -0500 Subject: [PATCH] Chore: Add sharing squad as codeowners (#73828) --- .github/CODEOWNERS | 4 ++-- pkg/services/featuremgmt/codeowners.go | 1 + pkg/services/featuremgmt/registry.go | 4 ++-- pkg/services/featuremgmt/toggles_gen.csv | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ea8615d0c98..dc94dd3f424 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -104,7 +104,7 @@ /pkg/services/correlations/ @grafana/explore-squad /pkg/services/dashboardimport/ @grafana/backend-platform /pkg/services/dashboards/ @grafana/backend-platform -/pkg/services/dashboardsnapshots/ @grafana/backend-platform +/pkg/services/dashboardsnapshots/ @grafana/sharing-squad /pkg/services/dashboardversion/ @grafana/backend-platform /pkg/services/encryption/ @grafana/backend-platform /pkg/services/folder/ @grafana/backend-platform @@ -119,7 +119,7 @@ /pkg/services/plugindashboards/ @grafana/backend-platform /pkg/services/preference/ @grafana/backend-platform /pkg/services/provisioning/ @grafana/backend-platform -/pkg/services/publicdashboards/ @grafana/dashboards-squad +/pkg/services/publicdashboards/ @grafana/sharing-squad /pkg/services/query/ @grafana/backend-platform /pkg/services/queryhistory/ @grafana/backend-platform /pkg/services/quota/ @grafana/backend-platform diff --git a/pkg/services/featuremgmt/codeowners.go b/pkg/services/featuremgmt/codeowners.go index 0247fb970b0..1be0dd2be23 100644 --- a/pkg/services/featuremgmt/codeowners.go +++ b/pkg/services/featuremgmt/codeowners.go @@ -25,4 +25,5 @@ const ( grafanaPartnerPluginsSquad codeowner = "@grafana/partner-datasources" grafanaOperatorExperienceSquad codeowner = "@grafana/grafana-operator-experience-squad" enterpriseDatasourcesSquad codeowner = "@grafana/enterprise-datasources" + grafanaSharingSquad codeowner = "@grafana/sharing-squad" ) diff --git a/pkg/services/featuremgmt/registry.go b/pkg/services/featuremgmt/registry.go index 42ae8feee65..1c4b124b676 100644 --- a/pkg/services/featuremgmt/registry.go +++ b/pkg/services/featuremgmt/registry.go @@ -45,14 +45,14 @@ var ( Name: "publicDashboards", Description: "Enables public access to dashboards", Stage: FeatureStagePublicPreview, - Owner: grafanaDashboardsSquad, + Owner: grafanaSharingSquad, }, { Name: "publicDashboardsEmailSharing", Description: "Enables public dashboard sharing to be restricted to only allowed emails", Stage: FeatureStagePublicPreview, RequiresLicense: true, - Owner: grafanaDashboardsSquad, + Owner: grafanaSharingSquad, HideFromDocs: true, }, { diff --git a/pkg/services/featuremgmt/toggles_gen.csv b/pkg/services/featuremgmt/toggles_gen.csv index d537a0c075c..01af90df3ac 100644 --- a/pkg/services/featuremgmt/toggles_gen.csv +++ b/pkg/services/featuremgmt/toggles_gen.csv @@ -4,8 +4,8 @@ disableEnvelopeEncryption,GA,@grafana/grafana-as-code,false,false,false,false live-service-web-worker,experimental,@grafana/grafana-app-platform-squad,false,false,false,true queryOverLive,experimental,@grafana/grafana-app-platform-squad,false,false,false,true panelTitleSearch,preview,@grafana/grafana-app-platform-squad,false,false,false,false -publicDashboards,preview,@grafana/dashboards-squad,false,false,false,false -publicDashboardsEmailSharing,preview,@grafana/dashboards-squad,false,true,false,false +publicDashboards,preview,@grafana/sharing-squad,false,false,false,false +publicDashboardsEmailSharing,preview,@grafana/sharing-squad,false,true,false,false lokiExperimentalStreaming,experimental,@grafana/observability-logs,false,false,false,false featureHighlights,GA,@grafana/grafana-as-code,false,false,false,false migrationLocking,preview,@grafana/backend-platform,false,false,false,false