summaryrefslogtreecommitdiff
path: root/spec/services/ci
Commit message (Expand)AuthorAgeFilesLines
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-2/+6
* Add test for prom metric gatheringzj-prom-pipeline-countZ.J. van de Weg2017-06-081-0/+8
* Fix retry build service specs related to the stagefeature/gb/persist-pipeline-stagesGrzegorz Bizon2017-06-071-3/+15
* Clone stage_id when retrying a CI/CD jobGrzegorz Bizon2017-06-061-2/+1
* Merge branch 'master' into feature/gb/persist-pipeline-stagesGrzegorz Bizon2017-06-055-13/+56
|\
| * 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
| |/
| * Merge branch 'master' into 'trigger-source'Grzegorz Bizon2017-05-313-9/+22
| |\
| | * Fix pipeline retry specs related to protected actionsGrzegorz Bizon2017-05-311-2/+5
| | * Fix job play service specs related to protected actionsGrzegorz Bizon2017-05-311-4/+13
| | * Fix pipeline processing specs related to protected actionsGrzegorz Bizon2017-05-311-3/+4
| * | Introduce source to pipeline entitytrigger-sourceKamil Trzcinski2017-05-312-2/+5
| |/
| * 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
* | 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
* | Merge branch 'feature/gb/migrate-pipeline-stages' into feature/gb/persist-pip...Grzegorz Bizon2017-06-011-1/+2
|\ \
| * | Use stage_id column in code that needs to know about itGrzegorz Bizon2017-06-011-1/+2
| |/
* | Implement CI/CD config attributes for persisted stagesGrzegorz Bizon2017-05-301-1/+1
|/
* [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