aboutsummaryrefslogtreecommitdiff
path: root/modules/git_webhooks/gitlab.py
Commit message (Expand)AuthorAgeFilesLines
* support gitlab MR/issue `actions` that we don't know aboutGravatar jesopo2020-01-221-2/+3
* ignore gitlab issues events that have no actionGravatar jesopo2020-01-211-0/+3
* 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-3/+7
* use the same formatting for "confidential_note" as "note"Gravatar jesopo2019-10-281-1/+1
* support confidential notes on gitlab webhooksGravatar jesopo2019-10-281-7/+8
* filter() needs a `None` argGravatar jesopo2019-10-281-1/+2
* 'action' -> 'event_action'Gravatar jesopo2019-10-281-1/+1
* support event 'category' for GitLab (e.g. Note events but only for Issues)Gravatar jesopo2019-10-281-5/+15
* "id" -> "iid"Gravatar jesopo2019-10-281-1/+1
* 'issue_comment' -> 'issue_note', fix issue id referencingGravatar jesopo2019-10-281-2/+2
* pass confidential_issue through same parsing func as issue•••closes #193 Gravatar jesopo2019-10-281-1/+1
* support GitLab confidential issuesGravatar jesopo2019-10-281-2/+5
* we want both sides of the .splitGravatar jesopo2019-10-251-1/+1
* make `repo_username` the subgroup when presentGravatar jesopo2019-10-251-1/+6
* support gitlab subgroups in git_webhooksGravatar jesopo2019-10-251-2/+1
* flip create/delete tag detection logicGravatar jesopo2019-10-201-1/+1
* add missing ]Gravatar jesopo2019-10-201-1/+1
* return None url param for tag_pushGravatar jesopo2019-10-201-1/+1
* added gitlab Tag Push eventsGravatar jesopo2019-10-201-7/+12
* remove now-unused formatting params for urlsGravatar jesopo2019-10-181-2/+2
* pass git_webhook urls up to __init__.py to be shortenedGravatar jesopo2019-10-181-11/+9
* correctly color/phrase opened, closed and merged for MRsGravatar jesopo2019-10-181-9/+8
* show merge_request/merge eventsGravatar jesopo2019-10-181-3/+5
* "PR"->"MR" again, "open"->"opened" etc for MRs tooGravatar jesopo2019-10-181-3/+3
* 'PR' -> 'MR' (they're "merge requests" on gitlab, not "pull requests")Gravatar jesopo2019-10-181-1/+1
* 'opened' -> 'open' etc for gitlab event categoriesGravatar jesopo2019-10-181-8/+6
* 'open' -> 'opened' etc for gitlab issue webhook actionsGravatar jesopo2019-10-181-1/+8
* pull_request -> merge_requestGravatar jesopo2019-10-181-6/+6
* we should be showing 'title' (not 'description') for gitlab issue eventsGravatar jesopo2019-10-171-1/+1
* 'issues' should be an alias for 'issue' in gitlabGravatar jesopo2019-10-171-1/+1
* mapped event names for gitlab webhooks should be 'issue' not 'issues'Gravatar jesopo2019-10-151-4/+4
* 'issues' -> 'issue', 'pull_request' -> 'merge_request'Gravatar jesopo2019-10-151-2/+2
* add first draft of gitlab webhook supportGravatar jesopo2019-10-151-0/+169