SingleTopNav: Update singleTopNav feature toggle to public preview (#96527)

update singleTopNav to public preview
This commit is contained in:
Ashley Harrison 2024-11-15 10:06:27 +00:00 committed by GitHub
parent 0e0920efbe
commit eededdd4c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 6 deletions

View File

@ -114,6 +114,7 @@ Most [generally available](https://grafana.com/docs/release-life-cycle/#general-
| `ssoSettingsSAML` | Use the new SSO Settings API to configure the SAML connector |
| `azureMonitorPrometheusExemplars` | Allows configuration of Azure Monitor as a data source that can provide Prometheus exemplars |
| `ssoSettingsLDAP` | Use the new SSO Settings API to configure LDAP |
| `singleTopNav` | Unifies the top search bar and breadcrumb bar into one |
| `useSessionStorageForRedirection` | Use session storage for handling the redirection after login |
| `reportingUseRawTimeRange` | Uses the original report or dashboard time range instead of making an absolute transformation |
@ -204,7 +205,6 @@ Experimental features might be changed or removed without prior notice.
| `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 |
| `alertingPrometheusRulesPrimary` | Uses Prometheus rules as the primary source of truth for ruler-enabled data sources |
| `singleTopNav` | Unifies the top search bar and breadcrumb bar into one |
| `exploreLogsShardSplitting` | Used in Explore Logs to split queries into multiple queries based on the number of shards |
| `exploreLogsAggregatedMetrics` | Used in Explore Logs to query by aggregated metrics |
| `exploreLogsLimitedTimeRange` | Used in Explore Logs to limit the time range |

View File

@ -1448,7 +1448,7 @@ var (
{
Name: "singleTopNav",
Description: "Unifies the top search bar and breadcrumb bar into one",
Stage: FeatureStageExperimental,
Stage: FeatureStagePublicPreview,
FrontendOnly: true,
Owner: grafanaFrontendPlatformSquad,
},

View File

@ -190,7 +190,7 @@ dataplaneAggregator,experimental,@grafana/grafana-app-platform-squad,false,true,
newFiltersUI,experimental,@grafana/dashboards-squad,false,false,false
lokiSendDashboardPanelNames,experimental,@grafana/observability-logs,false,false,false
alertingPrometheusRulesPrimary,experimental,@grafana/alerting-squad,false,false,true
singleTopNav,experimental,@grafana/grafana-frontend-platform,false,false,true
singleTopNav,preview,@grafana/grafana-frontend-platform,false,false,true
exploreLogsShardSplitting,experimental,@grafana/observability-logs,false,false,true
exploreLogsAggregatedMetrics,experimental,@grafana/observability-logs,false,false,true
exploreLogsLimitedTimeRange,experimental,@grafana/observability-logs,false,false,true

1 Name Stage Owner requiresDevMode RequiresRestart FrontendOnly
190 newFiltersUI experimental @grafana/dashboards-squad false false false
191 lokiSendDashboardPanelNames experimental @grafana/observability-logs false false false
192 alertingPrometheusRulesPrimary experimental @grafana/alerting-squad false false true
193 singleTopNav experimental preview @grafana/grafana-frontend-platform false false true
194 exploreLogsShardSplitting experimental @grafana/observability-logs false false true
195 exploreLogsAggregatedMetrics experimental @grafana/observability-logs false false true
196 exploreLogsLimitedTimeRange experimental @grafana/observability-logs false false true

View File

@ -3088,12 +3088,15 @@
{
"metadata": {
"name": "singleTopNav",
"resourceVersion": "1724861961030",
"creationTimestamp": "2024-08-29T08:48:32Z"
"resourceVersion": "1731664029942",
"creationTimestamp": "2024-08-29T08:48:32Z",
"annotations": {
"grafana.app/updatedTimestamp": "2024-11-15 09:47:09.942158 +0000 UTC"
}
},
"spec": {
"description": "Unifies the top search bar and breadcrumb bar into one",
"stage": "experimental",
"stage": "preview",
"codeowner": "@grafana/grafana-frontend-platform",
"frontend": true
}