Karl Gutwin
519899f74f
Much of the way towards complete DynamoDB Streams implementation
2018-11-07 17:10:00 -05:00
Karl Gutwin
0b57ffe26a
Add StreamSpecification to dynamodb2 package
2018-11-07 15:03:25 -05: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
adam davis
b66965e6e8
Adding cloudformation-validate. Cfn-lint does the heavy lifting.
2018-11-05 15:16:32 -08: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
Stephan Huber
181b5539f6
📝 update coverage to reflect changes made
2018-10-25 12:45:35 +02:00
Stephan Huber
1c7becb4f6
🚨 linting error
2018-10-25 12:19:35 +02:00
Stephan Huber
bb7e1197bc
adding AWS IoT policy version handling
...
[+] `list_policy_version`
[+] `get_policy_version`
[+] `create_policy_version`
[+] `delete_policy_version`
[+] `set_default_policy_version`
2018-10-25 12:13:56 +02:00
George Alton
aa4be6fcad
Adds limiting/pagination to cognitoidp list_* functions
2018-10-24 15:56:20 +01:00
Stephan Huber
36d8f118e3
implement attach_policy
, detach_policy
and list_attached_policy
2018-10-24 14:53:08 +02:00
Stephan Huber
4fdc8f8136
Merge remote-tracking branch 'upstream/master'
2018-10-24 11:27:49 +02:00
Drew Pearce
ecc7c24467
simple fix for not equals in dynamodb filter expressions. i suspect this was just a typo
2018-10-23 15:54:56 -04:00
Drew Pearce
544050ab27
added tests for dynamodb not equals
2018-10-23 15:37:28 -04:00
Adam Davis
ede02e2c2a
Without double quotes, pip would not install
2018-10-22 13:37:52 -07:00
Jon Banafato
b4c44a820f
Add a long description to setup
...
Include the readme as the `long_description` argument to `setup` and set
its content type appropriately. This allows PyPI to render the content
correctly.
2018-10-19 17:09:19 -04:00
Steve Pulec
71a054af92
Merge pull request #1882 from georgealton/add_keyId_support_to_get_usage_plans
...
Adds keyId support to apigateway get_usage_plans
2018-10-17 23:50:42 -04:00
Steve Pulec
c09b91de71
Merge pull request #1883 from georgealton/raise_user_not_found_error
...
Missing users now raise a UserNotFoundException
2018-10-17 23:49:22 -04:00
Steve Pulec
1fe32f4338
Merge pull request #1884 from willbengtson/get-account-auth-details-test-fix
...
remove the marker since this is truncated
2018-10-17 23:46:09 -04:00
Will Bengtson
4a7ed0d43e
remove the marker since this is truncated
2018-10-17 15:48:13 -07:00
George Alton
2d2708cfd7
Missing users now raise a UserNotFoundException
...
A missing user in a cognito user pool has raises a UserNotFoundException,
not a ResourceNotFoundException. This commit corrects the behaviour so
that the correct exception is raised
2018-10-17 18:39:52 +01:00
George Alton
d919024510
Adds keyId support to apigateway get_usage_plans
...
apigateway is able to filter the result set, returning only usage plans
with the given keyId.
This commit supports filtering the usage plans returned to the user by
filtering the list of usage plans by checking for usage plan keys
2018-10-17 13:44:00 +01:00
Steve Pulec
2aad36f984
Merge pull request #1880 from garyd203/cognitoidp-user-enabled
...
Be able to change `enabled` status for cognito-idp users
2018-10-16 23:24:44 -04:00
Steve Pulec
e20d08435b
Merge pull request #1879 from mikegrima/iamgroupfixes
...
Fixes for IAM Groups
2018-10-16 23:23:53 -04:00
Steve Pulec
c52a408a56
Merge pull request #1878 from garyd203/dynamodb2-compare-keys-to-list
...
Don't compare a dict_keys object to a list, since it is always False
2018-10-16 23:23:07 -04:00
Gary Donovan
1b42c7bf7a
Be able to change enabled
status for cognito-idp users
2018-10-17 11:28:24 +11:00
Gary Donovan
ffa7560d02
Implement user-group relationships for cognito-idp
2018-10-17 11:19:33 +11:00
Gary Donovan
04fdd5617a
Implement group management for cognito-idp
2018-10-17 11:19:33 +11:00
Gary Donovan
24e942b50e
Update list of implemented endpoints for cognito-idp
2018-10-17 11:16:37 +11:00
Mike Grima
8ae1a2b357
Fixes for IAM Groups
2018-10-16 17:14:23 -07:00