grafana/pkg/components/imguploader
Daniel Lee 33a32df47b
imagestorage: fix templating of public_url option for webdav (#74885)
* spelling in error message

* imguploader: fix template for webdav url

Since a few years ago, when loading the config file, the  template gets replaced in the expanding
env var phase (see ##25075) and introduced a bug in the webdav public_url config option. This commit
changes the template syntax to be {{file}}. This doesn't get expanded and removed when the config file
is loaded.

* devenv: add a block for a WebDAV server

* Adding alerting as codeowners for webdav

---------

Co-authored-by: Timur Olzhabayev <timur.olzhabayev@grafana.com>
2023-09-28 00:35:10 +03:00
..
gcs Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
azureblobuploader_test.go Migrate to Wire for dependency injection (#32289) 2021-08-25 15:11:22 +02:00
azureblobuploader.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
imguploader_test.go Alerting: Linking external images securely - Azure Blob (#1) (#56598) 2022-11-01 13:02:17 +01:00
imguploader.go Alerting: Linking external images securely - Azure Blob (#1) (#56598) 2022-11-01 13:02:17 +01:00
localuploader_test.go migrate away from goconvey (#36203) 2021-07-02 19:22:47 +08:00
localuploader.go imguploader: Add support for new internal image store (#6922) 2018-01-12 21:40:12 +01:00
mock.go Chore: use any rather than interface{} (#74066) 2023-08-30 18:46:47 +03:00
s3uploader_test.go Migrate to Wire for dependency injection (#32289) 2021-08-25 15:11:22 +02:00
s3uploader.go Chore: upgrade gocloud.dev and go mod tidy (#47797) 2022-04-15 07:48:44 -07:00
webdavuploader_test.go imagestorage: fix templating of public_url option for webdav (#74885) 2023-09-28 00:35:10 +03:00
webdavuploader.go imagestorage: fix templating of public_url option for webdav (#74885) 2023-09-28 00:35:10 +03:00