mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
* 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
|
||
---|---|---|
.. | ||
conditions | ||
notifiers | ||
commands.go | ||
engine.go | ||
eval_context.go | ||
eval_handler_test.go | ||
eval_handler.go | ||
extractor_test.go | ||
extractor.go | ||
interfaces.go | ||
models.go | ||
notifier_test.go | ||
notifier.go | ||
reader_test.go | ||
reader.go | ||
result_handler_test.go | ||
result_handler.go | ||
rule_test.go | ||
rule.go | ||
scheduler.go | ||
test_notification.go | ||
test_rule.go | ||
ticker_test.go | ||
ticker.go |