summaryrefslogtreecommitdiff
path: root/spec/services/ci
Commit message (Expand)AuthorAgeFilesLines
* Bring back the initial commitShinya Maeda2018-02-241-12/+0
* Fixed static analysysShinya Maeda2018-02-241-5/+5
* Check if the latest permanent file exists before remove file. Add tests.Shinya Maeda2018-02-231-2/+18
* Copy original file to temp file always to prevent data lossShinya Maeda2018-02-231-13/+29
* Merge commit '4457cf9d178dc9912fd9c16427ad81b389179d00' into fix/gb/fix-redun...fix/gb/fix-redundant-pipeline-stagesGrzegorz Bizon2018-02-072-2/+46
|\
| * Fix tests for Drop filename enforcementShinya Maeda2018-02-061-1/+1
| * Fix retry_build_service_spec.rb with trace_artifact traitShinya Maeda2018-02-061-1/+1
| * Add essential testsShinya Maeda2018-02-061-0/+43
| * Fix inital test failuresShinya Maeda2018-02-061-1/+2
* | Make exception in ensure stage service more descriptiveGrzegorz Bizon2018-02-061-1/+1
* | Fix indentation offenses in ensure stage serviceGrzegorz Bizon2018-02-061-12/+12
* | Fix transactions-related race condition in stages codeGrzegorz Bizon2018-02-051-0/+51
* | Revert create job service because of load balancingGrzegorz Bizon2018-02-051-26/+0
* | Fix specs for retry build after making stages uniqueGrzegorz Bizon2018-01-251-16/+20
* | Do not raise an error when trying to persist a jobGrzegorz Bizon2018-01-241-0/+6
* | Add a new service for creating detached CI/CD jobsGrzegorz Bizon2018-01-241-0/+20
|/
* 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