grafana/public/app/features/variables/query
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 QueryGroup & DataSourceSrv & DataSourcePicker changes simplify usage, error handling and reduce duplication, support for uid (#29542) 2020-12-04 14:24:55 +01:00
actions.ts QueryGroup & DataSourceSrv & DataSourcePicker changes simplify usage, error handling and reduce duplication, support for uid (#29542) 2020-12-04 14:24:55 +01:00
adapter.ts Variables: Adds loading state and indicators (#27917) 2020-10-02 07:02:06 +02:00
operators.test.ts Chore: Removes observableTester (#29369) 2020-11-26 10:32:02 +01:00
operators.ts Variables: Adds new Api that allows proper QueryEditors for Query variables (#28217) 2020-11-18 15:10:32 +01:00
queryRunners.test.ts Chore: Removes observableTester (#29369) 2020-11-26 10:32:02 +01:00
queryRunners.ts Variables: Adds new Api that allows proper QueryEditors for Query variables (#28217) 2020-11-18 15:10:32 +01:00
QueryVariableEditor.test.tsx QueryGroup & DataSourceSrv & DataSourcePicker changes simplify usage, error handling and reduce duplication, support for uid (#29542) 2020-12-04 14:24:55 +01:00
QueryVariableEditor.tsx QueryGroup & DataSourceSrv & DataSourcePicker changes simplify usage, error handling and reduce duplication, support for uid (#29542) 2020-12-04 14:24:55 +01:00
QueryVariableRefreshSelect.tsx Variables: Adds description field (#29332) 2020-11-25 10:21:48 +01:00
QueryVariableSortSelect.tsx Variables: Adds description field (#29332) 2020-11-25 10:21:48 +01:00
reducer.test.ts Variables: Adds named capture groups to variable regex (#28625) 2020-11-04 09:31:38 +01:00
reducer.ts QueryGroup & DataSourceSrv & DataSourcePicker changes simplify usage, error handling and reduce duplication, support for uid (#29542) 2020-12-04 14:24:55 +01:00
variableQueryObserver.test.ts Variables: Adds new Api that allows proper QueryEditors for Query variables (#28217) 2020-11-18 15:10:32 +01:00
variableQueryObserver.ts Variables: Adds new Api that allows proper QueryEditors for Query variables (#28217) 2020-11-18 15:10:32 +01:00
VariableQueryRunner.test.ts Variables: Adds new Api that allows proper QueryEditors for Query variables (#28217) 2020-11-18 15:10:32 +01:00
VariableQueryRunner.ts Queries: Extract queries from dashboard (#29349) 2020-11-26 18:12:02 +01:00