William Richard
3b451ce1e5
Merge branch 'fix-ecr-endpoints'
2019-01-25 14:51:08 -05: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
Robert C Jensen
73bd3e1c77
[cognitoidp] feat: add update_identity_provider
2019-01-24 20:39:55 -05:00
David Morrison
b4b63202d9
tag specifications for spot fleet requests
2019-01-24 11:38:07 -08:00
William Richard
a86ec26e46
Add support for redirect actions on ELBv2 listeners
2019-01-23 09:25:57 -05:00
Robert Lewis
4d9039bf90
Add name to authors file
2019-01-21 13:32:33 -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
Robert Lewis
570b73691b
Add requestid checking for autoscaling
2019-01-20 22:54:05 -08:00
Robert Lewis
acdb1c9768
Add requestid checking for sqs
2019-01-20 22:54:05 -08:00
Robert Lewis
19a0179608
Use regex to populate requestId XML tag
2019-01-20 22:54:01 -08:00
Robert Lewis
6e89a22008
Remove request_id from templates.
2019-01-20 19:17:25 -08: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
acsbendi
e476866281
Implemented showing ami_launch_index property in responses.
2019-01-15 17:38:44 +01:00
acsbendi
ca5a8033e5
Implemented providing ami_launch_index to the new Instance's constructor.
2019-01-15 17:37:22 +01:00
acsbendi
22288ef83b
Implemented initializing ami_launch_index property.
2019-01-15 17:36:10 +01:00
acsbendi
6bd7e5941f
Added test case for running multiple instances in the same command.
2019-01-15 17:34:22 +01:00
John Corrales
0ab5edc962
return delete_instance operation
2019-01-15 07:20:13 -08:00
John Corrales
5fb43ee7b6
Operations ( #4 )
...
Added stop, list operation results, and describe operation
2019-01-14 22:01:53 -08:00
Adrian Galera
016dec6435
Cleanup prints
2019-01-11 13:45:34 +01:00
Adrian Galera
53f8feca55
apply linter changes
2019-01-11 13:35:18 +01:00
Adrian Galera
75812eb838
Enable SES feedback via SNS
2019-01-11 13:22:33 +01:00
John Corrales
4207a8e182
Add stacksets ( #3 )
...
Added most stack set responses
2019-01-10 21:33:15 -08: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
John Corrales
fcc5a165ea
Merge branch 'master' of github.com:spulec/moto
2019-01-09 18:02:45 -08: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
John Corrales
bb747f260d
Merge pull request #2 from spulec/master
...
Rebasing
2019-01-01 18:17:13 -08:00
Jon Banafato
4c605ba403
Add Python 3.7 support, remove Python 3.3 support
...
As of #1733 , Python 3.7 is supported, so reflect that in the Trove
classifiers.
As of 2017-09-29, Python 3.3 is end-of-life and no longer receives
updates of any kind (including security fixes), so remove it from the
list of supported versions.
2018-12-29 13:38:04 -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