Steve Pulec
a956c3a85c
Fix tests for py3.
2017-06-03 19:35:23 -04:00
Steve Pulec
113bfcb4ea
Fix duplicate bucket creation with LocationConstraint. Closes #970 .
2017-06-03 19:29:59 -04:00
Steve Pulec
49c947ece7
Stop autodecoding content so we can mimic requests. Closes #963 .
2017-06-03 19:06:55 -04:00
Steve Pulec
3d886aeadc
Merge pull request #972 from nadlerjessie/add-exports
...
Add exports
2017-06-03 16:34:49 -04:00
Jessie Nadler
9d37992c64
Make all_exports subscriptable
2017-06-02 17:17:22 -04:00
Jessie Nadler
c0afcfade5
Use .items() not .iteritems()
2017-06-02 17:03:16 -04:00
Jessie Nadler
87752457a3
Remove useless list comprehension
2017-06-02 16:57:16 -04:00
Peter Gorniak
b713eef491
cleanup after merge
2017-06-02 13:41:33 -07:00
Peter Gorniak
91657a537b
Merge remote-tracking branch 'spulec/master'
2017-06-02 13:38:36 -07:00
Jessie Nadler
c6603c6248
Validate export names are unique
2017-06-02 16:35:19 -04:00
Jessie Nadler
de9ea10eb1
Add list_exports to CloudFormationResponse
2017-06-02 16:31:46 -04:00
Peter Gorniak
5eb866146a
add assert to catch odd numbers in operator/value parsing
2017-06-02 13:19:45 -07:00
Jessie Nadler
a0651ccde5
Add exports to CloudFormationBackend
2017-06-02 16:18:52 -04:00
Jack Danger
5684aa5922
Merge pull request #964 from whummer/feat/cloudformation-models
...
Add extended CloudFormation models for Lambda and DynamoDB
2017-06-01 13:50:53 -07:00
Waldemar Hummer
da7106cfd6
extended CloudFormation models for Lambda and DynamoDB
2017-06-01 22:43:23 +02:00
Jack Danger
6163363c15
Merge pull request #960 from spg/feat-s3-if-modified-since
...
feat(s3) HeadObject: honor If-Modified-Since header
2017-06-01 09:10:20 -07:00
Jack Danger
ad36dbfb4d
Merge pull request #969 from Brett55/master
...
Bug fix for infinite loop when WaitTimeSeconds was set to 0
2017-06-01 09:07:34 -07:00
Brett Cullen
2a8b5d5bb1
Merge pull request #1 from Brett55/dev
...
Bug fix for infinite loop when WaitTimeSeconds was set to 0
2017-06-01 09:54:58 -06:00
brett55
7033d142a0
- Bug fix for infinite loop when WaitTimeSeconds was set to 0
...
- Added 2 unit tests
2017-06-01 09:51:33 -06:00
Jack Danger
8f7f306f48
Merge pull request #967 from JackDanger/elb-timeout-is-not-required
...
ELB connection draining timeout defaults to 300 seconds
2017-05-31 16:12:33 -07:00
Jack Danger Canty
b0c83c4e70
Testing ELB connection draining timeouts
2017-05-31 15:53:39 -07:00
Jack Danger Canty
98264148e1
ELB connection draining timeout defaults to 300 seconds
2017-05-31 15:53:39 -07:00
Jack Danger
d8a8f88dc6
Merge pull request #965 from hardyj/use-boto-regions
...
Use region list from Boto.
2017-05-29 21:35:09 -07:00
Jeff Hardy
4e2f775c1f
Use region list from Boto.
...
Boto can be configured with extra regions, but moto will fail to import
if they are not in the hardcoded list in ec2/models.py. Instead, use the
region list from boto to build the ec2_backends dict to ensure all
regions are available.
2017-05-26 12:47:28 -07:00
Jack Danger
d23910fb86
Merge pull request #961 from mbjerkness/master
...
Adding ECR
2017-05-23 14:19:33 -07:00
Jack Danger
22a9844e99
Merge pull request #954 from JackDanger/s3_missing_key_throws_unusual_error
...
NoSuchKey error in S3 is actually '404'
2017-05-23 14:18:53 -07:00
Simon-Pierre Gingras
a2a6514936
attempt at fixing tests
2017-05-23 11:29:01 -07:00
Simon-Pierre Gingras
9b2c19c909
Merge branch 'master' of github.com:spulec/moto into feat-s3-if-modified-since
2017-05-23 08:42:33 -07:00
Mike Bjerkness
25ae4d42a2
Fix encoding error in ecr/models.py
2017-05-22 23:04:36 -05:00
Mike Bjerkness
91d99e5695
Fix python 3 error with generate sha
2017-05-22 22:50:39 -05:00
Mike Bjerkness
35692b5c9a
Stub out all remaining ECR methods with NotImplementedError.
2017-05-22 22:49:59 -05:00
Mike Bjerkness
c7a166f68e
Remove tests that expect exceptions.
2017-05-22 22:29:49 -05:00
Mike Bjerkness
d6873c3dcb
Adding ECR to moto/backends.py
2017-05-22 22:04:33 -05:00
Mike Bjerkness
9f019792df
Added tests
2017-05-22 21:57:14 -05:00
Kate Heddleston
a21413f4ea
NoSuchKey error in S3 is actually '404'
...
Fixes #571 and #953
2017-05-22 19:08:12 -07:00
Jack Danger
bdecd26397
Merge pull request #919 from JackDanger/md5-of-sqs-messages
...
MD5 calculation of SQS message attributes
2017-05-22 18:23:51 -07:00
Jack Danger
1922857ed7
Merge pull request #947 from JackDanger/shorten-test-sleep
...
Shorter sleeps in SQS test
2017-05-22 18:22:29 -07:00
Jack Danger Canty
6679def702
Python 2/3 compat for MD5 of SQS attributes
2017-05-22 18:11:59 -07:00
Jack Danger Canty
daba699147
binary values are sent as base64-encoded strings
2017-05-22 18:11:59 -07:00
Jack Danger Canty
5e88b5d1b4
MD5 calculation of SQS message attributes
...
This implements the same MD5 hashing pattern as implemented in the Ruby
and Java AWS SDKs
Doesn't yet handle list types but if you're reading this you might be
surprised how easy that is to add. Give it a shot and if you get stuck
reach out to me for help.
2017-05-22 18:11:59 -07:00
Mike Bjerkness
20b3069540
Add ECR tests
2017-05-22 15:52:17 -05:00
Mike Bjerkness
588e211c71
Adding ECR
2017-05-22 15:50:22 -05:00
Jack Danger
584352aaf6
Merge pull request #958 from JackDanger/implement_iam_delete_role
...
implementing IAM delete_role
2017-05-19 16:54:00 -07:00
Jack Danger Canty
15d3397a60
implementing IAM delete_role
...
Fixes #957
2017-05-19 16:23:42 -07:00
Simon-Pierre Gingras
517416c4d9
feat(s3) HeadObject: honor If-Modified-Since header
2017-05-19 15:59:25 -07:00
Jack Danger
a2be8b760c
Merge pull request #959 from mickeypash/correct-iam-error-code-no-such-entity
...
Fix the error code for IAMNotFoundException to NoSuchEntity used by AWS.
2017-05-19 15:46:29 -07:00
mickeypash
965dc806c5
Fix the error code for IAMNotFoundException to NoSuchEntity used by AWS.
2017-05-19 23:30:29 +01:00
Jack Danger
fe51fadda5
Merge pull request #955 from spulec/add-support-to-plain-text-zipfile-for-lambda
...
Fix CloudFormation Lambda ZipFile implementation to be plain text
2017-05-18 09:32:14 -07:00
Hugo Lopes Tavares
bfa8b4552c
Fix CloudFormation Lambda ZipFile implementation to be plain text
...
The AWS CloudFormation documentation[1] states the following about the ZipFile property:
> For nodejs4.3, nodejs6.10, python2.7, and python3.6 runtime environments, the source code of your Lambda function.
> You can't use this property with other runtime environments.
[1]: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-lambda-function-code.html#cfn-lambda-function-code-zipfile
2017-05-17 18:48:54 -04:00
Jack Danger
61c6be82a9
Merge pull request #952 from mosampaio/master
...
Adds SSM support in the README
2017-05-17 10:13:41 -07:00