summaryrefslogtreecommitdiff
path: root/spec/services/ci
Commit message (Expand)AuthorAgeFilesLines
* [Spec optimization] Joining one-line 'it' blocksspec-joining-itValery Sizov2017-05-151-6/+8
* Merge branch 'retried-in-database-mysql' into 'master' Regis Boudinot2017-05-103-4/+24
|\
| * Store retried in database for CI buildsretried-in-database-mysqlKamil Trzcinski2017-05-073-4/+24
* | Merge branch 'issue_27168_2' into 'master' Sean McGivern2017-05-091-0/+36
|\ \
| * | Small code improvements and add migration specFelipe Artur2017-05-081-8/+32
| * | Preloads head pipeline for each merge requestFelipe Artur2017-05-081-0/+12
| |/
* | Fix skipped manual actions issue in pipeline processingfix/gb/fix-skipped-manual-actionsGrzegorz Bizon2017-05-081-0/+22
|/
* Do not reprocess actions when user retries pipelinefeature/gb/manual-actions-protected-branches-permissionsGrzegorz Bizon2017-05-051-1/+43
* Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-05-021-27/+0
|\
| * Properly expire cache for **all** MRs of a pipelineToon Claes2017-04-241-27/+0
* | Merge branch 'master' into feature/gb/manual-actions-protected-branches-permi...Grzegorz Bizon2017-04-134-99/+160
|\ \ | |/
| * Use `Ci::ExpirePipelineCacheService` to set `ProjectPipelinestatus`bvl-fix-project-ci-status-cacheBob Van Landuyt2017-04-071-0/+7
| * Merge branch '8998_skip_pending_commits_if_not_head' into 'master' Kamil Trzciński2017-04-072-98/+130
| |\
| | * Merge remote-tracking branch 'upstream/master' into 8998_skip_pending_commits...Lin Jen-Shin2017-04-071-1/+3
| | |\
| | * | Fix test by ignoring auto_canceled_by for jobsLin Jen-Shin2017-04-071-3/+4
| | * | 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
| * | | Enable polling for pipelines table other pagesToon Claes2017-04-061-2/+4
| * | | Use Etag caching for pipelines jsonToon Claes2017-04-061-0/+18
| | |/ | |/|
| * | Fix tests and reviewKamil Trzcinski2017-04-061-2/+1
| * | Reload pipeline to make sure it's updatedLin Jen-Shin2017-04-071-1/+4
| |/
* | Extract build play specs and extend test examplesGrzegorz Bizon2017-04-121-0/+105
* | Take branch access into account when stopping environmentGrzegorz Bizon2017-04-061-1/+15
* | 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
* Use `:empty_project` where possible in service specsRobert Speicher2017-03-274-4/+4
* Do not retry jobs multiple times when retrying a pipelineGrzegorz Bizon2017-03-271-0/+13
* All CI offline migrationsKamil Trzciński2017-03-171-1/+1
* Futher rename the CI variableszj-rename-ci-varsZ.J. van de Weg2017-03-161-1/+1
* Merge branch 'feature/runner-jobs-v4-api' into 'master' Kamil Trzciński2017-03-071-4/+4
|\
| * Fix spec for Ci::RegisterJobServiceTomasz Maczukin2017-03-061-3/+3
| * Refactor JobRequest response structureTomasz Maczukin2017-03-021-1/+1
* | Merge branch 'master' into pipeline-blocking-actionspipeline-blocking-actionsGrzegorz Bizon2017-03-061-2/+16
|\ \
| * | Make triggers to be user awareKamil Trzcinski2017-03-051-2/+16
* | | Extend pipeline retry specs with blocking actionsGrzegorz Bizon2017-03-061-11/+50
* | | 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
* | | Adjust pipeline retry specs to use manual statusesGrzegorz Bizon2017-03-061-4/+4
* | | 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