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
2019-03-28Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas
2019-02-27Fix misspellings in app/spec executable linesTakuya Noguchi
2019-02-26Merge branch 'fix-misspellings-app-comments' into 'master'Rémy Coutable
2019-02-25Revert "Merge branch 'fix-misspellings-app-comments' into 'master'"Michael Kozono
2019-02-25Fix misspellings in app/spec commentsTakuya Noguchi
2018-11-28Validate chunk size when persistShinya Maeda
2018-11-27Lock writes to trace streamKamil Trzciński
2018-08-03Enable frozen string for app/models/**/*.rbgfyoung
2018-07-04Rename retry_max left overs to retriesShinya Maeda
2018-07-03Add spec for ExclusiveLeaseHelpersShinya Maeda
2018-07-03Fix error messageShinya Maeda
2018-07-03Rename persistable_store instead of persist_storeShinya Maeda
2018-06-25Support append/truncate for fog storeShinya Maeda
2018-06-25Added spec for build trace chunkShinya Maeda
2018-06-18Rename persisted? to data_persisted?Shinya Maeda
2018-06-15Fix dead lock by in_lock conflicts. Shared out in_lock logic. Changed key_r...Shinya Maeda
2018-06-07Allow to store BuildTraceChunks on Object StorageKamil Trzciński
2018-05-07Merge branch 'live-trace-v2-efficient-destroy-all' into 'master'Grzegorz Bizon
2018-05-07Fix rubocopKamil Trzciński
2018-05-07Fix WRITE_LOCK_SLEEPKamil Trzciński
2018-05-07Optimise write lock parametersKamil Trzciński
2018-05-04Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda
2018-05-04Add validation and skip logic at #truncateShinya Maeda
2018-05-04Introduce Redis helpers. Rename BuildTraceChunkFlushToDbWorker to Ci::BuildTr...Shinya Maeda
2018-05-03Simplify FastDestroyAll moduleShinya Maeda
2018-05-03Clean up build_trace_chunkShinya Maeda
2018-05-02Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda
2018-05-02Fix BuildTraceChunkFlushToDbWorker nameShinya Maeda
2018-05-02Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda
2018-05-02Rename BuildTraceSwapChunkWorker to BuildTraceChunkFlushToDBWorkerShinya Maeda
2018-05-02Introduce `use_fast_destroy` helper for parent associations. Rename method n...Shinya Maeda
2018-05-01Introduces `FastDestroyAll` moduleShinya Maeda
2018-04-30Added spec for trace archiving.Shinya Maeda
2018-04-30Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda
2018-04-30Fix spec when parent record is destroyedShinya Maeda
2018-04-30Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda
2018-04-30Fix spec. Revert #truncate in stream (But still prevent redandant calls)Shinya Maeda
2018-04-26Fix specs. Align with the new table name ci_build_trace_chunkShinya Maeda
2018-04-26Merge branch 'live-trace-v2' into live-trace-v2-efficient-destroy-allShinya Maeda
2018-04-26Optimize Trace#write/append/raw by caching data and avoiding unnecesary truncateShinya Maeda
2018-04-26Rename ExclusiveLease for trace write lockingShinya Maeda
2018-04-26Refactoring ci_job_trace to ci_build_traceShinya Maeda