grafana/public/app/plugins/datasource/dashboard
Kuba Siemiatkowski f8faacd54a
Datasource: Overhaul plugin error handling and action buttons (#67014)
* - initial work on data source config page

* - add links to test status box
- add tracking function

* - add test for the DataSourceConfigAlert component

* - fix flicker of the alert box

* - fix the build

* - small improvements

* - fix failing build

* - fix failing unit tests

* - prettier and betterer fixes

* - fix failing e2e tests

* - fix build again

* - rewrite solution according to the PR comments

* - cleanup

* - fix failing e2e

* - use absolute path in link

* Minor fixes

---------

Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2023-04-28 15:57:17 +02:00
..
DashboardQueryEditor.test.tsx Chore: fix type errors in tests (#63270) 2023-02-14 16:46:42 +01:00
DashboardQueryEditor.tsx Dashboard Datasource: Update Language (#66015) 2023-04-13 11:46:15 +07:00
datasource.ts Datasource: Overhaul plugin error handling and action buttons (#67014) 2023-04-28 15:57:17 +02: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 [Under FF] New DS Picker with advance mode (#66566) 2023-04-19 16:08:09 +03: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 jest monorepo to v29 (#58261) 2022-11-24 14:00:41 +00:00
runSharedRequest.ts DashboardQuery: Expand query options (#53998) 2022-09-16 13:28:47 -04:00
types.ts Scenes: Add support for shared query results of other panel (#65413) 2023-04-05 10:19:54 +02:00

Dashboard Datasource - Native Plugin

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