summaryrefslogtreecommitdiffstats
path: root/services/pull
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631)zeripath2019-10-161-9/+55
* Move AddTestPullRequestTask to pull service package from models (#8324)Lunny Xiao2019-10-152-1/+89
* Restore functionality for early gits (#7775)zeripath2019-10-121-24/+54
* If no specific context is required for status check, require an overall succe...Elias Norberg2019-09-301-1/+9
* Extract actions on new pull request from models to pulls service and move cod...Lunny Xiao2019-09-275-0/+722