summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/repo/pull.go
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Extract actions on new pull request from models to pulls service and move cod...Lunny Xiao2019-09-271-4/+3
* Refuse merge until all required status checks success (#7481)Lunny Xiao2019-09-181-0/+12
* move some milestone functions to a standalone package (#8213)Lunny Xiao2019-09-181-1/+2
* Retry create issue to cope with duplicate keys (#7898)guillep2k2019-08-261-7/+0
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-5/+5
* Fix #732: Add LFS objects to base repository on merging (#7082)zeripath2019-06-221-1/+2
* Add golangci (#6418)kolaente2019-06-121-2/+10
* Compare branches, commits and tags with each other (#6991)Mario Lubenka2019-06-071-7/+7
* Fix index produces problem when issues/pulls deleted (#6973)Lunny Xiao2019-05-181-1/+7
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Fix 404 when send pull request some situation (#6871)Lunny Xiao2019-05-071-8/+26
* Trace Logging on Permission Denied & ColorFormat (#6618)zeripath2019-04-221-1/+6
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-2/+1
* Updates to API 404 responses (#6077)John Olheiser2019-03-181-12/+12
* Copyedit docs (#6275)Aidan Fitzgerald2019-03-091-1/+1
* Fix #5799 - swagger for mergePullRequest (#5996)Thomas Loubiou2019-02-081-0/+4
* Issue 5924 fix compare button (#5929)zeripath2019-02-031-2/+2
* Improve performance of dashboard (#4977)Lunny Xiao2018-12-131-2/+2
* Removing Labels via EditPullRequest API (#5348)Lucien Kerl2018-12-011-1/+1
* Restrict permission check on repositories and fix some problems (#5314)Lunny Xiao2018-11-281-5/+10
* added the ability to set labels on the "edit pull request" api (#5347)Lucien Kerl2018-11-161-0/+12
* Fix Swagger JSON autogeneration issues. (#4845)zeripath2018-10-201-4/+31
* Add notification interface and refactor UI notifications (#5085)Lunny Xiao2018-10-181-0/+5
* Disable merging a WIP Pull request (#4529)Julien Tant2018-08-131-1/+1
* Added dependencies for issues (#2196) (#2531)kolaente2018-07-171-0/+5
* Multiple assignees (#3705)kolaente2018-05-091-39/+34
* Issue due date (#3794)kolaente2018-05-011-9/+26
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-4/+4