~jlosito/prometheus-registration:add-vendor-code

Last commit made on 2019-11-07
Get this branch:
git clone -b add-vendor-code https://git.launchpad.net/~jlosito/prometheus-registration
Only John Losito can upload to this branch. If you are John Losito please log in for upload directions.

Branch merges

Branch information

Name:
add-vendor-code
Repository:
lp:~jlosito/prometheus-registration

Recent commits

f2928dd... by John Losito

Add vendor code after govendor sync

8f1643c... by John Losito

Add CGO_ENABLED=0 to build env

Reviewed-on: https://code.launchpad.net/~jlosito/prometheus-registration/+git/prometheus-registration/+merge/375241
Reviewed-by: Alexandre Gomes <email address hidden>

c1b16b0... by John Losito

Add CGO_ENABLED=0 to build env

9557954... by John Losito

Add base to snapcraft

Reviewed-on: https://code.launchpad.net/~jlosito/prometheus-registration/+git/prometheus-registration/+merge/375235
Reviewed-by: Paul Collins <email address hidden>

5258e0c... by John Losito

Add base to snapcraft

47e5f85... by Jacek Nykis

Add sanity checks when adding new targets. Fixes LP#1722774

Reviewed-on: https://code.launchpad.net/~jacekn/prometheus-registration/+git/prometheus-registration/+merge/333398
Reviewed-by: Tom Haddon <email address hidden>
Reviewed-by: Joel Sing <email address hidden>

40447fd... by Jacek Nykis

Use net.SplitHostPort for target validation. Make tests easier to tweak

ddbc34c... by Jacek Nykis

Add sanity checks when adding new targets. Fixes LP1722774

* make port mandatory
* ensure port number is valid
* small README.md tweaks

c565d0d... by Paul Gear <email address hidden>

Clarify that the SSL* options require filenames, not raw YAML

deb4b08... by Tim Kuhlman

Fail if trying to create a target with an undefined name.

Addresses https://bugs.launchpad.net/prometheus-registration/+bug/1673151