grafana/pkg/services/ngalert/notifier/channels
Yuri Tseretyan dc2ca80f4d
Alerting: Refactor email notifier (#60602)
* refactor email to not use simplejson

* add tests

* split integration test and unit test + more unit-tests

* Remove outdated comment

Co-authored-by: Armand Grillet <2117580+armandgrillet@users.noreply.github.com>
2022-12-21 02:03:15 -05:00
..
alertmanager_test.go Alerting: Refactor alertmanager notifier to use encoding/json to parse settings instead of simplejson (#55507) 2022-12-19 15:12:49 -05:00
alertmanager.go Alerting: Refactor alertmanager notifier to use encoding/json to parse settings instead of simplejson (#55507) 2022-12-19 15:12:49 -05:00
default_template.go Alerting: import Grafana alerting package and update usages (#60490) 2022-12-19 10:53:58 -05:00
dingding_test.go Alerting: update dingding, discord, googlechat, kafka, line notifiers to use encoding/json to parse settings (#60542) 2022-12-20 09:46:13 -05:00
dingding.go Alerting: update dingding, discord, googlechat, kafka, line notifiers to use encoding/json to parse settings (#60542) 2022-12-20 09:46:13 -05:00
discord_test.go Alerting: Update Discord receiver to use encoding/json to build a webhook message + truncate long message (#60592) 2022-12-20 14:20:42 -05:00
discord.go Alerting: Update Discord receiver to use encoding/json to build a webhook message + truncate long message (#60592) 2022-12-20 14:20:42 -05:00
email_test.go Alerting: Refactor email notifier (#60602) 2022-12-21 02:03:15 -05:00
email.go Alerting: Refactor email notifier (#60602) 2022-12-21 02:03:15 -05:00
factory.go Alerting: Replace VictorOps receiver with the one from alerting repository (#60543) 2022-12-20 10:55:41 +01:00
googlechat_test.go Alerting: Update receivers to use app version from factory config (#60585) 2022-12-20 11:23:10 -05:00
googlechat.go Alerting: Update receivers to use app version from factory config (#60585) 2022-12-20 11:23:10 -05:00
kafka_test.go Alerting: import Grafana alerting package and update usages (#60490) 2022-12-19 10:53:58 -05:00
kafka.go Alerting: Update Kafka receiver to use encoding/json to build messages (#60593) 2022-12-20 14:20:09 -05:00
line_test.go Alerting: import Grafana alerting package and update usages (#60490) 2022-12-19 10:53:58 -05:00
line.go Alerting: update dingding, discord, googlechat, kafka, line notifiers to use encoding/json to parse settings (#60542) 2022-12-20 09:46:13 -05:00
slack_test.go Alerting: Update receivers to use app version from factory config (#60585) 2022-12-20 11:23:10 -05:00
slack.go Alerting: Update receivers to use app version from factory config (#60585) 2022-12-20 11:23:10 -05:00
testing.go Alerting: Refactor email notifier (#60602) 2022-12-21 02:03:15 -05:00
util_test.go Alerting: import Grafana alerting package and update usages (#60490) 2022-12-19 10:53:58 -05:00
util.go Alerting: Refactor alertmanager notifier to use encoding/json to parse settings instead of simplejson (#55507) 2022-12-19 15:12:49 -05:00