summaryrefslogtreecommitdiff
path: root/spec/services/ci/create_pipeline_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Small code improvements and add migration specissue_27168_2Felipe Artur2017-05-051-8/+32
* Preloads head pipeline for each merge requestFelipe Artur2017-05-051-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