1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/lib/fog
Pan Thomakos f739865bb5 Fixed Fog::AWS::SimpleDB#delete_attributes.
Deleting attributes was not working in mock mode. There were two
bugs in this function.The first was that attributes were being
deleted from the domain as opposed to the item. The second was
that when no attributes were passed, which should delete all
attributes, no attributes were actually being deleted. I've written
tests that recreate these bugs and I have included a fix as well.
2011-05-28 10:20:10 -07:00
..
aws Fixed Fog::AWS::SimpleDB#delete_attributes. 2011-05-28 10:20:10 -07:00
bin [stormondemand] Adjustments per pull request276, modified tests 2011-04-30 15:29:05 -04:00
cdn [mock] cleanup and reset related fixes 2011-05-19 15:35:33 -07:00
compute [aws|compute] mock: make address detach others before associating 2011-05-27 12:22:31 -07:00
core [core] making collection.new error more idiomatic 2011-05-27 11:17:32 -07:00
dns [dns] rename ip to value for record 2011-05-27 10:30:34 -07:00
providers added images models 2011-05-24 18:05:30 -04:00
storage [aws|storage] fix error type for non-directories in files.get 2011-05-27 13:31:11 -07:00
terremark [mock] cleanup and reset related fixes 2011-05-19 15:35:33 -07:00
bin.rb [core] create Fog.available_providers for bin rather than overriding Fog.providers 2011-05-24 17:31:05 -07:00
cdn.rb [cdn+dns argumenterror incorrect provider reference 2011-01-28 02:18:02 +08:00
compute.rb [stormondemand|compute] cleanup 2011-05-10 13:58:22 -07:00
core.rb Use URI.escape instead of CGI.escape to properly encode containers and objects. 2011-03-23 20:54:37 -04:00
dns.rb [virtualbox|compute] rough initial implementation 2011-03-09 17:03:15 -08:00
providers.rb [stormondemand|compute] cleanup 2011-05-10 13:58:22 -07:00
storage.rb [storage] fix/consolidate content-length for utf8 2011-05-25 14:39:00 -07:00
terremark.rb defer requiring nokogiri 2011-02-16 17:25:50 -08:00