aboutsummaryrefslogtreecommitdiffstats
path: root/models/issues/review.go
Commit message (Expand)AuthorAgeFilesLines
* Add transaction when creating pull request created dirty data (#26259) (#26437)Lunny Xiao2023-08-111-8/+8
* Fix bug when pushing to a pull request which enabled dismiss approval automat...Lunny Xiao2023-07-271-137/+2
* Replace `interface{}` with `any` (#25686) (#25687)silverwind2023-07-041-1/+1
* Show outdated comments in files changed tab (#24936) (#25428)sebastian-sauer2023-06-221-1/+1
* 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