aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Prevent nil pointer in GetPullRequestCommitStatusState (#10342)zeripath2020-02-181-0/+5
* 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
* Move PushUpdateAddDeleteTags to repository module from models (#10106)Lunny Xiao2020-02-031-2/+2
* Add Unique Queue infrastructure and move TestPullRequests to this (#9856)zeripath2020-02-022-60/+133
* Fix IsErrPullClosed (#10093)Lunny Xiao2020-02-011-2/+2
* API endpoint for repo transfer (#9947)65432020-01-312-3/+21
* 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-283-312/+3
* Fix pull view when head repository or head branch missed and close related pu...Lunny Xiao2020-01-252-0/+81
* Switch to use -f instead of -F for sendmail (#9961)zeripath2020-01-241-1/+1
* Migrate reviews when migrating repository from github (#9463)Lunny Xiao2020-01-232-11/+20
* Check if diff actually contains sections when rendering (#9926)Lauris BH2020-01-221-1/+1
* Fix wrong hint when status checking is running on pull request view (#9886)Lunny Xiao2020-01-221-8/+49
* Refactor repository check and sync functions (#9854)Lunny Xiao2020-01-201-1/+2
* 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
* Move mailer to use a queue (#9789)zeripath2020-01-163-46/+75
* [refactor] notify remove unused praram (#9804)65432020-01-162-8/+2
* Add require signed commit for protected branch (#9708)zeripath2020-01-153-4/+20
* Move RepoWorkingPool to services/repository package (#9754)Lunny Xiao2020-01-151-6/+10
* Move newbranch to standalone package (#9627)Lunny Xiao2020-01-141-6/+5
* Move create/fork repository from models to modules/repository (#9489)Lunny Xiao2020-01-124-6/+8
* Add owner_name column for table repository for maintaince reason (#9717)Lunny Xiao2020-01-123-7/+6
* 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
* Move push commits from models to modules/repository (#9370)Lunny Xiao2020-01-102-2/+3
* 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
* Move wiki related funtions from models to services/wiki (#9355)Lunny Xiao2020-01-072-0/+532
* Remove stray printf (#9631)zeripath2020-01-071-1/+0
* Some more e-mail notification fixes (#9596)mrsdizzie2020-01-031-4/+6
* Use limited commits (#9572)John Olheiser2020-01-011-1/+1
* Properly enforce gitea environment for pushes (#9501)zeripath2019-12-271-0/+9
* Add ActionCommentPull action (#9456)mrsdizzie2019-12-222-2/+2
* 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-152-2/+12
* Sign protected branches (#8993)zeripath2019-12-151-1/+1
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-153-87/+98
* Move PushToBaseRepo from models to services/pull (#9352)Lunny Xiao2019-12-152-1/+57
* Push to create repo (#8419)John Olheiser2019-12-151-0/+27
* Move some repository methods from models to modules/repository (#9353)Lunny Xiao2019-12-142-2/+4
* 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
* Move repoWorkPool outside rename/transfer repository (#9086)Lunny Xiao2019-12-061-14/+12
* 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