summaryrefslogtreecommitdiff
path: root/spec/services/ci/process_pipeline_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restore method that ensures builds being createdGrzegorz Bizon2016-11-251-21/+26
* Remove remaining calls to CI yaml in pipeline specsGrzegorz Bizon2016-11-251-5/+0
* Move helpers to the end of process pipeline specsGrzegorz Bizon2016-11-251-29/+29
* Update pipeline processing specs for creating buildsGrzegorz Bizon2016-11-251-35/+28
* Add a test for on_failure jobs in the middleLin Jen-Shin2016-10-011-1/+18
* Should use eq because we want ordersLin Jen-Shin2016-10-011-6/+3
* We consider skipped = success, fixes #22598Lin Jen-Shin2016-09-301-0/+49
* Less confusing nameLin Jen-Shin2016-09-301-19/+19
* Fix test for processing pipeline after retrying buildGrzegorz Bizon2016-08-191-1/+1
* Add test that shows problem with pipeline processingGrzegorz Bizon2016-08-191-3/+43
* Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-111-0/+288