mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Explore: Deprecate local storage singular datasource key (#86250)
* add a note? * Let Explore own the core/history folder
This commit is contained in:
parent
1c2065af60
commit
7112f1effc
1
.github/CODEOWNERS
vendored
1
.github/CODEOWNERS
vendored
@ -383,6 +383,7 @@ playwright.config.ts @grafana/plugins-platform-frontend
|
|||||||
/public/app/core/components/TimeSeries/ @grafana/dataviz-squad
|
/public/app/core/components/TimeSeries/ @grafana/dataviz-squad
|
||||||
/public/app/core/components/TimelineChart/ @grafana/dataviz-squad
|
/public/app/core/components/TimelineChart/ @grafana/dataviz-squad
|
||||||
/public/app/core/components/Form/ @grafana/grafana-frontend-platform
|
/public/app/core/components/Form/ @grafana/grafana-frontend-platform
|
||||||
|
/public/app/core/history/ @grafana/explore-squad
|
||||||
/public/app/features/all.ts @grafana/grafana-frontend-platform
|
/public/app/features/all.ts @grafana/grafana-frontend-platform
|
||||||
/public/app/features/admin/ @grafana/identity-access-team
|
/public/app/features/admin/ @grafana/identity-access-team
|
||||||
|
|
||||||
|
@ -94,7 +94,7 @@ export const sortQueries = (array: RichHistoryQuery[], sortOrder: SortOrder) =>
|
|||||||
export const RICH_HISTORY_SETTING_KEYS = {
|
export const RICH_HISTORY_SETTING_KEYS = {
|
||||||
retentionPeriod: 'grafana.explore.richHistory.retentionPeriod',
|
retentionPeriod: 'grafana.explore.richHistory.retentionPeriod',
|
||||||
starredTabAsFirstTab: 'grafana.explore.richHistory.starredTabAsFirstTab',
|
starredTabAsFirstTab: 'grafana.explore.richHistory.starredTabAsFirstTab',
|
||||||
legacyActiveDatasourceOnly: 'grafana.explore.richHistory.activeDatasourceOnly',
|
legacyActiveDatasourceOnly: 'grafana.explore.richHistory.activeDatasourceOnly', // @deprecated
|
||||||
activeDatasourcesOnly: 'grafana.explore.richHistory.activeDatasourcesOnly',
|
activeDatasourcesOnly: 'grafana.explore.richHistory.activeDatasourcesOnly',
|
||||||
datasourceFilters: 'grafana.explore.richHistory.datasourceFilters',
|
datasourceFilters: 'grafana.explore.richHistory.datasourceFilters',
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user