Commit Graph

5138 Commits

Author SHA1 Message Date
Sanjeev Suresh
29da006f78 changed the getList default to an empty list instead of None, because otherwise an exception is raised when trying to iterate over an empty list 2018-06-21 15:26:27 -07:00
Stephan Huber
56ff66394d updated to make sure that tests still run correctly 2018-06-14 09:56:53 +02:00
Stephan Huber
ea3366be35 do not allow None as value of image_tags 2018-06-14 09:53:11 +02:00
Stephan Huber
6e269d1e31 fixes spulec/moto#1673 and updated IMPLEMENTATION_COVERAGE.md 2018-06-14 09:10:06 +02:00
Stephan Huber
cc799b55da fixed spulec/moto#1684 and fixed spulec/moto#1685 2018-06-14 09:07:09 +02:00
Stephan Huber
6d12c83b89 Merge remote-tracking branch 'upstream/master' 2018-06-14 08:45:23 +02:00
Stephan Huber
3a355f126c first steps undertaken to fix spulec/moto#1684 and spulec/moto#1685 2018-06-13 16:14:18 +02:00
Mike Liu
bbf70bf21c Fix using mutable default arguments.
According to
http://docs.python-guide.org/en/latest/writing/gotchas/#mutable-default-arguments
using mutable default arguments is not a good practice since it doesn't
perform intuitively. For example lists and dictionaries as default
arguments are initialized ONCE instead of on each invocation of the
function.
2018-06-11 12:28:11 -04:00
Steve Pulec
38a4558925
Merge pull request #1677 from sepulworld/adding_secretmanager_support
[WIP] Adding secretmanager support
2018-06-10 20:57:49 -04:00
zane
c6387504bc Update flake 2018-06-10 00:23:10 -07:00
zane
35366699a2 update makefile back" 2018-06-09 23:45:55 -07:00
zane
b1a8ae8299 Updating tests 2018-06-09 23:42:33 -07:00
zane
8ee7a9495d UPdate 2018-06-09 22:08:10 -07:00
Steve Pulec
0dfe55fde9
Merge pull request #1675 from william-richard/dynamodb-index-query-bug-fix
Make dynamodb table indexes a list
2018-06-08 18:46:41 -04:00
Steve Pulec
15bc8f5f95
Merge pull request #1563 from william-richard/target-group-cloudformation-name
Correctly generate resource name for target groups when using cloudformation
2018-06-08 18:29:20 -04:00
Steve Pulec
9fd933cc4c
Merge pull request #1671 from sthuber90/master
Fixes #1670
2018-06-08 18:10:36 -04:00
Steve Pulec
85be08de79
Merge pull request #1669 from fferrara/NEW-ecs-service-load-balancer
Extend support for ECS
2018-06-08 18:08:13 -04:00
Steve Pulec
db4c84c680
Merge pull request #1667 from iainb/enforce-message-size
SNS - Enforce 'Message too long' exception when publishing messages
2018-06-08 17:59:10 -04:00
Steve Pulec
b26d233820
Merge pull request #1565 from spulec/fix-1522
Fix security group rules for single rule case. Closes #1522.
2018-06-08 17:58:30 -04:00
zane
c4abd98ed3 Adding server test for get_secret_value 2018-06-07 22:53:34 -07:00
zane
6e893ff055 Adding response, urls and test 2018-06-07 22:31:44 -07:00
zane
99bbe6b86a Adding models with get_secret_vaule function 2018-06-07 22:07:20 -07:00
Alec Rajeev
6c10dc0403 Fix Storage Class error handling (#1653)
Added check for valid storage classes in set_key and copy_key
added unit test for standard storage and infrequent access
2018-06-07 08:09:36 +01:00
William Richard
8b7875ec02
Ensure that table.global_indexes and table.indexes are lists 2018-06-06 12:56:19 -04:00
William Richard
014fbbb8cb
Added a test that queries an index when created via the table resource update
When you create an index via the table resource update, in python 3.6, it is saved as a `dict_value`,
which causes an error - this test replicates this bug
2018-06-06 12:51:51 -04:00
William Richard
25b5f03ea4
These tests do not use pytest 2018-06-06 12:09:09 -04:00
William Richard
eb018c01a5
Handle edge case where you can end up with double dashes in target group names 2018-06-06 11:57:42 -04:00
William Richard
81381cd035
Correctly generate resource name for target groups when using cloudformation
They need to have less than 32 character names, so when you don't specify a name
cloudformation generates a name that is less than 32 characters.

And make sure that flake8 passes
2018-06-06 11:07:14 -04:00
Flavio Ferrara
5298b221b5 Add support for creating ECS services with Load Balancer 2018-06-06 09:50:03 +01:00
Stephan Huber
e118a678a6 Merge remote-tracking branch 'original/master' 2018-06-06 09:57:12 +02:00
zane
1f5d51d62c SecretsManager one word 2018-06-05 22:15:24 -07:00
zane
a601cbf809 Initial commit 2018-06-05 22:11:00 -07:00
Stephan Huber
afa6ae288d return thing_arn when calling list_things 2018-06-04 15:58:27 +02:00
Stephan Huber
821cd5376d return thingArn when using list_things 2018-06-04 15:58:08 +02:00
Iain Bullard
cd4dd3cfbf SNS - Enforce 'Message too long' exception when publishing messages 2018-06-04 13:38:58 +00:00
Steve Pulec
8092929258 Add repr for apigateway RestAPI. 2018-06-03 20:43:14 -04:00
Steve Pulec
7951eeddc3
Merge pull request #1666 from ogckw/master
Change SNS HTTP headers to actual setting
2018-06-03 20:25:29 -04:00
hsuhans
d9a4501d24 Change SNS http header to actual setting 2018-06-02 06:18:27 +08:00
Steve Pulec
0f816566df
Merge pull request #1634 from sthuber90/master
Fixes #1624 and closes #1633
2018-06-01 07:31:15 -04:00
Stephan Huber
99c98cbb4f update Makefile to work with changes made in implementation_coverage script 2018-06-01 12:30:42 +02:00
Steve Pulec
1689a2808f Fix creating SQS queue with same attributes. Closes #1663. 2018-05-31 23:05:50 -04:00
Steve Pulec
cf71532fa9 Fix for backwards compat with dockerpy 2. 2018-05-31 22:39:22 -04:00
Steve Pulec
620530c4ee Fix security group egress rule outout. Closes #1612 2018-05-31 22:07:19 -04:00
Steve Pulec
cd59167fce
Merge pull request #1658 from tmwong2003/catch-missing-exports-in-import-value
Fixed CF creation to trap imports of non-existent values
2018-05-31 20:42:15 -04:00
Theodore Wong
76c69c0dc5 Added region parameter to boto3 calls 2018-05-31 16:31:04 -07:00
Steve Pulec
a2404c2937
Merge pull request #1664 from garyd203/dynamodb-typo
Fix subtle typo
2018-05-31 18:46:10 -04:00
Steve Pulec
8b91b5dd33
Merge pull request #1661 from postmart/master
fixes #1547
2018-05-31 18:45:18 -04:00
Gary Donovan
29e6b2b070
Fix subtle typo 2018-06-01 08:38:35 +10:00
postmart
324d17fd25 fixes wrong IAM get_user_policy() response 2018-05-31 19:53:56 +08:00
Steve Pulec
b0d5eaf0c6 Add implementation coverage to readme. Closes #1570 2018-05-30 23:20:01 -04:00