grafana/public/app/features/dashboard/state
Ivan Ortega Alba 819041c732
Schema: Improve Dashboard kind docs and remove deprecated props (#69359)
Remove unused properties: 
  * `FieldColorModeId.PaletteSaturated`: It doesn't exist and it is not a valid palette.
  * `VariableModel.rootStateKey`: It is not persisted in the DB, so it shouldn't be in the schema. It is a property only used in the frontend to store the Redux store key.
  * `VariableModel.error`: It is not persisted in the DB, so it shouldn't be in the schema. It is a property only used in the frontend to store fetching errors.
  * `Panel.thresholds`: old property only existing in previous versions of the dashboard schema.
  * `Panel.timeRegions`: old property only existing in previous versions of the dashboard schema.
2023-06-06 14:28:10 +02:00
..
__fixtures__ Annotations: Support filtering the target panels (#66325) 2023-04-18 15:39:30 -05:00
actions.ts Panels: Fixes crashing issue when migrating angular panels (#58232) 2022-11-08 16:26:02 +01:00
analyticsProcessor.ts Chore: Remove deprecated dashboardId from panel query runner (#64786) 2023-04-14 16:50:10 -07:00
DashboardMigrator.test.ts Schema: Improve Dashboard kind docs and remove deprecated props (#69359) 2023-06-06 14:28:10 +02:00
DashboardMigrator.ts Table Panel: Fix panel migration for options cell type (#66305) 2023-04-12 08:52:44 -07:00
DashboardModel.refresh.test.ts Chore: fix type errors in tests (#63270) 2023-02-14 16:46:42 +01:00
DashboardModel.repeat.test.ts Row-repeats: Fix disappearing panel when viewed panel is refreshed (#58392) 2023-04-04 21:56:47 +03:00
DashboardModel.test.ts Dashboards: Only refresh panels on panel edit exit if refresh is set (#67652) 2023-05-10 14:12:55 +01:00
DashboardModel.ts Dashboards: Only refresh panels on panel edit exit if refresh is set (#67652) 2023-05-10 14:12:55 +01:00
index.ts Moved dashboard state components to state folder 2019-01-31 08:56:17 +01:00
initDashboard.test.ts TopNav: KioskMode rewrite move to AppChrome responsibility and make it a global feature (#55149) 2022-09-15 14:04:58 +02:00
initDashboard.ts NestedFolders: Show Dashboard and Folder full breadcrumb hierarchy (#68308) 2023-05-16 13:54:44 +01:00
PanelModel.test.ts Dashboard: Fix library panels in collapsed rows not getting updated (#66643) 2023-05-16 12:44:19 +01:00
PanelModel.ts Dashboard: Fix library panels in collapsed rows not getting updated (#66643) 2023-05-16 12:44:19 +01:00
reducers.test.ts schema: Use generated dashboard model in frontend (#55769) 2022-12-20 15:04:14 +01:00
reducers.ts New Dashboard: Fix "build a dashboard" when empty dash page feature is enabled (#66816) 2023-04-27 11:11:19 +01:00
selectors.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
TimeModel.ts Explore: Add t * keybindings to change time range (#45020) 2022-02-17 07:39:02 -06:00
utils.test.ts Chore: some low-hanging type assertion fruit (#51618) 2022-06-30 10:40:00 +01:00
utils.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00