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
Marcos Sampaio
e344a7e95b
Adds SSM support in the README
2017-05-17 14:09:43 +10:00
Jack Danger
b54ef0961f
Merge pull request #950 from acmiyaguchi/fix-mock-import
...
Fixes issue #949 - Add mock as dependency
2017-05-16 16:24:20 -07:00
Anthony Miyaguchi
601fd8a7b4
Fix issue #949 - Add mock as dependency
2017-05-16 14:56:29 -07:00
Jack Danger
6ff8d500e5
Merge pull request #946 from heddle317/add_policy_version
...
Add policy version
2017-05-15 15:10:49 -07:00
Jack Danger Canty
aad1e17787
Shorter sleeps in SQS test
...
One of these tests actually waited the entire 60 seconds of the
visibility timeout but that value appears to have been copied
from a previous test that didn't. Updating all tests with shorter
timeouts so folks who copy setup code in the future don't fall
into this trap
2017-05-15 15:06:28 -07:00
Kate Heddleston
992b475093
testing create, get, list, delete policy versions
2017-05-15 14:56:30 -07:00
Kate Heddleston
e307dc38e6
Implementing IAM policy versions
...
Adding definitions for create, list, and delete policy_versions
2017-05-15 14:56:28 -07:00
Jack Danger
af7a5859fe
Merge pull request #943 from tardyp/fixdeprecation
...
fix warning on py2 as well
2017-05-15 12:10:28 -07:00
Pierre Tardy
2bae587a76
fix warning on py2 as well
...
object takes no constructor argument whatever the python version.
we simplify the code to not use constructor arguments
2017-05-15 11:28:42 +02:00
Steve Pulec
d45727e028
Merge pull request #941 from georgepsarakis/feature/s3_delete_markers
...
S3 DeleteMarker support
2017-05-14 16:17:57 -04:00
Steve Pulec
c971a257c6
Merge pull request #940 from JeromeBosman/master
...
Replace and delete Network ACL Entries
2017-05-14 16:15:01 -04:00