summaryrefslogtreecommitdiff
path: root/spec/workers
Commit message (Expand)AuthorAgeFilesLines
* Add more storage statisticsMarkus Koller2016-12-211-22/+20
* Merge branch 'project-authorizations-diff' into 'master' Nick Thomas2016-12-201-12/+2
|\
| * Smarter refreshing of authorized projectsproject-authorizations-diffYorick Peterse2016-12-191-12/+2
* | Add a ReactiveCaching concern for use in the KubernetesServiceNick Thomas2016-12-191-0/+15
|/
* Merge branch 'zj-guest-reads-public-builds' into 'master' Sean McGivern2016-12-061-1/+1
|\
| * Update effected testszj-guest-reads-public-buildsZ.J. van de Weg2016-12-041-1/+1
* | Merge branch 'fix/rename-mwbs-to-merge-when-pipeline-succeeds' into 'master' Kamil Trzciński2016-12-051-1/+1
|\ \ | |/ |/|
| * Merge branch 'master' into fix/rename-mwbs-to-merge-when-pipeline-succeedsGrzegorz Bizon2016-11-301-6/+17
| |\
| * \ Merge branch 'master' into fix/rename-mwbs-to-merge-when-pipeline-succeedsGrzegorz Bizon2016-11-251-35/+51
| |\ \
| * | | Rename MWBS service to Merge When Pipeline SucceedsGrzegorz Bizon2016-11-211-1/+1
* | | | Pass commit data to ProcessCommitWorkerprocess-commit-worker-improvementsYorick Peterse2016-12-011-10/+19
* | | | Only include EmailHelpers in mailer specs and specs using themrs-include-emailhelpersRobert Speicher2016-12-013-0/+4
| |_|/ |/| |
* | | Refresh project authorizations using a Redis leaserefresh-authorizations-with-leaseYorick Peterse2016-11-251-6/+17
| |/ |/|
* | 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