| Commit message (Expand) | Author | Age | Files | Lines |
* | [Vendor] Switch go-version lib (#12719) | 6543 | 2020-09-05 | 1 | -7/+5 |
* | Prevent NPE on commenting on lines with invalidated comments (with migration)... | zeripath | 2020-08-21 | 1 | -1/+1 |
* | Default empty merger list to those with write permissions (#12535) | zeripath | 2020-08-20 | 1 | -1/+1 |
* | Re-attempt to delete temporary upload if the file is locked by another proces... | zeripath | 2020-08-11 | 3 | -4/+10 |
* | Update CommitsAhead CommitsBehind on Pull BaseBranch Change too (#11912) | 6543 | 2020-06-16 | 1 | -1/+10 |
* | Handle more pathological branch and tag names (#11843) | zeripath | 2020-06-11 | 2 | -3/+3 |
* | Ensure rejected push to refs/pull/index/head fails nicely (#11724) | zeripath | 2020-06-08 | 1 | -0/+10 |
* | Add push commits history comment on PR time-line (#11167) | 赵智超 | 2020-05-20 | 1 | -0/+44 |
* | Check Push permissions on IsUserAllowedToUpdate (#11448) | 6543 | 2020-05-16 | 1 | -0/+11 |
* | Prevent merge of outdated PRs on protected branches (#11012) | 6543 | 2020-04-16 | 1 | -2/+8 |
* | fix (#11066) | 6543 | 2020-04-14 | 1 | -0/+3 |
* | Cache PullRequest Divergence (#10914) | 6543 | 2020-04-14 | 1 | -0/+25 |
* | remove package code.gitea.io/gitea/modules/git import out of models (#11025) | 6543 | 2020-04-10 | 1 | -1/+201 |
* | Load pr Issue Poster on API too (#11033) | 6543 | 2020-04-10 | 1 | -0/+4 |
* | [suggest] change merge strategy: do not check write access if user in merge... | j.yao.SUSE | 2020-04-08 | 1 | -4/+1 |
* | Fix rebase conflict detection in git 2.26 (#10929) | zeripath | 2020-04-03 | 1 | -6/+23 |
* | Generate Diff and Patch direct from Pull head (#10936) | zeripath | 2020-04-03 | 1 | -17/+4 |
* | Prevent deadlock in pull_service.GetDiverging(pr) (#10905) | 6543 | 2020-04-01 | 2 | -47/+10 |
* | Only update merge_base in checker if not already merged (#10908) | zeripath | 2020-04-01 | 2 | -2/+2 |
* | Handle push rejection in branch and upload (#10854) | zeripath | 2020-03-28 | 1 | -4/+2 |
* | Fix bug on pull view when required status check no ci result (#10648) | Lunny Xiao | 2020-03-07 | 1 | -0/+5 |
* | Update mergebase in pr checker (#10586) | zeripath | 2020-03-03 | 1 | -1/+1 |
* | Display pull request head branch even the branch deleted or repository delete... | Lunny Xiao | 2020-03-02 | 4 | -30/+25 |
* | Remove Unused Functions (#10516) | 6543 | 2020-03-02 | 1 | -10/+0 |
* | Handle push rejection message in Merge & Web Editor (#10373) | zeripath | 2020-02-22 | 1 | -0/+9 |
* | Prevent panic on merge to PR (#10403) | zeripath | 2020-02-21 | 1 | -0/+8 |
* | Prevent nil pointer in GetPullRequestCommitStatusState (#10342) | zeripath | 2020-02-18 | 1 | -0/+5 |
* | Set the initial commit status to Success otherwise it will always be Pending ... | zeripath | 2020-02-17 | 1 | -1/+1 |
* | Only check for conflicts/merging if the PR has not been merged in the interim... | zeripath | 2020-02-10 | 4 | -46/+61 |
* | Add Unique Queue infrastructure and move TestPullRequests to this (#9856) | zeripath | 2020-02-02 | 2 | -60/+133 |
* | Fix IsErrPullClosed (#10093) | Lunny Xiao | 2020-02-01 | 1 | -2/+2 |
* | PRs: Move to use a temporary repo for pushing new prs (#10009) | zeripath | 2020-01-28 | 1 | -14/+30 |
* | Some refactor on git diff and ignore getting commit information failed on mig... | Lunny Xiao | 2020-01-28 | 1 | -3/+2 |
* | Fix pull view when head repository or head branch missed and close related pu... | Lunny Xiao | 2020-01-25 | 1 | -0/+76 |
* | Fix wrong hint when status checking is running on pull request view (#9886) | Lunny Xiao | 2020-01-22 | 1 | -8/+49 |
* | Add "Update Branch" button to Pull Requests (#9784) | 6543 | 2020-01-17 | 2 | -45/+180 |
* | Fix admin handling at merge of PR (#9749) | David Svantesson | 2020-01-16 | 1 | -3/+0 |
* | [refactor] notify remove unused praram (#9804) | 6543 | 2020-01-16 | 2 | -8/+2 |
* | Add require signed commit for protected branch (#9708) | zeripath | 2020-01-15 | 2 | -2/+18 |
* | Add owner_name column for table repository for maintaince reason (#9717) | Lunny Xiao | 2020-01-12 | 2 | -5/+5 |
* | Allow repo admin to merge PR regardless of review status (#9611) | David Svantesson | 2020-01-11 | 1 | -5/+62 |
* | Don't attempt to close issue if already closed (#9696) | guillep2k | 2020-01-11 | 1 | -2/+4 |
* | Fix lint (#9688) | Lunny Xiao | 2020-01-10 | 1 | -1/+3 |
* | Move Errored PRs out of StatusChecking (#9675) | zeripath | 2020-01-10 | 1 | -0/+4 |
* | Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532) | David Svantesson | 2020-01-09 | 3 | -7/+122 |
* | Remove stray printf (#9631) | zeripath | 2020-01-07 | 1 | -1/+0 |
* | Properly enforce gitea environment for pushes (#9501) | zeripath | 2019-12-27 | 1 | -0/+9 |
* | Change target branch for pull request (#6488) | Mario Lubenka | 2019-12-16 | 1 | -0/+88 |
* | Use ioutil.TmpDir for new created temp directory (#9368) | Lunny Xiao | 2019-12-16 | 1 | -6/+6 |
* | remove unused method and rename createcommentWithNoAction (#9367) | Lunny Xiao | 2019-12-16 | 1 | -1/+1 |