William Rubel
8ad28f8400
Adding additional tests to increase coverage
2019-02-16 20:53:27 -06:00
William Rubel
5372e6840f
Increasing code coverage
2019-02-16 12:37:46 -06:00
William Rubel
0a3ff94e66
Update kms and lambda to work with terraform
2019-02-16 09:37:27 -06:00
William Rubel
4c6f08d463
Update kms and lambda to work with terraform
2019-02-16 09:27:23 -06:00
Mike Grima
1095b7d94b
Merge pull request #2050 from mikegrima/account_auth_fix
...
Fixed a bug in get_account_authorization_details for attached managed policies
2019-02-08 10:04:01 -08:00
Mike Grima
94672799cf
Fixed a bug in get_account_authorization_details for attached managed policies.
...
Fixed a bug in the XML template for `get_account_authorization_details` where attached managed policies
were empty strings.
2019-02-07 17:32:31 -08:00
Mike Grima
f41c4e756f
Merge pull request #2041 from mikegrima/roletags
...
IAM Role Tagging support
2019-02-06 11:40:59 -08:00
Mike Grima
dfceab9bf0
Some fixes to get_account_authorization_details
2019-02-04 13:44:01 -08:00
Mike Grima
142fc65260
Merge pull request #2014 from garyd203/dynamodb-set-comparison
...
Make EQ conditions on sets work reliably in DynamoDB
2019-02-01 11:49:48 -08:00
Mike Grima
d652755f3b
Merge pull request #2032 from drmorr0/spot_fleet_tag_specifications
...
tag specifications for spot fleet requests
2019-02-01 11:47:36 -08:00
Mike Grima
8d17271ee4
Merge pull request #2028 from acsbendi/network-acl-fixes
...
Network ACL fixes
2019-02-01 11:46:25 -08:00
Mike Grima
536d8c8457
Merge pull request #1909 from markchalloner/cf-list-change-sets
...
Add CloudFormation methods describe_change_set and list_change_sets.
2019-01-31 17:47:32 -08:00
Mike Grima
445bfa04fc
Merge pull request #2025 from gbataille/patch-1
...
get_bucket_location is already implemented
2019-01-31 17:45:02 -08:00
Mike Grima
1a36c0c377
IAM Role Tagging support
2019-01-31 17:37:26 -08:00
Mike Grima
7e211eb6ea
Merge pull request #2036 from william-richard/fix-ecr-endpoints
...
ECR now uses api.ecr as its endpoint.
2019-01-31 17:36:32 -08:00
William Richard
935039d684
ECR now uses api.ecr as its endpoint.
...
This changed in botocore 1.12.85. See b5fa8a5139
This fixes https://github.com/spulec/moto/issues/2035
2019-01-25 14:47:23 -05:00
David Morrison
b4b63202d9
tag specifications for spot fleet requests
2019-01-24 11:38:07 -08:00
Mark Challoner
337601b5fb
Add CloudFormation methods delete_change_set, describe_change_set and list_change_sets.
2019-01-21 17:18:50 +00:00
acsbendi
68b8e6b636
Implemented adding default entries to default network ACLs.
2019-01-21 15:36:49 +01:00
acsbendi
3c5ce6c09e
Fixed new subnets associated with a network ACL from a different VPC.
2019-01-21 13:30:22 +01:00
Gregory Bataille
072a0148f5
get_bucket_location is already implemented
...
I have done a bugfix on it, so I guess it's there. Cannot think of something missing :)
2019-01-17 17:56:44 +01:00
Gary Donovan
0b15bb13b6
Make EQ conditions work reliably in DynamoDB.
...
The AWS API represents a set object as a list of values. Internally
moto also represents a set as a list. This means that when we do value
comparisons, the order of the values can cause a set equality test to
fail.
2019-01-10 21:39:12 +11:00
Steve Pulec
850496f29a
Merge pull request #2005 from fivepapertigers/feature/lambda-env-mapping
...
Lambda Cloudformation Env Variables
2019-01-06 17:22:52 -05:00
Steve Pulec
c2a1f4eb14
Fix S3 bucket location test.
2018-12-29 07:07:29 -05:00
Steve Pulec
1f9ade61c0
Fix iam SAML tests.
2018-12-29 06:47:16 -05:00
Steve Pulec
9f3ae31a53
Fix bad merge.
2018-12-29 06:33:55 -05:00
Steve Pulec
c7a7cc9c57
Remvoe duplicate setenv in tox.
2018-12-29 05:42:16 -05:00
Jacob Grismo
7b008ded3e
adds Environment to the Lambda cfm optional keys
...
Adds Environment to the list of keys that can be included in Lambda cloudformation functions.
2018-12-28 23:05:25 -05:00
Jacob Grismo
4f7d6e15c9
adds failing test case for lambda cfm env vars
...
Adds a failing test case that shows that a Lambda function resource in a CloudFormation template ignores
the Environment variable mapping.
2018-12-28 22:16:07 -05:00
Steve Pulec
97d9d46770
Merge pull request #1999 from dargueta/s3-spooling
...
Don't store S3 entirely in memory
2018-12-28 21:29:19 -05:00
Steve Pulec
e8551988d9
Merge pull request #2000 from AlanAlexander-Janrain/master
...
Updating the list of urls the SSM moto will match to include china
2018-12-28 21:27:45 -05:00
Steve Pulec
c5c6d39350
Merge pull request #1993 from sbkg0002/idna
...
Add idna version depencies.
2018-12-28 21:23:47 -05:00
Steve Pulec
775b4bbc04
Merge branch 'master' into idna
2018-12-28 21:23:38 -05:00
Steve Pulec
d685a9f50a
Merge pull request #1892 from drewpearce/dynamodb-ne
...
Dynamodb ne
2018-12-28 21:23:01 -05:00
Steve Pulec
93f68090e3
Merge pull request #1989 from jrbeilke/bugfix-ec2_ami_is-public
...
Bugfix for filtering EC2 AMIs with is-public (values should be lowercase)
2018-12-28 21:22:28 -05:00
Steve Pulec
dec665be43
Merge pull request #1986 from okomestudio/ts/fix-s3-common-prefix-pagination
...
Activate proper pagination for S3 common prefixes
2018-12-28 21:22:07 -05:00
Steve Pulec
8969941fbb
Merge pull request #1992 from TrevorEdwards/rmpyaml
...
Replace pyaml with PyYAML dependency
2018-12-28 21:20:13 -05:00
Steve Pulec
302744242a
Merge pull request #1983 from kawaiwanyelp/autoscaling-instance-protection
...
Add instance protection support in autoscaling, with tests
2018-12-28 21:18:41 -05:00
Steve Pulec
5ed8a33a10
Merge pull request #1977 from vadym-serdiuk/patch-1
...
Strip parenthesis in the KeyConditionExpression
2018-12-28 21:16:50 -05:00
Steve Pulec
25595815e5
Merge pull request #1972 from surfaslt/implement-get-access-key-last-used
...
Implement get_access_key_last_used
2018-12-28 21:08:13 -05:00
Steve Pulec
5d172d9c97
Merge pull request #1969 from grahamlyons/list-deleted-cloudformation-stacks
...
Return the deleted stacks in the list stacks call
2018-12-28 21:07:06 -05:00
Steve Pulec
6523a14611
Merge pull request #1965 from andrewmccall/master
...
Added double to to_str/from_str, returned by emr create_cluster
2018-12-28 21:05:07 -05:00
Steve Pulec
e9cff5c915
Merge pull request #1964 from jbmchuck/bucket-name-length-limit
...
Check bucket name length at CreateBucket
2018-12-28 21:04:42 -05:00
Steve Pulec
e681f55ba1
Merge branch 'master' into bucket-name-length-limit
2018-12-28 21:04:10 -05:00
Steve Pulec
860dfbbe11
Merge pull request #1960 from tatsuyafw/add-trailing-dot-to-resource-record
...
Add a trailing dot to the Name of Route53 ResourceRecordSet
2018-12-28 21:01:35 -05:00
Steve Pulec
65364a8e71
Merge pull request #1961 from gbataille/fix_1959_location_constraint_us_east_1
...
Fix 1959 location constraint us east 1
2018-12-28 21:00:29 -05:00
Steve Pulec
e647eeb5a7
Merge pull request #1958 from Joeskyyy/master
...
Add functionalities for SAML Providers
2018-12-28 20:58:01 -05:00
Steve Pulec
46bf7f0176
Merge branch 'master' into master
2018-12-28 20:57:47 -05:00
Steve Pulec
e020d3222c
Merge pull request #1975 from craiga/master
...
Add AllowedPattern to SSM describe_parameters response
2018-12-28 20:49:44 -05:00
Steve Pulec
39c103ec0b
Merge branch 'master' into master
2018-12-28 20:49:24 -05:00