summaryrefslogtreecommitdiff
path: root/source_control/github_hooks.py
Commit message (Collapse)AuthorAgeFilesLines
* Update for modules which import json.json-imports-fallbackToshio Kuratomi2016-01-111-1/+9
| | | | | | | 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
* Changes to author formatting, remove emailsGreg DeKoenigsberg2015-06-161-1/+1
|
* more string correctionsBrian Coca2015-05-141-1/+1
|
* Adding author's github idGreg DeKoenigsberg2015-05-141-1/+1
|
* mark all actions as privateBen Mather2014-09-301-9/+9
|
* mark list as private instead of shadowingBen Mather2014-09-301-4/+4
|
* make it possible to configure the content type of a github webhookBen Mather2014-09-291-3/+11
|
* rename list to list_ to avoid shadowing in github_hooks moduleBen Mather2014-09-291-4/+4
| | | | | | The definition was leaking into ansible.module_utils.basic and causing type checking to fail when running module as script. Not entirely clear why this should be the case.
* File extensions!Michael DeHaan2014-09-261-0/+178