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
2018-07-06Merge branch 'build-chunks-on-object-storage' into 'master'Grzegorz Bizon
2018-07-06Use AlreadyArchivedError if it's the caseShinya Maeda
2018-07-05Fix specShinya Maeda
2018-07-05Check if trace exists before process `archive!` methodShinya Maeda
2018-07-05Catch ArchiveError and ignore errors if it's already archivedShinya Maeda
2018-07-03Merge branch 'master' into build-chunks-on-object-storageShinya Maeda
2018-06-27Enable frozen string for app/workers/**/*.rbgfyoung
2018-06-18Rename persisted? to data_persisted?Shinya Maeda
2018-06-07Allow to store BuildTraceChunks on Object StorageKamil TrzciƄski
2018-06-06Rename worker to ArchiveTracesCronWorkerShinya Maeda
2018-06-06Create a method for failed_archive_counterShinya Maeda
2018-06-06Add metric for failed archiving with stale live traceShinya Maeda
2018-06-06Fix the query to select stale live tracesShinya Maeda
2018-06-06Move find_builds_from_stale_live_traces method to Ci::BuildShinya Maeda
2018-06-06Rename find_stale_in_batches to find_builds_from_stale_live_trace. Fix commentsShinya Maeda
2018-06-06Rename find_stale. Fix worker name in declaration.Shinya Maeda
2018-06-06Fix spec fiel locationShinya Maeda
2018-06-06Clean up workerShinya Maeda
2018-05-04Change BuildTraceChunkFlushWorker's queue from pipeline_processing to pipelin...Shinya Maeda
2018-05-04Introduce Redis helpers. Rename BuildTraceChunkFlushToDbWorker to Ci::BuildTr...Shinya Maeda
2015-12-10Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski
2015-08-26Groundwork for merging CI into CEDouwe Maan