mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 06:22:13 +08:00
Merge branch 'main' into k8s-remove-dash-folder-ff
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
"author": "Grafana Labs",
|
||||
"license": "Apache-2.0",
|
||||
"name": "@grafana/data",
|
||||
"version": "12.1.0-pre",
|
||||
"version": "12.2.0-pre",
|
||||
"description": "Grafana Data Library",
|
||||
"keywords": [
|
||||
"typescript"
|
||||
@ -56,8 +56,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@braintree/sanitize-url": "7.0.1",
|
||||
"@grafana/i18n": "12.1.0-pre",
|
||||
"@grafana/schema": "12.1.0-pre",
|
||||
"@grafana/i18n": "12.2.0-pre",
|
||||
"@grafana/schema": "12.2.0-pre",
|
||||
"@leeoniya/ufuzzy": "1.0.18",
|
||||
"@types/d3-interpolate": "^3.0.0",
|
||||
"@types/string-hash": "1.1.3",
|
||||
@ -73,7 +73,7 @@
|
||||
"marked-mangle": "1.1.11",
|
||||
"moment": "2.30.1",
|
||||
"moment-timezone": "0.5.47",
|
||||
"ol": "10.6.0",
|
||||
"ol": "10.6.1",
|
||||
"papaparse": "5.5.3",
|
||||
"react-use": "17.6.0",
|
||||
"rxjs": "7.8.2",
|
||||
|
@ -166,11 +166,6 @@ export interface FeatureToggles {
|
||||
*/
|
||||
pluginsFrontendSandbox?: boolean;
|
||||
/**
|
||||
* Enables right panel for the plugins details page
|
||||
* @default true
|
||||
*/
|
||||
pluginsDetailsRightPanel?: boolean;
|
||||
/**
|
||||
* Enables previous SQL data source dataset dropdown behavior
|
||||
*/
|
||||
sqlDatasourceDatabaseSelection?: boolean;
|
||||
@ -995,6 +990,10 @@ export interface FeatureToggles {
|
||||
*/
|
||||
kubernetesAuthzApis?: boolean;
|
||||
/**
|
||||
* Enables create, delete, and update mutations for resources owned by IAM identity
|
||||
*/
|
||||
kubernetesAuthnMutation?: boolean;
|
||||
/**
|
||||
* Enables restore deleted dashboards feature
|
||||
* @default false
|
||||
*/
|
||||
@ -1070,4 +1069,9 @@ export interface FeatureToggles {
|
||||
* Enables adhoc filtering support for the dashboard datasource
|
||||
*/
|
||||
dashboardDsAdHocFiltering?: boolean;
|
||||
/**
|
||||
* Starts Grafana in remote secondary mode pulling the latest state from the remote Alertmanager to avoid duplicate notifications.
|
||||
* @default false
|
||||
*/
|
||||
alertmanagerRemoteSecondaryWithRemoteState?: boolean;
|
||||
}
|
||||
|
Reference in New Issue
Block a user