grafana/pkg/plugins
Will Browne 19cd7dbae1
Plugins: Add API for creating pluginv2 proto client (#77492)
* first pass

* remove client from plugin

* fix wire

* update

* undo import change

* add opts

* add check

* tidy

* re-use logic

* rollback changes
2023-11-03 14:01:08 +01:00
..
auth Plugin: Enable service account based on plugin settings on init (#77193) 2023-10-27 14:27:06 +02:00
backendplugin Plugins: Add API for creating pluginv2 proto client (#77492) 2023-11-03 14:01:08 +01:00
codegen Chore: Generate plugin version and remove lineage version (#69781) 2023-06-27 12:47:14 +03:00
config Feature: Allow to skip plugin loading (#74840) 2023-09-14 12:58:12 +02:00
envvars Chore: Add app URL to the plugin config (#77455) 2023-11-02 13:26:16 +01:00
httpresponsesender Plugins: Refactor call resource API handling (#67234) 2023-04-28 14:02:27 +02:00
log Plugins: Adds logging around loading of plugins for better tracking (#76896) 2023-10-25 14:01:30 +02:00
manager Ignore dist folder for core plugin (#77549) 2023-11-02 14:56:47 +01:00
pfs Plugins: Automatic service account (and token) setup (#76473) 2023-10-17 16:21:23 +02:00
plugindef AuthN: Set oauth client grant_types based on plugin state (#77248) 2023-10-27 14:45:04 +02:00
pluginrequestmeta Plugins: Add status_source label to plugin request metrics (#76236) 2023-10-17 10:27:45 +02:00
pluginscdn Plugins: Bump SystemJS to 6.14.2 (#70068) 2023-08-31 15:45:44 +02:00
repo Plugins: Add managed instance installation resources (#76767) 2023-10-24 16:21:37 +02:00
storage Chore: capitalise logs in other backend packages (#74344) 2023-09-04 22:25:43 +02:00
errors.go Plugins: Add status_source label to plugin request metrics (#76236) 2023-10-17 10:27:45 +02:00
ifaces.go Plugins: Move store and plugin dto to pluginsintegration (#74655) 2023-09-11 13:59:24 +02:00
localfiles_test.go Plugins: Fix files with two dots in the name not being returned by LocalFS.Files() (#67395) 2023-04-27 16:19:13 +02:00
localfiles.go Plugins: Fix files with two dots in the name not being returned by LocalFS.Files() (#67395) 2023-04-27 16:19:13 +02:00
models.go Plugins: Move alias support to plugin json (but still hardcoded) (#75129) 2023-09-29 08:20:37 -07:00
plugins_test.go Plugins: Move alias support to plugin json (but still hardcoded) (#75129) 2023-09-29 08:20:37 -07:00
plugins.go Plugins: Move alias support to plugin json (but still hardcoded) (#75129) 2023-09-29 08:20:37 -07:00
test_utils.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00