grafana/public/app/plugins/datasource/dashboard
Josh Hunt 3c6e0e8ef8
Chore: ESlint import order (#44959)
* Add and configure eslint-plugin-import

* Fix the lint:ts npm command

* Autofix + prettier all the files

* Manually fix remaining files

* Move jquery code in jest-setup to external file to safely reorder imports

* Resolve issue caused by circular dependencies within Prometheus

* Update .betterer.results

* Fix missing // @ts-ignore

* ignore iconBundle.ts

* Fix missing // @ts-ignore
2022-04-22 14:33:13 +01:00
..
DashboardQueryEditor.test.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
DashboardQueryEditor.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
DashboardQueryRow.tsx Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
datasource.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +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: ESlint import order (#44959) 2022-04-22 14:33:13 +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 Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01:00
runSharedRequest.ts Chore: ESlint import order (#44959) 2022-04-22 14:33:13 +01: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.