aboutsummaryrefslogtreecommitdiffstats
path: root/services/pull/pull.go
Commit message (Expand)AuthorAgeFilesLines
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+2
* When Deleting Repository only explicitly close PRs whose base is not this rep...zeripath2021-03-011-1/+6
* [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-021-1/+6
* migrate from com.* to alternatives (#14103)65432020-12-251-3/+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-181-1/+1
* 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
* [Enhancement] Allow admin to merge pr with protected file changes (#12078)赵智超2020-10-131-1/+1
* Stop cloning unnecessarily on PR update (#12839)zeripath2020-09-141-60/+17
* Fix git open close bug (#12834)Lunny Xiao2020-09-141-3/+3
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-2/+2
* Update CommitsAhead CommitsBehind on Pull BaseBranch Change too (#11912)65432020-06-161-1/+10
* 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-0/+10
* Add push commits history comment on PR time-line (#11167)赵智超2020-05-201-0/+44
* 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
* 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