summaryrefslogtreecommitdiffstats
path: root/routers/web/repo/pull_review.go
Commit message (Expand)AuthorAgeFilesLines
* Check `ctx.Written()` for `GetActionIssue` (#25698) (#25711)Giteabot2023-07-061-4/+7
* 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
* Make Ctrl+Enter submit a pending comment (starting review) instead of submitt...wxiaoguang2023-03-041-1/+1
* Fix improper HTMLURL usages in Go code (#22839)wxiaoguang2023-02-111-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-2/+2
* Dismiss prior pull reviews if done via web in review dismiss (#20197)65432022-07-191-1/+1
* Check if project has the same repository id with issue when assign project to...Lunny Xiao2022-06-301-1/+7
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-12/+12
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+2
* Allow to mark files in a PR as viewed (#19007)delvh2022-05-071-0/+46
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-8/+8
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-4/+4
* Rename ctx.Form() to ctx.FormString() and move code into own file (#16571)65432021-08-111-2/+2
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-3/+3
* Add attachments for PR reviews (#16075)KN4CK3R2021-06-141-1/+7
* Refactor routers directory (#15800)Lunny Xiao2021-06-091-0/+238