summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/pull.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Report error if API merge is not allowed (#12528)zeripath2020-08-191-3/+13
* Add Access-Control-Expose-Headers (#12446)zeripath2020-08-131-0/+1
* Add API to update pr headBranch (#12419)赵智超2020-08-041-0/+96
* Remove page size limit comment from swagger (#11806)Cirno the Strongest2020-06-091-1/+1
* Add option to API to update PullRequest base branch (#11666)65432020-06-071-0/+26
* Provide diff and patch API endpoints (#11751)zeripath2020-06-051-0/+82
* Make API EditIssue and EditPullRequest issue notifications (#11123)zeripath2020-05-171-10/+18
* Support organization labels for PRs in API (#11135)CirnoT2020-04-201-1/+28
* Add X-Total-Count on /repos/{owner]/{repo}/pulls API (#11113)CirnoT2020-04-181-0/+1
* Handle push rejection in branch and upload (#10854)zeripath2020-03-281-3/+3
* Display pull request head branch even the branch deleted or repository delete...Lunny Xiao2020-03-021-10/+10
* Fix double PR notification from API (#10482)John Olheiser2020-02-261-3/+0
* Handle push rejection message in Merge & Web Editor (#10373)zeripath2020-02-221-0/+8
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-6/+13
* Remove unnecessary permissions load (#9796)Lunny Xiao2020-01-161-7/+1
* Add require signed commit for protected branch (#9708)zeripath2020-01-151-0/+9
* Allow repo admin to merge PR regardless of review status (#9611)David Svantesson2020-01-111-5/+28
* Move pull request api convert to convert package (#9664)Lunny Xiao2020-01-101-4/+5
* [API] Add notification endpoint (#9488)65432020-01-091-0/+2