summaryrefslogtreecommitdiffstats
path: root/services/pull/pull.go
Commit message (Expand)AuthorAgeFilesLines
* remove package code.gitea.io/gitea/modules/git import out of models (#11025)65432020-04-101-1/+201
* Only update merge_base in checker if not already merged (#10908)zeripath2020-04-011-1/+1
* Display pull request head branch even the branch deleted or repository delete...Lunny Xiao2020-03-021-5/+4
* Prevent panic on merge to PR (#10403)zeripath2020-02-211-0/+8
* Fix IsErrPullClosed (#10093)Lunny Xiao2020-02-011-2/+2
* PRs: Move to use a temporary repo for pushing new prs (#10009)zeripath2020-01-281-14/+30
* Fix pull view when head repository or head branch missed and close related pu...Lunny Xiao2020-01-251-0/+76
* Add owner_name column for table repository for maintaince reason (#9717)Lunny Xiao2020-01-121-1/+1
* Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532)David Svantesson2020-01-091-1/+95
* Properly enforce gitea environment for pushes (#9501)zeripath2019-12-271-0/+9
* Change target branch for pull request (#6488)Mario Lubenka2019-12-161-0/+88
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-151-27/+36
* Move PushToBaseRepo from models to services/pull (#9352)Lunny Xiao2019-12-151-1/+49
* Remove SavePatch and generate patches on the fly (#9302)zeripath2019-12-131-6/+7
* Move some pull request functions from models to services (#9266)Lunny Xiao2019-12-061-2/+2
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+1
* Move pull webhook to notification (#8805)Lunny Xiao2019-11-051-17/+1
* Move actions to notification (#8785)Lunny Xiao2019-11-031-22/+3
* Rename HookQueue to hookQueue (#8778)Lunny Xiao2019-11-021-3/+0
* Move webhook to a standalone package under modules (#8747)Lunny Xiao2019-11-011-4/+5
* Move issue notifications (#8713)Lunny Xiao2019-10-291-1/+8
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-251-2/+2
* Move AddTestPullRequestTask to pull service package from models (#8324)Lunny Xiao2019-10-151-0/+88
* Extract actions on new pull request from models to pulls service and move cod...Lunny Xiao2019-09-271-0/+49