aboutsummaryrefslogtreecommitdiffstats
path: root/services/pull/review.go
Commit message (Expand)AuthorAgeFilesLines
* Make more functions use ctx instead of db.DefaultContext (#24068)wxiaoguang2023-04-141-2/+2
* Make Ctrl+Enter submit a pending comment (starting review) instead of submitt...wxiaoguang2023-03-041-4/+4
* some refactor about code comments (#20821)Lunny Xiao2023-01-171-2/+47
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-2/+3
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-9/+9
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-8/+8
* Dismiss prior pull reviews if done via web in review dismiss (#20197)65432022-07-191-1/+18
* Check if project has the same repository id with issue when assign project to...Lunny Xiao2022-06-301-5/+11
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-30/+30
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-5/+5
* more context for models (#19511)65432022-04-281-1/+1
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-1/+1
* Make git.OpenRepository accept Context (#19260)65432022-03-301-1/+1
* Move some issue methods as functions (#19255)Lunny Xiao2022-03-291-3/+3
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-1/+1
* format with gofumpt (#18184)65432022-01-201-1/+0
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-12/+13
* Simplify parameter types (#18006)Gusted2021-12-201-2/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-4/+5
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+1
* DBContext is just a Context (#17100)zeripath2021-09-231-2/+2
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-2/+3
* [API] generalize list header (#16551)65432021-08-121-1/+1
* 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