influxdb/notification/rule
George 78cafa861b
refactor(notifications): isolate endpoint service (#19818)
* refactor(notifications): isolate endpoint service

Following the ongoing effort to isolate behaviours into their own
packages and off of kv.Service, this change move the notification
endpoints service implementation into its own package. It removes the
endpoint behaviors from the kv service completely.

* chore(influxd): wire up the isolated check service in place of kv service
2020-10-28 15:22:14 +00:00
..
service refactor(notifications): isolate endpoint service (#19818) 2020-10-28 15:22:14 +00:00
http.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
http_test.go fix(notification/rule): Include the edge of the boundary we are observing. (#19392) 2020-08-24 10:08:14 -04:00
pagerduty.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
pagerduty_test.go fix(notification/rule): Include the edge of the boundary we are observing. (#19392) 2020-08-24 10:08:14 -04:00
rule.go fix(notification/rule): Include the edge of the boundary we are observing. (#19392) 2020-08-24 10:08:14 -04:00
rule_test.go feat(notification/telegram): take back telegram notification after being reverted in #19088 2020-08-12 11:28:02 +02:00
slack.go refactor: rewrite imports to include the /v2 suffix for version 2 2020-04-03 12:39:20 -05:00
slack_test.go fix(notification/rule): Include the edge of the boundary we are observing. (#19392) 2020-08-24 10:08:14 -04:00
telegram.go feat(notification/telegram): take back telegram notification after being reverted in #19088 2020-08-12 11:28:02 +02:00
telegram_test.go fix(notification/rule): Include the edge of the boundary we are observing. (#19392) 2020-08-24 10:08:14 -04:00