summaryrefslogtreecommitdiff
path: root/clustering/consul.py
Commit message (Collapse)AuthorAgeFilesLines
* Update for modules which import json.json-imports-fallbackToshio Kuratomi2016-01-111-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 tokensJoel Thompson2015-12-171-1/+1
| | | | API tokens should be considered sensitive and not logged.
* added version_added and fixed some doc parsing issuesBrian Coca2015-10-141-15/+10
|
* Merge pull request #837 from jemmyw/consul-http-checksBrian Coca2015-10-141-16/+59
|\ | | | | Add consul http checks to consul.py
| * Add consul http checks to consul.pyJeremy Wells2015-10-121-16/+59
| | | | | | | | | | Consul module already supports ttl and script checks. This commit adds http checks.
* | fixed option in examplesBrian Coca2015-10-121-4/+4
|/
* Clean up unneeded urllib2 importsToshio Kuratomi2015-07-201-3/+3
|
* minor doc fixesBrian Coca2015-07-171-21/+20
|
* Changes to author formatting, remove emailsGreg DeKoenigsberg2015-06-161-1/+1
|
* corrected typo in URL for consul.iomlamatr2015-06-161-1/+1
|
* fixed version on consul modulesBrian Coca2015-05-281-1/+1
|
* fix doc parsing by correctly quoting authorBrian Coca2015-05-141-1/+1
|
* Adding author's github idGreg DeKoenigsberg2015-05-131-1/+1
|
* Add python >= 2.6 to documented depsToshio Kuratomi2015-05-121-0/+1
|
* Give consul modules a .py extensionMatt Martz2015-05-111-0/+506