aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/pull.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge endpoints for pull diff/patch (#17104)qwerty2872021-09-221-38/+13
* Ensure that rebase conflicts are handled in updates (#16952)zeripath2021-09-051-0/+3
* Add option to update pull request by `rebase` (#16125)a10121127962021-08-311-3/+10
* [API] generalize list header (#16551)65432021-08-121-5/+5
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-091-20/+5
* Set AllowedHeaders on API CORS handler (#16524)zeripath2021-08-041-0/+1
* Rename context.Query to context.Form (#16562)Lunny Xiao2021-07-291-4/+4
* Add agit flow support in gitea (#14295)a10121127962021-07-281-1/+1
* Add checkbox to delete pull branch after successful merge (#16049)Jimmy Praet2021-07-131-0/+34
* Add API to get commits of PR (#16300)sebastian-sauer2021-07-021-0/+121
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-091-1/+1
* Move modules/forms to services/forms (#15305)zeripath2021-04-061-2/+2
* API: fix set milestone on PR creation (#14981)Norwin2021-03-131-3/+1
* Make manual merge autodetection optional and add manual merge as merge method...a10121127962021-03-031-4/+22
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-5/+9
* Deny wrong pull (#13308)M4RKUS-111112020-10-261-0/+6
* [Enhancement] Allow admin to merge pr with protected file changes (#12078)赵智超2020-10-131-1/+1
* Not using "ctx.ServerError" in api (#12907)赵智超2020-09-201-4/+4