Tommy Bishop

Results 6 issues of Tommy Bishop

it currently will automatically destroy the existing one and upload a new one. i think by default it should not do this. only when a force argument is provided.

bug

I encountered an out of memory error trying to download a 1.8GB file using heirloom (on a m1.large). We should investigate ways to make this more efficient. ``` shell 2013-04-29...

enhancement

Here's what I found when trying to update (note: the response hash was me debugging it): ``` shell 2013-07-14 23:12:34 -0700 INFO : Updating Cloud Formation stack lc-pod-2-prod-1-elb-1. {"xmlns"=>"http://cloudformation.amazonaws.com/doc/2010-05-15/", "Error"=>[{"Type"=>["Receiver"],...

bug

``` shell # simple_deploy deploy -e preprod -n foo -a chef_repo=my_sha 2012-12-27 22:20:48 -0800 INFO : Read chef_repo=my_sha 2012-12-27 22:20:52 -0800 INFO : Updating foo. 2012-12-27 22:20:53 -0800 INFO :...

bug

This is known with ActiveSupport inflections. See https://rails.lighthouseapp.com/projects/8994/tickets/2399-incorrect-inflectors-for-business-or-ness Here's a quick and dirty patch that works with rails 2.3.2 apps. http://gist.github.com/251997