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
amitchakote7
5db35ef168
Added TargetGroupARNs to DESCRIBE_AUTOSCALING_GROUPS_TEMPLATE
2018-11-29 15:39:39 +11:00
Jon Michaelchuck
d29869bf9b
flake8 fix
2018-11-27 08:32:30 -08:00
Jon Michaelchuck
009b02bcd5
Raise a client error if PutBucketTags request contains duplicate keys
...
A PutBucketTags request with duplicate keys will raise a ClientError
with code InvalidTag and message 'Cannot provide multiple Tags with the
same key'.
2018-11-26 15:56:46 -08:00
Lorenz Hufnagel
cf5bd7665c
Mock AWS credentials
...
https://github.com/spulec/moto/issues/1924
2018-11-16 12:23:39 +01:00
Niko Eckerskorn
ed861ecae1
Loosen aws-xray-sdk requirements ( #1948 )
2018-11-15 07:29:05 +00:00
Tomoya Iwata
e52158f811
Add support for IoT detach_policy
2018-11-06 17:15:30 +09:00
Justin Dray
4af9407ef4
Update to jose 3.x
2018-11-06 00:15:34 +00:00
Mike Grima
94b5438d76
Added IAM User signing certificate support
2018-11-05 13:15:44 -08:00
Mike Grima
6e17ba51c6
Fixed a truncation bug for list_user_policies
.
2018-11-05 09:24:28 -08:00
Mike Grima
b4b0ae5077
Some IAM fixes.
...
- Fixed InstanceProfiles having `Path` set to `None`.
- Added in some dynamic `CreateDate`s.
- Fixed missing Instance Profile ID's being sent over
2018-11-05 09:24:28 -08:00
Steve Pulec
90a62b5640
1.3.7
2018-11-04 17:30:44 -05:00
Steve Pulec
0fc00e2a3b
Merge pull request #1907 from lhufnagel/rebased_pr
...
Get all tests working with latest botocore
2018-11-04 17:26:57 -05:00
Pall Valmundsson
e9f8bec91a
Fix boto3 IAM test function names
2018-11-01 19:58:09 +00:00
Pall Valmundsson
67cb2e25bb
Support IAM Credential Report in boto3
...
Lowercase XML element names in API responses seem to cause issues for boto3.
2018-11-01 19:51:17 +00:00
jamesandres
e38eea751f
Go easier on the CPU when moto sqs is idle
...
For our local development setup we have found that moto is using around 25% CPU constantly. Digging in with gdb it turned out that it was burning that CPU in the sleeping loop. Here i'm increasing the sleep by 10x which brings the idle CPU usage down by 10x (to ~2%).
I'm not familiar enough with the moto/sqs codebase to know if lengthening this sleep will have an adverse effect; however, in other Python dev I've noticed that (in Python 2.7 anyway..) Python threading won't context switch a thread until a sleep of at least 0.01 seconds is performed (shockingly long!). So based on this guesswork I suspect sleeping for 0.01 seconds won't cause any grief.
2018-10-31 11:39:49 +00:00
Steve Pulec
a8bc7a608e
Lint.
2018-10-30 22:09:47 -04:00
Steve Pulec
75f2c56a36
Fix ecs error response to be json.
2018-10-30 22:03:16 -04:00
Tomoya Iwata
3d71a67794
Add some validations for IoT delete operations
...
fix #1908
2018-10-30 14:51:04 +09:00
Mark Challoner
a0708a70fc
Fix Tags parameter on CloudFormation create_change_set method.
2018-10-29 13:33:30 +00:00
Lorenz Hufnagel
b20e190995
Try to get tests running
2018-10-29 09:12:22 +01:00
Jordan Guymon
fd4e524855
Use env credentials for all tests
2018-10-29 09:12:22 +01:00
Jordan Guymon
8e909f580a
MockAWS implementation using botocore event hooks
2018-10-29 09:12:22 +01:00
George Alton
9ba28a05b8
avoids copying entire result into a new list
2018-10-28 11:00:47 +00:00
Tomoya Iwata
249dd7059e
add test case for IoT attach_policy
...
do nothing if policy have already attached to certificate
2018-10-28 17:13:17 +09:00
Jamie Starke
090cad8c88
[1009] Converts ECS Instance full arn to instance_id for storage
2018-10-26 21:54:01 -07:00
Illia Volochii
5ca68fbf06
Update jsondiff to 1.1.2
2018-10-26 22:12:26 +03:00
zane
b485122ec6
refactor to store multiple scrects, use uuid
2018-10-25 15:16:40 -07:00
Tomoya Iwata
80f860727f
Add support for IoT attach_policy
2018-10-25 20:44:42 +09:00
George Alton
aa4be6fcad
Adds limiting/pagination to cognitoidp list_* functions
2018-10-24 15:56:20 +01:00
Adam Davis
ede02e2c2a
Without double quotes, pip would not install
2018-10-22 13:37:52 -07:00