grafana/pkg/services/notifications
Carl Bergquist c38f6ff182 Make alerting notifcations sync (#6158)
* tech(routines): move the async logic from notification to alerting notifier

* tech(notification): reduce code dupe

* fix(notification): dont touch the response unless its an error

* feat(alerting): make alerting exeuction async but flow sync

* tech(alerting): remove commented code

* tech(alerting): remove unused code

* tech(alerting): fix typo

* tech(alerting): implement Context on EvalContext

* tech(alerting): wait for all alerts to return

* feat(alerting): dont allow alert responses to cancel

* Revert "feat(alerting): dont allow alert responses to cancel"

This reverts commit 324b006c96.

* feat(alerting): give alerts some time to finish before closing down
2016-10-03 09:38:03 +02:00
..
codes_test.go Lots of work on user password reset, #1456 2015-06-08 13:39:02 +02:00
codes.go Lots of work on user password reset, #1456 2015-06-08 13:39:02 +02:00
email.go Simplified emailing system and combined mailer and notifications packages 2015-06-08 16:51:25 +02:00
mailer.go Make alerting notifcations sync (#6158) 2016-10-03 09:38:03 +02:00
notifications_test.go Make alerting notifcations sync (#6158) 2016-10-03 09:38:03 +02:00
notifications.go Make alerting notifcations sync (#6158) 2016-10-03 09:38:03 +02:00
send_email_integration_test.go test(emails): update fake data model 2016-09-07 13:47:57 +02:00
webhook.go Make alerting notifcations sync (#6158) 2016-10-03 09:38:03 +02:00