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
2020-04-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-16Add latest changes from gitlab-org/gitlab@masterogolowinski-master-patch-80898GitLab Bot
2019-12-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-08-22Avoid conflicts between ArchiveTraceWorkersShinya Maeda
This commits avoiding conflicts between ArchiveTraceWorker and ArchiveTracesCronWorker by changing the target of the latter worker.
2019-07-23Validate the existence of archived traces before removing live traceShinya Maeda
Often live traces are removed even though the archived trace doesn't exist. This commit checkes the existence strictly.
2019-04-01Add frozen_string_literal to spec/workersThong Kuah
Adds `# frozen_string_literal: true` to spec/workers ruby files
2019-03-20Create framework for build prerequisitesTiger
Introduces the concept of Prerequisites for a CI build. If a build has unmet prerequisites it will go through the :preparing state before being made available to a runner. There are no actual prerequisites yet, so current behaviour is unchanged.
2018-11-29Improve commentsShinya Maeda
2018-11-29Improve specShinya Maeda
2018-11-29Squashed commit of the following:Shinya Maeda
commit 10456b1e9240886432f565dd17689080bbb133b9 Merge: 312c1a9bdf8 a5f4627857b Author: Shinya Maeda <shinya@gitlab.com> Date: Thu Nov 29 14:33:21 2018 +0900 Merge branch 'master-ce' into add-counter-for-trace-chunks commit 312c1a9bdf8efc45c3fed5ff50f05cc589bbb4ed Author: Shinya Maeda <shinya@gitlab.com> Date: Wed Nov 28 20:06:18 2018 +0900 Fix coding offence commit e397cc2ccc1b2cf7f8b3558b8fa81fe2aa0ab366 Author: Shinya Maeda <shinya@gitlab.com> Date: Wed Nov 28 14:40:24 2018 +0900 Fix tracking archive failure
2018-10-02Fix coding style offenceShinya Maeda
2018-10-02Add spec for BuildScheduleWorker and RunScheduledBuildServiceShinya Maeda
2018-07-05Prevent WRITE opetaions if it's already archivedShinya Maeda
2018-07-05Fix specShinya Maeda
2018-06-06Rename worker to ArchiveTracesCronWorkerShinya 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-06Fix ambiguous stuck ci job worker's spec. Rename lease key of archiveShinya Maeda
2018-06-06Add tests for each new codeShinya Maeda
2018-06-06Fix spec fiel locationShinya Maeda