summaryrefslogtreecommitdiff
path: root/spec/services/ci/process_pipeline_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-191-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-231-11/+11
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-271-0/+16
* Properly process `needs:` with `when:`properly-process-all-needsKamil Trzciński2019-08-021-0/+44
* Add support for DAGKamil Trzciński2019-08-011-0/+92
* Add frozen_string_literal to spec/servicesfrozen_string_literal_spec_servicesThong Kuah2019-04-121-0/+2
* Fix deprecation: Passing an argument to force an association to reload is now...Jasper Maes2019-01-111-1/+1
* Add config_options|variables to BuildMetadatakamil-refactor-ci-builds-v5Kamil Trzciński2019-01-041-3/+3
* fix failing specs due to latest changesMarkus Doits2018-11-071-2/+2
* Fix specShinya Maeda2018-10-021-1/+1
* Fix spec failureShinya Maeda2018-10-021-4/+1
* Fix coding style offenceShinya Maeda2018-10-021-9/+12
* Add Spec for ProcessPipelineServiceShinya Maeda2018-10-021-1/+202
* Add inverse_of: :pipeline for pipeline.builds (#37987)37987-speed-up-pipeline-creationDylan Griffith2018-03-211-0/+2
* Make sure all pipelines would go to pending once39884-fix-pipeline-transition-with-single-manual-actionLin Jen-Shin2017-11-091-0/+24
* 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, servi...Rémy Coutable2017-07-271-1/+1
* Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-201-0/+29
|\
| * Add specs for pipeline process with auto-retriesGrzegorz Bizon2017-07-171-0/+29
* | Instead of adding master, stub_not_protect_default_branchLin Jen-Shin2017-07-181-1/+3
* | Update tests due to permission changesLin Jen-Shin2017-07-041-1/+1
|/
* Fix pipeline status when allowed to fail jobs presentGrzegorz Bizon2017-06-201-0/+4
* Fix pipeline processing specs related to protected actionsGrzegorz Bizon2017-05-311-3/+4
* Merge branch 'retried-in-database-mysql' into 'master' Regis Boudinot2017-05-101-0/+15
|\
| * Store retried in database for CI buildsretried-in-database-mysqlKamil Trzcinski2017-05-071-0/+15
* | Fix skipped manual actions issue in pipeline processingfix/gb/fix-skipped-manual-actionsGrzegorz Bizon2017-05-081-0/+22
|/
* Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-04-131-1/+3
|\
| * Fix tests and reviewKamil Trzcinski2017-04-061-2/+1
| * Reload pipeline to make sure it's updatedLin Jen-Shin2017-04-071-1/+4
* | Fix specs related to new manual actions permissionsGrzegorz Bizon2017-04-061-0/+7
|/
* Remove code deprecated in pipeline process serviceGrzegorz Bizon2017-04-021-59/+0
* Add specs for new pipeline and build action eventsGrzegorz Bizon2017-03-061-1/+0
* Extend specs for pipelines with manual blocking actionsGrzegorz Bizon2017-03-061-0/+59
* Always actionize build when it is a manual actionGrzegorz Bizon2017-03-061-24/+48
* Fix Rubocop offenses in pipeline processing specsGrzegorz Bizon2017-03-061-32/+32
* Reinstitute a core `manual` status for manual actionsGrzegorz Bizon2017-03-061-2/+2
* Add support for blocking actions to CI/CD pipelineGrzegorz Bizon2017-03-061-23/+47
* Make pipeline processing specs more consistentGrzegorz Bizon2017-03-061-278/+316
* Fix specs for pipeline processing with manual actionsGrzegorz Bizon2017-03-061-6/+6
* Remove duplication in process pipeline service specsGrzegorz Bizon2017-03-061-38/+33
* Refactor code related to pipeline blocking actionsGrzegorz Bizon2017-03-061-2/+2
* Update occurrences of MWBS to MWPSfix/mwbs-to-mwpsJames Lopez2017-03-011-1/+1
* Revert "Enable Style/DotPosition"Douwe Maan2017-02-231-4/+4
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-4/+4
* Enable Rails/DelegateDouwe Maan2017-02-231-3/+1
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-4/+4
* Enable Style/DotPositionDouwe Maan2017-02-231-4/+4
* Prefer using `project.add_developer` in specsGrzegorz Bizon2017-02-151-1/+1
* Fix pipeline processing specs after adding ability checksGrzegorz Bizon2017-02-131-3/+11
* Extend pipelines factory with transient config attributefix/create-pipeline-with-builds-in-transactionGrzegorz Bizon2016-11-271-1/+1