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-08-01Add support for DAGKamil Trzciński
2019-01-04Add config_options|variables to BuildMetadataKamil Trzciński
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-07-16Enable frozen string in apps/services/**/*.rbgfyoung
2018-01-25Fix specs for retry build after making stages uniqueGrzegorz Bizon
2017-10-16Don't create build failed todo when build is retriedSean McGivern
2017-09-03Add validation for protected attributesShinya Maeda
2017-08-14Whitelist or fix additional `Gitlab/PublicSend` cop violationsRobert Speicher
2017-06-06Clone stage_id when retrying a CI/CD jobGrzegorz Bizon
2017-05-09Make retried to be nullableKamil Trzcinski
2017-05-07Store retried in database for CI buildsKamil Trzcinski
2017-03-03Fix Rubocop offense in build retry serviceGrzegorz Bizon
2017-03-02Move unused consts from retry build service to specsGrzegorz Bizon
2017-03-01Fix runner tags assignment when retrying a jobGrzegorz Bizon
2017-02-21We actually want to clone project and remove gl_project_idLin Jen-Shin
2017-02-21Fix build attributes test, see:Lin Jen-Shin
2017-02-16Make build clone/retry implementation more robustGrzegorz Bizon
2017-02-15When retrying a build copy a coverage regex settingGrzegorz Bizon
2017-02-15Close all pipeline todos at once when retrying itGrzegorz Bizon
2017-02-14Avoid race condition in build retry serviceGrzegorz Bizon
2017-02-14Simplify implementation of build retry serviceGrzegorz Bizon
2017-02-14Use new pipeline retry service with optimistic lockingGrzegorz Bizon
2017-02-14Preserve base service abstraction for retry servicesGrzegorz Bizon
2017-02-13Implement new pipeline retry serviceGrzegorz Bizon
2017-02-13Add specs for build retry serviceGrzegorz Bizon
2017-02-13Extract CI/CD build retry code to separate serviceGrzegorz Bizon