summaryrefslogtreecommitdiffstats
path: root/routers/repo/pull.go
Commit message (Expand)AuthorAgeFilesLines
* #14699 Make branch names in PR description clickable (#14716)Jimmy Praet2021-02-181-0/+2
* Whitespace in commits (#14650)vnkmpf2021-02-131-9/+5
* Move middlewares to web/middleware (#14480)Lunny Xiao2021-01-301-2/+2
* Move macaron to chi (#14293)Lunny Xiao2021-01-261-6/+11
* Use ServerError provided by Context (#14333)Lunny Xiao2021-01-141-2/+2
* migrate from com.* to alternatives (#14103)65432020-12-251-25/+23
* Use the text of pull-request as the squash commit's message (#13071)Mura Li2020-12-211-1/+1
* Add mentionable teams to tributeValues and change team mention rules to gh's ...a10121127962020-12-211-0/+4
* Show status check for merged PRs (#13975)Cirno the Strongest2020-12-181-0/+14
* [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026)65432020-12-181-2/+2
* Refactor: Move PushUpdateOptions (#13363)Lunny Xiao2020-10-301-1/+2
* fix message key (#13240)Iwasa Kazmi2020-10-211-2/+2
* Return the full rejection message and errors in flash errors (#13221)zeripath2020-10-201-5/+50
* When the git ref is unable to be found return broken pr (#13218)zeripath2020-10-201-1/+1
* [Enhancement] Allow admin to merge pr with protected file changes (#12078)赵智超2020-10-131-1/+15
* Attachments: Add extension support, allow all types for releases (#12465)silverwind2020-10-051-1/+3
* Move all push update operations to a queue (#10133)Lunny Xiao2020-09-111-5/+2
* 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