aboutsummaryrefslogtreecommitdiffstats
path: root/services/pull/check.go
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary goroutine (#16080)Lunny Xiao2021-06-091-14/+12
* Make manual merge autodetection optional and add manual merge as merge method...a10121127962021-03-031-1/+16
* migrate from com.* to alternatives (#14103)65432020-12-251-5/+2
* [Enhancement] Allow admin to merge pr with protected file changes (#12078)赵智超2020-10-131-1/+15
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-1/+6
* Only update merge_base in checker if not already merged (#10908)zeripath2020-04-011-1/+1
* Update mergebase in pr checker (#10586)zeripath2020-03-031-1/+1
* Only check for conflicts/merging if the PR has not been merged in the interim...zeripath2020-02-101-3/+5
* Add Unique Queue infrastructure and move TestPullRequests to this (#9856)zeripath2020-02-021-57/+77
* [refactor] notify remove unused praram (#9804)65432020-01-161-7/+1
* Fix lint (#9688)Lunny Xiao2020-01-101-1/+3
* Move Errored PRs out of StatusChecking (#9675)zeripath2020-01-101-0/+4
* Use ioutil.TmpDir for new created temp directory (#9368)Lunny Xiao2019-12-161-6/+6
* Refactor comment (#9330)Lunny Xiao2019-12-151-0/+10
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-151-50/+40
* Remove SavePatch and generate patches on the fly (#9302)zeripath2019-12-131-2/+8
* Move some pull request functions from models to services (#9266)Lunny Xiao2019-12-061-0/+209