Chore: Enable nestedFolders by default (#84631)
* Enable nestedFolders by default * Make nestedFolders GA Co-authored-by: Timur Olzhabayev <timur.olzhabayev@grafana.com> * regenerate files * also update docs * skip failing test --------- Co-authored-by: Timur Olzhabayev <timur.olzhabayev@grafana.com>
This commit is contained in:
co-authored by
Timur Olzhabayev
parent
b765c21d4c
commit
df2d0574c1
@@ -257,8 +257,9 @@ var (
|
||||
{
|
||||
Name: "nestedFolders",
|
||||
Description: "Enable folder nesting",
|
||||
Stage: FeatureStagePublicPreview,
|
||||
Stage: FeatureStageGeneralAvailability,
|
||||
Owner: grafanaBackendPlatformSquad,
|
||||
Expression: "true", // enabled by default
|
||||
},
|
||||
{
|
||||
Name: "nestedFolderPicker",
|
||||
|
||||
@@ -32,7 +32,7 @@ cloudWatchCrossAccountQuerying,GA,@grafana/aws-datasources,false,false,false
|
||||
showDashboardValidationWarnings,experimental,@grafana/dashboards-squad,false,false,false
|
||||
mysqlAnsiQuotes,experimental,@grafana/backend-platform,false,false,false
|
||||
accessControlOnCall,preview,@grafana/identity-access-team,false,false,false
|
||||
nestedFolders,preview,@grafana/backend-platform,false,false,false
|
||||
nestedFolders,GA,@grafana/backend-platform,false,false,false
|
||||
nestedFolderPicker,GA,@grafana/grafana-frontend-platform,false,false,true
|
||||
alertingBacktesting,experimental,@grafana/alerting-squad,false,false,false
|
||||
editPanelCSVDragAndDrop,experimental,@grafana/dataviz-squad,false,false,true
|
||||
|
||||
|
@@ -1094,12 +1094,15 @@
|
||||
{
|
||||
"metadata": {
|
||||
"name": "nestedFolders",
|
||||
"resourceVersion": "1709648236447",
|
||||
"creationTimestamp": "2024-03-05T14:17:16Z"
|
||||
"resourceVersion": "1710942166805",
|
||||
"creationTimestamp": "2024-03-05T14:17:16Z",
|
||||
"annotations": {
|
||||
"grafana.app/updatedTimestamp": "2024-03-20 13:42:46.805804 +0000 UTC"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"description": "Enable folder nesting",
|
||||
"stage": "preview",
|
||||
"stage": "GA",
|
||||
"codeowner": "@grafana/backend-platform"
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user