Query library: requiresDevMode dummy backend (#56466)
* query library - dummy backend * fix tests * dont explicitly marshall backend dataresponse * skip integration tests * null check for tests * added query library to codeowners * null check for tests * lint
This commit is contained in:
@@ -13,6 +13,7 @@ const StandardKindFolder = "folder"
|
||||
const StandardKindPanel = "panel" // types: heatmap, timeseries, table, ...
|
||||
const StandardKindDataSource = "ds" // types: influx, prometheus, test, ...
|
||||
const StandardKindTransform = "transform" // types: joinByField, pivot, organizeFields, ...
|
||||
const StandardKindQuery = "query"
|
||||
|
||||
// This is a stub -- it will soon lookup in a registry of known "kinds"
|
||||
// Each kind will be able to define:
|
||||
|
||||
Reference in New Issue
Block a user