1fc32fa5cbAdd support for Route Table tagging
Tyler Sanders
2014-11-20 14:02:36 -0600
90771c1b1cMerge pull request #264 from tsanders/network_acl_tagging
Steve Pulec
2014-11-20 13:41:37 -0500
d511fd829bAdd support for Network ACL tagging
Tyler Sanders
2014-11-20 12:02:38 -0600
8d6868f9d3For S3 Key Head requests, just return the real body for now so that key length works. Closes#131.
Steve Pulec
2014-11-19 21:06:23 -0500
8954242086Better is_public support for AMIs including filtering. Closes#263.
Steve Pulec
2014-11-19 20:09:46 -0500
ecd20fee50Add @tsanders to authors.
Steve Pulec
2014-11-17 20:17:29 -0500
63ae707828Merge pull request #261 from tsanders/master
Steve Pulec
2014-11-17 20:15:50 -0500
2a6c4c89bfFix conflict with subnet/network ACL association during subnet creation.
Tyler Sanders
2014-11-17 09:37:38 -0600
d89dce2583Use items() instead of iteritems() for Python 3 compatibility
Tyler Sanders
2014-11-17 08:54:06 -0600
470e9d48e90.3.9
Steve Pulec
2014-11-16 19:25:57 -0500
828ed13bdeAllow for class-based decorator. Closes#157
Steve Pulec
2014-11-16 19:05:28 -0500
16660ab72bAllow message passing to SQS queues in different regions from SNS.
Steve Pulec
2014-11-16 18:42:53 -0500
53acdf6c76Make SNS multi-region.
Steve Pulec
2014-11-16 18:35:11 -0500
2b775aa075Add multi-region ELB test.
Steve Pulec
2014-11-16 18:00:04 -0500
aa7233a2dbFixes for multi-region SQS.
Steve Pulec
2014-11-16 17:57:46 -0500
1f8253a1a1Cleanup the default region backends.
Steve Pulec
2014-11-15 14:21:58 -0500
2a61ef6f91Cleanup some tests to work across regions. cc #232
Steve Pulec
2014-11-15 13:50:58 -0500
bd847bd941Cleanup multi-region support for ELB, SQS, Cloudformation, EC2, Autoscaling.
Steve Pulec
2014-11-15 13:34:52 -0500
b39861052bMake AMI test more explicit with region.
Steve Pulec
2014-11-15 10:06:14 -0500
c77207a8b8More flake8.
Steve Pulec
2014-11-15 09:53:45 -0500
8ba308bf07EC2 flake8 fixes.
Steve Pulec
2014-11-15 09:43:35 -0500
8bc8f09b47Some flake8 cleanup.
Steve Pulec
2014-11-15 09:35:52 -0500
fd26441e44Add @pvbouwel to authors.
Steve Pulec
2014-11-15 09:18:39 -0500
d734bca6a5Fix for Volumes and Snapshots to use correct region.
Steve Pulec
2014-11-15 09:17:35 -0500
30305d8986Merge pull request #258 from pvbouwel/master
Steve Pulec
2014-11-15 09:15:09 -0500
6f3506e810Stop testing old boto versions.
Steve Pulec
2014-11-15 08:46:02 -0500
6d2c9d9960Move call to associate default Network ACL with a new subnet.
Tyler Sanders
2014-11-14 17:31:08 -0600
400d12b175Add default Network ACL during VPC creation. Associate default Network ACL with a new subnet. Add support for associating a new Network ACL with a subnet.
Tyler Sanders
2014-11-14 17:23:56 -0600
63c7e224a2Always use ec2_backend to get the tag information in order to have a cleaner get_tags method.
Peter Van Bouwel
2014-11-11 19:41:16 +0100
4f0cbf9bc9Merge remote-tracking branch 'upstream/master'
Peter Van Bouwel
2014-11-11 10:29:35 +0100
f28ad8ee29Alter get_tags to use the backend associated with the taggable object. Also give volume and snapshot an additional backend attribute.
Peter Van Bouwel
2014-11-11 10:26:02 +0100
79cd93119dMerge pull request #257 from mrucci/autoscaling-fix-multi-region
Steve Pulec
2014-11-10 19:26:46 -0500
e05fc76e28Merge pull request #256 from mrucci/route53-response-insync
Steve Pulec
2014-11-10 19:25:41 -0500
d60bd29148Merge pull request #255 from mrucci/route53-missing-response-id
Steve Pulec
2014-11-10 19:25:16 -0500
2f1f993793Extend the DESCRIBE_SNAPSHOTS_RESPONSE to include the tagSet as documented by AWS. Also refactor the names of the tests I introduced in previous commits to be more descriptive. Finally some code cleanup, removing the get_tags method from classes and instead inherit from the TaggedEC2Resource class.
Peter Van Bouwel
2014-11-09 15:00:40 +0100
53fdf330eeTests are added that verify that when a tag is being set on an (EBS) volume or on an instance that upon retrieval from the resource, the tag are set on the instance. Important is that the tags are set using create_tags but that the presence is validated by getting the resource using either (get_all_volumes or get_all_instances).
Peter Van Bouwel
2014-11-08 12:12:20 +0100
53a11c18c1Fix bug with autoscaling in non-default region.
Marco Rucci
2014-11-07 22:13:00 +0100
0408511533Report route53 changes immediately as INSYNC.
Marco Rucci
2014-11-07 21:56:36 +0100
99afd892a9Add missing Id field in route 53 change response.
Marco Rucci
2014-11-07 21:40:00 +0100
d8dee720abMerge pull request #254 from spulec/internet-gateway-filters
Steve Pulec
2014-11-05 14:52:42 -0500
aa3cf9c806Move filter logic from responses.InstanceResponse to models.InstanceBackend
Hugo Lopes Tavares
2014-11-05 14:20:49 -0500
88684f10f2Move filter logic from responses.InternetGateways to models.InternetGatewayBackend
Hugo Lopes Tavares
2014-11-05 14:02:45 -0500
32af875386Implement InternetGateway filters support
Hugo Lopes Tavares
2014-11-05 12:11:56 -0500
e92c2ae610Merge pull request #253 from spulec/instance-filtering-by-vpc-id
Steve Pulec
2014-11-05 11:24:40 -0500
faa55efe21Implement vpc-id Instance filter
Hugo Lopes Tavares
2014-11-05 11:06:14 -0500
41282c9e48Merge pull request #251 from joekiller/cfn_eni
Steve Pulec
2014-11-04 17:22:32 -0500
ff17d32122Merge pull request #252 from spulec/source-dest-check-instance-filter
Steve Pulec
2014-11-04 17:22:00 -0500
8a0a10b0d1Add support to filtering instances by source-dest-check
Hugo Lopes Tavares
2014-11-04 16:56:56 -0500
4a3c2359a0Update supported services in README.
Steve Pulec
2014-11-03 19:28:34 -0500
8299b5c312enable cloudformation of NetworkInterface
Joseph Lawson
2014-11-03 14:24:22 -0500
ca44d4680aPy26 cloudwatch fixes.
Steve Pulec
2014-10-31 07:44:11 -0400
93f56322d8Fix merge conflicts for cloudwatch.
Steve Pulec
2014-10-30 23:51:09 -0400
2d65b0a020Some EC2 fixes for alternative regions.
Steve Pulec
2014-10-30 22:46:24 -0400
0cae959f050.3.8
Steve Pulec
2014-10-29 20:26:05 -0400
d84ccc0160Add @ttacon to authors.
Steve Pulec
2014-10-29 20:25:43 -0400
5c9fec17b5Merge pull request #248 from ttacon/master
Steve Pulec
2014-10-29 20:07:33 -0400
646bafcbf0Merge pull request #247 from joekiller/cfn_notification_arn
Steve Pulec
2014-10-29 20:06:57 -0400
5aec4d9de5Add create_login_profile for iam service
ttacon
2014-10-29 15:31:49 -0400
1152939ecdadd notification arns to cloudformation
Joseph Lawson
2014-10-29 11:59:41 -0400
2881c9b20cMerge pull request #244 from DataDog/master
Steve Pulec
2014-10-27 11:21:00 -0400
3bafebee04Limit test for describe instance status filter by boto version
Arthur Wang
2014-10-27 14:48:17 +0000
6805863998Merge pull request #246 from spulec/dynamodb-py3
Steve Pulec
2014-10-26 21:20:31 -0400
4bfbf3bbf3Python3 fixes for dynamodb2.
Steve Pulec
2014-10-26 21:11:03 -0400
56ee4fa555Fix boto version.
Steve Pulec
2014-10-26 20:59:11 -0400
31b01d27cfSome fixes for dynamodb and python 3.
Steve Pulec
2014-10-26 20:55:11 -0400
83481b589bMerge pull request #241 from DreadPirateShawn/RouteVPCPeeringConnection
Steve Pulec
2014-10-26 20:02:51 -0400
d67c5b80a3Add describe instance status test for new option
Arthur Wang
2014-10-24 16:18:52 -0400
31b55977c9EC2: Add support for the IncludeAllInstances option in DescribeInstanceStatus
Arthur Wang
2014-10-24 19:44:29 +0000
203ce6b185Merge pull request #240 from joekiller/fix/describe_stacks_add_validation_error
Steve Pulec
2014-10-23 23:03:18 -0400
d77bc3ed39Merge pull request #243 from djmitche/regionalize_instances
Steve Pulec
2014-10-23 23:02:15 -0400
24f6034f25Merge pull request #242 from djmitche/regionalize_vpcs
Steve Pulec
2014-10-23 23:00:43 -0400
66c8fb2b52Pass ec2_backend to Instance constructor
Dustin J. Mitchell
2014-10-23 22:44:42 -0400
465629902cuse the current ec2 backend, not the default, for subnets
Dustin J. Mitchell
2014-10-23 22:36:05 -0400
04d22082c4remove some test details for 2.6
Joseph Lawson
2014-10-23 22:32:20 -0400
ad200286a5use the current ec2 backend, not necessarily us-east-1, for vpc operations
Dustin J. Mitchell
2014-10-23 22:26:52 -0400
3015fd0216python 2.6 assert_raises
Joseph Lawson
2014-10-23 22:21:00 -0400
0e6130916fRoutes: Fixed vpc_peering_connection_id in describe route tables. (Travis: Revert Python 3 tests to use Boto 2.32.1)
dreadpirateshawn
2014-10-23 14:01:12 -0700
08b1c3bc0ctest delete stack
Joseph Lawson
2014-10-23 14:57:46 -0400
0aec1d0f92create_stack returns stack_id
Joseph Lawson
2014-10-23 14:55:40 -0400
b10d16e583Routes: Fixed vpc_peering_connection_id in describe route tables. (Upgrade: Boto 2.32.1 ~> 2.34.0)
dreadpirateshawn
2014-10-23 11:54:20 -0700
04b5389e31Add test for bad describe stack request
Joseph Lawson
2014-10-23 14:46:54 -0400
90191675a2Deleted Stack Fix and ValidationError for DescribeStacks.
Joseph Lawson
2014-10-23 14:39:15 -0400
e67ef8f038Merge pull request #239 from joekiller/enhance/describe_stacks_delete_stacks_stack_status
Steve Pulec
2014-10-23 07:51:02 -0400
94e969fed5Enhance DescribeStacks. Keep track of deleted stacks. Stack status.
Joseph Lawson
2014-10-22 23:58:42 -0400
ef3fcecc87Merge pull request #238 from DreadPirateShawn/ModifyInstanceAttributeSourceDestCheck
Steve Pulec
2014-10-22 20:25:09 -0400
73d0deb47bMerge pull request #236 from joekiller/fix/sqs_xml_special_characters_in_body
Steve Pulec
2014-10-22 20:24:00 -0400
4f847cfb4bModifyInstanceAttribute: Added support for 'SourceDestCheck.Value'.
dreadpirateshawn
2014-10-22 15:11:37 -0700
ff27ef9e91XML escape body of sqs message body prior to encoding to XML
Joseph Lawson
2014-10-22 16:05:26 -0400
832e903f26test sqs with xml characters
Joseph Lawson
2014-10-22 16:03:42 -0400
c02ed667d5Merge pull request #235 from joekiller/enhance/cloudformation_getatt_tags_and_resource_naming
Steve Pulec
2014-10-21 22:37:01 -0400
bcef13700dMerge pull request #234 from DataDog/add_instance_reason
Steve Pulec
2014-10-21 22:11:23 -0400
8aabda0786add test for Fn::Join
Joseph Lawson
2014-10-21 22:05:27 -0400
184d5be54aremove debug exception catch
Joseph Lawson
2014-10-21 21:58:39 -0400
835259607atest eip allocation via CloudFormation for VPC and EC2 classic
Joseph Lawson
2014-10-21 21:55:08 -0400
9559c6f746Merge pull request #230 from joekiller/fix_unsupported_metadata
Steve Pulec
2014-10-21 19:02:41 -0400
c6f464a154Merge pull request #229 from DreadPirateShawn/RouteTablesAssociateDisassociate
Steve Pulec
2014-10-21 18:59:21 -0400
d4cbc71b0afix eip physical_resource_id not returning an public_ip if it is in EC2 classic.
Joseph Lawson
2014-10-21 16:37:54 -0400