aboutsummaryrefslogtreecommitdiffstats
path: root/services/pull
Commit message (Expand)AuthorAgeFilesLines
* Fix a couple of CommentAsPatch issues. (#14804)zeripath2021-02-271-5/+19
* Add dismiss review feature (#12674)a10121127962021-02-111-0/+51
* [API] Add pagination to ListBranches (#14524)65432021-02-031-1/+1
* label and milestone webhooks on issue/pull creation (#14363)Jimmy Praet2021-01-171-0/+6
* Some code improvements (#14266)Lunny Xiao2021-01-061-0/+4
* Send notifications for mentions in pulls, issues, (code-)comments (#14218)Jimmy Praet2021-01-022-3/+31
* migrate from com.* to alternatives (#14103)65432020-12-253-11/+4
* Standardize Co-Authored-By / Reviewed-By strings (#14097)Cirno the Strongest2020-12-211-1/+1
* Use the text of pull-request as the squash commit's message (#13071)Mura Li2020-12-211-21/+9
* Show dropdown with all statuses for commit (#13977)Cirno the Strongest2020-12-201-3/+3
* Show status check for merged PRs (#13975)Cirno the Strongest2020-12-181-12/+9
* [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026)65432020-12-182-2/+2
* Fix correct diff view for PR review comments in PR view page (#14002)Jimmy Praet2020-12-161-7/+7
* Fix Pull Merge when tag with same name as base branch exist (#13882)a10121127962020-12-081-1/+1
* Add block on official review requests branch protection (#13705)a10121127962020-11-281-0/+5
* Increment skip to avoid infini-loop (#13703)John Olheiser2020-11-271-1/+1
* Use chronological commit order in default squash message (#13661) (#13696)Jimmy Praet2020-11-251-2/+3
* Comments on review should have the same sha (#13448)zeripath2020-11-091-24/+59
* Revert "Replies to outdated code comments should also be outdated (#13217)" (...Lunny Xiao2020-11-061-59/+24
* Replies to outdated code comments should also be outdated (#13217)zeripath2020-11-041-24/+59
* go-version constraints ignore pre-releases (#13234)zeripath2020-10-211-3/+3
* [Enhancement] Allow admin to merge pr with protected file changes (#12078)赵智超2020-10-134-14/+172
* Add team support for review request (#12039)赵智超2020-10-121-3/+2
* Fix error create comment on outdated file (#13041)65432020-10-051-1/+4
* Add configurable Trust Models (#11712)zeripath2020-09-201-5/+14
* Stop cloning unnecessarily on PR update (#12839)zeripath2020-09-141-60/+17
* Fix git open close bug (#12834)Lunny Xiao2020-09-141-3/+3
* [Vendor] Switch go-version lib (#12719)65432020-09-051-7/+5
* Prevent NPE on commenting on lines with invalidated comments (with migration)...zeripath2020-08-211-1/+1
* Default empty merger list to those with write permissions (#12535)zeripath2020-08-201-1/+1
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-113-4/+10
* Update CommitsAhead CommitsBehind on Pull BaseBranch Change too (#11912)65432020-06-161-1/+10
* Handle more pathological branch and tag names (#11843)zeripath2020-06-112-3/+3
* Ensure rejected push to refs/pull/index/head fails nicely (#11724)zeripath2020-06-081-0/+10
* Add push commits history comment on PR time-line (#11167)赵智超2020-05-201-0/+44
* Check Push permissions on IsUserAllowedToUpdate (#11448)65432020-05-161-0/+11
* Prevent merge of outdated PRs on protected branches (#11012)65432020-04-161-2/+8
* fix (#11066)65432020-04-141-0/+3
* Cache PullRequest Divergence (#10914)65432020-04-141-0/+25
* remove package code.gitea.io/gitea/modules/git import out of models (#11025)65432020-04-101-1/+201
* Load pr Issue Poster on API too (#11033)65432020-04-101-0/+4
* [suggest] change merge strategy: do not check write access if user in merge...j.yao.SUSE2020-04-081-4/+1
* Fix rebase conflict detection in git 2.26 (#10929)zeripath2020-04-031-6/+23
* Generate Diff and Patch direct from Pull head (#10936)zeripath2020-04-031-17/+4
* Prevent deadlock in pull_service.GetDiverging(pr) (#10905)65432020-04-012-47/+10
* Only update merge_base in checker if not already merged (#10908)zeripath2020-04-012-2/+2
* Handle push rejection in branch and upload (#10854)zeripath2020-03-281-4/+2
* Fix bug on pull view when required status check no ci result (#10648)Lunny Xiao2020-03-071-0/+5
* Update mergebase in pr checker (#10586)zeripath2020-03-031-1/+1
* Display pull request head branch even the branch deleted or repository delete...Lunny Xiao2020-03-024-30/+25