summaryrefslogtreecommitdiff
path: root/spec/workers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix post receive specs regarding pipeline creationGrzegorz Bizon2017-09-261-5/+8
* Stop using Sidekiq for updating Key#last_used_atremove-use-key-workerYorick Peterse2017-09-201-23/+0
* Restore has_visible_content? to improve performance (cache)repo-cache-fixJarka Kadlecova2017-09-141-2/+2
* Merge branch '35558-only-one-garbage-collection-should-be-running-per-project...Douwe Maan2017-09-071-20/+101
|\
| * Adds exclusive lease to Git garbage collect worker.35558-only-one-garbage-collection-should-be-running-per-project-at-onceTiago Botelho2017-09-071-20/+101
* | Removes default scope from sortable23079-remove-default-scope-in-sortableTiago Botelho2017-09-071-0/+2
|/
* pass whole commit to Gitlab::Gpg::Commit againAlexis Reigel2017-09-051-2/+7
* Improve specShinya Maeda2017-09-051-9/+12
* Fix enum listsShinya Maeda2017-09-051-1/+1
* Implement `failure_reason` on `ci_builds`Shinya Maeda2017-09-051-0/+1