Package: prometheus-alertmanager / 0.5.1+ds-7

Metadata

Package Version Patches format
prometheus-alertmanager 0.5.1+ds-7 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
02 Do_not_embed_blobs.patch | (download)

cmd/alertmanager/main.go | 5 3 + 2 - 0 !
template/template.go | 6 3 + 3 - 0 !
ui/app/index.html | 12 6 + 6 - 0 !
ui/app/partials/status.html | 2 1 + 1 - 0 !
ui/web.go | 39 5 + 34 - 0 !
5 files changed, 18 insertions(+), 46 deletions(-)

 do not embed web resources in the binary.
 Upstream is interested in keeping the resources embedded, this patch is to
 comply with Debian policy.
03 Fix_acceptance_test.patch | (download)

test/acceptance.go | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 fix paths in acceptance tests.
04 Defaults.patch | (download)

cmd/alertmanager/main.go | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 change default paths to match debian packaging
05 Flaky_tests.patch | (download)

dispatch/dispatch_test.go | 6 3 + 3 - 0 !
test/acceptance.go | 15 14 + 1 - 0 !
2 files changed, 17 insertions(+), 4 deletions(-)

 fix flaky tests
 dispatch_test.go: Apparently, some signal is being delivered a few
06 Route_API_change.patch | (download)

cmd/alertmanager/main.go | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---