Queries: Extract queries from dashboard (#29349)

* Moving query stuff out of dashboard folder

* Moved more stuff

* Moving more stuff

* Update

* WIP test page

* Minor change

* Before big changes

* Fixed test
This commit is contained in:
Torkel Ödegaard
2020-11-26 18:12:02 +01:00
committed by GitHub
parent 43bd492565
commit 2179aa0fa7
37 changed files with 156 additions and 105 deletions

View File

@@ -25,7 +25,7 @@ import {
} from '@grafana/data';
import { EDIT_PANEL_ID } from 'app/core/constants';
import config from 'app/core/config';
import { PanelQueryRunner } from './PanelQueryRunner';
import { PanelQueryRunner } from '../../query/state/PanelQueryRunner';
import { getDatasourceSrv } from '../../plugins/datasource_srv';
import { PanelOptionsChangedEvent, PanelQueriesChangedEvent, PanelTransformationsChangedEvent } from 'app/types/events';