summaryrefslogtreecommitdiff
path: root/spec/services/ci/retry_pipeline_service_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-0/+14
|
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
|
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+19
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-311-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-141-1/+16
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-171-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-061-0/+19
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-191-1/+1
|
* Add frozen_string_literal to spec/servicesfrozen_string_literal_spec_servicesThong Kuah2019-04-121-0/+2
| | | | Probably useful as we often move these files to "new" files.
* Consider all matching MRs to determine if user can pushDouwe Maan2019-01-021-1/+1
|
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-111-2/+2
|
* Rephrase "maintainer" to more precise "members who can merge to the target ↵42751-rename-mr-maintainer-pushMark Chao2018-06-011-2/+2
| | | | | | branch" "Maintainer" will be freed to be used for #42751
* Enable update_(build|pipeline) for maintainersJan Provaznik2018-05-151-0/+29
|
* Allow admins to push to empty reposBob Van Landuyt2018-04-241-0/+2
|
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
|
* Remove superfluous lib: true, type: redis, service: true, models: true, ↵Rémy Coutable2017-07-271-1/+1
| | | | | | services: true, no_db: true, api: true Signed-off-by: Rémy Coutable <remy@rymai.me>
* Update tests due to permission changesLin Jen-Shin2017-07-041-14/+6
|
* Fix pipeline retry specs related to protected actionsGrzegorz Bizon2017-05-311-2/+5
|
* Store retried in database for CI buildsretried-in-database-mysqlKamil Trzcinski2017-05-071-1/+1
|
* Do not reprocess actions when user retries pipelinefeature/gb/manual-actions-protected-branches-permissionsGrzegorz Bizon2017-05-051-1/+43
| | | | | User who is not allowed to trigger manual actions should not be allowed to reprocess / retrigger / retry these actions.
* Do not retry jobs multiple times when retrying a pipelineGrzegorz Bizon2017-03-271-0/+13
|
* Extend pipeline retry specs with blocking actionsGrzegorz Bizon2017-03-061-11/+50
|
* Adjust pipeline retry specs to use manual statusesGrzegorz Bizon2017-03-061-4/+4
|
* Fix pipeline retry specs for optional blocking actionsGrzegorz Bizon2017-03-061-8/+7
|
* Fix reprocessing skipped jobs when retrying pipelineGrzegorz Bizon2017-02-221-2/+23
|
* Close all pipeline todos at once when retrying itGrzegorz Bizon2017-02-151-0/+13
|
* Extend specs for build and pipeline retry servicesGrzegorz Bizon2017-02-141-16/+62
|
* Simplify implementation of pipeline retry serviceGrzegorz Bizon2017-02-141-12/+31
|
* Preserve base service abstraction for retry servicesGrzegorz Bizon2017-02-141-6/+6
|
* Implement new pipeline retry serviceGrzegorz Bizon2017-02-131-1/+50
| | | | The new service takes stages order into account.
* Add a separate CI/CD pipeline retry service classGrzegorz Bizon2017-02-131-0/+48