| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix git open close bug (#12834) | Lunny Xiao | 2020-09-14 | 1 | -3/+3 |
* | Re-attempt to delete temporary upload if the file is locked by another proces... | zeripath | 2020-08-11 | 1 | -2/+2 |
* | 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 | 1 | -1/+1 |
* | 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 |
* | 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 |
* | Only update merge_base in checker if not already merged (#10908) | zeripath | 2020-04-01 | 1 | -1/+1 |
* | Display pull request head branch even the branch deleted or repository delete... | Lunny Xiao | 2020-03-02 | 1 | -5/+4 |
* | Prevent panic on merge to PR (#10403) | zeripath | 2020-02-21 | 1 | -0/+8 |
* | 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 |
* | Fix pull view when head repository or head branch missed and close related pu... | Lunny Xiao | 2020-01-25 | 1 | -0/+76 |
* | Add owner_name column for table repository for maintaince reason (#9717) | Lunny Xiao | 2020-01-12 | 1 | -1/+1 |
* | Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532) | David Svantesson | 2020-01-09 | 1 | -1/+95 |
* | 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 |
* | Graceful: Xorm, RepoIndexer, Cron and Others (#9282) | zeripath | 2019-12-15 | 1 | -27/+36 |
* | Move PushToBaseRepo from models to services/pull (#9352) | Lunny Xiao | 2019-12-15 | 1 | -1/+49 |
* | Remove SavePatch and generate patches on the fly (#9302) | zeripath | 2019-12-13 | 1 | -6/+7 |
* | Move some pull request functions from models to services (#9266) | Lunny Xiao | 2019-12-06 | 1 | -2/+2 |
* | Add Close() method to gogitRepository (#8901) | zeripath | 2019-11-13 | 1 | -0/+1 |
* | Move pull webhook to notification (#8805) | Lunny Xiao | 2019-11-05 | 1 | -17/+1 |
* | Move actions to notification (#8785) | Lunny Xiao | 2019-11-03 | 1 | -22/+3 |
* | Rename HookQueue to hookQueue (#8778) | Lunny Xiao | 2019-11-02 | 1 | -3/+0 |
* | Move webhook to a standalone package under modules (#8747) | Lunny Xiao | 2019-11-01 | 1 | -4/+5 |
* | Move issue notifications (#8713) | Lunny Xiao | 2019-10-29 | 1 | -1/+8 |
* | Mail assignee when issue/pull request is assigned (#8546) | David Svantesson | 2019-10-25 | 1 | -2/+2 |
* | Move AddTestPullRequestTask to pull service package from models (#8324) | Lunny Xiao | 2019-10-15 | 1 | -0/+88 |
* | Extract actions on new pull request from models to pulls service and move cod... | Lunny Xiao | 2019-09-27 | 1 | -0/+49 |