Add boilerplate code for favoriteDatasource feature flag (#109383)
This commit is contained in:
@@ -1081,6 +1081,10 @@ export interface FeatureToggles {
|
||||
*/
|
||||
adhocFiltersInTooltips?: boolean;
|
||||
/**
|
||||
* Enable favorite datasources
|
||||
*/
|
||||
favoriteDatasources?: boolean;
|
||||
/**
|
||||
* New Log Context component
|
||||
*/
|
||||
newLogContext?: boolean;
|
||||
|
||||
@@ -1872,6 +1872,13 @@ var (
|
||||
Owner: grafanaDataProSquad,
|
||||
FrontendOnly: true,
|
||||
},
|
||||
{
|
||||
Name: "favoriteDatasources",
|
||||
Description: "Enable favorite datasources",
|
||||
Stage: FeatureStageExperimental,
|
||||
Owner: grafanaPluginsPlatformSquad,
|
||||
FrontendOnly: true,
|
||||
},
|
||||
{
|
||||
Name: "newLogContext",
|
||||
Description: "New Log Context component",
|
||||
|
||||
@@ -242,5 +242,6 @@ dashboardDsAdHocFiltering,experimental,@grafana/datapro,false,false,true
|
||||
dashboardLevelTimeMacros,experimental,@grafana/dashboards-squad,false,false,true
|
||||
alertmanagerRemoteSecondaryWithRemoteState,experimental,@grafana/alerting-squad,false,false,false
|
||||
adhocFiltersInTooltips,experimental,@grafana/datapro,false,false,true
|
||||
favoriteDatasources,experimental,@grafana/plugins-platform-backend,false,false,true
|
||||
newLogContext,experimental,@grafana/observability-logs,false,false,true
|
||||
newClickhouseConfigPageDesign,privatePreview,@grafana/partner-datasources,false,false,false
|
||||
|
||||
|
@@ -979,6 +979,10 @@ const (
|
||||
// Enable adhoc filter buttons in visualization tooltips
|
||||
FlagAdhocFiltersInTooltips = "adhocFiltersInTooltips"
|
||||
|
||||
// FlagFavoriteDatasources
|
||||
// Enable favorite datasources
|
||||
FlagFavoriteDatasources = "favoriteDatasources"
|
||||
|
||||
// FlagNewLogContext
|
||||
// New Log Context component
|
||||
FlagNewLogContext = "newLogContext"
|
||||
|
||||
@@ -1316,6 +1316,19 @@
|
||||
"frontend": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "favoriteDatasources",
|
||||
"resourceVersion": "1754648387873",
|
||||
"creationTimestamp": "2025-08-08T10:19:47Z"
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enable favorite datasources",
|
||||
"stage": "experimental",
|
||||
"codeowner": "@grafana/plugins-platform-backend",
|
||||
"frontend": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"metadata": {
|
||||
"name": "featureHighlights",
|
||||
|
||||
Reference in New Issue
Block a user