summaryrefslogtreecommitdiff
path: root/app/workers
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-11-082-3/+111
|\
| * Merge branch 'process-commits-using-sidekiq' into 'master' Robert Speicher2016-11-071-0/+67
| |\
| | * Process commits in a separate workerprocess-commits-using-sidekiqYorick Peterse2016-11-071-0/+67
| * | Refine Git garbage collectionJacob Vosmaer2016-11-041-3/+44
| |/
* | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-11-031-3/+3
|\ \ | |/
| * remove extra spaces from app/workers/post_receive.rbElan Ruusamäe2016-11-011-3/+3
* | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-11-023-3/+23
|\ \ | |/
| * Merge branch 'master' into 'add-retry-limit-project-webhook'add-retry-limit-project-webhookDouwe Maan2016-10-3150-67/+119
| |\
| | * Remove unreferenced LFS objects from DB and fsFrank Groeneveld2016-10-281-0/+8
| | * Don't schedule ProjectCacheWorker unless neededproject-cache-worker-schedulingYorick Peterse2016-10-251-3/+13
| * | Add retry limit and set it at fourJose Torres2016-10-211-1/+1
* | | include PipelineQueue, feedback:Lin Jen-Shin2016-10-241-0/+1
* | | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-10-2449-65/+97
|\ \ \ | | |/ | |/|
| * | Re-organize queues to use for Sidekiqseparate-sidekiq-queuesYorick Peterse2016-10-2149-65/+97
| |/
* | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-10-211-0/+27
|\ \ | |/
| * Restrict ProjectCacheWorker jobs to one per 15 minproject-cache-worker-leaseYorick Peterse2016-10-201-0/+27
* | Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin2016-10-201-3/+7
|\ \ | |/
| * Avoid race condition when expiring artifactsGrzegorz Bizon2016-10-171-3/+7
* | Merge branch 'pipeline-emails' into pipeline-notificationsLin Jen-Shin2016-10-181-0/+30
|\ \ | |/
| * Improve spec for pipeline metrics workeradd-pipeline-metrics-workerKamil Trzcinski2016-10-171-5/+20
| * Add Pipeline metrics workerKamil Trzcinski2016-10-171-0/+15
* | Skip if cannot find pipeline, feedback:Lin Jen-Shin2016-10-171-1/+3
* | Rename for a more consistent pipeline worker name, feedback:Lin Jen-Shin2016-10-171-1/+1
* | Change service to be a worker, feedback:Lin Jen-Shin2016-10-171-0/+9
|/
* Merge branch 'feature/process-pipeline-hooks-asynchronously' into 'master' Kamil Trzciński2016-10-145-0/+64
|\
| * Remove unecessary lockfeature/process-pipeline-hooks-asynchronouslyKamil Trzcinski2016-10-141-4/+2
| * Add build finished worker that creates a workflowGrzegorz Bizon2016-10-141-0/+12
| * Check if project exists before creating deploymentGrzegorz Bizon2016-10-141-2/+0
| * Fix typo in build success worker for deploymentGrzegorz Bizon2016-10-131-2/+2
| * Update code coverage for CI build asynchronouslyGrzegorz Bizon2016-10-131-0/+9
| * Do not process build success if project was removedGrzegorz Bizon2016-10-131-2/+4
| * Add build success worker that runs asynchronouslyGrzegorz Bizon2016-10-131-0/+27
| * Perform CI build hooks asynchronously using workerGrzegorz Bizon2016-10-131-0/+9
| * Execute pipeline hooks asynchronouslyGrzegorz Bizon2016-10-121-0/+9
* | Extract project#update_merge_requests and SystemHooks to its own worker from ...15463-extract-update-merge-requestsPaco Guzman2016-10-131-0/+16
* | Merge branch 'master' into feature/improve-mrwbs-and-todos-for-pipelinesGrzegorz Bizon2016-10-124-6/+50
|\ \ | |/
| * Precalculate trending projectsprecalculate-trending-projectsYorick Peterse2016-10-101-0/+11
| * Merge branch '23096-expire-artifacts-per-job' into 'master' Yorick Peterse2016-10-072-6/+16
| |\
| | * ExpireBuildArtifactsWorker query builds table without ordering enqueuing one ...23096-expire-artifacts-per-jobPaco Guzman2016-10-072-6/+16
| * | Add markdown cache columns to the database, but don't use them yetNick Thomas2016-10-071-0/+23
| |/
* | Process MWBS in successful pipeline asynchronouslyGrzegorz Bizon2016-10-071-0/+12
* | Rename pipeline workers to match current conventionGrzegorz Bizon2016-10-062-2/+2
|/
* Do not return false in commit status transitionfeature/improve-async-pipeline-processingGrzegorz Bizon2016-10-042-6/+4
* Update order of build transition callbacksGrzegorz Bizon2016-10-042-8/+6
* Extract updating pipeline status to async workerGrzegorz Bizon2016-10-042-9/+16
* Fix async pipeline and remove unrelated changesGrzegorz Bizon2016-10-041-1/+1
* Make pipeline processing asynchronousKamil Trzcinski2016-10-031-0/+17
* Optimized event pruning query to avoid two queries.Olaf Tomalka2016-09-071-2/+11
* Limited amount of pruned Event rows per runOlaf Tomalka2016-09-071-1/+1
* Added cron to prune events older than 12 months.Olaf Tomalka2016-09-071-0/+8