aboutsummaryrefslogtreecommitdiff
path: root/modules/git_webhooks/github.py
Commit message (Expand)AuthorAgeFilesLines
* only purposefully show PR title on PR push eventsGravatar jesopo2020-02-121-3/+5
* show PR title in pull_request eventsGravatar jesopo2020-02-121-2/+3
* show issue/pr title for issue_comment eventsGravatar jesopo2020-02-101-2/+4
* split utils.datetime out in to .parse and .formatGravatar jesopo2020-01-301-2/+3
* show issues/transferred by default for github webhooksGravatar jesopo2020-01-051-2/+4
* `s_line`, not `s`Gravatar jesopo2019-12-131-1/+1
* only show the first line of a comment bodyGravatar jesopo2019-12-121-1/+1
* by default, show locked/unlocked events for issues/PRsGravatar jesopo2019-12-061-1/+3
* utils.http.Response.data should always be `bytes` - add .decode and .soupGravatar jesopo2019-11-261-3/+3
* explicitly say when an issue/PR was renamed•••closes #209 Gravatar jesopo2019-11-251-0/+4
* show who opened a pull request for pull_request events when appropriateGravatar jesopo2019-11-191-9/+15
* 'event["comment"]' -> 'data["comment"]'Gravatar jesopo2019-11-191-1/+1
* expirental code to show comment content for github issue_comment webhooksGravatar jesopo2019-11-191-3/+18
* move all datetime-related code from utils/__init__ to utils.datetimeGravatar jesopo2019-11-151-2/+2
* change git_webhooks hashes from 8 characters to 7Gravatar jesopo2019-11-111-1/+1
* support "event category" for github so we can e.g. show only approvalsGravatar jesopo2019-11-011-2/+15
* support event 'category' for GitLab (e.g. Note events but only for Issues)Gravatar jesopo2019-10-281-1/+1
* pass git_webhook urls up to __init__.py to be shortenedGravatar jesopo2019-10-181-15/+17
* use detect_encoding=False in github webhook url shorteningGravatar jesopo2019-09-091-1/+1
* Show new label for PR 'labeled' eventsGravatar jesopo2019-07-091-0/+2
* show new label for issue 'labeled' eventsGravatar jesopo2019-07-091-3/+8
* 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