aboutsummaryrefslogtreecommitdiffstats
path: root/models/issues/review.go
Commit message (Expand)AuthorAgeFilesLines
* Prevent re-review and dismiss review actions on closed and merged PRs (#30065)Kemal Zebari2024-03-281-3/+35
* Fix misuse of `TxContext` (#30061)Jason Song2024-03-251-1/+1
* Performance improvements for pull request list page (#29900)Lunny Xiao2024-03-211-5/+4
* Workaround to clean up old reviews on creating a new one (#28554)65432024-02-191-5/+35
* Use ghost user if user was not found (#29161)KN4CK3R2024-02-141-0/+8
* Dont load Review if Comment is CommentTypeReviewRequest (#28551)65432024-02-131-0/+3
* Add support for sha256 repositories (#23894)Adam Majer2024-01-191-1/+1
* Refactor some legacy code and remove unused code (#28622)wxiaoguang2023-12-281-2/+2
* Refactor deletion (#28610)delvh2023-12-251-6/+5
* Fix inperformant query on retrifing review from database. (#28552)65432023-12-201-8/+10
* Fix 500 when deleting a dismissed review (#27903)Nanguan Lin2023-11-051-0/+10
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-241-2/+1
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-26/+26
* Fix the approval count of PR when there is no protection branch rule (#27272)Nanguan Lin2023-09-281-8/+17
* Add transaction when creating pull request created dirty data (#26259)Lunny Xiao2023-08-101-8/+8
* Use yellow if an approved review is stale (#26312)sebastian-sauer2023-08-041-0/+3
* Fix bug when pushing to a pull request which enabled dismiss approval automat...Lunny Xiao2023-07-201-158/+2
* Update tool dependencies, lock govulncheck and actionlint (#25655)silverwind2023-07-091-9/+9
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-1/+1
* Show outdated comments in files changed tab (#24936)sebastian-sauer2023-06-211-1/+1
* Fix duplicate Reviewed-by trailers (#24796)Cory Todd2023-06-091-0/+21
* New webhook trigger for receiving Pull Request review requests (#24481)谈笑风生间2023-05-241-2/+23
* Review fixes and enhancements (#24526)silverwind2023-05-101-0/+14
* Implement actions (#21937)Jason Song2023-01-311-1/+1
* some refactor about code comments (#20821)Lunny Xiao2023-01-171-4/+4
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-7/+10
* Restore previous official review when an official review is deleted (#22449)Jimmy Praet2023-01-151-9/+23
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-101-8/+8
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-4/+4
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-14/+6
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-7/+7
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-5/+5
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+8
* Dismiss prior pull reviews if done via web in review dismiss (#20197)65432022-07-191-0/+30
* Add more linters to improve code readability (#19989)Wim2022-06-201-10/+10
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-0/+1018