summaryrefslogtreecommitdiffstats
path: root/services/pull/review.go
Commit message (Expand)AuthorAgeFilesLines
* Prevent allow/reject reviews on merged/closed PRs (#30686)Kemal Zebari2024-04-271-0/+8
* Prevent re-review and dismiss review actions on closed and merged PRs (#30065)Kemal Zebari2024-03-281-0/+33
* Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995)Lunny Xiao2024-03-221-9/+5
* Performance improvements for pull request list page (#29900)Lunny Xiao2024-03-211-2/+2
* remove util.OptionalBool and related functions (#29513)65432024-03-021-4/+4
* Add attachment support for code review comments (#29220)Jimmy Praet2024-02-251-2/+5
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-1/+2
* Use db.Find instead of writing methods for every object (#28084)Lunny Xiao2023-11-241-3/+3
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-1/+1
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-2/+2
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-051-6/+6
* Fix bug for ctx usage (#26762)Lunny Xiao2023-08-281-2/+2
* Delete `issue_service.CreateComment` (#26298)caicandong2023-08-041-4/+3
* Fix bug when pushing to a pull request which enabled dismiss approval automat...Lunny Xiao2023-07-201-6/+49
* Less naked returns (#25713)65432023-07-071-10/+10
* 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