grafana/pkg/plugins
Torkel Ödegaard c04bc805b5
CDN: Adds support for serving assets over a CDN (#30691)
* CDN: Initial poc support for serving assets over a CDN

* Minor fix

* added build path and test

* fix lint error

* Added edition to cdn path

* Move master builds to a separate path

* Added error handling for the url parsing, changed setting name, and added docs

* Updated sample.ini

* Some property renames

* updated

* Minor update to html

* index template improvements

* Update docs/sources/administration/configuration.md

Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>

* Update docs/sources/administration/configuration.md

Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>

* Added ContentDeliveryPrefix to Licence service

* updated docs

* Updated test mock

Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com>
2021-02-01 10:13:09 +01:00
..
backendplugin CDN: Adds support for serving assets over a CDN (#30691) 2021-02-01 10:13:09 +01:00
datasource/wrapper Set signed in users email correctly (#30249) 2021-01-13 13:36:24 +01:00
testdata Plugins: Add support for signature manifest V2 (#29240) 2020-12-11 12:57:57 +01:00
app_plugin.go Chore: Remove unused Go code (#28852) 2020-11-17 11:51:31 +01: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 DashboardImport: Fix variable interpolation when property contains multiple variable expressions (#26574) 2020-07-24 11:12:44 +03:00
dashboard_importer.go Chore: Fix issues reported by staticcheck; enable stylecheck linter (#28866) 2020-11-05 15:37:11 +01:00
dashboards_test.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
dashboards_updater.go Plugins: Fix manifest verification (#24573) 2020-05-12 15:48:24 +02:00
dashboards.go Chore: Disable default golangci-lint filter (#29751) 2020-12-15 09:32:06 +01:00
datasource_plugin.go Plugins: Compose filesystem paths with filepath.Join (#28375) 2020-10-19 17:35:31 +02:00
error.go Plugins: Track plugin signing errors and expose them to the frontend (#28219) 2020-10-23 16:45:43 +02:00
frontend_plugin_test.go Chore: Enable whitespace linter (#25903) 2020-07-06 20:17:28 +02:00
frontend_plugin.go Plugins: Fix plugin URL paths on Windows (#28548) 2020-10-26 18:31:27 +01:00
manifest_test.go Plugins: Add support for signature manifest V2 (#29240) 2020-12-11 12:57:57 +01:00
manifest.go Plugins: Add support for signature manifest V2 (#29240) 2020-12-11 12:57:57 +01:00
models.go Plugins: Add support for signature manifest V2 (#29240) 2020-12-11 12:57:57 +01:00
panel_plugin.go Plugins: Let descendant plugins inherit their root's signature (#27970) 2020-10-05 13:28:18 +02:00
plugins_test.go Plugins: Add support for signature manifest V2 (#29240) 2020-12-11 12:57:57 +01:00
plugins.go Better logging of plugin scanning errors (#30231) 2021-01-12 19:17:25 +01:00
queries.go Provisioning: Adds support for enabling app plugins (#25649) 2020-06-22 17:49:13 +02:00
renderer_plugin.go Plugins: Compose filesystem paths with filepath.Join (#28375) 2020-10-19 17:35:31 +02:00
update_checker.go Chore: Disable default golangci-lint filter (#29751) 2020-12-15 09:32:06 +01:00