1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
fog--fog/tests/rackspace
Marshall Yount 242389721c support rackspace storage delete_at and delete_after headers
Rackspace Cloud Files allows the caller to set a time in the future
after which the uploaded asset will be automatically deleted.

http://docs.rackspace.com/files/api/v1/cf-devguide/content/Storage_Object_Services-d1e4300.html

This commit adds `deleted_at` and `deleted_after` attributes to the
`rackspace/models/storage/file.rb`. They are then added to the HTTP
headers when requested.

fix typo

add marshall yount to the contributors file
2014-02-06 14:23:19 -06:00
..
models support rackspace storage delete_at and delete_after headers 2014-02-06 14:23:19 -06:00
requests Enable claim_tests in mocking mode. 2014-01-21 09:19:17 -05:00
auto_scale_tests.rb [rackspace|autoscale] starting on rackspace auto scale implementation 2013-08-06 16:32:04 -05:00
block_storage_tests.rb [rackspace] setting rackspace_region to nil in default tests to override any settings loaded via Fog.credentials 2013-10-16 10:24:06 -05:00
cdn_tests.rb merge 2013-10-30 19:02:37 -04:00
compute_tests.rb [rackspace|identity] updated service catalog to return global endpoint if specified region endpoint does not exist 2013-10-28 14:04:34 -05:00
compute_v2_tests.rb [rackspace] setting rackspace_region to nil in default tests to override any settings loaded via Fog.credentials 2013-10-16 10:24:06 -05:00
databases_tests.rb [rackspace] setting rackspace_region to nil in default tests to override any settings loaded via Fog.credentials 2013-10-16 10:24:06 -05:00
dns_tests.rb [rackspace] setting rackspace_region to nil in default tests to override any settings loaded via Fog.credentials 2013-10-16 10:24:06 -05:00
helper.rb [rackspace] fixing broken tests caused by bad helper 2013-11-14 09:05:18 -06:00
identity_tests.rb Rackspace identity_tests now pass in mocking mode. 2013-12-20 12:18:34 -05:00
load_balancer_tests.rb [rackspace] setting rackspace_region to nil in default tests to override any settings loaded via Fog.credentials 2013-10-16 10:24:06 -05:00
monitoring_tests.rb [rackspace] fixes issue #2080 - Recursive loop in rackspace compute authentication 2013-08-20 10:46:22 -05:00
queues_tests.rb Enable Queues service tests for mocking. 2014-01-21 09:19:15 -05:00
rackspace_tests.rb [rackspace] updated services to re-authenticate when authentication token expires. 2013-06-21 15:11:17 -05:00
service_tests.rb [rackspace] removing :host from list of request parameters. See PR #2223 for details. 2013-10-09 08:28:35 -05:00
storage_tests.rb storage_tests now all pass under mocking, too. 2013-12-20 12:18:36 -05:00
url_encoding_tests.rb [rackspace] fix excluding extra characters in Rackspace.escape 2013-08-19 16:31:22 -07:00