aboutsummaryrefslogtreecommitdiff
path: root/modules/git_webhooks/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* add a bot-wide setting to allow showing git webhook activity for private repos•••closes #127 Gravatar jesopo2019-09-041-1/+4
* count numeric OR non-alphanumeric as a word boundaryGravatar jesopo2019-08-161-1/+1
* match .lower() repo names against .lower() hooked repo namesGravatar jesopo2019-08-141-6/+7
* .lower()ify webhook repo names for case insensitive checksGravatar jesopo2019-07-081-6/+12
* Refactor set/channelset/serverset/botset in to 'utils.Setting' objectsGravatar jesopo2019-06-281-9/+6
* DEBUG log when trying to git.io-shorten a github urlGravatar jesopo2019-06-281-1/+1
* Add system to have multiple url shorteners and chose which to useGravatar jesopo2019-06-251-0/+5
* 'sucess_message' -> 'success_message'Gravatar jesopo2019-06-241-1/+1
* 'web hooks' -> 'webhooks'Gravatar jesopo2019-06-241-1/+1
* Add missing `import re`Gravatar jesopo2019-06-241-1/+1
* Don't show webhook notifications for private reposGravatar jesopo2019-06-241-0/+3
* set git_webhooks _name to something nicer ("Webhooks")Gravatar jesopo2019-06-241-0/+2
* Actually pass gitea handler for gitea hooksGravatar jesopo2019-06-241-1/+1
* Add gitea.py, fix some consts being in the wrong fileGravatar jesopo2019-06-241-1/+11
* 'webhooks' -> 'git-webhooks'. move all 'webhooks' settings to 'git-webhooks'Gravatar jesopo2019-06-241-0/+196