summaryrefslogtreecommitdiffstats
path: root/routers/repo/pull.go
Commit message (Expand)AuthorAgeFilesLines
...
* Allow repo admin to merge PR regardless of review status (#9611)David Svantesson2020-01-111-9/+23
* Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532)David Svantesson2020-01-091-1/+1
* Branches not at ref commit ID should not be listed as Merged (#9614)zeripath2020-01-071-30/+49
* [Fix] AllowedReaction code (#9518)65432019-12-271-1/+0
* Trigger webhook when deleting a branch after merging a PR (#9424)Brad Albright2019-12-251-0/+16
* Change PR commits and diffs to use base repo rather than forked (#3648)Keith Rutkowski2019-12-181-70/+35
* Fix some SimpleMDE (#9400)John Olheiser2019-12-171-0/+1
* Fix double webhook for new PR (#9375)John Olheiser2019-12-161-2/+0
* Change target branch for pull request (#6488)Mario Lubenka2019-12-161-0/+74
* 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-62/+9
* [Feature] Custom Reactions (#8886)65432019-12-011-0/+1
* Move merge actions to notification (#9024)Lunny Xiao2019-11-211-2/+0
* Expand/Collapse Files and Blob Excerpt while Reviewing/Comparing code (#8924)Benno2019-11-151-0/+1
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+6
* Template Repositories (#8768)John Olheiser2019-11-111-17/+26
* Adjust error reporting from merge failures and use LC_ALL=C for git (#8548)zeripath2019-11-101-0/+30
* Rename HookQueue to hookQueue (#8778)Lunny Xiao2019-11-021-2/+0
* Move webhook to a standalone package under modules (#8747)Lunny Xiao2019-11-011-1/+2
* Move issue notifications (#8713)Lunny Xiao2019-10-291-7/+1
* Move some repositories' operations to a standalone service package (#8557)Lunny Xiao2019-10-261-1/+2
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-251-1/+7
* Improve OGP (#8637)John Olheiser2019-10-231-0/+4
* Fix bug on pull requests when transfer head repository (#8564)Lunny Xiao2019-10-181-16/+15
* Move AddTestPullRequestTask to pull service package from models (#8324)Lunny Xiao2019-10-151-1/+1
* Bugfix for image compare and minor improvements to image compare (#8289)Mario Lubenka2019-10-041-23/+2
* 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/+30
* Adds side-by-side diff for images (#6784)Mario Lubenka2019-09-161-1/+26
* Move git diff codes from models to services/gitdiff (#7889)Lunny Xiao2019-09-051-1/+2
* Retry create issue to cope with duplicate keys (#7898)guillep2k2019-08-261-7/+0
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* routers: do not leak secrets via timing side channel (#7364)leonklingele2019-07-061-1/+4
* Add commit statuses reports on pull request view (#6845)Lunny Xiao2019-06-301-1/+23
* Fix #732: Add LFS objects to base repository on merging (#7082)zeripath2019-06-221-1/+2
* Add golangci (#6418)kolaente2019-06-121-2/+2
* Fixes diff on merged pull requests (#7171)Mario Lubenka2019-06-111-8/+8
* Compare branches, commits and tags with each other (#6991)Mario Lubenka2019-06-071-269/+9
* Fix index produces problem when issues/pulls deleted (#6973)Lunny Xiao2019-05-181-1/+7
* Fix 404 when send pull request some situation (#6871)Lunny Xiao2019-05-071-4/+22
* Trace Logging on Permission Denied & ColorFormat (#6618)zeripath2019-04-221-1/+18
* Show "delete branch" button on closed pull requests (#6570) (#6601)Mario Lubenka2019-04-201-2/+2
* Better logging (#6038) (#6095)zeripath2019-04-021-5/+5
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* Clean up various use of escape/unescape functions for URL generation (#6334)mrsdizzie2019-03-181-5/+1
* Add the Owner Name to differentiate when merging (#3807)Luo Yifei2019-02-121-0/+2
* Pull request conflict files detection (#5951)Lunny Xiao2019-02-051-0/+5
* Automatically clear stopwatch on merging a PR (#4327)Lanre Adelowo2019-02-051-0/+16
* Issue 5924 fix compare button (#5929)zeripath2019-02-031-2/+2
* Disallow empty titles (#5785)Lanre Adelowo2019-01-211-0/+11