grafana/pkg/services
Marcus Efraimsson 871ad73414
Backend plugins: Renderer v2 plugin (#23625)
grafana-plugin-model is legacy and is replaced by new backend 
plugins SDK and architecture. Renderer is not part of SDK and 
we want to keep it that way for now since it's highly unlikely there 
will be more than one kind of renderer plugin.
So this PR adds support for renderer plugin v2.
Also adds support sending a Device Scale Factor parameter to the 
plugin v2 remote rendering service and by that replaces #22474.
Adds support sending a Headers parameter to the plugin v2 and
remote rendering service which for now only include 
Accect-Language header (the user locale in browser when using 
Grafana), ref grafana/grafana-image-renderer#45.
Fixes health check json details response.
Adds image renderer plugin configuration settings in defaults.ini 
and sample.ini.

Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com>
2020-04-21 16:16:41 +02:00
..
alerting Alertmanager: Basic auth should not be required (#23691) 2020-04-20 11:19:31 +02:00
annotations Annotations: use a single row to represent a region (#17673) 2019-08-16 10:49:30 +02:00
auth pkg/services: Check errors (#19712) 2019-10-22 14:08:18 +02:00
cleanup chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
dashboards Linting fixes for provisoning (#23600) 2020-04-16 05:46:20 +02:00
datasources chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
guardian chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
hooks Footer: Display Grafana edition (#21717) 2020-01-27 09:24:44 +01:00
ldap Add fallback to search_base_dns if group_search_base_dns is undefined. (#21263) 2020-03-03 09:11:16 -08:00
licensing @grafana/ui: Create Icon component and replace part of the icons (#23402) 2020-04-08 14:33:31 +02:00
login OAuth: Enforce auto_assign_org_id setting when role mapping enabled using Generic OAuth (#22268) 2020-02-19 17:38:53 +01:00
multildap Chore: Resolve random failure with golangci-lint (#21970) 2020-02-07 15:53:03 +01:00
notifications chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
provisioning Provisioning: Allows specifying uid for datasource and use that in derived fields (#23585) 2020-04-20 15:48:38 +02:00
quota chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00
rendering Backend plugins: Renderer v2 plugin (#23625) 2020-04-21 16:16:41 +02:00
search Search: raise service init prio (#23740) 2020-04-21 15:30:09 +02:00
sqlstore Search: Fix title search null pointer (#23705) 2020-04-20 17:29:35 +02:00
teamguardian chore: avoid aliasing imports in services (#22499) 2020-02-29 13:35:15 +01:00