aboutsummaryrefslogtreecommitdiff
path: root/modules/webhooks/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* 'webhooks' -> 'git-webhooks'. move all 'webhooks' settings to 'git-webhooks'Gravatar jesopo2019-06-241-195/+0
|
* 'github-hooks' -> 'webhooks'. this is a breaking change!Gravatar jesopo2019-06-241-2/+1
| | | | Move any 'github-hooks' channel settings to 'webhook' settings
* Remove old imports from github.py, add missing webhook urllib importGravatar jesopo2019-06-241-1/+1
|
* re-add lost REST API successful returnGravatar jesopo2019-06-241-0/+2
|
* Fix typos, missed imports, wrong namespaces, etcGravatar jesopo2019-06-241-10/+14
|
* split github webhook logic in to a more general webhook moduleGravatar jesopo2019-06-241-0/+190