grafana/pkg/tsdb/influxdb
Emil Tullstedt b287047052
Chore: Upgrade Go to 1.19.1 (#54902)
* WIP

* Set public_suffix to a pre Ruby 2.6 version

* we don't need to install python

* Stretch->Buster

* Bump versions in lib.star

* Manually update linter

Sort of messy, but the .mod-file need to contain all dependencies that
use 1.16+ features, otherwise they're assumed to be compiled with
-lang=go1.16 and cannot access generics et al.

Bingo doesn't seem to understand that, but it's possible to manually
update things to get Bingo happy.

* undo reformatting

* Various lint improvements

* More from the linter

* goimports -w ./pkg/

* Disable gocritic

* Add/modify linter exceptions

* lint + flatten nested list

Go 1.19 doesn't support nested lists, and there wasn't an obvious workaround.
https://go.dev/doc/comment#lists
2022-09-12 12:03:49 +02:00
..
flux Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +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