Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update for modules which import json.json-imports-fallback | Toshio Kuratomi | 2016-01-11 | 1 | -5/+0 |
| | | | | | | | Some do not use the json module directly so don't need import json. Some needed to fallback to simplejson with no traceback if neither was installed Fixes #1298 | ||||
* | Add no_log=True to consul modules' API tokens | Joel Thompson | 2015-12-17 | 1 | -1/+1 |
| | | | | API tokens should be considered sensitive and not logged. | ||||
* | added version_added and fixed some doc parsing issues | Brian Coca | 2015-10-14 | 1 | -15/+10 |
| | |||||
* | Merge pull request #837 from jemmyw/consul-http-checks | Brian Coca | 2015-10-14 | 1 | -16/+59 |
|\ | | | | | Add consul http checks to consul.py | ||||
| * | Add consul http checks to consul.py | Jeremy Wells | 2015-10-12 | 1 | -16/+59 |
| | | | | | | | | | | Consul module already supports ttl and script checks. This commit adds http checks. | ||||
* | | fixed option in examples | Brian Coca | 2015-10-12 | 1 | -4/+4 |
|/ | |||||
* | Clean up unneeded urllib2 imports | Toshio Kuratomi | 2015-07-20 | 1 | -3/+3 |
| | |||||
* | minor doc fixes | Brian Coca | 2015-07-17 | 1 | -21/+20 |
| | |||||
* | Changes to author formatting, remove emails | Greg DeKoenigsberg | 2015-06-16 | 1 | -1/+1 |
| | |||||
* | corrected typo in URL for consul.io | mlamatr | 2015-06-16 | 1 | -1/+1 |
| | |||||
* | fixed version on consul modules | Brian Coca | 2015-05-28 | 1 | -1/+1 |
| | |||||
* | fix doc parsing by correctly quoting author | Brian Coca | 2015-05-14 | 1 | -1/+1 |
| | |||||
* | Adding author's github id | Greg DeKoenigsberg | 2015-05-13 | 1 | -1/+1 |
| | |||||
* | Add python >= 2.6 to documented deps | Toshio Kuratomi | 2015-05-12 | 1 | -0/+1 |
| | |||||
* | Give consul modules a .py extension | Matt Martz | 2015-05-11 | 1 | -0/+506 |