Jon Beilke
|
d4851d3eab
|
Merge pull request #4 from spulec/master
pull latest changes from upstream spulec/moto repo
|
2020-01-29 09:57:22 -06:00 |
|
Bert Blommers
|
da40c7125a
|
Merge pull request #2703 from brady-gsa/fix_lambda_config
Fixes awslambda policy management
|
2020-01-29 15:30:25 +00:00 |
|
Brady
|
dd243d72c2
|
switch to using sure for assertions
|
2020-01-29 09:46:09 -05:00 |
|
Bert Blommers
|
3cf45b7838
|
Merge pull request #2667 from owenfarrell/master
Made UserName parameter optional for IAM access key functions
|
2020-01-28 08:24:12 +00:00 |
|
Owen Farrell
|
142e237b0b
|
Made UserName parameter optional for IAM access key functions
|
2020-01-27 12:12:21 -05:00 |
|
Brady
|
cb07d17e13
|
don't use table of test cases and reduce duplication in get_policy method
|
2020-01-27 10:35:46 -05:00 |
|
Bert Blommers
|
4342b93170
|
Merge pull request #2702 from kislyuk/patch-5
awslambda: return actual result in sync invoke
|
2020-01-25 17:24:37 +00:00 |
|
Brady
|
2a2ff32dec
|
improves support for AWS lambda policy management
|
2020-01-24 14:53:16 -05:00 |
|
Andrey Kislyuk
|
324ef5af36
|
Fix test
|
2020-01-24 16:11:44 +00:00 |
|
Bert Blommers
|
8f05d4aa3d
|
Merge pull request #2698 from asherf/others
Fix more typos.
|
2020-01-24 08:10:26 +00:00 |
|
Asher Foa
|
b4127040d1
|
remove this change.
|
2020-01-23 10:16:12 -08:00 |
|
Asher Foa
|
d9d055c75d
|
Fix more typos.
|
2020-01-23 10:15:02 -08:00 |
|
Steve Pulec
|
19bf8bf762
|
Change S3 S3_ALL_BUCKETS response to return bucket creation_date in iso format.
|
2020-01-22 20:43:45 -06:00 |
|
Steve Pulec
|
769c41e5a8
|
Merge pull request #2677 from ptdel/minor-scaffold-fixes
fix: small fixes to get scripts/scaffold.py working
|
2020-01-22 20:03:01 -06:00 |
|
Steve Pulec
|
663d7c289b
|
Merge pull request #2675 from bblommers/bugfix/#2674
DynamoDB - ListAppend should also work when adding maps to a list
|
2020-01-22 20:01:53 -06:00 |
|
Steve Pulec
|
c5b7b2f7af
|
Merge pull request #2687 from bblommers/bugfix/2626
DynamoDB - Update Item doesnt handle LT/GT properly
|
2020-01-22 20:01:00 -06:00 |
|
Steve Pulec
|
d73a548bb0
|
Remove duplicate StorageClass in S3_MULTIPART_LIST_RESPONSE.
|
2020-01-22 19:45:27 -06:00 |
|
Steve Pulec
|
dff1986801
|
Merge pull request #2683 from Journera/ecs-td-add-network-mode
Store 'networkMode' in ECS Task Definitions instead of just throwing it away
|
2020-01-22 19:39:41 -06:00 |
|
Steve Pulec
|
a32b3c4b59
|
Fix SQS get_queue_attributes to allow RedrivePolicy. Closes #2682.
|
2020-01-22 19:38:07 -06:00 |
|
Andrey Kislyuk
|
5ba786d97a
|
awslambda: return actual result in sync invoke
Return actual output of the Lambda instead of echoing the input.
|
2020-01-22 16:39:11 -08:00 |
|
Bert Blommers
|
7ff7ee4e8e
|
Test fix - Region must be specified
|
2020-01-22 11:42:06 +00:00 |
|
Bert Blommers
|
6f02782624
|
#2627 - Change comparison to differentiate between 0 and None
|
2020-01-22 11:30:17 +00:00 |
|
Steve Pulec
|
b54d3b5a11
|
Merge pull request #2685 from moseb/losen-jsondiff-dependency
setup.py: Unlock use with jsondiff >1.1.2
|
2020-01-21 21:38:53 -06:00 |
|
Steve Pulec
|
4335f1d3dd
|
Merge pull request #2669 from bblommers/lambda-return-output-only
AWS Lambda - Return response only, and skip log/print statements
|
2020-01-21 21:37:36 -06:00 |
|
Steve Pulec
|
6b62a9d90f
|
Merge pull request #2696 from charleshypk/patch-1
Fix spelling typo
|
2020-01-16 15:50:46 -06:00 |
|
Charles Park
|
33661d267e
|
Fix spelling typo
|
2020-01-16 16:33:59 -05:00 |
|
Bert Blommers
|
1c4596c984
|
Merge pull request #2671 from franz-see/moto/issues/2670
moto/issues/2670 | Moved population of user attributes from accessToken to idToken
|
2020-01-16 05:57:17 +00:00 |
|
Bert Blommers
|
a50d0695fe
|
Merge pull request #2661 from deanrock/route53-rrs-istruncated
Add IsTruncated to Route53.list_resource_record_sets
|
2020-01-15 15:39:09 +00:00 |
|
Franz See
|
44e92f58ec
|
moto/issues/2670 | Used black to format the code
|
2020-01-15 23:33:26 +08:00 |
|
Franz See
|
db75c9e25c
|
moto/issues/2670 | Moved population of user attributes from accessToken to idToken
|
2020-01-15 23:33:09 +08:00 |
|
Bert Blommers
|
15889566b8
|
Merge pull request #2673 from franz-see/moto/issues/2672
moto/issues/2672 | Modified 'token_use' to return 'id' for an id toke…
|
2020-01-15 14:54:52 +00:00 |
|
Bert Blommers
|
cc2d333632
|
Merge pull request #2693 from asherf/others
Fix some typos
|
2020-01-15 14:53:18 +00:00 |
|
Bert Blommers
|
f5ea3b525a
|
Merge pull request #2692 from screwnet/fix-typo-2691
Fixed a typo in README.md - related to https://github.com/spulec/moto…
|
2020-01-15 07:47:30 +00:00 |
|
Asher Foa
|
db559e7e06
|
Fix some typos
|
2020-01-14 09:55:32 -08:00 |
|
Nikhil
|
fba84ec34b
|
Fixed a typo in README.md - related to https://github.com/spulec/moto/issues/2691
|
2020-01-14 12:28:48 +05:30 |
|
Bert Blommers
|
8c920cce10
|
Specify region in tests
|
2020-01-12 12:20:55 +00:00 |
|
Bert Blommers
|
9ce1ee49d7
|
#2626 - DynamoDB - FilterExpression should ignore items with non-existent attribute
|
2020-01-12 12:05:08 +00:00 |
|
Sebastian P
|
6dac06ed7c
|
setup.py: Unlock use with jsondiff >1.1.2
|
2020-01-10 16:08:34 +01:00 |
|
Don Kuntz
|
fd1fdde1bf
|
Allow black to reformat correctly
|
2020-01-09 23:45:14 -06:00 |
|
Don Kuntz
|
2cb3f327de
|
Store 'networkMode' in ECS Task Definitions instead of just throwing it away
|
2020-01-09 23:00:33 -06:00 |
|
Bert Blommers
|
5884483019
|
Compare map, instead of string repr
|
2020-01-09 10:08:35 +00:00 |
|
Bert Blommers
|
cba3cfc384
|
Escape curly braces in formatting string
|
2020-01-09 09:10:16 +00:00 |
|
Patrick Delaney
|
d06a5d3a2b
|
fix: small fixes to get scripts/scaffold.py working
|
2020-01-07 10:12:50 -05:00 |
|
Bert Blommers
|
5f59cb7fb0
|
#2674 - ListAppend should also work when adding maps to a list
|
2020-01-06 08:16:09 +00:00 |
|
Franz See
|
a8e1a3bf08
|
moto/issues/2672 | Formatted using black
|
2020-01-06 13:29:23 +08:00 |
|
Franz See
|
68d882e6c0
|
moto/issues/2672 | Modified 'token_use' to return 'id' for an id token, and 'access' for an access token
|
2020-01-06 00:19:31 +08:00 |
|
Bert Blommers
|
eab9e15bf0
|
#2623 - Fix and simplify test in ServerMode
|
2020-01-05 15:01:31 +00:00 |
|
Bert Blommers
|
000cb968a4
|
#2623 - Only return response from lambda, skip log output
|
2020-01-05 11:36:51 +00:00 |
|
Bert Blommers
|
74ad2d7d3c
|
Merge pull request #25 from spulec/master
Merge upstream
|
2020-01-04 09:06:23 +00:00 |
|
Jack Danger
|
d596560971
|
Merge pull request #2657 from gruebel/add-missing-regions
Add missing regions to all services
|
2020-01-02 17:27:25 -08:00 |
|