summaryrefslogtreecommitdiff
path: root/spec/workers
Commit message (Expand)AuthorAgeFilesLines
* Fix bug where destroying a namespace would not always destroy projectsStan Hu2016-08-111-0/+19
* Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-111-1/+7
* adds second batch of tests changed to active tenseactive-tense-test-coveragetiagonbotelho2016-08-091-3/+3
* Fix skip_repo parameter being ignored when destroying a namespaceStan Hu2016-08-031-0/+24
* Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-271-3/+7
|\
| * Fix a bug where forking a project from a repository storage to another would ...20302-forking-a-project-from-one-storage-to-another-failsAlejandro Rodríguez2016-07-261-3/+7
* | Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-261-0/+36
|\ \ | |/
| * Fix emails on push for new and deleted branches20061-emailsonpushworker-fails-on-new-branch-pushesSean McGivern2016-07-211-0/+36
* | Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-151-1/+4
|\ \ | |/
| * Refresh branch cache after `git gc`Stan Hu2016-07-131-1/+4
* | Merge remote-tracking branch 'upstream/master' into new-issue-by-emailLin Jen-Shin2016-07-157-6/+73
|\ \ | |/
| * Expire the branch cache after `git gc` runsStan Hu2016-07-121-0/+24
| * Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
| * Refactor repository paths handling to allow multiple git mount pointsAlejandro Rodríguez2016-06-292-4/+7
| * Unify check branch name existPaco Guzman2016-06-201-1/+1
| * Merge branch 'repo-check-require-push-events' into 'master' Robert Speicher2016-06-171-0/+29
| |\
| | * Do not check repos without push eventsJacob Vosmaer2016-06-151-0/+29
| * | Make sure that artifacts_file is nullified after removing artifactsmake-sure-that-artifacts-file-is-savedKamil Trzcinski2016-06-171-0/+12
| |/
* | Merge branch 'master' into new-issue-by-emailLin Jen-Shin2016-06-154-9/+109
|\ \ | |/
| * Merge branch 'dont-drop-stuck-builds' into 'master' Stan Hu2016-06-151-3/+16
| |\
| | * Don't fail builds for projects that are deleted when they are stuckdont-drop-stuck-buildsKamil Trzcinski2016-06-121-3/+16
| * | Fix specsKamil Trzcinski2016-06-141-10/+18
| * | Improve ExpireBuildArtifactsWorker specKamil Trzcinski2016-06-131-9/+4
| * | Improve testsKamil Trzcinski2016-06-131-15/+9
| * | Improve design based on reviewKamil Trzcinski2016-06-131-7/+11
| * | Save database after erasing artifactsKamil Trzcinski2016-06-131-0/+1
| * | Test ExpireBuildArtifactsWorkerKamil Trzcinski2016-06-131-0/+55
| |/
| * Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski2016-06-031-2/+2
| * Rename Ci::Commit to Ci::Pipeline and rename some of the ci_commit to pipelineKamil Trzcinski2016-06-021-4/+4
| * Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-1/+1
| * Fix creation of Ci::Commit object which can lead to pending, failed in some s...Kamil Trzcinski2016-05-191-0/+16
| * Mask credentials from URL when import of project has failed.Rubén Dávila2016-05-181-6/+20
* | so we use separate classes to handle different tasksLin Jen-Shin2016-05-181-1/+1
|/
* Only generate repository push email onceSean McGivern2016-05-111-14/+51
* Merge branch 'create-wikis-during-check' into 'master' Douwe Maan2016-05-041-5/+28
|\
| * Initialize wikis on legacy projects during checkJacob Vosmaer2016-04-261-5/+28
* | Do not fsck projects less than a day oldJacob Vosmaer2016-04-261-4/+11
|/
* Destroy wikis uniformlyJacob Vosmaer2016-04-181-2/+6
* When a project wiki is disabled skip it for fsckJacob Vosmaer2016-04-181-0/+30
* Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into auto-fsckJacob Vosmaer2016-04-131-4/+39
|\
| * Fix high CPU usage when PostReceive receives refs/merge-requests/<id>push-refKamil Trzcinski2016-04-111-4/+39
* | Use more conservative limitsJacob Vosmaer2016-04-131-6/+6
* | Clear repository check columns asynchronouslyJacob Vosmaer2016-04-132-2/+19
* | Changes suggested by RobertJacob Vosmaer2016-04-121-3/+3
* | Add a 'circuit breaker' for repo checksJacob Vosmaer2016-04-121-0/+8
* | Rename almost all the thingsJacob Vosmaer2016-04-062-31/+31
* | Rebase repo check MRJacob Vosmaer2016-04-041-0/+31
|/
* Migrate Repository#local_branches from gitlab-ee.update_repository_from_eeRubén Dávila2016-04-011-0/+2
* Check if repo exists before attempting to update cache infoStan Hu2016-03-271-0/+27
* Cache output of Repository#exists?Yorick Peterse2016-03-191-4/+15