grafana/pkg/services/notifications
Matthew Jacobson 5795ba34f9
Alerting: Update grafana/alerting from de176b4a0309 to 83b6de6b0a35 (#105157)
* 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
2025-05-09 12:26:20 -04:00
..
codes.go
codes_test.go
email.go Alerting: Add EmbeddedContents as alternative embedding in smtp (#99937) 2025-02-05 11:12:30 -05:00
mailer.go Alerting: Add EmbeddedContents as alternative embedding in smtp (#99937) 2025-02-05 11:12:30 -05:00
mock.go
models.go Alerting: Add EmbeddedContents as alternative embedding in smtp (#99937) 2025-02-05 11:12:30 -05:00
notifications.go Alerting: Add EmbeddedContents as alternative embedding in smtp (#99937) 2025-02-05 11:12:30 -05:00
notifications_test.go Alerting: Add EmbeddedContents as alternative embedding in smtp (#99937) 2025-02-05 11:12:30 -05:00
send_email_integration_test.go
smtp.go CI: Bump golangci-lint to 2.0.2 (#103572) 2025-04-10 14:42:23 +02:00
smtp_test.go Notifications: Add Message-ID header to outgoing emails (#83752) 2024-09-12 03:58:06 +00:00
testing.go Alerting: Support tls config for webhook receiver (#93513) 2024-10-22 12:44:32 +02:00
webhook.go Alerting: Update grafana/alerting from de176b4a0309 to 83b6de6b0a35 (#105157) 2025-05-09 12:26:20 -04:00