summaryrefslogtreecommitdiff
path: root/app/models/deployment.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix stoppable?Kamil Trzcinski2017-02-071-1/+1
* Only create refs for new deploymentszj-use-iid-deployment-refsZ.J. van de Weg2016-10-201-1/+1
* Use deployment IID when saving refsZ.J. van de Weg2016-10-201-1/+1
* Improve after code reviewKamil Trzcinski2016-10-171-1/+2
* Add on_stop column [ci skip]Kamil Trzcinski2016-10-171-2/+0
* Refactor code to use available and stopped statuses and refactor views to use...Kamil Trzcinski2016-10-171-8/+7
* Merge remote-tracking branch 'origin/master' into 22191-delete-dynamic-envs-mrKamil Trzcinski2016-10-171-1/+12
|\
| * Minor style improvementZ.J. van de Weg2016-10-141-0/+4
| * Handle case where deployment ref no longer exists22655-deployments-don-t-always-have-keep-around-refsSean McGivern2016-10-131-1/+8
* | Initial support for closing environmentsKamil Trzcinski2016-10-061-0/+13
|/
* deployment refs in own folder, new method for creating refszj-save-environment-deployment-refsZ.J. van de Weg2016-10-041-2/+2
* Update method nameZeger-Jan van de Weg2016-10-041-1/+1
* Save a fetchable ref per deployementZ.J. van de Weg2016-10-041-2/+8
* Implement a second round of review comments from @DouweM.Timothy Andrew2016-09-211-15/+22
* Fix rubocop spec.Timothy Andrew2016-09-201-1/+0
* Implement (some) comments from @DouweM's review.Timothy Andrew2016-09-201-13/+10
* Implement review comments from @yorickpeterseTimothy Andrew2016-09-201-0/+31
* Method names changed to #includes_commit?zj-deployment-status-on-mrZ.J. van de Weg2016-08-121-2/+1
* Incorporate feedbackZ.J. van de Weg2016-08-111-2/+2
* Show deployment status on a MR viewZ.J. van de Weg2016-08-111-0/+7
* Improve manual actions code and add model, service and feature testsKamil Trzcinski2016-07-181-1/+1
* Rename playable_actions to manual_actionsKamil Trzcinski2016-07-181-2/+2
* Add implementation of manual actionsKamil Trzcinski2016-07-181-0/+4
* Support new diff notes on MRs with diff_refsDouwe Maan2016-07-061-0/+6
* Use validate and required for environment and projectKamil Trzcinski2016-06-151-2/+2
* Validate project and environment instead of only requiringKamil Trzcinski2016-06-151-2/+2
* Improve validationsKamil Trzcinski2016-06-151-4/+2
* Improve design after reviewKamil Trzcinski2016-06-141-5/+5
* Test environment controller specsKamil Trzcinski2016-06-141-0/+4
* Add specs for models and servicesKamil Trzcinski2016-06-141-0/+2
* Added initial version of deploymentsKamil Trzcinski2016-06-101-0/+25