Jo
|
062d255124
|
Handle ioutil deprecations (#53526)
* replace ioutil.ReadFile -> os.ReadFile
* replace ioutil.ReadAll -> io.ReadAll
* replace ioutil.TempFile -> os.CreateTemp
* replace ioutil.NopCloser -> io.NopCloser
* replace ioutil.WriteFile -> os.WriteFile
* replace ioutil.TempDir -> os.MkdirTemp
* replace ioutil.Discard -> io.Discard
|
2022-08-10 15:37:51 +02:00 |
|
Arve Knudsen
|
c2cad26ca9
|
Chore: Disable default golangci-lint filter (#29751)
* Disable default golangci-lint filter
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* Chore: Fix linter warnings
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
|
2020-12-15 09:32:06 +01:00 |
|
Arve Knudsen
|
9593d57914
|
Chore: Enable errorlint linter (#29227)
* Enable errorlint linter
* Handle wrapped errors
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
Co-authored-by: Emil Tullstedt <emil.tullstedt@grafana.com>
|
2020-11-19 14:47:17 +01:00 |
|
Arve Knudsen
|
5070f7a75b
|
Chore: Start harmonizing linting with plugin SDK (#25854)
* Chore: Harmonize linting with plugin SDK
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
* Chore: Fix linting issues
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
|
2020-06-29 14:08:32 +02:00 |
|
Olivier Lemasle
|
b4712ec4b9
|
CLI: Reduce memory usage for plugin installation (#19639)
* grafana-cli: use tmp file when downloading plugin install file
|
2019-11-06 13:42:58 +01:00 |
|
Andrej Ocenas
|
8c49d27705
|
CLI: Allow installing custom binary plugins (#17551)
Make sure all data is sent to API to be able to select correct archive version.
|
2019-07-29 10:44:58 +02:00 |
|