summaryrefslogtreecommitdiff
path: root/app/services/create_deployment_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Memorize the value in methods rather than local34008-fix-CI_ENVIRONMENT_URL-2Lin Jen-Shin2017-06-211-6/+10
* Expand with all the variables so that things likeLin Jen-Shin2017-06-211-11/+7
* Move expanded_environment_url to CreateDeploymentServiceLin Jen-Shin2017-06-211-1/+12
* Don't expand CI_ENVIRONMENT_URL so runner would doLin Jen-Shin2017-06-211-2/+3
* Only deploy if environment exists; Update tests accordingly25680-CI_ENVIRONMENT_URLLin Jen-Shin2017-06-031-1/+1
* CreatePipelineBuildsService would have created envLin Jen-Shin2017-06-021-1/+1
* Fix other use of CreateDeploymentService and makeLin Jen-Shin2017-06-021-1/+1
* Merge all environment url methods, introduce ensure_persisted_environmentLin Jen-Shin2017-06-011-5/+3
* Simplify CreateDeploymentService so that it usesLin Jen-Shin2017-06-011-44/+34
* Remove unnecessary require_relative calls from service classesSemyon Pupkov2016-11-221-2/+0
* Fix environments specsKamil Trzcinski2016-10-171-1/+1
* Work on specsKamil Trzcinski2016-10-171-2/+2
* Improve after code reviewKamil Trzcinski2016-10-171-2/+3
* Save `on_stop` in deploymentKamil Trzcinski2016-10-171-1/+2
* Add `action` and `on_stop` to `environment` in .gitlab-ci.ymlKamil Trzcinski2016-10-171-13/+9
* Refactor code to use available and stopped statuses and refactor views to use...Kamil Trzcinski2016-10-171-7/+7
* Merge remote-tracking branch 'origin/master' into 22191-delete-dynamic-envs-mrKamil Trzcinski2016-10-171-15/+26
|\
| * Check if project exists before creating deploymentGrzegorz Bizon2016-10-141-0/+6
| * Use trasaction to process build deploymentGrzegorz Bizon2016-10-131-12/+16
* | Initial support for closing environmentsKamil Trzcinski2016-10-061-1/+11
|/
* Implement a second round of review comments from @DouweM.Timothy Andrew2016-09-211-1/+1
* Implement review comments from @yorickpeterseTimothy Andrew2016-09-201-27/+1
* Merge remote-tracking branch 'origin/master' into 21170-cycle-analyticsTimothy Andrew2016-09-201-3/+35
|\
| * Update support for dynamic environmentsKamil Trzcinski2016-09-191-8/+8
| * Verify expandability of variables defined as part of environmentKamil Trzcinski2016-09-191-2/+2
| * Add support for dynamic environmentsKamil Trzcinski2016-09-191-1/+33
* | Test all cycle analytics pre-calculation code.Timothy Andrew2016-09-191-8/+17
* | Improve performance of the cycle analytics page.Timothy Andrew2016-09-151-1/+22
|/
* Improve design after reviewKamil Trzcinski2016-06-141-16/+4
* Add specs for models and servicesKamil Trzcinski2016-06-141-24/+16
* Add deployment viewsKamil Trzcinski2016-06-111-9/+2
* Added initial version of deploymentsKamil Trzcinski2016-06-101-0/+45