aboutsummaryrefslogtreecommitdiff
path: root/modules/git_webhooks/github.py
Commit message (Expand)AuthorAgeFilesLines
* Don't double-shorten `push` range urlsGravatar jesopo2019-07-021-2/+1
* DEBUG log when trying to git.io-shorten a github urlGravatar jesopo2019-06-281-0/+5
* remove dangling "," left over from moving codeGravatar jesopo2019-06-281-1/+1
* only create a range url when we have commitsGravatar jesopo2019-06-281-5/+9
* Prefix PR commit outputs with "[PR] "Gravatar jesopo2019-06-271-2/+5
* 'ref' -> 'sha' for getting PR commit titlesGravatar jesopo2019-06-271-1/+1
* shortify push range urlGravatar jesopo2019-06-271-1/+2
* pass single-commit url in to _format_pushGravatar jesopo2019-06-271-4/+8
* `forced` does not exist; data["forced"] insteadGravatar jesopo2019-06-271-2/+2
* HTTP GET github PR commits url to get `syncronise` commit messagesGravatar jesopo2019-06-271-15/+41
* Revert "Show commit message, not PR title, for PR pushes"•••This reverts commit 24df8c996e3718825fed5c5df77a5b21c7222fab. Gravatar jesopo2019-06-271-8/+3
* Show commit message, not PR title, for PR pushesGravatar jesopo2019-06-261-3/+8
* Add system to have multiple url shorteners and chose which to useGravatar jesopo2019-06-251-1/+1
* Don't show webhook notifications for private reposGravatar jesopo2019-06-241-0/+5
* Add gitea.py, fix some consts being in the wrong fileGravatar jesopo2019-06-241-1/+0
* 'webhooks' -> 'git-webhooks'. move all 'webhooks' settings to 'git-webhooks'Gravatar jesopo2019-06-241-0/+386