summaryrefslogtreecommitdiff
path: root/spec/services/create_deployment_service_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Expand with all the variables so that things likeLin Jen-Shin2017-06-211-1/+20
* Move expanded_environment_url to CreateDeploymentServiceLin Jen-Shin2017-06-211-0/+36
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-1/+3
* Only deploy if environment exists; Update tests accordingly25680-CI_ENVIRONMENT_URLLin Jen-Shin2017-06-031-108/+70
* Fix other use of CreateDeploymentService and makeLin Jen-Shin2017-06-021-1/+0
* Simplify CreateDeploymentService so that it usesLin Jen-Shin2017-06-011-52/+33
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* Futher rename the CI variableszj-rename-ci-varsZ.J. van de Weg2017-03-161-4/+4
* Enable Style/MultilineHashBraceLayoutDouwe Maan2017-02-231-4/+7
* Prefer using `project.add_developer` in specsGrzegorz Bizon2017-02-151-1/+1
* Fix envs and deploys specs related to build retryGrzegorz Bizon2017-02-131-1/+5
* Merge remote-tracking branch 'origin/master' into 22191-delete-dynamic-envs-mr22191-delete-dynamic-envs-mrKamil Trzcinski2016-10-181-3/+3
|\
| * Add a be_like_time matcher and use it in specsNick Thomas2016-10-171-3/+3
* | Fix environments specsKamil Trzcinski2016-10-171-3/+5
* | Work on specsKamil Trzcinski2016-10-171-1/+60
|/
* Check if project exists before creating deploymentGrzegorz Bizon2016-10-141-3/+14
* Fix `CreateDeploymentService` spec.Timothy Andrew2016-09-211-1/+4
* Fix build.Timothy Andrew2016-09-211-3/+3
* Fix spec failures.Timothy Andrew2016-09-201-3/+3
* Merge remote-tracking branch 'origin/master' into 21170-cycle-analyticsTimothy Andrew2016-09-201-3/+40
|\
| * Fix specs failuresreview-appsKamil Trzcinski2016-09-191-1/+1
| * Update support for dynamic environmentsKamil Trzcinski2016-09-191-7/+14
| * Verify expandability of variables defined as part of environmentKamil Trzcinski2016-09-191-1/+31
* | Test all cycle analytics pre-calculation code.Timothy Andrew2016-09-191-0/+76
|/
* Fix creation of deployment on build that is retried, redeployed or rollbackfix-deployment-creation-on-build-retryKamil Trzcinski2016-07-161-0/+16
* Make `project_id` and `environment_id` nullableenvironments-and-deploymentsKamil Trzcinski2016-06-151-0/+2
* Properly create a new deployment after build successKamil Trzcinski2016-06-141-4/+62
* Add specs for models and servicesKamil Trzcinski2016-06-141-0/+59