summaryrefslogtreecommitdiff
path: root/app/services/ci/retry_build_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc32GitLab Bot2020-10-051-1/+1
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-7/+18
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-5/+3
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-041-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-261-1/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-121-4/+5
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-171-5/+8
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-191-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-161-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-121-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-151-1/+10
* Add support for DAGKamil Trzciński2019-08-011-1/+1
* Add config_options|variables to BuildMetadatakamil-refactor-ci-builds-v5Kamil Trzciński2019-01-041-1/+1
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Enable frozen string in apps/services/**/*.rbrepo-forks/gitlab-ce-frozen-string-enable-apps-services-innergfyoung2018-07-161-0/+2
* Fix specs for retry build after making stages uniqueGrzegorz Bizon2018-01-251-1/+1
* Don't create build failed todo when build is retried38236-remove-build-failed-todo-if-it-has-been-auto-retriedSean McGivern2017-10-161-0/+2
* Add validation for protected attributesShinya Maeda2017-09-031-1/+1
* Whitelist or fix additional `Gitlab/PublicSend` cop violationsrs-more-public-send-whitelistsRobert Speicher2017-08-141-1/+1
* Clone stage_id when retrying a CI/CD jobGrzegorz Bizon2017-06-061-1/+1
* Make retried to be nullableKamil Trzcinski2017-05-091-2/+2
* Store retried in database for CI buildsretried-in-database-mysqlKamil Trzcinski2017-05-071-3/+10
* Fix Rubocop offense in build retry servicefix/gb/fix-build-retry-tags-assignmentGrzegorz Bizon2017-03-021-1/+1
* Move unused consts from retry build service to specsGrzegorz Bizon2017-03-021-13/+1
* Fix runner tags assignment when retrying a jobGrzegorz Bizon2017-03-011-14/+17
* We actually want to clone project and remove gl_project_idfix-test-for-build-attributesLin Jen-Shin2017-02-211-2/+2
* Fix build attributes test, see:Lin Jen-Shin2017-02-211-3/+4
* Make build clone/retry implementation more robustfix/gb/pipeline-retry-builds-startedGrzegorz Bizon2017-02-161-18/+20
* When retrying a build copy a coverage regex settingGrzegorz Bizon2017-02-151-0/+1
* Close all pipeline todos at once when retrying itGrzegorz Bizon2017-02-151-1/+1
* Avoid race condition in build retry serviceGrzegorz Bizon2017-02-141-3/+2
* Simplify implementation of build retry serviceGrzegorz Bizon2017-02-141-8/+2
* Use new pipeline retry service with optimistic lockingGrzegorz Bizon2017-02-141-0/+2
* Preserve base service abstraction for retry servicesGrzegorz Bizon2017-02-141-32/+29
* Implement new pipeline retry serviceGrzegorz Bizon2017-02-131-7/+5
* Add specs for build retry serviceGrzegorz Bizon2017-02-131-0/+6
* Extract CI/CD build retry code to separate serviceGrzegorz Bizon2017-02-131-0/+43