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 (Collapse)Author
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2018-06-21Bring changes from EELin Jen-Shin
2018-05-04Introduce Redis helpers. Rename BuildTraceChunkFlushToDbWorker to ↵Shinya Maeda
Ci::BuildTraceChunkFlushWorker.
2017-08-11Enable the RSpec/HookArgument cop and auto-correct offensesRobert Speicher
2017-07-11Make `Redis::Wrapper#_raw_config` and `#fetch_config` more resilientRobert Speicher
These two methods now handle two additional real-world possibilities: 1. `config/resque.yml` not being present 2. `config/resque.yml` being present but not containing YAML Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/34941
2017-07-11Support multiple Redis instances based on queue typePaul Charlton