summaryrefslogtreecommitdiff
path: root/spec/services/ci/create_pipeline_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove `a pending pipeline` shared exampleRydkin Maxim2017-04-041-7/+3
* fix rubocopRydkin Maxim2017-04-041-5/+5
* rename `auto_canceled_by` and add foreign keyRydkin Maxim2017-04-041-5/+5
* more brief way of get parent commitRydkin Maxim2017-04-041-1/+1
* fix typoRydkin Maxim2017-04-041-1/+1
* add `does not cancel HEAD pipeline` specRydkin Maxim2017-04-041-1/+7
* add auto-cancel for pending pipelines on branch, if they are not HEADRydkin Maxim2017-04-041-98/+116
* Use `:empty_project` where possible in service specsRobert Speicher2017-03-271-1/+1
* Futher rename the CI variableszj-rename-ci-varsZ.J. van de Weg2017-03-161-1/+1
* updated ci skip regex to accept underscores and hyphensupdate-ci-skip-regex-to-accept-underscores-and-hyphensLuke "Jared" Bennett2017-02-221-42/+29
* Create environments when the build referencing them is createdNick Thomas2016-12-151-0/+17
* Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-111-0/+214