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
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
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
Steve Pulec
48b19e8655
Merge pull request #1951 from jmillxyz/add-default-path-iam
...
Add default path to Role & InstanceProfile
2018-12-28 20:42:55 -05:00
Steve Pulec
f155028d27
Merge pull request #1945 from markchalloner/vpc-peering-delete-fix
...
Set deleted status on vpc peer deletion.
2018-12-28 20:40:51 -05:00
Steve Pulec
8ba1a09c0d
Merge pull request #1921 from adamdavis40208/cloudformation-validate-spike
...
Adding cloudformation-validate. Cfn-lint does the heavy lifting.
2018-12-28 20:39:00 -05:00
Steve Pulec
f82d4bb619
Merge pull request #1938 from kgutwin/i-1937-dynamodb2-update-attributes
...
Correct behavior of ReturnValues parameter to put_item and update_item
2018-12-28 20:36:00 -05:00