Alerting: moving data source uid to query instead of model (#33416)

* initial commit.

* Some more improvements to the expression data source support.

* added tests to verify that time range picker and data source picker only is visible when callbacks is passed to row.

* fixing issue with filter in alerting list.

* minor refactoring.

* removed guarding code, should be fixed in  backend.

* cleaning the data query if we change to a different data source.
This commit is contained in:
Marcus Andersson
2021-04-29 15:10:14 +02:00
committed by GitHub
parent 28ec96788c
commit 9de2f1bb8f
21 changed files with 424 additions and 224 deletions

View File

@@ -1,4 +1,7 @@
export const Components = {
TimePicker: {
openButton: 'TimePicker Open Button',
},
DataSource: {
TestData: {
QueryTab: {