alertmanager/notify
stuart nelson f8b95a2e95
Correctly encode query strings in notifiers (#1516)
In moving from a plain string to url.URL, we
incorrectly were setting the query string via the
path. The `?` signaling the start of the query
string would then be escaped when the URL was
turned into a string.

Signed-off-by: Stuart Nelson <stuartnelson3@gmail.com>
2018-08-13 13:33:51 +02:00
..
impl_test.go notify: log PagerDuty v1 response on BadRequest (#1481) 2018-07-30 12:25:52 +02:00
impl.go Correctly encode query strings in notifiers (#1516) 2018-08-13 13:33:51 +02:00
notify_test.go notify: notify resolved alerts properly (#1408) 2018-06-08 11:37:38 +02:00
notify.go Fix a bunch of unhandled errors (#1501) 2018-08-05 15:38:25 +02:00