Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-08Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin
2016-11-07Merge branch 'process-commits-using-sidekiq' into 'master' Robert Speicher
2016-11-07Process commits in a separate workerYorick Peterse
2016-11-04Refine Git garbage collectionJacob Vosmaer
2016-11-03Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin
2016-11-02Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin
2016-11-02remove extra spaces from app/workers/post_receive.rbElan Ruusamäe
2016-10-31Merge branch 'master' into 'add-retry-limit-project-webhook'Douwe Maan
2016-10-28Remove unreferenced LFS objects from DB and fsFrank Groeneveld
2016-10-25Don't schedule ProjectCacheWorker unless neededYorick Peterse
2016-10-24include PipelineQueue, feedback:Lin Jen-Shin
2016-10-24Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin
2016-10-21Re-organize queues to use for SidekiqYorick Peterse
2016-10-21Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin
2016-10-21Add retry limit and set it at fourJose Torres
2016-10-20Restrict ProjectCacheWorker jobs to one per 15 minYorick Peterse
2016-10-20Merge remote-tracking branch 'upstream/master' into pipeline-notificationsLin Jen-Shin
2016-10-18Merge branch 'pipeline-emails' into pipeline-notificationsLin Jen-Shin
2016-10-17Avoid race condition when expiring artifactsGrzegorz Bizon
2016-10-17Skip if cannot find pipeline, feedback:Lin Jen-Shin
2016-10-17Rename for a more consistent pipeline worker name, feedback:Lin Jen-Shin
2016-10-17Improve spec for pipeline metrics workerKamil Trzcinski
2016-10-17Change service to be a worker, feedback:Lin Jen-Shin
2016-10-17Add Pipeline metrics workerKamil Trzcinski
2016-10-14Merge branch 'feature/process-pipeline-hooks-asynchronously' into 'master' Kamil Trzciński
2016-10-14Remove unecessary lockKamil Trzcinski
2016-10-14Add build finished worker that creates a workflowGrzegorz Bizon
2016-10-14Check if project exists before creating deploymentGrzegorz Bizon
2016-10-13Extract project#update_merge_requests and SystemHooks to its own worker from ...Paco Guzman
2016-10-13Fix typo in build success worker for deploymentGrzegorz Bizon
2016-10-13Update code coverage for CI build asynchronouslyGrzegorz Bizon
2016-10-13Do not process build success if project was removedGrzegorz Bizon
2016-10-13Add build success worker that runs asynchronouslyGrzegorz Bizon
2016-10-13Perform CI build hooks asynchronously using workerGrzegorz Bizon
2016-10-12Execute pipeline hooks asynchronouslyGrzegorz Bizon
2016-10-12Merge branch 'master' into feature/improve-mrwbs-and-todos-for-pipelinesGrzegorz Bizon
2016-10-10Precalculate trending projectsYorick Peterse
2016-10-07Merge branch '23096-expire-artifacts-per-job' into 'master' Yorick Peterse
2016-10-07ExpireBuildArtifactsWorker query builds table without ordering enqueuing one ...Paco Guzman
2016-10-07Process MWBS in successful pipeline asynchronouslyGrzegorz Bizon
2016-10-07Add markdown cache columns to the database, but don't use them yetNick Thomas
2016-10-06Rename pipeline workers to match current conventionGrzegorz Bizon
2016-10-04Do not return false in commit status transitionGrzegorz Bizon
2016-10-04Update order of build transition callbacksGrzegorz Bizon
2016-10-04Extract updating pipeline status to async workerGrzegorz Bizon
2016-10-04Fix async pipeline and remove unrelated changesGrzegorz Bizon
2016-10-03Make pipeline processing asynchronousKamil Trzcinski
2016-09-07Optimized event pruning query to avoid two queries.Olaf Tomalka
2016-09-07Limited amount of pruned Event rows per runOlaf Tomalka
2016-09-07Added cron to prune events older than 12 months.Olaf Tomalka