influxdb/notification
Michael Desa 8251922b63
fix(notification/rule): filter for state changes in rules
fix(notification/rule): add overlap to windows so that state changes works

Since stateChanges cannot detect a state change for the initial point,
returned, we generate a task that queries for more data than required
and filters out records that are before the every. This way we will not
miss state changes that take place on the initial value.

fix(notification/rule): prevent union of tables for single status rule

fix(testing): add status rules to notifications
2019-09-03 16:58:50 -04:00
..
check fix(notification/check): rename _check_type to _type in check object in flux 2019-08-30 10:54:16 -04:00
endpoint fix(notification/check): ensure cloud integration works 2019-08-27 15:02:53 -04:00
flux fix(notification/rule): filter for state changes in rules 2019-09-03 16:58:50 -04:00
rule fix(notification/rule): filter for state changes in rules 2019-09-03 16:58:50 -04:00
duration.go feat(notification_rule): create notification rule task 2019-08-16 15:43:15 -04:00
status.go Add Any to rule levels (#14866) 2019-08-29 17:46:00 -07:00
status_test.go Add Any to rule levels (#14866) 2019-08-29 17:46:00 -07:00
tag.go feat(swagger): notification rule tag filtering (#14793) 2019-08-28 09:25:54 -07:00
tag_test.go feat(swagger): notification rule tag filtering (#14793) 2019-08-28 09:25:54 -07:00