summaryrefslogtreecommitdiff
path: root/lib/oxidized/source/http.rb
AgeCommit message (Collapse)Author
2018-09-12Require net/https for use of 'OpenSSL::SSL...' constants (#1471)micro128390
2018-09-12add a new line after guard clauses for better visual flow (#1520)Wild Kat
2018-06-22rubycop fixesSaku Ytti
2018-06-22remove source/http load smellsSaku Ytti
2018-06-13Feature string navigation for HTTP source API JSONytti
Allow HTTP API to place host array in arbitrary place defined as: hosts_location: a.b[0].c Also support arrays in mapping keys: key: location[0].is.here[2]
2018-04-27travis fixesNeil Lathwood
2018-04-27Rebased from masterNeil Lathwood
2018-04-21the great makeover - standardize layout, alignment, indentationWild Kat
2018-04-11standardize on verbose hash methodsWild Kat
2017-11-10Added sql support for calling for single hostlaf
2017-11-10Added support for sending single node request to http sourceNeil Lathwood
2017-02-14don't use http auth when no user or pw is in cfgSaku Ytti
fixes #720
2017-02-13don't fail on poor json location specificationSaku Ytti
2017-02-13add support for hierarchical keys in jsonSaku Ytti
requestd in issue #695
2016-11-19Updated config optionsNeil Lathwood
2016-11-19Added option to disable ssl verification checks for http sourceNeil Lathwood
2016-10-12Interpolate also node variables, not just vars mapSaku Ytti
Fixes #583
2016-09-28interpolate node variable valuesSaku Ytti
Empty value was variably considered "" or nil, now it will always be "" string. Now "nil", "false", "true" strings are converted to their respective types nil, false and true. This also means we cannot have verbatim strings by that name, like if your password was "false", you're shit out of luck. If this is the case, we can add some __false__ hack or consider other similar solutions. Fixes #500 Fixes #534 May break stuff with ""/nil changing now, but as it was not consistent to begin with, I find it acceptable. Users now may need to manually enter nil in some fields to regain old behaviour.
2016-01-17Added support for using basic auth in http sourcelaf
2015-11-13better test framework, more specs and Travis CIElvin Efendi
2015-05-07Added support for http as a sourcelaf