grafana/public/app/features/variables/editor
Hugo Häggmark dbec2b02fd
Variables: move state tree into a keyed state (#44642)
* Variables: move state tree into a keyed state

* Update public/app/features/variables/state/transactionReducer.ts

Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com>

* Chore: fix prettier error

* Chore: renamed slices and lastUid

* Chore: rename toUidAction

* Chore: rename dashboardVariableReducer

* Chore: rename state prop back to templating

* Chore renames variable.dashboardUid

* Chore: rename toDashboardVariableIdentifier

* Chore: rename getDashboardVariable

* Chore: rename getDashboardVariablesState

* Chore: rename getDashboardVariables

* Chore: some more renames

* Chore: small clean up

* Chore: small rename

* Chore: removes unused function

* Chore: rename VariableModel.stateKey

* Chore: rename KeyedVariableIdentifier.stateKey

* user essentials mob! 🔱

* user essentials mob! 🔱

* user essentials mob! 🔱

* user essentials mob! 🔱

Co-authored-by: kay delaney <45561153+kaydelaney@users.noreply.github.com>
Co-authored-by: kay delaney <kay@grafana.com>
Co-authored-by: Alexandra Vargas <alexa1866@gmail.com>
Co-authored-by: Ashley Harrison <ashley.harrison@grafana.com>
2022-02-18 06:06:04 +01:00
..
actions.test.ts Prettier: Upgrade to 2 (#30387) 2021-01-20 07:59:48 +01:00
actions.ts Variables: move state tree into a keyed state (#44642) 2022-02-18 06:06:04 +01:00
getVariableQueryEditor.test.tsx Variables: Adds new Api that allows proper QueryEditors for Query variables (#28217) 2020-11-18 15:10:32 +01:00
getVariableQueryEditor.tsx Variables: Adds new Api that allows proper QueryEditors for Query variables (#28217) 2020-11-18 15:10:32 +01:00
LegacyVariableQueryEditor.tsx Chore: reduces circular dependencies for variables/utils.ts (#44087) 2022-01-17 12:48:26 +01:00
reducer.test.ts Variables: move state tree into a keyed state (#44642) 2022-02-18 06:06:04 +01:00
reducer.ts Variables: Fix crash when changing query variable datasource (#44957) 2022-02-07 23:52:07 +01:00
SelectionOptionsEditor.tsx Variables: move state tree into a keyed state (#44642) 2022-02-18 06:06:04 +01:00
selectors.test.ts Variables: Explicitly type variable editor extended state (#44749) 2022-02-08 09:31:42 +11:00
selectors.ts Variables: Explicitly type variable editor extended state (#44749) 2022-02-08 09:31:42 +11:00
types.ts Templating: removes old Angular variable system and featureToggle (#24779) 2020-06-04 13:44:48 +02:00
VariableEditorContainer.tsx Variables: move state tree into a keyed state (#44642) 2022-02-18 06:06:04 +01:00
VariableEditorEditor.tsx Variables: move state tree into a keyed state (#44642) 2022-02-18 06:06:04 +01:00
VariableEditorList.tsx Variables: move state tree into a keyed state (#44642) 2022-02-18 06:06:04 +01:00
VariableEditorListRow.tsx Variables: move state tree into a keyed state (#44642) 2022-02-18 06:06:04 +01:00
VariableHideSelect.tsx Chore: Move variable field selectors to data-testid (#44801) 2022-02-04 11:55:19 +11:00
VariableSectionHeader.tsx Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
VariableSelectField.tsx Chore: Move variable field selectors to data-testid (#44801) 2022-02-04 11:55:19 +11:00
VariableSwitchField.tsx A11y: Fix misc. fastpass issues (#41088) 2021-11-01 14:45:23 +00:00
VariableTextAreaField.tsx Chore: E2E tests for various variables types (#44747) 2022-02-03 09:58:56 +11:00
VariableTextField.tsx Chore: Move variable field selectors to data-testid (#44801) 2022-02-04 11:55:19 +11:00
VariableTypeSelect.tsx Chore: Move variable field selectors to data-testid (#44801) 2022-02-04 11:55:19 +11:00
VariableValuesPreview.tsx Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00