1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

12 commits

Author SHA1 Message Date
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
geemus
9ea5432fde [mock] cleanup and reset related fixes 2011-05-19 15:35:33 -07:00
geemus
9a52c94513 [aws|simpledb] fixes
more granular idempotency
convert specs to tests
2011-01-03 18:55:24 -08:00
geemus
fd755e042b clean up by changing service abstraction into a class 2010-09-03 15:04:54 -07:00
geemus (Wesley Beary)
3ffa8b153a [simpledb] simplify request method signature 2010-03-15 21:58:57 -07:00
geemus (Wesley Beary)
293811ad42 [simpledb] cleaner mocking/dependencies 2010-03-14 20:11:43 -07:00
Wesley Beary
e9251a9c06 fix mocks to use excon responses 2009-11-20 11:26:11 -08:00
Wesley Beary
fa1481e9f2 replace Fog::Errors with Excon::Errors, add 409 conflicts for non-built rackspace server delete 2009-11-08 12:16:52 -08:00
Wesley Beary
d6e857e52d fix docs to show that Excon::Response is returned 2009-11-02 18:48:49 -08:00
Wesley Beary
db54e424be fixing existing simpledb specs and adding all but select 2009-09-08 19:57:53 -07:00
Wesley Beary
a9991f62b3 AmazonCase simpledb stuff 2009-07-30 23:13:48 -07:00
Wesley Beary
dbc9ebfb04 split out requests into their own files 2009-07-13 19:14:59 -07:00