summaryrefslogtreecommitdiff
path: root/spec/services/ci/create_pipeline_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Prevent worker that updates merge requests head pipeline from failing jobsissue_41021Felipe Artur2017-12-131-2/+14
* Add Chain::Command specsfix/gb/fix-pipeline-build-chain-tag-evaluationKamil Trzcinski2017-12-081-8/+3
* Fix invalid pipeline build chain tag evaluationGrzegorz Bizon2017-12-081-0/+20
* Ensure pippeline corresponds with the sha of an MRJarka Kadlecova2017-12-051-12/+31
* Set pipeline config source attribute in a build stepGrzegorz Bizon2017-10-111-1/+2
* Add a project forks spec helperBob Van Landuyt2017-10-071-5/+3
* Add test for head pipeline assignment when skippedGrzegorz Bizon2017-09-261-0/+20
* Fix code style offenses in pipeline create servicesGrzegorz Bizon2017-09-261-1/+0
* Extract pipeline chain builder classes from serviceGrzegorz Bizon2017-09-251-99/+0
* Merge branch 'zj-auto-devops-table' into 'master'Kamil Trzciński2017-09-071-1/+1
|\
| * Merge branch 'master' into zj-auto-devops-tableZeger-Jan van de Weg2017-09-061-5/+9
| |\
| * | Use hook for setting Pipeline config_sourceZeger-Jan van de Weg2017-09-061-1/+1
* | | fix CIMaxim Rydkin2017-09-071-1/+1
| |/ |/|
* | Fix specShinya Maeda2017-09-031-7/+9
* | Remove access_level index from runner. Add protected on ci_pipelines. Add pro...Shinya Maeda2017-09-031-0/+2
|/
* Fix specfix/sm/37040-regression-pipeline-trigger-via-api-fails-with-500-internal-server-error-in-9-5-1Shinya Maeda2017-08-291-14/+10
* Fix specShinya Maeda2017-08-291-3/+3
* Make default trigger factory generate an ownerLin Jen-Shin2017-08-251-1/+2
* Update merge request pipeline even if if has errorsGrzegorz Bizon2017-08-181-1/+19
* Make create pipeline service specs more readableGrzegorz Bizon2017-08-181-11/+27
* Fix some tests and report the error messageLin Jen-Shin2017-08-091-1/+1
* Ensure all project factories use `:repository` trait or `:empty_project`rs-empty_project-cleanupRobert Speicher2017-08-011-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-1/+15
|\
| * Merge branch 'feature/gb/auto-retry-failed-ci-job' into 'master'Kamil Trzciński2017-07-201-0/+14
| |\
| | * Fix CI/CD job auto-retry specsfeature/gb/auto-retry-failed-ci-jobGrzegorz Bizon2017-07-201-2/+2
| | * Add specs seeding jobs with auto-retries configuredGrzegorz Bizon2017-07-171-0/+14
| * | Update piplines created metric namebjk/pipelines_created_totalBen Kochie2017-07-191-1/+1
| |/
* | Merge allowed_to_create? into CreatePipelineServiceLin Jen-Shin2017-07-051-0/+100
* | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-06-291-1/+10
|\ \ | |/
| * Add test for prom metric gatheringzj-prom-pipeline-countZ.J. van de Weg2017-06-081-0/+8
| * Merge branch 'master' into feature/gb/persist-pipeline-stagesGrzegorz Bizon2017-06-051-4/+32
| |\
| * | Revert invalid changes in new pipeline service specsGrzegorz Bizon2017-06-051-2/+2
| * | Fix invalid conditional in pipeline create serviceGrzegorz Bizon2017-06-021-2/+3
| * | Implement CI/CD config attributes for persisted stagesGrzegorz Bizon2017-05-301-1/+1
* | | Still allow legacy triggers, feedback:Lin Jen-Shin2017-06-061-3/+3
* | | Disallow legacy trigger without a ownerLin Jen-Shin2017-06-061-0/+13
* | | Don't check permission, only protected ref if no userLin Jen-Shin2017-06-061-2/+55
* | | Forbid creating pipeline if it's protected andLin Jen-Shin2017-06-051-1/+46
| |/ |/|
* | Merge branch '25680-CI_ENVIRONMENT_URL' into 'master'Kamil Trzciński2017-06-051-0/+15
|\ \
| * | Only deploy if environment exists; Update tests accordingly25680-CI_ENVIRONMENT_URLLin Jen-Shin2017-06-031-0/+15
* | | Fix race condition between pipeline creation and MR diff_head_sha updateDouwe Maan2017-06-011-2/+3
|/ /
* | Introduce source to pipeline entitytrigger-sourceKamil Trzcinski2017-05-311-2/+3
* | Set head pipeline when creating merge requestsissue_32225_2Felipe Artur2017-05-291-1/+1
* | Sanity check pipeline sha before saving merge request head pipelineFelipe Artur2017-05-231-1/+12
|/
* [Spec optimization] Joining one-line 'it' blocksspec-joining-itValery Sizov2017-05-151-6/+8
* Small code improvements and add migration specFelipe Artur2017-05-081-8/+32
* Preloads head pipeline for each merge requestFelipe Artur2017-05-081-0/+12
* Add a test to make sure it's not auto-cancelingLin Jen-Shin2017-04-061-10/+24
* refactor specRydkin Maxim2017-04-041-10/+7