summaryrefslogtreecommitdiff
path: root/spec/services/ci
Commit message (Expand)AuthorAgeFilesLines
* Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-221-3/+3
* Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-142-11/+11
* Dependencies Validator fails when depended job is `manual`41110-dependencies-validator-fails-when-depended-job-is-manualShinya Maeda2017-12-141-5/+4
* Merge branch 'issue_41021' into 'master'Sean McGivern2017-12-131-2/+14
|\
| * Prevent worker that updates merge requests head pipeline from failing jobsFelipe Artur2017-12-131-2/+14
* | ActiveRecord::StaleObjectError: Attempted to update a stale object: Ci::Build41023-activerecord-staleobjecterror--attempted-to-update-a-stale-object--ci-buildShinya Maeda2017-12-121-0/+13
|/
* Merge branch 'fix/gb/fix-pipeline-build-chain-tag-evaluation' into 'master'Douwe Maan2017-12-081-0/+15
|\
| * 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
* | Merge branch 'feature/sm/34834-missing-dependency-should-fail-job-2' into 'ma...Kamil Trzciński2017-12-071-0/+83
|\ \ | |/ |/|
| * Test for both ci_disable_validates_dependencies true/falseShinya Maeda2017-12-081-34/+65
| * Change feature flag to ci_disable_validates_dependencies to enable it as defaultShinya Maeda2017-12-071-1/+1
| * Fix testsShinya Maeda2017-12-061-11/+5
| * Fix lintShinya Maeda2017-12-061-2/+7
| * Add case when artifacts have not existed on dependenciesShinya Maeda2017-12-061-0/+25
| * Fail jobs if its dependency is missingShinya Maeda2017-12-061-0/+28
* | Merge branch '37354-pipelines-update' into 'master'Kamil Trzciński2017-12-061-12/+31
|\ \ | |/ |/|
| * Ensure pippeline corresponds with the sha of an MRJarka Kadlecova2017-12-051-12/+31
* | Perform SQL matching of Build&Runner tags to greatly speed-up job pickingKamil Trzcinski2017-12-051-13/+10
|/
* Use `job_artifacts_archive|metadata`Kamil Trzcinski2017-12-031-1/+1
* Revert "Rename `job_archive|metadata` to `artifacts_archive|metadata`"Kamil Trzcinski2017-12-031-1/+1
* Rename `job_archive|metadata` to `artifacts_archive|metadata`Kamil Trzcinski2017-12-031-1/+1
* Fix most test failuresZeger-Jan van de Weg2017-12-031-2/+2
* Merge branch 'master' into backstage/gb/build-pipeline-in-a-separate-classGrzegorz Bizon2017-11-308-309/+26
|\
| * Make sure all pipelines would go to pending once39884-fix-pipeline-transition-with-single-manual-actionLin Jen-Shin2017-11-091-0/+24
| * Revert back FetchKubernetesTokenServiceKamil Trzcinski2017-11-011-0/+64
| * specs for services. Improved details.Shinya Maeda2017-10-307-372/+0
| * Don't create build failed todo when build is retried38236-remove-build-failed-todo-if-it-has-been-auto-retriedSean McGivern2017-10-161-1/+2
* | 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
* Merge branch 'master' into '37970-ci-sections-tracking'Kamil Trzciński2017-10-077-0/+372
|\
| * fetch_kubernetes_token_service_spec. Fix static analysys.Shinya Maeda2017-10-051-6/+53
| * integrate_cluster_service_spec. provision_cluster_service_spec. update_cluste...Shinya Maeda2017-10-053-12/+125
| * Fix Rubocop failuresKamil Trzcinski2017-10-041-2/+2
| * fetch_gcp_operation_service_spec. finalize_cluster_creation_service_spec. wai...Shinya Maeda2017-10-052-9/+72
| * create_cluster_service_spec. cluster_provision_worker_spec. cluster_queue_spec.Shinya Maeda2017-10-041-2/+30
| * Add spec/models/gcp/cluster_spec.rbShinya Maeda2017-10-047-0/+121
* | Extract `Ci::Build#parse_trace_sections!` into a service37970-ci-sections-trackingAlessio Caiazza2017-10-061-0/+55
* | Add CI build trace sections extractorAlessio Caiazza2017-10-051-1/+1
|/
* 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 'backstage/gb/optimize-some-specs-with-rspec-set' into 'master'Rémy Coutable2017-09-131-4/+5
|\
| * Optimize CI/CD build retry service specsGrzegorz Bizon2017-09-131-4/+5
* | Add change log. Fix spec.fix/sm/37559-pipeline-triggered-through-api-not-showing-trigger-variablesShinya Maeda2017-09-131-1/+1
* | Fix PipelineTriggerService to associate trigger_request with buildsShinya Maeda2017-09-131-0/+2
|/
* Merge branch 'zj-auto-devops-table' into 'master'Kamil Trzciński2017-09-071-1/+1
|\
| * Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into zj/gitlab-ce-zj...Kamil Trzcinski2017-09-061-0/+11
| |\
| * \ Merge branch 'master' into zj-auto-devops-tableZeger-Jan van de Weg2017-09-064-73/+89
| |\ \
| * | | Use hook for setting Pipeline config_sourceZeger-Jan van de Weg2017-09-061-1/+1