aboutsummaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/pull.go
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix #9189 - API Allow only specific Colums to be updated on Issue (#9539)65432020-01-011-2/+2
* Swagger info corrections (#9441)65432019-12-201-47/+65
* Move PushToBaseRepo from models to services/pull (#9352)Lunny Xiao2019-12-151-3/+0
* Remove SavePatch and generate patches on the fly (#9302)zeripath2019-12-131-7/+1
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+7
* Adjust error reporting from merge failures and use LC_ALL=C for git (#8548)zeripath2019-11-101-0/+12
* Fix API deadline removal (#8759)David Svantesson2019-11-031-4/+11
* Move issue milestone assign to issue service and move webhook to notification...Lunny Xiao2019-11-021-2/+1
* Move issue notifications (#8713)Lunny Xiao2019-10-291-6/+1
* Move issue change status from models to service (#8691)Lunny Xiao2019-10-281-3/+1
* Fix deadline on update issue or PR via API (#8696)David Svantesson2019-10-281-8/+7
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-251-3/+27
* Fix bug on pull requests when transfer head repository (#8564)Lunny Xiao2019-10-181-10/+9