summaryrefslogtreecommitdiff
path: root/spec/workers
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move GitOperationService to Gitlab::Gitmove-git-operation-serviceJacob Vosmaer2017-09-011-1/+1
* Prepare GitOperationService for move to Gitlab::GitJacob Vosmaer2017-08-311-3/+3
* Add changelogOswaldo Ferreira2017-08-281-11/+0
* Merge branch '36792-inline-user-refresh-when-creating-project' into 'master'Douwe Maan2017-08-281-4/+51
|\
| * Move sidekiq-based project authorization refresh out of Projects::CreateServiceNick Thomas2017-08-251-4/+51
* | Merge branch 'master' into 'backstage/gb/rename-ci-cd-processing-sidekiq-queues'Kamil Trzciński2017-08-252-1/+15
|\ \ | |/
| * Merge branch 'backstage/gb/after-save-asynchronous-job-hooks' into 'master'Kamil Trzciński2017-08-241-1/+1
| |\
| | * Merge branch 'master' into backstage/gb/after-save-asynchronous-job-hooksGrzegorz Bizon2017-08-233-6/+34
| | |\
| | * | Fix pipeline job worker specsGrzegorz Bizon2017-08-231-1/+1
| * | | Migration to remove pending delete projects with non-existing namespaceToon Claes2017-08-221-0/+14
| | |/ | |/|
* | | Merge branch 'master' into backstage/gb/rename-ci-cd-processing-sidekiq-queuesGrzegorz Bizon2017-08-223-6/+34
|\ \ \ | |/ /
| * | Merge branch '34533-inline-single-authorized-projects' into 'master'Douwe Maan2017-08-221-5/+11
| |\ \
| | * | Use event-based waiting in Gitlab::JobWaiterNick Thomas2017-08-221-5/+11
| | |/
| * | Refactor project and storage typesGabriel Mazetto2017-08-221-1/+1
| * | Merge branch 'backstage/gb/migrate-stages-statuses' into 'master'Kamil Trzciński2017-08-211-0/+22
| |\ \ | | |/ | |/|
| | * Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-08-1621-47/+264
| | |\
| | * | Add specs for stage update workerGrzegorz Bizon2017-07-311-0/+22
* | | | Revert adding shared examples for every sidekiq workerGrzegorz Bizon2017-08-2255-110/+0
* | | | Fix incorrect `let` in pipeline metrics worker specsGrzegorz Bizon2017-08-221-1/+8
* | | | Fix typo in shared examples name in worker specsGrzegorz Bizon2017-08-221-1/+1
* | | | Add sidekiq worker shared examples to workers specsGrzegorz Bizon2017-08-2144-2/+88
* | | | Remove sidekiq build queue and assign pipeline queueGrzegorz Bizon2017-08-216-14/+10
* | | | Assign all pipeline workers to specific queuesGrzegorz Bizon2017-08-216-0/+12
* | | | Simplify pipeline sidekiq queues naming schemeGrzegorz Bizon2017-08-211-4/+4
* | | | Make it possible to check if worker uses a known queueGrzegorz Bizon2017-08-211-0/+2
* | | | Extend pipelines queue mixin and add a default queueGrzegorz Bizon2017-08-211-2/+12
|/ / /
* | | Merge branch 'ee-2628-backport-to-ce' into 'master'Douwe Maan2017-08-172-18/+18
|\ \ \
| * | | Backports EE mirror stuck handling feature (https://gitlab.com/gitlab-org/git...ee-2628-backport-to-ceTiago Botelho2017-08-172-18/+18
| | |/ | |/|
* | | Only create commit GPG signature when necessarydm-gpg-signature-performanceDouwe Maan2017-08-161-17/+9
|/ /
* | Migrate events into a new formatYorick Peterse2017-08-101-3/+5
* | Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-094-5/+5
* | Merge branch '31207-clean-locked-merge-requests' into 'master'Stan Hu2017-08-082-0/+61
|\ \
| * | Store MergeWorker JID on merge request, and clean up stuck mergesOswaldo Ferreira2017-08-072-0/+61
* | | Merge branch '32844-issuables-performance' into 'master'Sean McGivern2017-08-072-0/+110
|\ \ \ | |/ / |/| |
| * | Move some after_create parts to worker to improve performance32844-issuables-performanceJarka Kadlecova2017-08-072-0/+110
* | | Don't include EmailHelpers manually, pick with rspecuse-rspec-support-helperLin Jen-Shin2017-08-032-8/+2
* | | Merge branch '28472-ignore-auto-generated-mails' into 'master'Sean McGivern2017-08-031-5/+21
|\ \ \
| * | | Don't send rejection mails for all auto-generated mails28472-ignore-auto-generated-mailsLin Jen-Shin2017-08-031-5/+21