summaryrefslogtreecommitdiff
path: root/spec/factories/ci/builds.rb
Commit message (Expand)AuthorAgeFilesLines
* Resolve "Add more tests for spec/controllers/projects/builds_controller_spec.rb"Dosuken shinya2017-04-281-0/+13
* Optimise trace handling code to use streaming instead of full readKamil Trzciński2017-04-061-1/+1
* Fix typoFilipa Lacerda2017-04-041-0/+5
* Fix after_script processing for Runners APIv4Tomasz Maczukin2017-03-231-1/+1
* Merge branch 'feature/runner-jobs-v4-api' into 'master' Kamil Trzciński2017-03-071-2/+28
|\
| * Add some fixes and refactoring after reviewTomasz Maczukin2017-03-021-0/+4
| * Refactor JobRequest response structureTomasz Maczukin2017-03-021-2/+24
* | Fix specs for detailed statuses for manual actionsGrzegorz Bizon2017-03-061-1/+0
* | Fix specs for environments with manual actionsGrzegorz Bizon2017-03-061-1/+1
* | Refactor code related to pipeline blocking actionsGrzegorz Bizon2017-03-061-0/+4
* | Improve build retry service tests for cloning dataGrzegorz Bizon2017-03-011-0/+8
* | Fix runner tags assignment when retrying a jobGrzegorz Bizon2017-03-011-0/+4
|/
* Merge branch 'master' into fix/gb/pipeline-retry-builds-startedGrzegorz Bizon2017-02-171-0/+12
|\
| * Adding links to user & build in Chat NotificationsPoornima M2017-01-251-0/+12
* | Make build clone/retry implementation more robustfix/gb/pipeline-retry-builds-startedGrzegorz Bizon2017-02-161-1/+12
|/
* Convert CI YAML variables keys into stringsLin Jen-Shin2016-12-151-1/+1
* Add tests for build play extended detailed statusGrzegorz Bizon2016-12-121-3/+10
* Merge remote-tracking branch 'upstream/master' into fix-cancelling-pipelinesLin Jen-Shin2016-11-221-0/+6
|\
| * Introduce deploy command that allows to start deployment from one environment...chatops-deploy-commandKamil Trzcinski2016-11-211-0/+6
* | Add a lot of tests for scopes, feedback:Lin Jen-Shin2016-11-191-0/+4
|/
* Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-111-0/+5
* Check for Ci::Build artifacts at database levelPaco Guzman2016-07-291-0/+16
* Use value of `yaml_variables` and `when` from config_processor if undefinedKamil Trzcinski2016-07-191-0/+2
* Improve manual actions code and add model, service and feature testsKamil Trzcinski2016-07-181-0/+5
* Store when and yaml variables in builds tableKamil Trzcinski2016-07-161-0/+5
* Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski2016-06-031-1/+1
* Try to use `pipeline` where applicableKamil Trzcinski2016-06-031-1/+1
* Rename Ci::Build commit to pipelineKamil Trzcinski2016-06-031-1/+1
* Move all factory definitions to their own fileRobert Speicher2016-03-041-0/+2
* Add a spec for coverage indicator in project's builds listBaertierchen/gitlab-ce-showTestCoverageRémy Coutable2016-02-221-1/+5
* Fix specsKamil Trzcinski2016-02-191-1/+1
* Fix build api specs after rebaseGrzegorz Bizon2016-02-191-1/+1
* Use DELETE verb for erasing a build contentGrzegorz Bizon2016-02-191-6/+5
* Add artifacts trait to build factory in specsGrzegorz Bizon2016-02-191-1/+1
* Fix builds scheduler when first build is allowed to failGrzegorz Bizon2016-02-181-0/+12
* Add specs for build status helper classGrzegorz Bizon2016-02-181-0/+8
* Remove unmaintainable db schema comment from build factoryGrzegorz Bizon2016-02-041-27/+0
* Improve CI API specs related to operations on buildGrzegorz Bizon2016-02-041-0/+15
* Remove hard-coded id from builds factoryTomasz Maczukin2016-01-141-2/+1
* Change :ci_build_canceled factory to :canceled traitTomasz Maczukin2016-01-131-4/+4
* Fix :ci_build_with_trace factoryTomasz Maczukin2016-01-111-1/+3
* Add cancel/retry features to builds APITomasz Maczukin2015-12-301-0/+4
* Add specs for build details/traces features in builds APITomasz Maczukin2015-12-301-0/+6
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-0/+4
* Implement Commit Status APIKamil Trzcinski2015-10-121-0/+1
* Fix rest of testsKamil Trzcinski2015-10-051-0/+1
* Add user to Ci::Build to have pusher email addressKamil Trzcinski2015-10-051-1/+6
* Fix: ci_*_build factory should be validKamil Trzcinski2015-09-151-0/+2
* Fix commit specsDmitriy Zaporozhets2015-09-101-1/+1
* Merge CI factories and CI spec/support with GitLabDmitriy Zaporozhets2015-09-091-0/+45