aboutsummaryrefslogtreecommitdiffstats
path: root/routers/repo/pull.go
Commit message (Expand)AuthorAgeFilesLines
* Add a storage layer for attachments (#11387)Lunny Xiao2020-08-181-1/+1
* Kanban board (#8346)Lanre Adelowo2020-08-161-1/+1
* Add API to update pr headBranch (#12419)赵智超2020-08-041-1/+1
* fix a small nit (#12420)赵智超2020-08-031-0/+1
* Handle more pathological branch and tag names (#11843)zeripath2020-06-111-1/+1
* Ensure rejected push to refs/pull/index/head fails nicely (#11724)zeripath2020-06-081-5/+27
* Fix visibility of forked public repos from private orgs (#11717)Cirno the Strongest2020-06-061-5/+7
* Fix numbr of files, total additions, and deletions (#11614)zeripath2020-05-261-1/+1
* Add a way to mark Conversation (code comment) resolved (#11037)赵智超2020-04-181-0/+7
* Fix merge dialog on protected branch with missing required statuses (#11074)65432020-04-151-3/+1
* Cache PullRequest Divergence (#10914)65432020-04-141-11/+1
* remove package code.gitea.io/gitea/modules/git import out of models (#11025)65432020-04-101-0/+1
* Add titles and improve messages on sidebar menus (#10872)赵智超2020-04-041-1/+1
* Various Merge Base fixes (#10786)zeripath2020-03-311-4/+34
* Handle push rejection in branch and upload (#10854)zeripath2020-03-281-14/+4
* Issue writers perms can modify issues (#10623)John Olheiser2020-03-061-0/+2
* Handle deleted base branch in PR (#10618)zeripath2020-03-051-0/+10
* Display pull request head branch even the branch deleted or repository delete...Lunny Xiao2020-03-021-13/+21
* Show Signer in commit lists and add basic trust (#10425)zeripath2020-02-271-1/+1
* Handle push rejection message in Merge & Web Editor (#10373)zeripath2020-02-221-11/+14
* On merge of already closed PR redirect back to the pulls page (#10010)zeripath2020-01-271-4/+18
* Fix pull view when head repository or head branch missed and close related pu...Lunny Xiao2020-01-251-13/+16
* Fix wrong hint when status checking is running on pull request view (#9886)Lunny Xiao2020-01-221-1/+3
* [Docs] add usefull info to REQUIRE_SIGNIN_VIEW (#9848)65432020-01-171-1/+1
* Add "Update Branch" button to Pull Requests (#9784)65432020-01-171-1/+81
* 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