summaryrefslogtreecommitdiffstats
path: root/services/pull
Commit message (Expand)AuthorAgeFilesLines
* Set the initial commit status to Success otherwise it will always be Pending ...zeripath2020-02-171-1/+1
* Only check for conflicts/merging if the PR has not been merged in the interim...zeripath2020-02-104-46/+61
* Add Unique Queue infrastructure and move TestPullRequests to this (#9856)zeripath2020-02-022-60/+133
* 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
* Some refactor on git diff and ignore getting commit information failed on mig...Lunny Xiao2020-01-281-3/+2
* Fix pull view when head repository or head branch missed and close related pu...Lunny Xiao2020-01-251-0/+76
* Fix wrong hint when status checking is running on pull request view (#9886)Lunny Xiao2020-01-221-8/+49
* Add "Update Branch" button to Pull Requests (#9784)65432020-01-172-45/+180
* Fix admin handling at merge of PR (#9749)David Svantesson2020-01-161-3/+0
* [refactor] notify remove unused praram (#9804)65432020-01-162-8/+2
* Add require signed commit for protected branch (#9708)zeripath2020-01-152-2/+18
* Add owner_name column for table repository for maintaince reason (#9717)Lunny Xiao2020-01-122-5/+5
* Allow repo admin to merge PR regardless of review status (#9611)David Svantesson2020-01-111-5/+62
* Don't attempt to close issue if already closed (#9696)guillep2k2020-01-111-2/+4
* Fix lint (#9688)Lunny Xiao2020-01-101-1/+3
* Move Errored PRs out of StatusChecking (#9675)zeripath2020-01-101-0/+4
* Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532)David Svantesson2020-01-093-7/+122
* Remove stray printf (#9631)zeripath2020-01-071-1/+0
* 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
* Use ioutil.TmpDir for new created temp directory (#9368)Lunny Xiao2019-12-161-6/+6
* remove unused method and rename createcommentWithNoAction (#9367)Lunny Xiao2019-12-161-1/+1
* Refactor comment (#9330)Lunny Xiao2019-12-151-0/+10
* Sign protected branches (#8993)zeripath2019-12-151-1/+1
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-152-77/+76
* Move PushToBaseRepo from models to services/pull (#9352)Lunny Xiao2019-12-152-1/+57
* Remove SavePatch and generate patches on the fly (#9302)zeripath2019-12-135-83/+386
* Move some pull request functions from models to services (#9266)Lunny Xiao2019-12-064-2/+262
* Branch protection: Possibility to not use whitelist but allow anyone with wri...David Svantesson2019-12-031-0/+1
* Extract createComment (#9125)Lunny Xiao2019-11-301-2/+1
* Fix show single review comments in the PR page (#9143)guillep2k2019-11-241-3/+29
* Move merge actions to notification (#9024)Lunny Xiao2019-11-211-19/+1
* Close/reopen issues by keywords in titles and comments (#8866)guillep2k2019-11-181-0/+22
* Move transfer repository and rename repository on a service package and start...Lunny Xiao2019-11-151-2/+10
* Refactor pull request review (#8954)Lunny Xiao2019-11-141-12/+124
* Don't send notification on pending reviews (#8943)guillep2k2019-11-131-1/+3
* Add Close() method to gogitRepository (#8901)zeripath2019-11-132-0/+2
* Adjust error reporting from merge failures and use LC_ALL=C for git (#8548)zeripath2019-11-101-91/+214
* Move pull webhook to notification (#8805)Lunny Xiao2019-11-053-70/+9
* Move actions to notification (#8785)Lunny Xiao2019-11-031-22/+3
* Rename HookQueue to hookQueue (#8778)Lunny Xiao2019-11-023-12/+2
* Move webhook to a standalone package under modules (#8747)Lunny Xiao2019-11-013-8/+11
* Allow to merge if file path contains " or \ (#8629)Ilya2019-11-011-2/+24
* Add basic repository lfs management (#7199)zeripath2019-10-281-108/+8
* 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
* Improve webhooks (#8583)John Olheiser2019-10-181-1/+4
* Fix bug on pull requests when transfer head repository (#8564)Lunny Xiao2019-10-181-4/+7
* Fix review webhooks (#8570)John Olheiser2019-10-181-13/+27