|
58170d4141
|
Rendering: Add PDFRendering capability (#84438)
* Rendering: Add PDFRendering capability
* fix tests
|
2024-03-19 08:48:46 +01:00 |
|
|
ecdcafb258
|
manager exposes renderer + secrets manager (#54629)
|
2022-09-02 14:20:10 +02:00 |
|
|
e96f67ae2e
|
Renderer: Add sanitize API (#50936)
* svg fun
* #50597: add proto
* #50597: add sanitizer methods
* #50597: add provider
* #50597: use sanitizer
* #50597: use sanitizer
* update grafana to match new api
* add comments
* add capability check
* add timing
* update sanitize path
* improve log message
* strings.HasPrefix rather than filepath.IsAbs
* filepath.Clean + filepath.ToSlash for windows
* read 404
* remove `path.clean` from `getPathAndScope`
* add resp body close
* remove unneeded prop
* Update pkg/services/rendering/rendering.go
Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
* remove test files
* filepath.ToSlash correct wrapping
* filepath.ToSlash correct wrapping
* filepath.ToSlash comment
* compilation error
* lint fix
* fix error message
* Update pkg/services/rendering/rendering.go
Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
* add `image/svg+xml` mime type
* refactored log
* refactored log
Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
|
2022-07-07 15:32:18 +04:00 |
|
|
254c59725e
|
Rendering: add capabilities check (#44470)
* #44449: add feature check to rendering service
* #44449: formatting
* #44449: rename feature -> capability (https://developer.mozilla.org/en-US/docs/Web/API/MediaStreamTrack/getCapabilities, https://developer.mozilla.org/en-US/docs/Web/API/InputDeviceInfo/getCapabilities)
* #44449: refactor
* #44449: remove commented code
* Update pkg/services/rendering/capabilities.go
Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
* #44449: review fixes
Co-authored-by: Agnès Toulet <35176601+AgnesToulet@users.noreply.github.com>
|
2022-01-28 21:24:15 +04:00 |
|