aboutsummaryrefslogtreecommitdiffstats
path: root/services/pull/review.go
Commit message (Expand)AuthorAgeFilesLines
* Add attachments for PR reviews (#16075)KN4CK3R2021-06-141-3/+3
* Fix a couple of CommentAsPatch issues. (#14804)zeripath2021-02-271-5/+19
* Add dismiss review feature (#12674)a10121127962021-02-111-0/+51
* Send notifications for mentions in pulls, issues, (code-)comments (#14218)Jimmy Praet2021-01-021-2/+25
* Fix correct diff view for PR review comments in PR view page (#14002)Jimmy Praet2020-12-161-7/+7
* Comments on review should have the same sha (#13448)zeripath2020-11-091-24/+59
* Revert "Replies to outdated code comments should also be outdated (#13217)" (...Lunny Xiao2020-11-061-59/+24
* Replies to outdated code comments should also be outdated (#13217)zeripath2020-11-041-24/+59
* Add team support for review request (#12039)赵智超2020-10-121-3/+2
* Fix error create comment on outdated file (#13041)65432020-10-051-1/+4
* Prevent NPE on commenting on lines with invalidated comments (with migration)...zeripath2020-08-211-1/+1
* 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