summaryrefslogtreecommitdiff
path: root/app/models/deployment.rb
Commit message (Expand)AuthorAgeFilesLines
...
* 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