aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/pull_review.go
Commit message (Expand)AuthorAgeFilesLines
* Prevent re-review and dismiss review actions on closed and merged PRs (#30065)Kemal Zebari2024-03-281-6/+11
* remove repetitive words (#29695)pengqiseven2024-03-111-1/+1
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Add attachment support for code review comments (#29220)Jimmy Praet2024-02-251-0/+1
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-3/+2
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-3/+3
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-1/+1
* Add missing 404 response to Swagger (#27038)JakobDev2023-09-131-0/+4
* 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-2/+2
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-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-4/+4
* Check if project has the same repository id with issue when assign project to...Lunny Xiao2022-06-301-1/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-32/+32
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-9/+9
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-1/+2
* more context for models (#19511)65432022-04-281-3/+3
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-3/+3
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-4/+5
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-21/+21
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-14/+15
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-6/+7
* [API] generalize list header (#16551)65432021-08-121-3/+11
* API: Allow COMMENT reviews to not specify a body (#16229)sebastian-sauer2021-06-251-6/+16
* Add attachments for PR reviews (#16075)KN4CK3R2021-06-141-2/+2
* Add dismiss review feature (#12674)a10121127962021-02-111-0/+126
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-6/+12
* Add review request api (#11355)a10121127962020-10-201-0/+212
* Not using "ctx.ServerError" in api (#12907)赵智超2020-09-201-3/+3
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-1/+1
* Add default CommitID for create pull review api (#11334)赵智超2020-05-081-0/+19
* API: Add pull review endpoints (#11224)65432020-05-021-0/+522