grafana/pkg/services/ngalert/provisioning
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
..
alert_rules_test.go Alerting: Fix incorrect embedded DTO being returned when handling rule groups (#53701) 2022-08-12 16:36:50 -05:00
alert_rules.go Alerting: Fix incorrect embedded DTO being returned when handling rule groups (#53701) 2022-08-12 16:36:50 -05:00
config.go Alerting: Factor out shared code for working with configs in provisioning package (#49419) 2022-05-23 18:16:03 -05:00
contactpoints_test.go Alerting: make sure to update contact point references when updating (#54896) 2022-09-08 15:20:52 +02:00
contactpoints.go Alerting: validate am config changes before persisting (#54908) 2022-09-09 10:05:52 +02:00
errors.go Alerting: Code-gen parsing of URL parameters and fix related bugs (#50731) 2022-06-23 15:13:39 -05:00
mute_timings_test.go Alerting: Fix provisioning validation status codes and panics (#50464) 2022-06-09 10:38:46 +02:00
mute_timings.go Alerting: validate am config changes before persisting (#54908) 2022-09-09 10:05:52 +02:00
notification_policies_test.go Alerting: Resetting the notification policy tree to the default policy will also restore default contact points (#54608) 2022-09-07 09:28:10 -05:00
notification_policies.go Alerting: validate am config changes before persisting (#54908) 2022-09-09 10:05:52 +02:00
persist_mock.go Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
persist.go Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
provisioning_store_mock.go Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
quota_checker_mock.go Chore: Upgrade Go to 1.19.1 (#54902) 2022-09-12 12:03:49 +02:00
templates_test.go Alerting: Fix provisioning validation status codes and panics (#50464) 2022-06-09 10:38:46 +02:00
templates.go Alerting: validate am config changes before persisting (#54908) 2022-09-09 10:05:52 +02:00
testing.go Alerting: Resetting the notification policy tree to the default policy will also restore default contact points (#54608) 2022-09-07 09:28:10 -05:00