Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-04-11 | standardize on verbose hash methods | Wild Kat | |
2017-02-14 | don't use http auth when no user or pw is in cfg | Saku Ytti | |
fixes #720 | |||
2017-02-13 | don't fail on poor json location specification | Saku Ytti | |
2017-02-13 | add support for hierarchical keys in json | Saku Ytti | |
requestd in issue #695 | |||
2016-11-19 | Updated config options | Neil Lathwood | |
2016-11-19 | Added option to disable ssl verification checks for http source | Neil Lathwood | |
2016-10-12 | Interpolate also node variables, not just vars map | Saku Ytti | |
Fixes #583 | |||
2016-09-28 | interpolate node variable values | Saku 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-17 | Added support for using basic auth in http source | laf | |
2015-11-13 | better test framework, more specs and Travis CI | Elvin Efendi | |
2015-05-07 | Added support for http as a source | laf | |