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/aws/requests/compute
Dan Peterson 99704bd415 [aws|compute] Update security group operations.
Changes and features include:

* Bulk operations support via indexed params
* Mocking updated for bulk operations
* Mocking updated to reflect more real behavior
* Many more tests
2011-10-28 13:49:55 -03:00
..
allocate_address.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
associate_address.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
attach_volume.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
authorize_security_group_ingress.rb [aws|compute] Update security group operations. 2011-10-28 13:49:55 -03:00
cancel_spot_instance_requests.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
create_image.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
create_key_pair.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
create_placement_group.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
create_security_group.rb [aws|compute] fix formatting for mock security groups 2011-09-23 17:03:27 -05:00
create_snapshot.rb [aws|compute] Allow mock tagging to work across accounts. 2011-10-07 14:39:13 -07:00
create_spot_datafeed_subscription.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
create_tags.rb [aws|compute] Allow mock tagging to work across accounts. 2011-10-07 14:39:13 -07:00
create_volume.rb [aws|compute] Allow mock tagging to work across accounts. 2011-10-07 14:39:13 -07:00
delete_key_pair.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
delete_placement_group.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
delete_security_group.rb [aws|compute] Update security group operations. 2011-10-28 13:49:55 -03:00
delete_snapshot.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
delete_spot_datafeed_subscription.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
delete_tags.rb [aws|compute] Fix a bug in delete_tags, but come up against a bug in AWS where tags aren't deleted if the resource still exists. 2011-10-07 18:35:53 -07:00
delete_volume.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
deregister_image.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
describe_addresses.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
describe_availability_zones.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
describe_images.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
describe_instances.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
describe_key_pairs.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
describe_placement_groups.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
describe_regions.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
describe_reserved_instances.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
describe_reserved_instances_offerings.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
describe_security_groups.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
describe_snapshots.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
describe_spot_datafeed_subscription.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
describe_spot_instance_requests.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
describe_spot_price_history.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
describe_tags.rb [compute|aws] Add mocking for describe_tags 2011-09-06 11:25:55 -04:00
describe_volumes.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
detach_volume.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
disassociate_address.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
get_console_output.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
get_password_data.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
import_key_pair.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
modify_image_attribute.rb [aws|compute] Mock modify_image_attribute add/remove users. 2011-10-06 12:08:34 -07:00
modify_instance_attribute.rb [core] separate loggers for deprecations/warnings 2011-10-19 14:49:34 -05:00
modify_snapshot_attribute.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
monitor_instances.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
purchase_reserved_instances_offering.rb [aws|mock] Dig into mock data instead of instantiating new service objects. 2011-10-05 15:52:09 -07:00
reboot_instances.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
register_image.rb [aws|compute] Allow mock tagging to work across accounts. 2011-10-07 14:39:13 -07:00
release_address.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
request_spot_instances.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
revoke_security_group_ingress.rb [aws|compute] Update security group operations. 2011-10-28 13:49:55 -03:00
run_instances.rb [aws|compute] Allow mock tagging to work across accounts. 2011-10-07 14:39:13 -07:00
start_instances.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
stop_instances.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
terminate_instances.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00
unmonitor_instances.rb [compute|aws] move aws compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:38:13 -05:00