mirror of
				https://github.com/grafana/grafana.git
				synced 2025-02-25 18:55:37 -06:00 
			
		
		
		
	Chore: remove adhocFilterOneOf toggle (#92979)
				
					
				
			remove adhocFilterOneOf toggle
This commit is contained in:
		@@ -192,7 +192,6 @@ Experimental features might be changed or removed without prior notice.
 | 
			
		||||
| `dashboardRestoreUI`                        | Enables the frontend to be able to restore a recently deleted dashboard                                                                                                                                                                                                           |
 | 
			
		||||
| `backgroundPluginInstaller`                 | Enable background plugin installer                                                                                                                                                                                                                                                |
 | 
			
		||||
| `dataplaneAggregator`                       | Enable grafana dataplane aggregator                                                                                                                                                                                                                                               |
 | 
			
		||||
| `adhocFilterOneOf`                          | Exposes a new 'one of' operator for ad-hoc filters. This operator allows users to filter by multiple values in a single filter.                                                                                                                                                   |
 | 
			
		||||
| `newFiltersUI`                              | Enables new combobox style UI for the Ad hoc filters variable in scenes architecture                                                                                                                                                                                              |
 | 
			
		||||
| `lokiSendDashboardPanelNames`               | Send dashboard and panel names to Loki when querying                                                                                                                                                                                                                              |
 | 
			
		||||
| `singleTopNav`                              | Unifies the top search bar and breadcrumb bar into one                                                                                                                                                                                                                            |
 | 
			
		||||
 
 | 
			
		||||
@@ -201,7 +201,6 @@ export interface FeatureToggles {
 | 
			
		||||
  prometheusAzureOverrideAudience?: boolean;
 | 
			
		||||
  backgroundPluginInstaller?: boolean;
 | 
			
		||||
  dataplaneAggregator?: boolean;
 | 
			
		||||
  adhocFilterOneOf?: boolean;
 | 
			
		||||
  newFiltersUI?: boolean;
 | 
			
		||||
  lokiSendDashboardPanelNames?: boolean;
 | 
			
		||||
  singleTopNav?: boolean;
 | 
			
		||||
 
 | 
			
		||||
@@ -1386,12 +1386,6 @@ var (
 | 
			
		||||
			Owner:           grafanaAppPlatformSquad,
 | 
			
		||||
			RequiresRestart: true,
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			Name:        "adhocFilterOneOf",
 | 
			
		||||
			Description: "Exposes a new 'one of' operator for ad-hoc filters. This operator allows users to filter by multiple values in a single filter.",
 | 
			
		||||
			Stage:       FeatureStageExperimental,
 | 
			
		||||
			Owner:       grafanaDashboardsSquad,
 | 
			
		||||
		},
 | 
			
		||||
		{
 | 
			
		||||
			Name:        "newFiltersUI",
 | 
			
		||||
			Description: "Enables new combobox style UI for the Ad hoc filters variable in scenes architecture",
 | 
			
		||||
 
 | 
			
		||||
@@ -182,7 +182,6 @@ cloudwatchMetricInsightsCrossAccount,preview,@grafana/aws-datasources,false,fals
 | 
			
		||||
prometheusAzureOverrideAudience,deprecated,@grafana/partner-datasources,false,false,false
 | 
			
		||||
backgroundPluginInstaller,experimental,@grafana/plugins-platform-backend,false,true,false
 | 
			
		||||
dataplaneAggregator,experimental,@grafana/grafana-app-platform-squad,false,true,false
 | 
			
		||||
adhocFilterOneOf,experimental,@grafana/dashboards-squad,false,false,false
 | 
			
		||||
newFiltersUI,experimental,@grafana/dashboards-squad,false,false,false
 | 
			
		||||
lokiSendDashboardPanelNames,experimental,@grafana/observability-logs,false,false,false
 | 
			
		||||
singleTopNav,experimental,@grafana/grafana-frontend-platform,false,false,true
 | 
			
		||||
 
 | 
			
		||||
		
		
			
  | 
@@ -739,10 +739,6 @@ const (
 | 
			
		||||
	// Enable grafana dataplane aggregator
 | 
			
		||||
	FlagDataplaneAggregator = "dataplaneAggregator"
 | 
			
		||||
 | 
			
		||||
	// FlagAdhocFilterOneOf
 | 
			
		||||
	// Exposes a new 'one of' operator for ad-hoc filters. This operator allows users to filter by multiple values in a single filter.
 | 
			
		||||
	FlagAdhocFilterOneOf = "adhocFilterOneOf"
 | 
			
		||||
 | 
			
		||||
	// FlagNewFiltersUI
 | 
			
		||||
	// Enables new combobox style UI for the Ad hoc filters variable in scenes architecture
 | 
			
		||||
	FlagNewFiltersUI = "newFiltersUI"
 | 
			
		||||
 
 | 
			
		||||
@@ -52,7 +52,8 @@
 | 
			
		||||
      "metadata": {
 | 
			
		||||
        "name": "adhocFilterOneOf",
 | 
			
		||||
        "resourceVersion": "1723119716623",
 | 
			
		||||
        "creationTimestamp": "2024-08-08T12:21:56Z"
 | 
			
		||||
        "creationTimestamp": "2024-08-08T12:21:56Z",
 | 
			
		||||
        "deletionTimestamp": "2024-09-05T12:30:12Z"
 | 
			
		||||
      },
 | 
			
		||||
      "spec": {
 | 
			
		||||
        "description": "Exposes a new 'one of' operator for ad-hoc filters. This operator allows users to filter by multiple values in a single filter.",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user