summaryrefslogtreecommitdiff
path: root/spec/factories/ci/builds.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-141-1/+1
* Fix specs failures, and use factory with `:ci_job_artifact, :archive`Kamil Trzcinski2017-12-031-2/+2
* Rename artifacts_* to legacy_artifacts_*Kamil Trzcinski2017-12-031-0/+11
* Fix most test failuresZeger-Jan van de Weg2017-12-031-0/+1
* Fix creation of job_artifact_uploaderKamil Trzcinski2017-12-031-2/+4
* Rename Artifact to JobArtifact, split metadata outZeger-Jan van de Weg2017-12-031-5/+3
* Create Ci::ArtifactsZeger-Jan van de Weg2017-12-031-23/+4
* Ci::Build tag is a trait instead of an own factoryZeger-Jan van de Weg2017-10-301-1/+1
* Remove ci_trigger_request_with_variablesShinya Maeda2017-09-041-1/+1
* Fix specShinya Maeda2017-09-041-1/+1
* Revert autheticate! in Trigger APIShinya Maeda2017-09-041-1/+1
* Fix specShinya Maeda2017-09-031-4/+0
* Add validation for protected attributesShinya Maeda2017-09-031-2/+3
* Add the rest of specsShinya Maeda2017-09-031-0/+8
* Wrong data type when testing webhooksAlexander Randa2017-07-201-1/+1
* Make it possible to count a number of job retriesGrzegorz Bizon2017-07-171-0/+4
* Introduce cache policies for CI jobsNick Thomas2017-07-051-1/+2
* Send new configuration options with job's payloadTomasz Maczukin2017-06-121-2/+2
* Just use the url from options, not saving it as a columnLin Jen-Shin2017-06-011-1/+0
* Fix tests for adding environment_urlLin Jen-Shin2017-05-251-1/+3
* Add feature test with unicode traceadd-unicode-trace-feature-testShinya Maeda2017-05-231-0/+10
* 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