grafana/pkg/plugins
Marcus Efraimsson c0f3b2929c
Backend plugins: Refactor to allow shared contract between core and external backend plugins (#25472)
Refactor to allow shared contract between core and external backend plugins 
allowing core backend data sources in Grafana to be implemented in same 
way as an external backend plugin.
Use v0.67.0 of sdk.
Add tests for verifying plugin is restarted when process is killed.
Enable strict linting for backendplugin packages
2020-06-11 16:14:05 +02:00
..
backendplugin Backend plugins: Refactor to allow shared contract between core and external backend plugins (#25472) 2020-06-11 16:14:05 +02:00
datasource/wrapper Backend plugins: Refactor to allow shared contract between core and external backend plugins (#25472) 2020-06-11 16:14:05 +02:00
testdata Plugins: Fix manifest verification (#24573) 2020-05-12 15:48:24 +02:00
app_plugin.go dsproxy: adds support for url params for plugin routes (#23503) 2020-04-24 10:32:13 +02:00
backend_utils.go Chore: Fix various spelling errors in back-end code (#25241) 2020-06-01 17:11:25 +02:00
dashboard_importer_test.go Backend Plugins: Plugin configuration using Grafana config (#23451) 2020-04-14 18:04:27 +02:00
dashboard_importer.go chore: avoid alias for models in plugins (#22483) 2020-02-28 12:51:21 +01:00
dashboards_test.go Chore: Fix various spelling errors in back-end code (#25241) 2020-06-01 17:11:25 +02:00
dashboards_updater.go Plugins: Fix manifest verification (#24573) 2020-05-12 15:48:24 +02:00
dashboards.go chore: avoid alias for models in plugins (#22483) 2020-02-28 12:51:21 +01:00
datasource_plugin.go Backend plugins: Refactor to allow shared contract between core and external backend plugins (#25472) 2020-06-11 16:14:05 +02:00
frontend_plugin_test.go plugin: fix path for app plugins on windows 2018-01-04 17:32:57 +01:00
frontend_plugin.go pkg/util/{ip.go,url.go}: Fix some golint issues 2019-01-28 22:29:20 +01:00
manifest_test.go Plugins: Fix manifest verification (#24573) 2020-05-12 15:48:24 +02:00
manifest.go Plugins: Fix manifest verification (#24573) 2020-05-12 15:48:24 +02:00
models.go Plugins: Require signing of external back-end plugins (#24075) 2020-05-04 10:57:55 +02:00
panel_plugin.go Plugins: Move backend plugin manager to service (#21474) 2020-01-13 20:18:45 +01:00
plugins_test.go Backend plugins: Refactor to allow shared contract between core and external backend plugins (#25472) 2020-06-11 16:14:05 +02:00
plugins.go Plugins: Fix manifest verification (#24573) 2020-05-12 15:48:24 +02:00
queries.go chore: avoid alias for models in plugins (#22483) 2020-02-28 12:51:21 +01:00
renderer_plugin.go Backend plugins: Refactor to allow shared contract between core and external backend plugins (#25472) 2020-06-11 16:14:05 +02:00
transform_plugin.go Backend plugins: Refactor to allow shared contract between core and external backend plugins (#25472) 2020-06-11 16:14:05 +02:00
update_checker.go move log package to /infra (#17023) 2019-05-13 08:45:54 +02:00