grafana/pkg/services/thumbs
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
..
testdata Previews: return an empty array, rather than a null, if a dashboard has no datasources (#52961) 2022-07-28 22:49:06 +04:00
crawler_auth.go Move SignedInUser to user service and RoleType and Roles to org (#53445) 2022-08-10 11:56:48 +02:00
crawler.go Previews: datasource permissions (#52747) 2022-07-28 16:40:26 +04:00
datasources_lookup_test.go Previews: return an empty array, rather than a null, if a dashboard has no datasources (#52961) 2022-07-28 22:49:06 +04:00
datasources_lookup.go Previews: return an empty array, rather than a null, if a dashboard has no datasources (#52961) 2022-07-28 22:49:06 +04:00
dummy.go Chore: Add Usage stats providers registry (#48357) 2022-04-28 13:06:49 +04:00
models.go Previews: datasource permissions (#52747) 2022-07-28 16:40:26 +04:00
repo.go Previews: datasource permissions (#52747) 2022-07-28 16:40:26 +04:00
service.go Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00