aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/pull.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Delete related PullAutoMerge and ReviewState on User/Repo Deletion (#19649)65432022-05-081-1/+1
* Allow custom default merge message with .gitea/default_merge_message/<merge_s...Lunny Xiao2022-05-081-6/+18
* Auto merge pull requests when all checks succeeded via API (#9307)kolaente2022-05-081-0/+90
* Use for a repo action one database transaction (#19576)65432022-05-031-15/+13
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-281-0/+12
* more context for models (#19511)65432022-04-281-11/+11
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-2/+3
* Move checks for pulls before merge into own function (#19271)65432022-03-311-75/+28
* Make git.OpenRepository accept Context (#19260)65432022-03-301-2/+2
* Move some issue methods as functions (#19255)Lunny Xiao2022-03-291-1/+1
* Renamed ctx.User to ctx.Doer. (#19161)KN4CK3R2022-03-221-30/+30
* format with gofumpt (#18184)65432022-01-201-1/+0
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-16/+17
* Use indirect comparison when showing pull requests (#18313)zeripath2022-01-181-3/+3
* Don't delete branch if other PRs with this branch are open (#18164)a10121127962022-01-031-0/+11
* Abort merge if head has been updated before pressing merge (#18032)zeripath2021-12-201-1/+4
* Refactor HTTP request context (#17979)wxiaoguang2021-12-151-4/+4
* Some repository refactors (#17950)Lunny Xiao2021-12-121-1/+1
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-1/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-10/+11
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-8/+9
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-3/+3
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-6/+7
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-151-3/+3
* API pull's head/base have correct permission (#17214)pricly-yellow2021-10-071-4/+4
* API: don't allow merged PRs to be reopened (#17192)Norwin2021-10-021-1/+5
* Don't return binary file changes in raw PR diffs by default (#17158)Norwin2021-09-271-1/+7
* Support direct comparison (git diff a..b) as well merge comparison (a...b) (#...zeripath2021-09-271-3/+3