grafana/pkg/tsdb/influxdb
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
..
flux Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00
models Chore: Refactor influxdb to use SDK contracts (#36189) 2021-07-19 11:32:33 +02:00
healthcheck_test.go InfluxDB: move datasource health check to backend (#52668) 2022-07-28 12:06:09 +02:00
healthcheck.go InfluxDB: move datasource health check to backend (#52668) 2022-07-28 12:06:09 +02:00
influxdb_test.go Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00
influxdb.go InfluxDB: move datasource health check to backend (#52668) 2022-07-28 12:06:09 +02:00
mocks_test.go Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00
model_parser_test.go InfluxDB: backend migration (run query in explore) (#43352) 2022-02-09 18:26:16 +00:00
model_parser.go InfluxDB: backend migration (run query in explore) (#43352) 2022-02-09 18:26:16 +00:00
models.go InfluxDB: backend migration (run query in explore) (#43352) 2022-02-09 18:26:16 +00:00
query_part_test.go Chore: Refactor influxdb to use SDK contracts (#36189) 2021-07-19 11:32:33 +02:00
query_part.go Chore: Refactor influxdb to use SDK contracts (#36189) 2021-07-19 11:32:33 +02:00
query_test.go Plugins: InfluxDB update time range query (#51833) 2022-07-07 19:55:51 +02:00
query.go Plugins: InfluxDB update time range query (#51833) 2022-07-07 19:55:51 +02:00
response_parser_test.go Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00
response_parser.go Plugins: InfluxDB datasource - set epoch query param value as "ms" (#51651) 2022-07-07 13:02:20 -04:00
settings.go InfluxDB: move datasource health check to backend (#52668) 2022-07-28 12:06:09 +02:00