alertmanager/notify
stuart nelson 1f3d7572cb
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-14 11:37:01 +02:00
..
impl.go Correctly encode query strings in notifiers (#1516) 2018-08-14 11:37:01 +02:00
impl_test.go notify: log PagerDuty v1 response on BadRequest (#1481) 2018-08-14 10:41:46 +02:00
notify.go Fix a bunch of unhandled errors (#1501) 2018-08-14 10:50:44 +02:00
notify_test.go notify: notify resolved alerts properly (#1408) 2018-06-08 11:37:38 +02:00