grafana/public/app/features/dashboard/state
Hugo Häggmark 4f0fa776be
Chore: Migrates reducers and actions to Redux Toolkit (#21287)
* Refactor: Adds Redux Toolkit package

* Refactor: Uses configureStore from Redux Toolkit

* Refactor: Migrates applicationReducer

* Refactor: Migrates appNotificationsReducer

* Refactor: Migrates locationReducer

* Refactor: Migrates navModelReducer

* Refactor: Migrates teamsReducer and teamReducer

* Refactor: Migrates cleanUpAction

* Refactor: Migrates alertRulesReducer

* Refactor: Cleans up recursiveCleanState

* Refactor: Switched to Angular compatible reducers

* Refactor: Migrates folderReducer

* Refactor: Migrates dashboardReducer

* Migrates panelEditorReducer

* Refactor: Migrates dataSourcesReducer

* Refactor: Migrates usersReducer

* Refactor: Migrates organizationReducer

* Refactor: Migrates pluginsReducer

* Refactor: Migrates ldapReducer and ldapUserReducer

* Refactor: Migrates apiKeysReducer

* Refactor: Migrates exploreReducer and itemReducer

* Refactor: Removes actionCreatorFactory and reducerFactory

* Refactor: Moves mocks to test section

* Docs: Removes sections about home grown framework

* Update contribute/style-guides/redux.md

Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>

* Refactor: Cleans up some code

* Refactor: Adds state typings

* Refactor: Cleans up typings

* Refactor: Adds comment about ImmerJs autoFreeze

Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
2020-01-13 08:03:22 +01:00
..
actions.ts Chore: Migrates reducers and actions to Redux Toolkit (#21287) 2020-01-13 08:03:22 +01:00
analyticsProcessor.ts MetaAnalytics: Minor fix for meta analytics event (#20888) 2019-12-05 11:51:38 +01:00
DashboardMigrator.test.ts Table: Added text align option to column styles (#21175) 2020-01-09 16:01:12 +01:00
DashboardMigrator.ts Table: Added text align option to column styles (#21175) 2020-01-09 16:01:12 +01:00
DashboardModel.repeat.test.ts Chore: Bumps prettier version for new typescript syntax support (#20463) 2019-11-19 13:59:39 +00:00
DashboardModel.test.ts Chore: Adds typings to lodash (#16590) 2019-04-15 12:11:52 +02:00
DashboardModel.ts Panel: disable edit/duplicate/delete entry for repeat panel (#21257) 2020-01-03 12:18:39 +01:00
index.ts Moved dashboard state components to state folder 2019-01-31 08:56:17 +01:00
initDashboard.test.ts Chore: Migrates reducers and actions to Redux Toolkit (#21287) 2020-01-13 08:03:22 +01:00
initDashboard.ts Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01:00
PanelModel.test.ts Gauge Panel: fix the default value of thresholds cannot be modified (#20190) 2019-11-08 09:46:53 +01:00
PanelModel.ts New panel editor (behind feature toggle) (#21097) 2019-12-16 09:18:48 +01:00
PanelQueryRunner.test.ts Echo: mechanism for collecting custom events lazily (#20365) 2019-12-05 08:30:39 +01:00
PanelQueryRunner.ts Explore: Moves PromContext from query level to DataQueryRequest level (#21260) 2019-12-27 09:11:16 +01:00
reducers.test.ts Prettier had not been running as a precommit hook for some time so had to run in on all files again 2019-02-13 11:14:53 +01:00
reducers.ts Chore: Migrates reducers and actions to Redux Toolkit (#21287) 2020-01-13 08:03:22 +01:00
runRequest.test.ts Echo: mechanism for collecting custom events lazily (#20365) 2019-12-05 08:30:39 +01:00
runRequest.ts Echo: mechanism for collecting custom events lazily (#20365) 2019-12-05 08:30:39 +01:00