grafana/public/app/features/variables/editor
Torkel Ödegaard 3d6380a0aa
QueryGroup & DataSourceSrv & DataSourcePicker changes simplify usage, error handling and reduce duplication, support for uid (#29542)
* Starting moving more stuff into data source picker

* WIP progress

* Progress on datasource picker rethink

* Things are working now some details to figure out

* Removed commented part

* Complex work on getting data source lists

* Fixed variable support showing correct data sources

* Tried fixing dashboard import but failed

* Fixes

* Fixed import dashboard

* Fixed unit test

* Fixed explore test

* Fixed test

* Fix

* fixed more tests

* fixed more tests

* fixed showing which option is default in picker

* Changed query variable to use data source picker, updated tests and e2e

* Fixed more tests

* Updated snapshots, had wrong typescript version
2020-12-04 14:24:55 +01:00
..
actions.test.ts Variables: New Variables are stored immediately (#29178) 2020-11-20 10:51:32 +01:00
actions.ts Variables: New Variables are stored immediately (#29178) 2020-11-20 10:51:32 +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 Variables: Adds description field (#29332) 2020-11-25 10:21:48 +01:00
reducer.test.ts Variables: replaces UUID with name for a more performant lookup in TemplateSrv (#22858) 2020-03-23 13:45:08 +01:00
reducer.ts Variables: replaces UUID with name for a more performant lookup in TemplateSrv (#22858) 2020-03-23 13:45:08 +01:00
SelectionOptionsEditor.tsx Variables: Adds description field (#29332) 2020-11-25 10:21:48 +01:00
types.ts Templating: removes old Angular variable system and featureToggle (#24779) 2020-06-04 13:44:48 +02:00
VariableEditorContainer.tsx Variables: New Variables are stored immediately (#29178) 2020-11-20 10:51:32 +01:00
VariableEditorEditor.tsx Variables: Fixes Constant variable persistence confusion (#29407) 2020-12-01 15:02:49 +01:00
VariableEditorList.tsx Variables: Adds new Api that allows proper QueryEditors for Query variables (#28217) 2020-11-18 15:10:32 +01:00
VariableHideSelect.tsx Variables: Fixes Constant variable persistence confusion (#29407) 2020-12-01 15:02:49 +01:00
VariableSectionHeader.tsx Variables: Adds description field (#29332) 2020-11-25 10:21:48 +01:00
VariableSelectField.tsx Variables: Adds description field (#29332) 2020-11-25 10:21:48 +01:00
VariableSwitchField.tsx Variables: Adds description field (#29332) 2020-11-25 10:21:48 +01:00
VariableTextAreaField.tsx QueryGroup & DataSourceSrv & DataSourcePicker changes simplify usage, error handling and reduce duplication, support for uid (#29542) 2020-12-04 14:24:55 +01:00
VariableTextField.tsx Variables: Adds description field (#29332) 2020-11-25 10:21:48 +01:00
VariableTypeSelect.tsx Variables: Adds description field (#29332) 2020-11-25 10:21:48 +01:00
VariableValuesPreview.tsx Variables: Adds description field (#29332) 2020-11-25 10:21:48 +01:00