summaryrefslogtreecommitdiff
path: root/spec/workers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dm-dedicated-sidekiq-queues' into 'master'Sean McGivern2017-12-147-22/+36
|\
| * Add rubocops to ensure Sidekiq workers include ApplicationWorker and don't ma...Douwe Maan2017-12-131-4/+0
| * Use a dedicated queue for each workerDouwe Maan2017-12-127-18/+36
* | Prevent worker that updates merge requests head pipeline from failing jobsFelipe Artur2017-12-132-3/+5
|/
* Ensure pippeline corresponds with the sha of an MRJarka Kadlecova2017-12-051-0/+38
* Merge branch 'zj-multiple-artifacts' into 'master'Grzegorz Bizon2017-12-051-13/+9
|\
| * Use `job_artifacts_archive|metadata`Kamil Trzcinski2017-12-031-3/+3
| * Revert "Rename `job_archive|metadata` to `artifacts_archive|metadata`"Kamil Trzcinski2017-12-031-3/+3
| * Rename `job_archive|metadata` to `artifacts_archive|metadata`Kamil Trzcinski2017-12-031-3/+3
| * Rename Artifact to JobArtifact, split metadata outZeger-Jan van de Weg2017-12-031-13/+9
* | Consistently schedule Sidekiq jobsdm-application-workerDouwe Maan2017-12-053-32/+31
* | Add ApplicationWorker and make every worker include itDouwe Maan2017-12-059-54/+62
* | Fix the fork project functionality for projects with hashed storageNick Thomas2017-12-041-49/+28
|/
* Merge branch 'master' into backstage/gb/build-pipeline-in-a-separate-classGrzegorz Bizon2017-11-3029-91/+1138
|\
| * Merge branch '38668-revert-copied-kubernetesservice-logic' into 'master'Grzegorz Bizon2017-11-301-6/+19
| |\
| | * Fix unit testsShinya Maeda2017-11-281-10/+9
| | * Aling shared_exmaples to "same behavior between KubernetesService and Platfor...Shinya Maeda2017-11-281-3/+3
| | * Replce kubernetes_service and deployment_service to deployment_platformShinya Maeda2017-11-281-1/+1
| | * Duplicate spec for Platform::Kubernetes with kubernetes_projectShinya Maeda2017-11-281-4/+18
| * | Merge branch '38962-automatically-run-a-pipeline-when-auto-devops-is-turned-o...Kamil Trzciński2017-11-281-0/+36
| |\ \
| | * | BE for automatic pipeline when enabling Auto DevOpsMatija Čupić2017-11-281-0/+36
| | |/
| * | Merge branch 'hashed-storage-attachments-migration-path' into 'master'Nick Thomas2017-11-281-14/+38
| |\ \ | | |/ | |/|
| | * fix exclusive lease specs fro hashed storage migrationGabriel Mazetto2017-11-231-3/+9
| | * Codestyle changes and Added Exclusive Lease to hashed storage migrationGabriel Mazetto2017-11-231-13/+31
| * | Fix stuck jobs testsoptimise-stuck-ci-jobs-workerKamil Trzcinski2017-11-271-4/+4
| * | Allow to drop jobs for deleted projectsKamil Trzcinski2017-11-271-2/+2
| * | Fix testing orderShinya Maeda2017-11-231-1/+1
| * | Add a testShinya Maeda2017-11-231-12/+19
| |/
| * rework the logging to be simpler and add a thresholdmicael.bergeron2017-11-141-3/+9
| * add simple logging to UpdateMergeRequestsWorker#performmicael.bergeron2017-11-131-0/+6
| * Rewrite the GitHub importer from scratchYorick Peterse2017-11-0718-0/+933
| * Remove 10.3 comments (Tracked by a tech debts issue). Refactor spec factory n...refactor-clustersShinya Maeda2017-11-062-2/+2
| * Merge branch 'master' into refactor-clustersShinya Maeda2017-11-011-2/+7
| |\
| | * Make merge_jid handling less stateful in MergeServiceOswaldo Ferreira2017-10-271-2/+7
| * | specs for workers.Shinya Maeda2017-10-312-51/+29
| |/
| * Backports EE 38771 changes to CE.Tiago Botelho2017-10-102-0/+39
| * Replaces `tag: true` into `:tag` in the specsJacopo2017-10-071-1/+1
* | Improve post_receive spec by not stubbing private methodsGrzegorz Bizon2017-10-101-5/+7
|/
* Add a project forks spec helperBob Van Landuyt2017-10-071-3/+7
* Merge branch 'master' into '37970-ci-sections-tracking'Kamil Trzciński2017-10-073-0/+105
|\
| * Use utc for time comparisionShinya Maeda2017-10-061-1/+1
| * Add some empty spacesKamil Trzcinski2017-10-051-0/+2
| * Fix failing specKamil Trzcinski2017-10-051-2/+2
| * Fix Rubocop failuresKamil Trzcinski2017-10-041-2/+2
| * fetch_gcp_operation_service_spec. finalize_cluster_creation_service_spec. wai...Shinya Maeda2017-10-051-4/+44
| * create_cluster_service_spec. cluster_provision_worker_spec. cluster_queue_spec.Shinya Maeda2017-10-043-0/+63
* | Add CI build trace sections extractorAlessio Caiazza2017-10-052-0/+25
|/
* Hide Gollum inside Gitlab::Git::WikiJacob Vosmaer (GitLab)2017-10-031-1/+6
* Make Repository#has_visible_content more efficientJacob Vosmaer (GitLab)2017-09-291-4/+2
* Add support to migrate existing projects to Hashed Storage asynchashed-storage-migration-pathGabriel Mazetto2017-09-282-0/+59