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
Steve Pulec
48ee867245
Merge pull request #1935 from kgutwin/i-1875-dynamodb-streams
...
Support DynamoDB Streams
2018-12-28 20:30:58 -05:00
Steve Pulec
19bdf7de73
Merge pull request #1901 from cm-iwata/add_iot_attach_policy
...
Add support for IoT attach_policy
2018-12-28 20:17:31 -05:00
Steve Pulec
4dd4a5d451
Merge pull request #1927 from justin8/master
...
Update to jose 3.x
2018-12-28 20:17:01 -05:00
Steve Pulec
ca2950f5e2
Merge pull request #1952 from lhufnagel/master
...
Mock AWS credentials
2018-12-28 20:14:26 -05:00
Steve Pulec
c8a35f0b02
Merge pull request #1920 from pall-valmundsson/iam_credential_report_boto3
...
Support IAM Credential Report in boto3
2018-12-28 20:04:59 -05:00
Steve Pulec
fd734fec49
Merge pull request #1916 from jamesandres/patch-1
...
Go easier on the CPU when moto sqs is idle
2018-12-28 20:02:53 -05:00
Steve Pulec
77bf143f80
Merge pull request #1906 from jrstarke/1009
...
Support full ARN in update_container_instance_state calls
2018-12-28 19:57:57 -05:00
Steve Pulec
643c498d01
Merge pull request #1911 from markchalloner/cf-create-change-sets-tags-fix
...
Fix Tags parameter on CloudFormation create_change_set method.
2018-12-28 19:55:36 -05:00
Steve Pulec
a62f15b537
Merge pull request #1730 from garyd203/cognitoidp-groups
...
Implement groups for cognito-idp
2018-12-28 19:53:53 -05:00
Steve Pulec
811197a9bb
Merge pull request #1913 from cm-iwata/add_iot_delete_validation
...
Fix #1908 add some validation for IoT delete operations
2018-12-28 19:52:24 -05:00
Steve Pulec
1dff707722
Merge pull request #1904 from illia-v/jsondiff-1.1.2
...
Update jsondiff to 1.1.2
2018-12-28 19:50:40 -05:00
Steve Pulec
0c5010989a
Merge branch 'master' into jsondiff-1.1.2
2018-12-28 19:50:34 -05:00
Steve Pulec
1244ce53e2
Merge pull request #1898 from sepulworld/zmw/refactor_multiple_secrets
...
Refactor to store multiple scrects, use uuid, tags support
2018-12-28 19:47:49 -05:00
Steve Pulec
bdb000b0e2
Merge pull request #1897 from georgealton/feature/add_max_results_and_next_token_to_cognito_lists
...
Adds limiting/pagination to cognitoidp list_* functions
2018-12-28 19:44:21 -05:00
Steve Pulec
f4767c805e
Uncomment EMR FailureDetails. Closes #1891 .
2018-12-28 19:38:09 -05:00
Steve Pulec
2d2ffa2bba
Merge pull request #1889 from adamdavis40208/readme-moto-server-fix
...
Without double quotes, pip would not install
2018-12-28 19:34:31 -05:00
Steve Pulec
745d46114f
Merge pull request #1887 from mikegrima/instanceprofiles
...
IAM Improvements
2018-12-28 19:30:20 -05:00
Steve Pulec
3564321ae2
Merge pull request #1885 from jonafato/pypi-long-description
...
Add a long description to setup
2018-12-28 19:27:48 -05:00
Steve Pulec
aca54b4376
Merge pull request #1978 from achakote/master
...
Added TargetGroupARNs to DESCRIBE_AUTOSCALING_GROUPS_TEMPLATE
2018-12-28 19:25:05 -05:00
Steve Pulec
3a98d2cd03
Merge pull request #1970 from jbmchuck/bucket-duplicate-tag-keys
...
Raise a client error if PutBucketTags request contains duplicate keys
2018-12-28 19:24:16 -05:00
zane
08d17a7a13
adding Tags support
2018-12-21 14:04:52 -08:00
Diego Argueta
1998d59cfc
Add more tests to please Coveralls
2018-12-20 11:40:13 -08:00
Diego Argueta
191ad6d778
Make keys pickleable
2018-12-20 11:15:15 -08:00
John Corrales
dd0f04764c
Merge pull request #1 from spulec/master
...
pull latest
2018-12-20 08:38:43 -08:00
Diego Argueta
f15f006f78
Hack around text problem in unit tests.
...
Now that payloads are not allowed to be text, some unit tests will cause crashes
on Python 3 because the payload sent by requests gets passed to FakeKey as a
string instead of raw bytes.
I haven't been able to figure out a way around the issue that doesn't get super
messy inside s3/responses.py so I'm just converting the value to bytes using the
system's default encoding.
2018-12-20 00:34:39 -08:00
Alan Alexander
36b0117eec
Updating the list of urls the SSM moto will match to include china
2018-12-19 15:02:36 -08:00
Diego Argueta
2cc8784e5c
Restore files modified in non-working fix.
2018-12-18 14:53:52 -08:00
Diego Argueta
26adaeefa0
Start testing on 3.7
2018-12-18 14:20:48 -08:00
Diego Argueta
b0a280bde2
Move S3 storage to SpooledTemporaryFile
2018-12-18 14:20:48 -08:00
sbkg0002
1ca8014697
Add idna version depencies.
2018-12-08 21:04:08 +01:00
Trevor Edwards
99afb38524
Replace pyaml with PyYAML dependency
2018-12-07 14:48:29 -08:00
Jon Beilke
a744adbcc5
AWS is case-sensitive when using is-public to filter for AMIs and expects lower-case values
2018-12-06 12:18:59 -06:00
Jon Beilke
9cdc4d45f5
Merge pull request #2 from spulec/master
...
Pull latest from upstream
2018-12-06 11:46:14 -06:00
Taro Sato
2038fa92be
Activate proper pagination for S3 common prefixes
2018-12-05 16:17:28 -08:00
vadym-serdiuk
7d472896e1
Move parenthesis stripping down
2018-12-04 12:28:17 +02:00
amitchakote7
5db35ef168
Added TargetGroupARNs to DESCRIBE_AUTOSCALING_GROUPS_TEMPLATE
2018-11-29 15:39:39 +11:00
vadym-serdiuk
5a3b5cab29
Strip parenthesis in the KeyConditionExpression
...
The "bloop" package uses parenthesis in the KeyConditionExpression, so query method returns nothing due to the wrong parsing of the parameters.
2018-11-28 17:33:22 +02:00
Jon Michaelchuck
d29869bf9b
flake8 fix
2018-11-27 08:32:30 -08:00
martynaspaulikas
9418a6916d
Fix tests and functionality of get_access_key_last_used()
2018-11-27 16:12:41 +00:00
Craig Anderson
96ed66c08d
Add AllowedPattern to SSM describe_parameters response ( #1955 )
2018-11-27 15:31:56 +00:00
Craig Anderson
81dea64a9e
Ignore pyenv file.
2018-11-27 15:02:46 +00:00
martynaspaulikas
7189d019df
Implemented get_access_key_last_used
...
Written test that still does not work due to:
ParamValidationError: Parameter validation failed:
Unknown parameter in input: "UserName", must be one of: AccessKeyId
Refactored update_access_key and delete_access_key functions
2018-11-27 11:28:09 +00:00
grahamlyons
4de92accab
Fix existing tests which use list_stacks
...
The tests are expecting that deleted stacks are not listed when in
fact they should be.
2018-11-27 11:11:13 +00:00
grahamlyons
2d554cd098
Return the deleted stacks in the list stacks call
...
This matches the behaviour of the AWS API.
2018-11-26 23:58:41 +00:00