grafana/pkg/infra/log
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
..
logtest Logging: Unify logging fakes (#48822) 2022-05-06 17:44:22 +02:00
term Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
text Log: Fix text logging for unsupported types (#51306) 2022-06-23 13:24:26 +02:00
composite_logger_test.go Chore: Logging improvements (#44925) 2022-02-07 16:00:08 +01:00
composite_logger.go Chore: Fix log filters (#44681) 2022-02-03 23:20:02 +08:00
databaseCounter_test.go Instrumentation: log the total number of db queries per request (#54647) 2022-09-05 07:39:22 +02:00
databaseCounter.go Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
file_test.go Logger migration from log15 to gokit/log (#41636) 2022-01-06 22:28:05 +08:00
file.go Logger: Use specified format for file logger (#46970) 2022-03-26 11:40:08 +01:00
handlers.go Chore: Disable default golangci-lint filter (#29751) 2020-12-15 09:32:06 +01:00
interface.go API: Fixes request logging middleware to include userId, orgId, uname (#47183) 2022-04-01 13:24:39 +02:00
log_test.go Chore: Remove the old log format (#51526) 2022-07-08 09:56:30 -05:00
log.go Handle ioutil deprecations (#53526) 2022-08-10 15:37:51 +02:00
syslog_windows.go Logger migration from log15 to gokit/log (#41636) 2022-01-06 22:28:05 +08:00
syslog.go Chore: Remove the old log format (#51526) 2022-07-08 09:56:30 -05:00