grafana/public/app/plugins/datasource/dashboard
Torkel Ödegaard 79e5e5c024
DataSource: Default data source is no longer a persisted state but just the default data source for new panels (#45132)
* PanelEdit: Change the meaning of default data source to be just that the default for new panels

* Added migration, and also migration for annotation datasource prop to data source refs

* fix

* Fixing tests

* Fixes to annotation

* Fixing unit test
2022-03-08 08:56:12 +01:00
..
DashboardQueryEditor.test.tsx DataSource: Default data source is no longer a persisted state but just the default data source for new panels (#45132) 2022-03-08 08:56:12 +01:00
DashboardQueryEditor.tsx DashboardQueryEditor: Refactor and convert to functional component (#45002) 2022-02-09 11:07:36 +00:00
DashboardQueryRow.tsx Emotion: Upgrades emotion from 10 to 11 and updates all import paths (#32541) 2021-04-01 14:15:23 +02:00
datasource.ts Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01:00
index.ts Dashboard: Remove the current panel from the list of options in the Dashboard datasource (#41826) 2021-11-18 11:43:47 +00:00
module.ts Chore: Reorg packages (#20111) 2019-10-31 10:48:05 +01:00
plugin.json SharedQuery: don't explode when missing logo (#20187) 2019-11-07 07:13:20 +01:00
README.md Prettier: Fix all markdown files and add markdown files to CI verify step (#39776) 2021-09-29 14:34:40 +02:00
runSharedRequest.test.ts Update dependency prettier to v2.5.1 (#43473) 2022-02-02 12:02:32 +00:00
runSharedRequest.ts Chore: Refactor isSharedDashboardQuery to narrow type natrually (#42312) 2021-11-26 10:53:08 +00:00
types.ts Dashboard: Remove the current panel from the list of options in the Dashboard datasource (#41826) 2021-11-18 11:43:47 +00:00

Dashboard Datasource - Native Plugin

This is a built in datasource that lets you reuse the query from other panels in the same dashboard.