summaryrefslogtreecommitdiffstats
path: root/services/pull/review.go
Commit message (Expand)AuthorAgeFilesLines
* Display pull request head branch even the branch deleted or repository delete...Lunny Xiao2020-03-021-2/+2
* Some refactor on git diff and ignore getting commit information failed on mig...Lunny Xiao2020-01-281-3/+2
* Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532)David Svantesson2020-01-091-5/+26
* remove unused method and rename createcommentWithNoAction (#9367)Lunny Xiao2019-12-161-1/+1
* Branch protection: Possibility to not use whitelist but allow anyone with wri...David Svantesson2019-12-031-0/+1
* Extract createComment (#9125)Lunny Xiao2019-11-301-2/+1
* Fix show single review comments in the PR page (#9143)guillep2k2019-11-241-3/+29
* Refactor pull request review (#8954)Lunny Xiao2019-11-141-12/+124
* Don't send notification on pending reviews (#8943)guillep2k2019-11-131-1/+3
* Move pull webhook to notification (#8805)Lunny Xiao2019-11-051-41/+6
* Rename HookQueue to hookQueue (#8778)Lunny Xiao2019-11-021-7/+2
* Move webhook to a standalone package under modules (#8747)Lunny Xiao2019-11-011-2/+3
* Improve webhooks (#8583)John Olheiser2019-10-181-1/+4
* Fix review webhooks (#8570)John Olheiser2019-10-181-13/+27
* Extract actions on new pull request from models to pulls service and move cod...Lunny Xiao2019-09-271-0/+57