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-02-27Fix misspellings in app/spec executable linesTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-12-04Fix coding offenceShinya Maeda
2018-12-03fix wordingShinya Maeda
2018-12-03Fix the coding styleShinya Maeda
2018-12-03Validate enum uniquenessShinya Maeda
2018-11-28Validate chunk size when persistShinya Maeda
2018-11-21Eliminate duplicated wordsTakuya Noguchi
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
2018-07-23Replace 'Sidekiq::Testing.inline!' with 'perform_enqueued_jobs'blackst0ne
`perform_enqueued_jobs` is a Sidekiq method. Using this method violates the Dependency inversion principle[0]. This commit replaces `perform_enqueued_jobs` with ActiveJob's abstract method `perform_enqueued_jobs` in specs. [0]: https://en.wikipedia.org/wiki/Dependency_inversion_principle
2018-07-06Add spec for the ordering of the data storesShinya Maeda
2018-07-04Fix specShinya Maeda
2018-07-03Merge branch 'master' into build-chunks-on-object-storageShinya Maeda
2018-06-29Add helper methods to stub Gitlab::ExclusiveLeaseDouglas Barbosa Alexandre
2018-06-25Support append/truncate for fog storeShinya Maeda
2018-06-25Enable specs for atomic operationsShinya Maeda
2018-06-25Added spec for build trace chunkShinya Maeda
2018-06-18Rename persisted? to data_persisted?Shinya Maeda
2018-06-18Merge branch 'master' into build-chunks-on-object-storageShinya Maeda
2018-06-16[Rails5] Fix "'-1' is not a valid data_store"blackst0ne
Part of https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/19882
2018-06-15Remove unexpected data store test suiteShinya Maeda
2018-06-15Fix "[Rails5] '-1' is not a valid data_store"Shinya Maeda
2018-06-07Allow to store BuildTraceChunks on Object StorageKamil Trzciński
2018-05-04Added shared exmaple for fast_destroy_all concernShinya Maeda
2018-05-04Add validation and skip logic at #truncateShinya Maeda
2018-05-04Introduce Redis helpers. Rename BuildTraceChunkFlushToDbWorker to ↵Shinya Maeda
Ci::BuildTraceChunkFlushWorker.
2018-05-02Fix Redis scan_each wildcard expression in specShinya Maeda
2018-05-02Fix BuildTraceChunkFlushToDbWorker nameShinya Maeda
2018-05-02Rename BuildTraceSwapChunkWorker to BuildTraceChunkFlushToDBWorkerShinya Maeda
2018-05-02Enable feature flag on build_trace_chunk_specShinya Maeda
2018-05-02Skip truncate when offset == size. Fix static analysys.Shinya Maeda
2018-04-30Fix spec when parent record is destroyedShinya Maeda
2018-04-30Fix spec. Revert #truncate in stream (But still prevent redandant calls)Shinya Maeda
2018-04-27Fix static analysys for build_trace_chunk_spec.rb:8Shinya Maeda
2018-04-26Refactoring ci_job_trace to ci_build_traceShinya Maeda