.. |
allocate_address.rb
|
[aws|compute] Address#destroy handles VPC addresses, improve address allocate/release mocking for VPC.
|
2012-07-18 12:33:13 -03:00 |
associate_address.rb
|
1620: Try to add some guards around possible nil objects based on associations in VPCs.
|
2013-03-09 14:33:19 -05:00 |
associate_dhcp_options.rb
|
this adds the dhcp_options object and associated operations
|
2012-06-04 16:03:34 -04:00 |
attach_internet_gateway.rb
|
VPC ELBs, Tests, and the introduction of the InternetGateway object
|
2012-05-22 15:15:06 -04:00 |
attach_network_interface.rb
|
https://github.com/fog/fog/issues/810 - Add ENI support by maf23
|
2012-04-01 22:22:38 -04: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
|
add authorize and revoke port range for security group
|
2012-06-15 21:56:02 -07: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 |
copy_snapshot.rb
|
[AWS] CopySnapshot. supports cross-region snapshot copying.
|
2012-12-18 16:01:37 -08:00 |
create_dhcp_options.rb
|
...and the same for dhcp_options
|
2012-07-02 14:38:08 +02:00 |
create_image.rb
|
[AWS::Mock|create_image] automatic registration of ebs image upon image_create
|
2012-10-25 17:04:30 -04:00 |
create_internet_gateway.rb
|
And the same for internet gateways
|
2012-07-02 14:43:21 +02: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_network_interface.rb
|
https://github.com/fog/fog/issues/810 - Add ENI support by maf23
|
2012-04-01 22:22:38 -04: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
|
Changes to the security group handling:
|
2012-03-20 14:49:32 +01: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_subnet.rb
|
Beginning implementation of RDS subnet groups
|
2012-10-11 17:02:26 -04:00 |
create_tags.rb
|
Ran M-x align-regexp on the hashrockets
|
2012-02-05 18:50:04 -05:00 |
create_volume.rb
|
Bumped mocked maximum value for provisioned iops
|
2012-11-02 19:00:57 -06:00 |
create_vpc.rb
|
Do the same thing for vpcs as previously done for subnets
|
2012-07-02 14:30:31 +02:00 |
delete_dhcp_options.rb
|
...and the same for dhcp_options
|
2012-07-02 14:38:08 +02:00 |
delete_internet_gateway.rb
|
And the same for internet gateways
|
2012-07-02 14:43:21 +02: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_network_interface.rb
|
https://github.com/fog/fog/issues/810 - Add ENI support by maf23
|
2012-04-01 22:22:38 -04: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
|
Improved support for SecurityGroup IDs
|
2012-03-09 09:09:28 +01: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_subnet.rb
|
Correct solution for subnet failing tests - use a collection in self.data
|
2012-07-02 14:23:23 +02: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 |
delete_vpc.rb
|
Do the same thing for vpcs as previously done for subnets
|
2012-07-02 14:30:31 +02: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
|
Add support for AWS Australia (ap-southeast-2).
|
2012-11-13 18:32:07 -08:00 |
describe_dhcp_options.rb
|
...and the same for dhcp_options
|
2012-07-02 14:38:08 +02:00 |
describe_images.rb
|
[core] separate loggers for deprecations/warnings
|
2011-10-19 14:49:34 -05:00 |
describe_instance_status.rb
|
Update lib/fog/aws/requests/compute/describe_instance_status.rb
|
2012-08-21 22:27:56 +03:00 |
describe_instances.rb
|
[aws|compute] Pass empty groupIds when mocking.
|
2012-08-01 13:20:39 -03:00 |
describe_internet_gateways.rb
|
[aws|compute] fix mock filters for internet gateways/subnets/vpcs
|
2012-08-16 17:53:17 -05:00 |
describe_key_pairs.rb
|
[core] separate loggers for deprecations/warnings
|
2011-10-19 14:49:34 -05:00 |
describe_network_interface_attribute.rb
|
https://github.com/fog/fog/issues/810 - Add ENI support by maf23
|
2012-04-01 22:22:38 -04:00 |
describe_network_interfaces.rb
|
https://github.com/fog/fog/issues/810 - Add ENI support by maf23
|
2012-04-01 22:22:38 -04: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
|
Updated DescribeReservedInstancesOfferings to take in filters as request parameters
|
2013-03-27 14:27:23 -05:00 |
describe_security_groups.rb
|
fixed for 1.8
|
2013-04-03 14:38:54 -04: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
|
Enable AWS spot requests in a VPC by specifying subnet_id
|
2012-08-24 01:31:32 -06: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_subnets.rb
|
[aws|compute] fix mock filters for internet gateways/subnets/vpcs
|
2012-08-16 17:53:17 -05:00 |
describe_tags.rb
|
[compute|aws] Add mocking for describe_tags
|
2011-09-06 11:25:55 -04:00 |
describe_volume_status.rb
|
refactor to use Fog::AWS.indexed_request_param
|
2012-03-31 12:21:35 -07:00 |
describe_volumes.rb
|
[aws|compute] Support creating and describing volumes with provisioned IOPS.
|
2012-08-01 11:57:06 -03:00 |
describe_vpcs.rb
|
[aws|compute] fix mock filters for internet gateways/subnets/vpcs
|
2012-08-16 17:53:17 -05:00 |
detach_internet_gateway.rb
|
VPC ELBs, Tests, and the introduction of the InternetGateway object
|
2012-05-22 15:15:06 -04:00 |
detach_network_interface.rb
|
minor fix to ENI tests
|
2012-04-01 22:29:36 -04:00 |
detach_volume.rb
|
[aws|compute] Mock detach_volume should raise proper error if volume is not attached.
|
2012-03-15 14:22:21 -07:00 |
disassociate_address.rb
|
associate EIPs in a vpc
|
2012-02-21 09:12:56 -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_network_interface_attribute.rb
|
https://github.com/fog/fog/issues/810 - Add ENI support by maf23
|
2012-04-01 22:22:38 -04: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 |
modify_volume_attribute.rb
|
[AWS] Adds ModifyVolumeAttribute
|
2012-11-06 08:05:26 -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
|
Fix issue #1245 - mock register_image fails with block device mapping
|
2012-11-03 16:27:58 +01:00 |
release_address.rb
|
[aws|compute] Address#destroy handles VPC addresses, improve address allocate/release mocking for VPC.
|
2012-07-18 12:33:13 -03:00 |
request_spot_instances.rb
|
Enable ebs-optimized spot instance requests
|
2013-02-12 13:41:48 -08:00 |
reset_network_interface_attribute.rb
|
https://github.com/fog/fog/issues/810 - Add ENI support by maf23
|
2012-04-01 22:22:38 -04:00 |
revoke_security_group_ingress.rb
|
Changed verify_permission_options in mocked version of authorize_security_group_ingress
|
2012-03-15 14:30:40 +01:00 |
run_instances.rb
|
[aws|compute] Pass empty groupIds when mocking.
|
2012-08-01 13:20:39 -03:00 |
start_instances.rb
|
Fix for stopping all the servers instead of just specified servers
|
2012-07-13 11:33:23 -04:00 |
stop_instances.rb
|
Fix for stopping all the servers instead of just specified servers
|
2012-07-13 11:33:23 -04: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 |