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 |
|
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 |
|
Asher Foa
|
db559e7e06
|
Fix some typos
|
2020-01-14 09:55:32 -08: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
|
000cb968a4
|
#2623 - Only return response from lambda, skip log output
|
2020-01-05 11:36:51 +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 |
|
Dejan Levec
|
877f3b056a
|
Add IsTruncated to Route53.list_resource_record_sets
|
2019-12-27 19:32:31 +01:00 |
|
Mike Grima
|
1db617a530
|
Merge pull request #2659 from gruebel/fix-sns-unsubscribe
Fix sns unsubscribe & delete_topic behavior
|
2019-12-27 09:10:24 -08:00 |
|
Mike Grima
|
d0d95420e7
|
Merge pull request #2655 from levinine/add-codecommit
add codecommit create, get and delete repository
|
2019-12-27 09:04:19 -08:00 |
|
Mike Grima
|
b86e1d073b
|
Merge pull request #2652 from gruebel/add-codepipeline-tags
Add codepipeline tags
|
2019-12-27 08:57:59 -08:00 |
|
Mike Grima
|
79aaad1068
|
Merge pull request #2651 from whummer/fix-s3-prefix
Avoid rendering "None" as S3 Prefix value
|
2019-12-27 08:56:06 -08:00 |
|
Mike Grima
|
eeedb2e6f8
|
Merge pull request #2650 from asherf/dynanmodb
Fix issue when working with dyanmodb stream and complex types.
|
2019-12-27 08:54:47 -08:00 |
|
Mike Grima
|
65664dcf85
|
Merge pull request #2648 from asherf/iam
Implement List user tags
|
2019-12-27 08:53:05 -08:00 |
|
Mike Grima
|
664e959856
|
Merge pull request #2639 from corrjo/instance_connect
Resolves #2637 added send_ssh_public_key
|
2019-12-27 08:51:27 -08:00 |
|
gruebel
|
2fb5004dc2
|
Fix sns unsubscribe & delete_topic behavior
|
2019-12-27 16:04:12 +01:00 |
|
gruebel
|
9d9b620878
|
Fixed linter errors
|
2019-12-26 21:03:49 +01:00 |
|
Jovan Zivanov
|
45922fd4ef
|
[codecommit] add support for server mode
|
2019-12-26 17:21:37 +01:00 |
|
gruebel
|
d7ba355a65
|
Add missing regions to all services
|
2019-12-26 17:12:22 +01:00 |
|
Jovan Zivanov
|
cba1b2e180
|
[codecommit] fix repository name check
|
2019-12-26 16:30:06 +01:00 |
|
Jovan Zivanov
|
e20deb4acd
|
fix linter exceptions
|
2019-12-26 15:02:24 +01:00 |
|
Jovan Zivanov
|
a820aada42
|
add codecommit create, get and delete repository
|
2019-12-26 14:23:53 +01:00 |
|
gruebel
|
9455ab0e53
|
Fix Python 2.7 tests
|
2019-12-24 13:52:33 +01:00 |
|
gruebel
|
8331d480ba
|
Add codepipeline.untag_resource
|
2019-12-23 19:50:16 +01:00 |
|
gruebel
|
b96a46b98f
|
Add codepipeline.tag_resource
|
2019-12-23 19:33:37 +01:00 |
|
gruebel
|
df951facc5
|
Add codepipeline.list_tags_for_resource
|
2019-12-22 11:42:15 +01:00 |
|
Waldemar Hummer
|
bcc4a74869
|
avoid rendering "None" as S3 Prefix value
|
2019-12-21 12:08:13 +01:00 |
|
Asher Foa
|
5bd3827b26
|
run black
|
2019-12-20 18:55:58 -08:00 |
|
Asher Foa
|
0a7d299da3
|
Fix json encoding issue.
|
2019-12-20 18:55:58 -08:00 |
|
Mike Grima
|
b8a1f85285
|
Merge pull request #2644 from gruebel/add-codepipeline-fix
CodePipeline - implement CRUD endpoints
|
2019-12-20 09:28:42 -08:00 |
|
gruebel
|
2177024948
|
Use moto.iam.models.ACCOUNT_ID instead of hardcoded ID
|
2019-12-20 16:48:55 +01:00 |
|
Asher Foa
|
1415a93596
|
Implement List user tags
|
2019-12-19 19:45:56 -08:00 |
|
John Corrales
|
d508bd72ce
|
escape the dots
|
2019-12-19 17:47:17 -08:00 |
|
John Corrales
|
199ff05e4e
|
parent 0f67a74d25
author John Corrales <jjcorrales3@gmail.com> 1576380101 -0800
committer John Corrales <jjcorrales3@gmail.com> 1576633072 -0800
added send_ssh_public_key
|
2019-12-17 17:38:49 -08:00 |
|
Mike Grima
|
0f67a74d25
|
Merge pull request #2624 from tirkarthi/fix-abc-warnings
Import ABC from collections.abc for Python 3.9 compatibility.
|
2019-12-17 08:42:28 -08:00 |
|
Mike Grima
|
91983b4823
|
Merge pull request #2610 from gruebel/fix-sns-get-subscription-attributes
Add missing attributes to SNS subscription
|
2019-12-17 08:36:59 -08:00 |
|
gruebel
|
8e03b1d525
|
Add codepipeline.delete_pipeline
|
2019-12-17 17:22:46 +01:00 |
|
gruebel
|
9871eda3c9
|
Add codepipeline.list_pipelines
|
2019-12-17 17:22:46 +01:00 |
|
gruebel
|
b2c44ce50d
|
Add codepipeline.update_pipeline
|
2019-12-17 17:22:45 +01:00 |
|
gruebel
|
c84e465e4c
|
Add codepipeline.get_pipeline
|
2019-12-17 17:22:45 +01:00 |
|
gruebel
|
076c8ace5f
|
Add codepipeline.create_pipeline
|
2019-12-17 17:22:45 +01:00 |
|
Karthikeyan Singaravelan
|
af853dc48f
|
Fix linter errors.
|
2019-12-17 21:35:52 +05:30 |
|
Fabio Dias
|
743dd46399
|
black linting
|
2019-12-16 21:25:20 -05:00 |
|
Fabio Dias
|
fd9ac4b9a5
|
ACCOUNT_ID moved to moto.core, MOTO_ACCOUNT_ID env var override
|
2019-12-16 21:05:29 -05:00 |
|
Fabio Dias
|
fb9ebe5a47
|
linting fixes
|
2019-12-16 19:56:11 -05:00 |
|
Fabio Dias
|
b83a750630
|
Added references to moto.iam.models.ACCOUNT_ID instead of hardcoded id
|
2019-12-16 19:56:11 -05:00 |
|