Commit Graph

  • 1fc32fa5cb Add support for Route Table tagging Tyler Sanders 2014-11-20 14:02:36 -0600
  • 90771c1b1c Merge pull request #264 from tsanders/network_acl_tagging Steve Pulec 2014-11-20 13:41:37 -0500
  • d511fd829b Add support for Network ACL tagging Tyler Sanders 2014-11-20 12:02:38 -0600
  • 8d6868f9d3 For 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
  • 8954242086 Better is_public support for AMIs including filtering. Closes #263. Steve Pulec 2014-11-19 20:09:46 -0500
  • ecd20fee50 Add @tsanders to authors. Steve Pulec 2014-11-17 20:17:29 -0500
  • 63ae707828 Merge pull request #261 from tsanders/master Steve Pulec 2014-11-17 20:15:50 -0500
  • 2a6c4c89bf Fix conflict with subnet/network ACL association during subnet creation. Tyler Sanders 2014-11-17 09:37:38 -0600
  • d89dce2583 Use items() instead of iteritems() for Python 3 compatibility Tyler Sanders 2014-11-17 08:54:06 -0600
  • 470e9d48e9 0.3.9 Steve Pulec 2014-11-16 19:25:57 -0500
  • 828ed13bde Allow for class-based decorator. Closes #157 Steve Pulec 2014-11-16 19:05:28 -0500
  • 16660ab72b Allow message passing to SQS queues in different regions from SNS. Steve Pulec 2014-11-16 18:42:53 -0500
  • 53acdf6c76 Make SNS multi-region. Steve Pulec 2014-11-16 18:35:11 -0500
  • 2b775aa075 Add multi-region ELB test. Steve Pulec 2014-11-16 18:00:04 -0500
  • aa7233a2db Fixes for multi-region SQS. Steve Pulec 2014-11-16 17:57:46 -0500
  • 1f8253a1a1 Cleanup the default region backends. Steve Pulec 2014-11-15 14:21:58 -0500
  • 2a61ef6f91 Cleanup some tests to work across regions. cc #232 Steve Pulec 2014-11-15 13:50:58 -0500
  • bd847bd941 Cleanup multi-region support for ELB, SQS, Cloudformation, EC2, Autoscaling. Steve Pulec 2014-11-15 13:34:52 -0500
  • b39861052b Make AMI test more explicit with region. Steve Pulec 2014-11-15 10:06:14 -0500
  • c77207a8b8 More flake8. Steve Pulec 2014-11-15 09:53:45 -0500
  • 8ba308bf07 EC2 flake8 fixes. Steve Pulec 2014-11-15 09:43:35 -0500
  • 8bc8f09b47 Some flake8 cleanup. Steve Pulec 2014-11-15 09:35:52 -0500
  • fd26441e44 Add @pvbouwel to authors. Steve Pulec 2014-11-15 09:18:39 -0500
  • d734bca6a5 Fix for Volumes and Snapshots to use correct region. Steve Pulec 2014-11-15 09:17:35 -0500
  • 30305d8986 Merge pull request #258 from pvbouwel/master Steve Pulec 2014-11-15 09:15:09 -0500
  • 6f3506e810 Stop testing old boto versions. Steve Pulec 2014-11-15 08:46:02 -0500
  • 6d2c9d9960 Move call to associate default Network ACL with a new subnet. Tyler Sanders 2014-11-14 17:31:08 -0600
  • 400d12b175 Add 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
  • efc8caaf48 Test Network ACL describe Tyler Sanders 2014-11-12 15:48:44 -0600
  • 0f18dd597c Add basic Network ACL create, describe support Tyler Sanders 2014-11-12 15:33:31 -0600
  • 63c7e224a2 Always 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
  • 4f0cbf9bc9 Merge remote-tracking branch 'upstream/master' Peter Van Bouwel 2014-11-11 10:29:35 +0100
  • f28ad8ee29 Alter 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
  • 79cd93119d Merge pull request #257 from mrucci/autoscaling-fix-multi-region Steve Pulec 2014-11-10 19:26:46 -0500
  • e05fc76e28 Merge pull request #256 from mrucci/route53-response-insync Steve Pulec 2014-11-10 19:25:41 -0500
  • d60bd29148 Merge pull request #255 from mrucci/route53-missing-response-id Steve Pulec 2014-11-10 19:25:16 -0500
  • 2f1f993793 Extend 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
  • 17356fe56c Extend the DESCRIBE_VOLUMES_RESPONSE to include the tagSet as documented by AWS on http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-ItemType-DescribeVolumesSetItemResponseType.html . This is needed to pass the test that was added in previous commit. Peter Van Bouwel 2014-11-09 12:21:19 +0100
  • 53fdf330ee Tests 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
  • 53a11c18c1 Fix bug with autoscaling in non-default region. Marco Rucci 2014-11-07 22:13:00 +0100
  • 0408511533 Report route53 changes immediately as INSYNC. Marco Rucci 2014-11-07 21:56:36 +0100
  • 99afd892a9 Add missing Id field in route 53 change response. Marco Rucci 2014-11-07 21:40:00 +0100
  • d8dee720ab Merge pull request #254 from spulec/internet-gateway-filters Steve Pulec 2014-11-05 14:52:42 -0500
  • aa3cf9c806 Move filter logic from responses.InstanceResponse to models.InstanceBackend Hugo Lopes Tavares 2014-11-05 14:20:49 -0500
  • 88684f10f2 Move filter logic from responses.InternetGateways to models.InternetGatewayBackend Hugo Lopes Tavares 2014-11-05 14:02:45 -0500
  • 32af875386 Implement InternetGateway filters support Hugo Lopes Tavares 2014-11-05 12:11:56 -0500
  • e92c2ae610 Merge pull request #253 from spulec/instance-filtering-by-vpc-id Steve Pulec 2014-11-05 11:24:40 -0500
  • faa55efe21 Implement vpc-id Instance filter Hugo Lopes Tavares 2014-11-05 11:06:14 -0500
  • 41282c9e48 Merge pull request #251 from joekiller/cfn_eni Steve Pulec 2014-11-04 17:22:32 -0500
  • ff17d32122 Merge pull request #252 from spulec/source-dest-check-instance-filter Steve Pulec 2014-11-04 17:22:00 -0500
  • 8a0a10b0d1 Add support to filtering instances by source-dest-check Hugo Lopes Tavares 2014-11-04 16:56:56 -0500
  • 4a3c2359a0 Update supported services in README. Steve Pulec 2014-11-03 19:28:34 -0500
  • 8299b5c312 enable cloudformation of NetworkInterface Joseph Lawson 2014-11-03 14:24:22 -0500
  • ca44d4680a Py26 cloudwatch fixes. Steve Pulec 2014-10-31 07:44:11 -0400
  • 93f56322d8 Fix merge conflicts for cloudwatch. Steve Pulec 2014-10-30 23:51:09 -0400
  • 2d65b0a020 Some EC2 fixes for alternative regions. Steve Pulec 2014-10-30 22:46:24 -0400
  • 0cae959f05 0.3.8 Steve Pulec 2014-10-29 20:26:05 -0400
  • d84ccc0160 Add @ttacon to authors. Steve Pulec 2014-10-29 20:25:43 -0400
  • 5c9fec17b5 Merge pull request #248 from ttacon/master Steve Pulec 2014-10-29 20:07:33 -0400
  • 646bafcbf0 Merge pull request #247 from joekiller/cfn_notification_arn Steve Pulec 2014-10-29 20:06:57 -0400
  • 5aec4d9de5 Add create_login_profile for iam service ttacon 2014-10-29 15:31:49 -0400
  • 1152939ecd add notification arns to cloudformation Joseph Lawson 2014-10-29 11:59:41 -0400
  • 2881c9b20c Merge pull request #244 from DataDog/master Steve Pulec 2014-10-27 11:21:00 -0400
  • 3bafebee04 Limit test for describe instance status filter by boto version Arthur Wang 2014-10-27 14:48:17 +0000
  • 6805863998 Merge pull request #246 from spulec/dynamodb-py3 Steve Pulec 2014-10-26 21:20:31 -0400
  • 4bfbf3bbf3 Python3 fixes for dynamodb2. Steve Pulec 2014-10-26 21:11:03 -0400
  • 56ee4fa555 Fix boto version. Steve Pulec 2014-10-26 20:59:11 -0400
  • 31b01d27cf Some fixes for dynamodb and python 3. Steve Pulec 2014-10-26 20:55:11 -0400
  • 83481b589b Merge pull request #241 from DreadPirateShawn/RouteVPCPeeringConnection Steve Pulec 2014-10-26 20:02:51 -0400
  • d67c5b80a3 Add describe instance status test for new option Arthur Wang 2014-10-24 16:18:52 -0400
  • 31b55977c9 EC2: Add support for the IncludeAllInstances option in DescribeInstanceStatus Arthur Wang 2014-10-24 19:44:29 +0000
  • 203ce6b185 Merge pull request #240 from joekiller/fix/describe_stacks_add_validation_error Steve Pulec 2014-10-23 23:03:18 -0400
  • d77bc3ed39 Merge pull request #243 from djmitche/regionalize_instances Steve Pulec 2014-10-23 23:02:15 -0400
  • 24f6034f25 Merge pull request #242 from djmitche/regionalize_vpcs Steve Pulec 2014-10-23 23:00:43 -0400
  • 66c8fb2b52 Pass ec2_backend to Instance constructor Dustin J. Mitchell 2014-10-23 22:44:42 -0400
  • 465629902c use the current ec2 backend, not the default, for subnets Dustin J. Mitchell 2014-10-23 22:36:05 -0400
  • 04d22082c4 remove some test details for 2.6 Joseph Lawson 2014-10-23 22:32:20 -0400
  • ad200286a5 use the current ec2 backend, not necessarily us-east-1, for vpc operations Dustin J. Mitchell 2014-10-23 22:26:52 -0400
  • 3015fd0216 python 2.6 assert_raises Joseph Lawson 2014-10-23 22:21:00 -0400
  • 0e6130916f Routes: 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
  • 08b1c3bc0c test delete stack Joseph Lawson 2014-10-23 14:57:46 -0400
  • 0aec1d0f92 create_stack returns stack_id Joseph Lawson 2014-10-23 14:55:40 -0400
  • b10d16e583 Routes: 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
  • 04b5389e31 Add test for bad describe stack request Joseph Lawson 2014-10-23 14:46:54 -0400
  • 90191675a2 Deleted Stack Fix and ValidationError for DescribeStacks. Joseph Lawson 2014-10-23 14:39:15 -0400
  • e67ef8f038 Merge pull request #239 from joekiller/enhance/describe_stacks_delete_stacks_stack_status Steve Pulec 2014-10-23 07:51:02 -0400
  • 94e969fed5 Enhance DescribeStacks. Keep track of deleted stacks. Stack status. Joseph Lawson 2014-10-22 23:58:42 -0400
  • ef3fcecc87 Merge pull request #238 from DreadPirateShawn/ModifyInstanceAttributeSourceDestCheck Steve Pulec 2014-10-22 20:25:09 -0400
  • 73d0deb47b Merge pull request #236 from joekiller/fix/sqs_xml_special_characters_in_body Steve Pulec 2014-10-22 20:24:00 -0400
  • 4f847cfb4b ModifyInstanceAttribute: Added support for 'SourceDestCheck.Value'. dreadpirateshawn 2014-10-22 15:11:37 -0700
  • ff27ef9e91 XML escape body of sqs message body prior to encoding to XML Joseph Lawson 2014-10-22 16:05:26 -0400
  • 832e903f26 test sqs with xml characters Joseph Lawson 2014-10-22 16:03:42 -0400
  • c02ed667d5 Merge pull request #235 from joekiller/enhance/cloudformation_getatt_tags_and_resource_naming Steve Pulec 2014-10-21 22:37:01 -0400
  • bcef13700d Merge pull request #234 from DataDog/add_instance_reason Steve Pulec 2014-10-21 22:11:23 -0400
  • 8aabda0786 add test for Fn::Join Joseph Lawson 2014-10-21 22:05:27 -0400
  • 184d5be54a remove debug exception catch Joseph Lawson 2014-10-21 21:58:39 -0400
  • 835259607a test eip allocation via CloudFormation for VPC and EC2 classic Joseph Lawson 2014-10-21 21:55:08 -0400
  • 9559c6f746 Merge pull request #230 from joekiller/fix_unsupported_metadata Steve Pulec 2014-10-21 19:02:41 -0400
  • c6f464a154 Merge pull request #229 from DreadPirateShawn/RouteTablesAssociateDisassociate Steve Pulec 2014-10-21 18:59:21 -0400
  • d4cbc71b0a fix eip physical_resource_id not returning an public_ip if it is in EC2 classic. Joseph Lawson 2014-10-21 16:37:54 -0400