grafana/pkg/tsdb/loki
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
..
testdata loki: Fix adding refId to rowId (#53932) 2022-08-22 13:09:33 +02:00
api_mock.go Loki: Handle data source configs with path in the url (#50971) 2022-06-17 07:47:31 +02:00
api_test.go loki: add type=instant tests (#51007) 2022-06-17 09:47:49 +02:00
api.go loki: better handle an empty-response (#52397) 2022-07-19 08:13:38 +02:00
auth_test.go Chore: Make test tracer noop and return no errors (#50797) 2022-06-15 12:40:41 +02:00
frame_test.go loki: Fix adding refId to rowId (#53932) 2022-08-22 13:09:33 +02:00
frame.go Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
framing_test.go Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
loki_bench_test.go loki backend mode forward-oauth (#48401) 2022-05-05 12:42:50 +02:00
loki.go loki: add feature-toggle check to live-mode (#49012) 2022-06-13 08:33:46 +02:00
parse_query_test.go loki: alerting: handle curly-braces-style variables (#42933) 2021-12-09 15:16:01 +01:00
parse_query.go Loki: add backend-forward mode to queries, update log-row-context (#47726) 2022-04-20 13:52:15 +02:00
step_test.go Loki: alerting: adjust step-calculation to be the same as in frontend (#42033) 2021-11-22 14:28:51 +01:00
step.go Loki: alerting: adjust step-calculation to be the same as in frontend (#42033) 2021-11-22 14:28:51 +01:00
streaming_frame_test.go Loki: support live streaming (#42804) 2022-03-01 14:46:52 -08:00
streaming_frame.go Loki: support live streaming (#42804) 2022-03-01 14:46:52 -08:00
streaming.go loki: add feature-toggle check to live-mode (#49012) 2022-06-13 08:33:46 +02:00
types.go Loki: add backend-forward mode to queries, update log-row-context (#47726) 2022-04-20 13:52:15 +02:00