Skip to content

Releases: rbeuque74/jagozzi

v1.4.0

23 Aug 20:41
v1.4.0
731029a
Compare
Choose a tag to compare

Changelog

731029a http: Timeout is handled inside http.Client instead of context.WithTimeout
9e01ebf travis: testing with Go 1.11rc2
216a9fe nsca: Replace special characters from Message to prevent Shinken errors when parsing
ce30e6a tests: include supervisord into install part of scripts
0570175 periodicity; refactored multiple periodicity feature
93bf831 misc: fixing typo
be6aee9 dep: moving to dep and removing old govendor specifics
6730d5b plugins: Add ssl certificates checker
f3212ac nsca: replacing syncbak-git/nsca by fork to allow NoKeepAlive option
f9243c2 misc: display version when program starts

v1.3.0

02 Jul 10:42
v1.3.0
d4eb40c
Compare
Choose a tag to compare

Changelog

d4eb40c periodicity: fix unit tests
225ab0f Allow Periodicity configuration key inside plugin to override one checker periodicity
9aad254 one-shot: restrict checkers to one iteration only mode
47abab5 misc: cleanup after linting
10836f1 misc: gometalinter + screenshot
0c80cf6 Removing supervisord vendoring
89b9d58 Handling consumers with an interface + adding a GUI display mode
975c704 tests: using net/http/httptest instead of real server + cleaning teardown function
d765c95 README: add coveralls badge

v1.2.0

11 May 23:24
v1.2.0
349d798
Compare
Choose a tag to compare

Changelog

349d798 v1.2.0: excluding vendor file for goreleaser on travis
2ef8d0c coverage: Processes unit tests missing + improve global coverage
082bca9 marathon: checking for exited tasks threshold reach
f4fe8c2 supervisor: adding unit tests
2325bd3 tests: adding coverage in travis scenario
4d70e89 travis: moving gometalinter installation to before_script
6865ea0 tests: allow NSCA tests to pass correctly
5ca51d2 misc: gometalinter failure shoud block release
b332914 Makefile: add timeout to go test
7cf0f69 marathon: adding unit tests
9be886e processes: add unit tests
0f24f47 Rewrote exiting strategy; reducing main function complexity
8e6a430 Switching consumerErrorChannel to buffered channel

v1.1.0

09 May 23:21
v1.1.0
a49c273
Compare
Choose a tag to compare

Changelog

a49c273 checker: rewrote checker.Run to return a Result directly instead of string, error
f9ead7f lint: activating all gometalinter from travis + final lint error
9cb68b7 lint: fix most of golint warnings/recommandations
d372d41 template: refactored templates to provide error types in configuration file ; unit tests for templating
571a015 processes: remove commented unused code
f9040c9 template: finalize templating on command and http
6019f2e template: finishing http templating
a2c528e template: Allow errors rendering via template from configuration file
8597bb1 tests: fix travis + gometalinter: channel signal.Notify should be buffered
f059fee tests: HTTP checker
47e798e tests: NSCA consumer
ee9505f nsca: configuration and creation of consumer performed inside NSCA class
9faa5fa misc: goreport card on README
e603a00 exit: handle sigterm with a timeout if some plugins are not respecting context cancelation

v1.0.0

16 Apr 22:22
v1.0.0
a6e1f58
Compare
Choose a tag to compare

Changelog

a6e1f58 travis: removing build artifacts
98b7211 Adding go get on Makefile
ef2d44d Initial commit ⌨️ 🔔