grafana/pkg/services/alerting/notifiers
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
..
alertmanager_test.go Chore: Sql store split for legacy alerting (#52901) 2022-08-03 11:17:26 -04:00
alertmanager.go Chore: Remove bus from the alerting service (#44496) 2022-02-03 13:26:05 +01:00
base_test.go Chore: Sql store split for legacy alerting (#52901) 2022-08-03 11:17:26 -04:00
base.go Chore: Remove bus from the alerting service (#44496) 2022-02-03 13:26:05 +01:00
dingding_test.go Chore: Sql store split for legacy alerting (#52901) 2022-08-03 11:17:26 -04:00
dingding.go Chore: Remove bus from the alerting service (#44496) 2022-02-03 13:26:05 +01:00
discord_test.go Encryption: De-duplicate encryption code with extensible service (#52472) 2022-08-02 15:08:09 +02:00
discord.go Alerting: notifiers/discord: Fix group mention documentation (#51071) 2022-06-21 05:34:49 +00:00
email_test.go Encryption: De-duplicate encryption code with extensible service (#52472) 2022-08-02 15:08:09 +02:00
email.go Chore: Remove bus from the alerting service (#44496) 2022-02-03 13:26:05 +01:00
googlechat_test.go Encryption: De-duplicate encryption code with extensible service (#52472) 2022-08-02 15:08:09 +02:00
googlechat.go Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
hipchat_test.go Encryption: De-duplicate encryption code with extensible service (#52472) 2022-08-02 15:08:09 +02:00
hipchat.go Alerting: fix SCC-S1017 linting issue in codebase (#47683) 2022-04-15 09:57:45 +02:00
kafka_test.go Encryption: De-duplicate encryption code with extensible service (#52472) 2022-08-02 15:08:09 +02:00
kafka.go Chore: Remove bus from the alerting service (#44496) 2022-02-03 13:26:05 +01:00
line_test.go Encryption: De-duplicate encryption code with extensible service (#52472) 2022-08-02 15:08:09 +02:00
line.go Chore: Remove bus from the alerting service (#44496) 2022-02-03 13:26:05 +01:00
opsgenie_test.go Chore: Sql store split for legacy alerting (#52901) 2022-08-03 11:17:26 -04:00
opsgenie.go Chore: Remove bus from the alerting service (#44496) 2022-02-03 13:26:05 +01:00
pagerduty_test.go Chore: Sql store split for legacy alerting (#52901) 2022-08-03 11:17:26 -04:00
pagerduty.go Chore: Remove bus from the alerting service (#44496) 2022-02-03 13:26:05 +01:00
pushover_test.go Chore: Sql store split for legacy alerting (#52901) 2022-08-03 11:17:26 -04:00
pushover.go Chore: Remove bus from the alerting service (#44496) 2022-02-03 13:26:05 +01:00
sensu_test.go Encryption: De-duplicate encryption code with extensible service (#52472) 2022-08-02 15:08:09 +02:00
sensu.go Chore: Remove bus from the alerting service (#44496) 2022-02-03 13:26:05 +01:00
sensugo_test.go Encryption: De-duplicate encryption code with extensible service (#52472) 2022-08-02 15:08:09 +02:00
sensugo.go Chore: Remove bus from the alerting service (#44496) 2022-02-03 13:26:05 +01:00
slack_test.go Encryption: De-duplicate encryption code with extensible service (#52472) 2022-08-02 15:08:09 +02:00
slack.go Chore: Remove bus from the alerting service (#44496) 2022-02-03 13:26:05 +01:00
teams_test.go Encryption: De-duplicate encryption code with extensible service (#52472) 2022-08-02 15:08:09 +02:00
teams.go Chore: Remove bus from the alerting service (#44496) 2022-02-03 13:26:05 +01:00
telegram_test.go Chore: Sql store split for legacy alerting (#52901) 2022-08-03 11:17:26 -04:00
telegram.go Chore: Remove bus from the alerting service (#44496) 2022-02-03 13:26:05 +01:00
threema_test.go Encryption: De-duplicate encryption code with extensible service (#52472) 2022-08-02 15:08:09 +02:00
threema.go Chore: Remove bus from the alerting service (#44496) 2022-02-03 13:26:05 +01:00
victorops_test.go Chore: Sql store split for legacy alerting (#52901) 2022-08-03 11:17:26 -04:00
victorops.go Chore: Remove bus from the alerting service (#44496) 2022-02-03 13:26:05 +01:00
webhook_test.go Encryption: De-duplicate encryption code with extensible service (#52472) 2022-08-02 15:08:09 +02:00
webhook.go Chore: Remove bus from the alerting service (#44496) 2022-02-03 13:26:05 +01:00