summaryrefslogtreecommitdiff
path: root/spec/workers
Commit message (Expand)AuthorAgeFilesLines
* Refactor cache refreshing/expiringYorick Peterse2016-11-211-35/+51
* Merge branch 'feature/precalculate-authorized-projects' into 'master' Douwe Maan2016-11-181-0/+22
|\
| * Precalculate user's authorized projects in databaseAhmad Sherif2016-11-181-0/+22
* | Added test events specs and logic. Also fixed some SQL and refactored the pip...James Lopez2016-11-171-7/+11
|/
* Merge branch '21076-deleted-merged-branches' into 'master' Douwe Maan2016-11-151-0/+19
|\
| * Add button to delete all merged branchesToon Claes2016-11-091-0/+19
* | Does not raise error when Note not found when processing NewNoteWorkerOswaldo Ferreira2016-11-111-0/+49
* | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-11-082-9/+221
|\ \
| * \ Merge branch 'process-commits-using-sidekiq' into 'master' Robert Speicher2016-11-071-0/+109
| |\ \
| | * | Process commits in a separate workerprocess-commits-using-sidekiqYorick Peterse2016-11-071-0/+109
| | |/
| * | Remove unused 'require'Jacob Vosmaer2016-11-041-1/+0
| * | Refine Git garbage collectionJacob Vosmaer2016-11-041-9/+113
| |/
* | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-11-022-0/+75
|\ \ | |/
| * Remove unreferenced LFS objects from DB and fsFrank Groeneveld2016-10-281-0/+55
| * Don't schedule ProjectCacheWorker unless neededproject-cache-worker-schedulingYorick Peterse2016-10-251-0/+20
* | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-10-246-0/+128
|\ \ | |/
| * Re-organize queues to use for Sidekiqseparate-sidekiq-queuesYorick Peterse2016-10-216-0/+128
* | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-10-211-10/+28
|\ \ | |/
| * Restrict ProjectCacheWorker jobs to one per 15 minproject-cache-worker-leaseYorick Peterse2016-10-201-10/+28
* | Send only to users have :read_build access, feedback:Lin Jen-Shin2016-10-211-51/+81
* | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-10-202-14/+34
|\ \ | |/
| * Merge branch 'looser-time-in-specs' into 'master' Douwe Maan2016-10-181-2/+2
| |\
| | * Add a be_like_time matcher and use it in specsNick Thomas2016-10-171-2/+2
| * | Avoid race condition when expiring artifactsGrzegorz Bizon2016-10-171-12/+32
| |/
* | Use bcc for pipeline emails because:Lin Jen-Shin2016-10-181-8/+6
* | Merge branch 'pipeline-emails' into pipeline-notificationsLin Jen-Shin2016-10-181-0/+46
|\ \ | |/
| * Fix broken specs on MySQL after https://gitlab.com/gitlab-org/gitlab-ce/merge...fix-pipeline-metrics-failureKamil Trzcinski2016-10-171-2/+2
| * Improve spec for pipeline metrics workeradd-pipeline-metrics-workerKamil Trzcinski2016-10-171-0/+46
* | Rename for a more consistent pipeline worker name, feedback:Lin Jen-Shin2016-10-171-1/+1
* | Fix test failure due to bad rebase, feedback:Lin Jen-Shin2016-10-171-1/+1
* | That's no longer a service [ci skip]Lin Jen-Shin2016-10-171-1/+1
* | Change service to be a worker, feedback:Lin Jen-Shin2016-10-171-0/+103
* | Update the other sites for reset_delivered_emails! as wellLin Jen-Shin2016-10-172-3/+3
|/
* Merge branch 'feature/process-pipeline-hooks-asynchronously' into 'master' Kamil Trzciński2016-10-145-0/+135
|\
| * Add build finished worker that creates a workflowGrzegorz Bizon2016-10-141-0/+30
| * Update code coverage for CI build asynchronouslyGrzegorz Bizon2016-10-131-0/+23
| * Do not process build success if project was removedGrzegorz Bizon2016-10-131-0/+11
| * Add build success worker that runs asynchronouslyGrzegorz Bizon2016-10-131-0/+25
| * Perform CI build hooks asynchronously using workerGrzegorz Bizon2016-10-131-0/+23
| * Execute pipeline hooks asynchronouslyGrzegorz Bizon2016-10-121-0/+23
* | Extract project#update_merge_requests and SystemHooks to its own worker from ...15463-extract-update-merge-requestsPaco Guzman2016-10-132-1/+45
* | Merge branch 'master' into feature/improve-mrwbs-and-todos-for-pipelinesfeature/improve-mrwbs-and-todos-for-pipelinesGrzegorz Bizon2016-10-121-2/+2
|\ \ | |/
| * Merge branch '20708-new-branch-is-immediatelly-tagged-as-merged' into 'master' Douwe Maan2016-10-121-2/+2
| |\
| | * refactors tests because of gitlab-test repository changes20708-new-branch-is-immediatelly-tagged-as-mergedtiagonbotelho2016-10-111-2/+2
* | | Merge branch 'master' into feature/improve-mrwbs-and-todos-for-pipelinesGrzegorz Bizon2016-10-123-37/+94
|\ \ \ | |/ /
| * | Precalculate trending projectsprecalculate-trending-projectsYorick Peterse2016-10-101-0/+11
| |/
| * ExpireBuildArtifactsWorker query builds table without ordering enqueuing one ...23096-expire-artifacts-per-jobPaco Guzman2016-10-072-37/+83
* | Process MWBS in successful pipeline asynchronouslyGrzegorz Bizon2016-10-071-0/+24
* | Rename pipeline workers to match current conventionGrzegorz Bizon2016-10-062-2/+2
|/
* Merge branch 'feature/improve-async-pipeline-processing' into 'master' Kamil Trzciński2016-10-062-0/+44
|\