summaryrefslogtreecommitdiff
path: root/spec/workers
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-0210-19/+19
|/ / /
* | | Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-012-3/+3
* | | Rename ensure_dir_exist -> ensure_storage_path_existGabriel Mazetto2017-08-011-1/+1
|/ /
* | Merge branch 'gitaly-398-git-garbage-collect' into 'master'Sean McGivern2017-07-311-9/+43
|\ \ | |/ |/|
| * Migrate GitGarbageCollectWorker to Gitalygitaly-398-git-garbage-collectKim "BKC" Carlbäcker2017-07-281-9/+43
* | remove log statements from workersAlexis Reigel2017-07-272-21/+0
* | generate gpg signature on pushAlexis Reigel2017-07-271-0/+61
* | perform signature update in sidekiq workerAlexis Reigel2017-07-271-0/+36
|/