summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/pull.go
Commit message (Expand)AuthorAgeFilesLines
* Fix delete branch perm checking (#32654) (#32707)Giteabot2024-12-041-39/+44
* Fix PR creation on forked repositories (#31863) (#32591)Lunny Xiao2024-11-221-3/+14
* Fix 500 error when `state` params is set when editing issue/PR by API (#31880...Giteabot2024-09-011-5/+19
* Add permission check when creating PR (#31033) (#31720)yp053272024-07-291-0/+2
* Fix misspelling of mergable (#30896) (#30905)Giteabot2024-05-081-2/+2
* Fix no edit history after editing issue's title and content (#30814) (#30845)Giteabot2024-05-031-20/+17
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-2/+0
* fix(api): refactor branch and tag existence checks (#30618)Bo-Yi Wu2024-04-221-5/+4
* Refactor StringsToInt64s (#29967)wxiaoguang2024-03-211-2/+7
* Fix PR creation via api between branches of same repo with head field namespa...norohind2024-03-171-0/+2
* Add user blocking (#29028)KN4CK3R2024-03-041-2/+8
* Move context from modules to services (#29440)Lunny Xiao2024-02-271-1/+1
* Add API to get PR by base/head (#29242)qwerty2872024-02-261-0/+85
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-4/+5
* Retarget depending pulls when the parent branch is deleted (#28686)Viktor Kuzmin2024-01-171-0/+4
* Move more functions to db.Find (#28419)Lunny Xiao2024-01-151-16/+10
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-241-2/+1
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-1/+1
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-2/+2
* api: GetPullRequestCommits: return file list (#27483)Michael Santos2023-10-091-1/+17
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-1/+1
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-2/+2
* Updates to the API for archived repos (#27149)JakobDev2023-09-211-0/+6
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-1/+1
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-1/+1
* Add missing 404 response to Swagger (#27038)JakobDev2023-09-131-0/+8
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-051-4/+4
* Fix some slice append usages (#26778)Chongyi Zheng2023-08-291-9/+7
* Filters for GetAllCommits (#24568)Matthew Walowski2023-05-091-1/+1
* Make more functions use ctx instead of db.DefaultContext (#24068)wxiaoguang2023-04-141-1/+1
* Use context parameter in services/repository (#23186)Jason Song2023-02-281-1/+1
* Add force_merge to merge request and fix checking mergable (#23010)Jason Song2023-02-211-4/+11
* Fix panic when call api (/repos/{owner}/{repo}/pulls/{index}/files) (#22921)sillyguodong2023-02-201-2/+4
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)Brecht Van Lommel2023-01-241-1/+1
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-1/+2
* Support template for merge message description (#22248)Jason Song2022-12-291-1/+1
* Move `convert` package to services (#22264)KN4CK3R2022-12-291-1/+1
* Allow empty assignees on pull request edit (#22150)KN4CK3R2022-12-211-0/+5
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-26/+26
* feat: notify doers of a merge when automerging (#21553)kolaente2022-11-031-1/+1
* Fix 500 on PR files API (#21602)qwerty2872022-10-261-1/+5
* Add `stat` to `ToCommit` function for speed (#21337)Gennady Kovshenin2022-10-061-1/+1
* Add API endpoint to get changed files of a PR (#21177)qwerty2872022-09-291-0/+136
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-1/+2
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-41/+41
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-11/+11
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-4/+5