mirror of
https://github.com/grafana/grafana.git
synced 2026-06-11 09:31:50 -04:00
* Update grafana alerting from de176b4a0309 to 83b6de6b0a35 Includes: - https://github.com/grafana/alerting/pull/319 - https://github.com/grafana/alerting/pull/317 * Remove unused SendWebhook method from sender struct grafana/alerting hasn't used the grafana webhook sender for a while now, so this method is no longer used anywhere. - Removed SendWebhook from the sender struct and rename it to emailSender so that its use is clearer. - Also, for similar reasons, the Webhook method on Grafana's webhook sender `sendWebRequestSync` should not call grafana/alerting code for NewTLSClient. The previous grafana/alerting function is vendored into grafana. * Use BuildReceiverIntegrations new func signature |
||
|---|---|---|
| .. | ||
| codes.go | ||
| codes_test.go | ||
| email.go | ||
| mailer.go | ||
| mock.go | ||
| models.go | ||
| notifications.go | ||
| notifications_test.go | ||
| send_email_integration_test.go | ||
| smtp.go | ||
| smtp_test.go | ||
| testing.go | ||
| webhook.go | ||