Commit Graph

2180 Commits

Author SHA1 Message Date
Jack Danger
1d74182ab5 Merge pull request #986 from JackDanger/jack/describe_snapshots
Implementing RDS Snapshots
2017-07-04 13:45:03 -07:00
Jack Danger
5cbcc7bcf4 Merge pull request #997 from ferranscopely/sqs_timestamps_exponential_notation
Don't use exponential notation for SQS message timestamps
2017-07-04 13:44:42 -07:00
Ferran Puig
e4f42d5880 Don't use exponential notation for SQS message timestamps 2017-07-03 16:17:01 +02:00
Jack Danger
0e3c4908b0 Merge pull request #992 from ingluisjimenez/fix-sqs-message-attributes-md5
SQSResponse: include MD5OfMessageAttributes parameter only when there are message attributes
2017-06-29 12:28:21 -07:00
Luis Jimenez
898031b40c SQSResponse: include MD5OfMessageAttributes parameter only when there are message attributes 2017-06-29 09:27:31 -04:00
Jack Danger
1c4960f6e1 Merge pull request #990 from bobo333/recursive_emr_settings
Add support for recursive emr settings
2017-06-27 13:32:52 -07:00
Steven Cipriano
c4b9088bfc Add support for recursive emr settings
- Updates _RecursiveDictRef to not implement __getitem__, avoiding errors when using recursive settings for an emr job flow
2017-06-27 11:31:43 -07:00
Jack Danger
7afc101eec Merge pull request #989 from william-richard/asg-tags-propagate-at-launch
Boto3 has different keys for auto scaling tags - handle that gracefully
2017-06-21 14:22:12 -07:00
William Richard
c5ce2848be
Boto3 and cloudformation have different keys for auto scaling tags - handle that gracefully 2017-06-21 15:59:03 -04:00
Jack Danger
385df46a0b Merge pull request #987 from william-richard/ecr-describe-images-filter-with-image-id
Ecr describe images filter with image
2017-06-20 15:01:36 -07:00
Jack Danger Canty
e57798cb96 Implementing snapshots on rds instance deletion 2017-06-20 14:46:13 -07:00
Jack Danger Canty
8df7169915 Snapshots are optional 2017-06-20 14:01:30 -07:00
Jack Danger Canty
fb2efb1c6d Implementing snapshots on rds delete 2017-06-20 14:00:56 -07:00
Jack Danger Canty
ccb4ffde7c Supporting io1 type 2017-06-20 13:53:22 -07:00
Jack Danger Canty
63f01039c3 Implementing RDS Snapshots 2017-06-20 13:52:21 -07:00
William Richard
3f20ad2c13
Support filtering by image id or image tag when describing ecr images 2017-06-20 16:22:34 -04:00
William Richard
b67e10d5c9
Make sure the repository response_object is json serializable with images
If images had been pushed to a repository, they would be included in the
response object, and the json encoder could not serialize the Image class.

Since they are not included in the boto response, I just deleted the images
field from the response object for Repositories.

I also found a duplicate test in the ecr class, so I removed one of them.
2017-06-20 15:47:39 -04:00
Jack Danger
8956151e07 Merge pull request #984 from JackDanger/jack/re-enable-rds-tests-on-py3
Re-enabling tests on Python3
2017-06-20 12:25:26 -07:00
Jack Danger Canty
05ddcef2a0 Re-enabling tests on Python3 2017-06-20 11:58:18 -07:00
Steve Pulec
b0fe1d8eae Merge pull request #980 from JackDanger/jack/rds-has-db-name
Include db_name when describing RDS instances
2017-06-14 20:40:23 -04:00
Steve Pulec
3ce2e4777b Merge pull request #978 from JackDanger/loadbalancers-require-ports
create_load_balancer requires port definitions
2017-06-14 20:39:29 -04:00
Steve Pulec
6eeb5c62e0 Merge pull request #977 from gregsterin/support-expected-in-ddbv2-update-item
Support Expected in dynamoDB updateItem
2017-06-14 20:37:43 -04:00
Steve Pulec
09463ce31a Merge pull request #974 from itajaja/responses-pass-through
add pass_through option to responses
2017-06-14 20:36:44 -04:00
Jack Danger Canty
559a863d7f Include db_name when describing RDS instances 2017-06-13 17:09:09 -07:00
Jack Danger Canty
c8794e842d create_load_balancer requires port definitions
Throw the appropriate error when defining a loadbalancer with no ports
2017-06-12 16:42:43 -07:00
Greg Sterin
be07fbda52 Support Expected in dynamoDB updateItem 2017-06-09 17:34:29 -07:00
Jack Danger
e079fab9e3 Merge pull request #976 from carleton-stripe/asg-tags
Improve instance tag handling for ASGs
2017-06-09 15:29:11 -07:00
Paul Carleton
5429f3590e Fix linting problem 2017-06-09 15:22:39 -07:00
Paul Carleton
dc0edb9b8c Add test for asg tags 2017-06-09 13:10:00 -07:00
Paul Carleton
d94d7f6962 Add propagated tags and ASG name tag to asg instances 2017-06-09 12:27:49 -07:00
Steve Pulec
3fa009a630 Merge pull request #975 from nadlerjessie/add-cf-parsing
Add cf parsing
2017-06-09 09:20:25 -04:00
Jessie Nadler
f5106f2cc8 Add Fn::ImportValue support 2017-06-08 18:34:09 -04:00
Jessie Nadler
8e4c79625c Clean Export name and value before appending to exports 2017-06-08 18:34:09 -04:00
Jessie Nadler
d3faaad46b Add Fn::Sub support 2017-06-08 18:34:09 -04:00
Jessie Nadler
711dbaf4fd Simplify Fn::Join parsing 2017-06-08 15:22:16 -04:00
Jessie Nadler
a1549b04b4 Add Fn::Split and Fn::Select support 2017-06-08 15:22:05 -04:00
Giacomo Tagliabue
1abd880ab8 add pass_through option to responses 2017-06-06 22:26:18 -04:00
Steve Pulec
856de724d0 1.0.1 2017-06-03 20:13:03 -04:00
Steve Pulec
94ec799d8a Update changelog. 2017-06-03 20:12:47 -04:00
Steve Pulec
a956c3a85c Fix tests for py3. 2017-06-03 19:35:23 -04:00
Steve Pulec
113bfcb4ea Fix duplicate bucket creation with LocationConstraint. Closes #970. 2017-06-03 19:29:59 -04:00
Steve Pulec
49c947ece7 Stop autodecoding content so we can mimic requests. Closes #963. 2017-06-03 19:06:55 -04:00
Steve Pulec
3d886aeadc Merge pull request #972 from nadlerjessie/add-exports
Add exports
2017-06-03 16:34:49 -04:00
Jessie Nadler
9d37992c64 Make all_exports subscriptable 2017-06-02 17:17:22 -04:00
Jessie Nadler
c0afcfade5 Use .items() not .iteritems() 2017-06-02 17:03:16 -04:00
Jessie Nadler
87752457a3 Remove useless list comprehension 2017-06-02 16:57:16 -04:00
Jessie Nadler
c6603c6248 Validate export names are unique 2017-06-02 16:35:19 -04:00
Jessie Nadler
de9ea10eb1 Add list_exports to CloudFormationResponse 2017-06-02 16:31:46 -04:00
Jessie Nadler
a0651ccde5 Add exports to CloudFormationBackend 2017-06-02 16:18:52 -04:00
Jack Danger
5684aa5922 Merge pull request #964 from whummer/feat/cloudformation-models
Add extended CloudFormation models for Lambda and DynamoDB
2017-06-01 13:50:53 -07:00