Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Moto

Moto is a test library for all AWS SDK's.
Collective - Host: opensource - https://opencollective.com/moto - Website: https://docs.getmoto.org - Code: https://github.com/getmoto/moto

Implemented creating autoscaling group from instance.

github.com/getmoto/moto - c8abd43c881e8f48fd2c82dca0f781aa61662f5c authored over 5 years ago by acsbendi <[email protected]>
Created tests for calling CreateAutoScalingGroup with an instance id.

github.com/getmoto/moto - 4ca0bd807f05657894fad11c8bb25bc6f8c91afc authored over 5 years ago by acsbendi <[email protected]>
Fix 'MaxRecords' type issues by _get_param()

It alternates _get_param() with _get_int_param() on parsing the
parameter 'MaxRecords'.

github.com/getmoto/moto - 5d91ce20fc4e48a42810149e1faf455d38a6f456 authored over 5 years ago by Jongseok Choi <[email protected]>
Fix moto_server handling of unsigned requests

Certain AWS requests are unsigned. Moto in standalone server mode
implements an heuristic to ded...

github.com/getmoto/moto - 19fef76a5faa8cc5e6df5e82a40016f8b4ad91f6 authored over 5 years ago by Carlos Aguado <[email protected]>
Fixed incorrect authentication error handling in S3.

github.com/getmoto/moto - 95799b99bc5a31f112b1b493a628a877ee652219 authored over 5 years ago by acsbendi <[email protected]>
Handle change of ASG desired capacity on min and max size update

A change in UpdateAutoScalingGroup:
* if a value for MinSize is specified without specifying a v...

github.com/getmoto/moto - 1b3157ced0de580921a58a668b944619d0e17a77 authored over 5 years ago by Berislav Kovacki <[email protected]>
Merge pull request #2313 from caguado/fix/2312

Implement assume_role_with_web_identity

github.com/getmoto/moto - 6bc07360a1b44b43bc7d22005559168299d2c1da authored over 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2309 from caguado/fix/2308

Implement update_user_pool_domain

github.com/getmoto/moto - d1e057ecab320ccaf8968b19762371f0029c17b3 authored over 5 years ago by Steve Pulec <[email protected]>
Implement assume_role_with_web_identity

The AssumeRoleWithWebIdentity is a similar endpoint to STS's AssumeRole
where the authentication...

github.com/getmoto/moto - e54f74776b0b69a3fa848dba946951a532b30aa1 authored over 5 years ago by Carlos Aguado <[email protected]>
Implement get_open_id_token

Introduce the CognitoIdentity's GetOpenIDToken endpoint to retrieve a
JWT tuple from Cognito's I...

github.com/getmoto/moto - 7c17fcd21d1ee09bce1c12d31c1a631af1d062ec authored over 5 years ago by Carlos Aguado <[email protected]>
Merge pull request #2291 from spulec/context-manager-return-mock

Have context manager return mock.

github.com/getmoto/moto - 9acdc59aa4ec54e2b995a4793503513e0b0dc055 authored over 5 years ago by Steve Pulec <[email protected]>
Implement update_user_pool_domain

Introduce the CognitoIDP's UpdateUserPoolDomain to update configuration
options of the associate...

github.com/getmoto/moto - 81980850d4c140849af5ecd09001807434b5bacc authored over 5 years ago by Carlos Aguado <[email protected]>
Merge pull request #2297 from yan12125/patch-2

setup.py: remove unnecessary 'datetime' entry

github.com/getmoto/moto - e4ed14b131900460584c001be8d53596c88493c5 authored over 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2295 from garrettheel/condition-expr-or-evaluation

dynamodb2: Defer evaluation of the OR RHS in condition expr

github.com/getmoto/moto - 25ab3afc3162cfff3e91bb101476aa7b790c4aae authored over 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2307 from efiop/master

moto: s3: support partNumber for head_object

github.com/getmoto/moto - ef4f7e1ecc90055fec82808774047bfef2880800 authored over 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2306 from bkovacki/extend-describe-network-interface-filter

Extend EC2 DescribeNetworkInterface filter support

github.com/getmoto/moto - 67b3d07e5d2fc6fca6c4085a952a53b912579db3 authored over 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2301 from asherf/versions

Update supported python versions, add badages.

github.com/getmoto/moto - f80b309835a8dc2ddaaf3fce81b782d34fe84680 authored over 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2299 from bkovacki/rds-vpc-security-groups-set-update

Add support for VpcSecurityGroups set/update in RDS

github.com/getmoto/moto - 3ad72a987151bbb4694065da9759d8876e2f914b authored over 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2305 from jakzo/fix-id-generation

Fix ID generation

github.com/getmoto/moto - 3a92d0f016d1bbdf9c93091e8c62dae96d38ea68 authored over 5 years ago by Steve Pulec <[email protected]>
moto: s3: support partNumber for head_object

To support it, we need to keep multipart info in the key itself when
completing multipart upload...

github.com/getmoto/moto - 2c2dff22bca7587d3e1e5106615cabd995447f69 authored over 5 years ago by Ruslan Kuprieiev <[email protected]>
Remove double-dev from release name.

github.com/getmoto/moto - 8b3b1f88ab6da6cfedf1cf39fb9eb56c9fc2b137 authored over 5 years ago by Steve Pulec <[email protected]>
Set version to 1.3.14.dev.

github.com/getmoto/moto - 86e650ff0166afef94549e33dc2c795755dfe516 authored over 5 years ago by Steve Pulec <[email protected]>
Disable non-prereleases; prep for 1.3.13.

github.com/getmoto/moto - cf95313b39a601ba0325a582b9428008e73594e0 authored over 5 years ago by Steve Pulec <[email protected]>
Fix where we check version length.

github.com/getmoto/moto - 77d5d099b9914a9c0b501914fedc6c01a646ec88 authored over 5 years ago by Steve Pulec <[email protected]>
Add more debug logs.

github.com/getmoto/moto - 81da2f5ff153ae870ff2e2613ee7bc1bd478c205 authored over 5 years ago by Steve Pulec <[email protected]>
Prep for release 1.3.12

github.com/getmoto/moto - 57136a5f1b7cd2457cb9ceb4b8fd4b42bbf8a140 authored over 5 years ago by Steve Pulec <[email protected]>
Extend EC2 DescribeNetworkInterface filter support

* add description property to EC2 NetworkInterface
* extend DescribeNetworkInterfaces filter sup...

github.com/getmoto/moto - e67e2deee440999fb4a44dc3bec298777e4ed7f7 authored over 5 years ago by Berislav Kovacki <[email protected]>
Fix ID generation

github.com/getmoto/moto - 9633917aec064b0aef8624e900275ab55f4f2138 authored over 5 years ago by jakzo <[email protected]>
Update supported python versions, add badages.

github.com/getmoto/moto - 4a87bdf1f34a0ec238bb33f6d57736b4247c2939 authored over 5 years ago by Asher Foa <[email protected]>
GetUser returns the IAM user who owns the access key in the request.

github.com/getmoto/moto - 1b8179992e5fcec5cad612b8211055f737962e39 authored over 5 years ago by acsbendi <[email protected]>
Use abc in a python2-compatible way.

github.com/getmoto/moto - 7db2d0f38c1e578231009468d985ccdd79584ebf authored over 5 years ago by acsbendi <[email protected]>
Replaced print with log.debug.

github.com/getmoto/moto - 7b096d690fc203baf3047cb23fece50f3b188756 authored over 5 years ago by acsbendi <[email protected]>
Fixed linting errors.

github.com/getmoto/moto - de01adec57b70762a99dceeefbfedce653df61a3 authored over 5 years ago by acsbendi <[email protected]>
Merge branch 'spulec-master'

github.com/getmoto/moto - b0fbd834c0274920817f490114133a4d7e858ab9 authored over 5 years ago by acsbendi <[email protected]>
Merge branch 'master' of https://github.com/spulec/moto into spulec-master

github.com/getmoto/moto - 419fcf2ee93118b93f2fb37d994cfab30d2c8054 authored over 5 years ago by acsbendi <[email protected]>
Add support for VpcSecurityGroups set/update in RDS

github.com/getmoto/moto - 4ed189c45438c9f27ba26a9f6d8ea58b37694eb4 authored over 5 years ago by Berislav Kovacki <[email protected]>
setup.py: remove unnecessary 'datetime' entry

This entry is added in [1]. New statements in [1] use the built-in datetime module, which is ava...

github.com/getmoto/moto - 92bf8eff12b49def8e9689c57d26184c548546d0 authored over 5 years ago by Chih-Hsuan Yen <[email protected]>
Merge pull request #2296 from bkovacki/create-rds-with-option-group

Add support for OptionGroupName in create_db_instance

github.com/getmoto/moto - 396cb39676efc6303129b5fe913673579f26a1a9 authored over 5 years ago by Steve Pulec <[email protected]>
Add support for OptionGroupName in create_db_instance

github.com/getmoto/moto - 4fd0b5c7109d588d6f82d78a6151b9a927d2020e authored over 5 years ago by Berislav Kovacki <[email protected]>
Flip when we test passthru.

github.com/getmoto/moto - 2a0df1e1a87c3290a4cb7b24bcc2cac6e40f4e33 authored over 5 years ago by Steve Pulec <[email protected]>
dynamodb2: Defer evaluation of the OR RHS in condition expr

github.com/getmoto/moto - 0093a7992fe6d833055b4b63a5ac6652aa245604 authored over 5 years ago by Garrett Heel <[email protected]>
Fixed error on single (non-list) Statements.

github.com/getmoto/moto - 9d992c9335e02bc231f17a4ffa12577a86d562bc authored over 5 years ago by acsbendi <[email protected]>
Default INITIAL_NO_AUTH_ACTION_COUNT should be infinity.

github.com/getmoto/moto - 59f091bdea069a6c64c8a03ad8a54a230eb62640 authored over 5 years ago by acsbendi <[email protected]>
Raising MalformedXML exception when using boto3 client and s3.delete_objects()

github.com/getmoto/moto - f32db6e64aaa2f72cc8f8095fdfd79c9800ebf12 authored over 5 years ago by Mariusz Strzelecki <[email protected]>
Only test passthrough exception in non-server mode.

github.com/getmoto/moto - 11506e21d583f996415ee29d0a78f432e06663dd authored over 5 years ago by Steve Pulec <[email protected]>
Prep for 1.3.11

github.com/getmoto/moto - 108dc6b049d8a63a6d2c46d47f97beae427eedc0 authored over 5 years ago by Steve Pulec <[email protected]>
1.3.10

github.com/getmoto/moto - ab67c1b26e63734f400ad31a8ae0ec3cfb65b149 authored over 5 years ago by Steve Pulec <[email protected]>
Cleanup responses mocking. Closes #1567

This unblocks requests to other websites with requests while Moto
is activated. It also adds a w...

github.com/getmoto/moto - c7147b06b119f68483a532daa6fe8a248bc3feb0 authored over 5 years ago by Steve Pulec <[email protected]>
Dont test context manager in server mode.

github.com/getmoto/moto - c2e382f537b87cdc898924eeea2ef66a2d4f1741 authored over 5 years ago by Steve Pulec <[email protected]>
Cleanup model ref resetting.

github.com/getmoto/moto - b19c201975a1cf243d6441fbe7def08466b099e1 authored over 5 years ago by Steve Pulec <[email protected]>
Fixed S3 actions not handled properly.

github.com/getmoto/moto - bec0c5a273e14d66affbe1cebdefe54fc4f3574b authored over 5 years ago by acsbendi <[email protected]>
Have context manager return mock.

github.com/getmoto/moto - 308712841cb1e9021fce9615d035017421d953b4 authored over 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2289 from spulec/fix-2275

Fix for UpdateExpression with newline. Closes #2275.

github.com/getmoto/moto - 12aa5dddf76ee6753cfb45fa79d37c570e0f32af authored over 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2266 from garrettheel/feat/dynamodb-expressions

Improve DynamoDB condition expression support

github.com/getmoto/moto - 6a13d546161aa825c55c8b59c73fc5b77278f2a4 authored over 5 years ago by Steve Pulec <[email protected]>
Fix for UpdateExpression with newline. Closes #2275.

github.com/getmoto/moto - 53f8997d622694153b6a74766da295179845a7d3 authored over 5 years ago by Steve Pulec <[email protected]>
Removed unused exception.

github.com/getmoto/moto - 947e26ce1b5873c5cfb1065d884bee4727fe4a2f authored over 5 years ago by acsbendi <[email protected]>
Fixed bugs in processing policies belonging to assumed roles.

github.com/getmoto/moto - 1df4e8da2f590bd74831836c43b87d836607cb85 authored over 5 years ago by acsbendi <[email protected]>
remove dead code

github.com/getmoto/moto - ba95c945f9b16f692b217f89816eae36fccab11c authored over 5 years ago by Garrett Heel <[email protected]>
Add getting setup to contributing.

github.com/getmoto/moto - e77c4e3d09f39e6415fbbc86cfb98709480eb1a9 authored over 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2287 from bkovacki/add-instance-create-time-to-db-instance

Add InstanceCreateTime to DBInstance

github.com/getmoto/moto - d758952d84533febc14516ff7f8dc9804a1079b6 authored over 5 years ago by Steve Pulec <[email protected]>
Add InstanceCreateTime to DBInstance

github.com/getmoto/moto - c51ce76ee9ccd64760157d2dde8158462dd7420b authored over 5 years ago by Berislav Kovacki <[email protected]>
Merge pull request #2016 from adriangalera/ses->sns

Enable SES feedback via SNS

github.com/getmoto/moto - 7bb2b9dc8ce9692eb810a9eb1234aebfa319aaaf authored over 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2082 from markchalloner/mark-alias-target

Fix route53 alias response.

github.com/getmoto/moto - a9ec1c7ee7ed3d399298a39c1f890579afbd7b2c authored over 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2286 from acsbendi/assume-role-fix

AssumeRole returns randomly generated credentials.

github.com/getmoto/moto - 841eaf38867a2d5103726ec68fa80d70f726de0a authored over 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2276 from aakhan-sep/master

Implement If-Modified-Since in GET Object for S3 Bucket

github.com/getmoto/moto - 8c61bce1a28ec2fc6a760e6c7a62262084ab74f7 authored over 5 years ago by Steve Pulec <[email protected]>
Implemented finding credentials from already created IAM users and roles.

github.com/getmoto/moto - 23957fe94091273ebee6d836d30be298d1d323e2 authored over 5 years ago by acsbendi <[email protected]>
Merge pull request #2156 from william-richard/set-lambda-function-physical-resource-id

Set lambda function physical resource id

github.com/getmoto/moto - 8b2ddb7579cd4f62858a220301147160a9853eb4 authored over 5 years ago by Steve Pulec <[email protected]>
Merge pull request #8 from acsbendi/assume-role-fix

AssumeRole returns randomly generated credentials.

github.com/getmoto/moto - 4ccf48e46b1d3c7db798dee0c91817088003d61b authored over 5 years ago by Bendegúz Ács <[email protected]>
AssumeRole returns randomly generated credentials.

github.com/getmoto/moto - ab0d23a0ba2506e6338ae20b3fde70da049f7b03 authored over 5 years ago by acsbendi <[email protected]>
Merge branch 'spulec-master'

github.com/getmoto/moto - 0d03a31bae5cb02ccbb8aeea051470911842efb8 authored over 5 years ago by acsbendi <[email protected]>
Merged upstream master

github.com/getmoto/moto - e64d1c1790385d26d55b3314961f98d2bf0dd63e authored over 5 years ago by acsbendi <[email protected]>
Merge branch 'master' into mark-alias-target

github.com/getmoto/moto - 414ff930ed227ed471ac2529fe635649e9d9b341 authored over 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2070 from bkovacki/add-attributes-parameter-for-sns-create_topic-api

Add attributes parameter support for sns create_topic API

github.com/getmoto/moto - ac338453674fa9e507fb1545c9d053cf5a189b7e authored over 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2243 from hjarrell/master

Add CreateDate to iam list_groups_for_user.

github.com/getmoto/moto - d7af2870f875d0636054aa587e907e4a28fbd37a authored over 5 years ago by Steve Pulec <[email protected]>
Merge branch 'master' into set-lambda-function-physical-resource-id

github.com/getmoto/moto - 8d06e6e93d776d0256c0ebc8e1bb32997253415c authored over 5 years ago by Steve Pulec <[email protected]>
Merge pull request #1886 from jonafato/python-versions

Add Python 3.7 support, remove Python 3.3 support

github.com/getmoto/moto - 1cbfa4a4ae695706f3a8f4aa1fab38c70f1e62f6 authored over 5 years ago by Steve Pulec <[email protected]>
Move env variable mocking and undo when stopping. CC #2058, #2172.

github.com/getmoto/moto - 79cd1e609c5ff7153e11956c1f164cda504732fe authored over 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2284 from wndhydrnt/fix-iam-get-role-policy-not-found

Raise exception if a role policy is not found

github.com/getmoto/moto - 6efd5582d718e2a211f2c3c9271e91535f80dcea authored over 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2274 from corydolphin/failing-test

Adds failing test for socket.socketpair()

github.com/getmoto/moto - 4e6eb25512a911f332c24da08683c378898c8184 authored over 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2283 from myazinn/example_on_scala

Example of using a moto server with Scala

github.com/getmoto/moto - 67242946ef15fe45c3e85ef6197687434b33b4a4 authored over 5 years ago by Steve Pulec <[email protected]>
Raise exception if a role policy is not found

github.com/getmoto/moto - 67326ace4fb6a01f522ee390a6e225c4ce11ccac authored over 5 years ago by wndhydrnt <[email protected]>
Added an example of using a moto server with Scala

github.com/getmoto/moto - ea7ac6e9cfd40ad1245997b5e9e8eb5dacc3f4d7 authored over 5 years ago by MiazinNikita <[email protected]>
Fix wrong tag for cloudwatch metrics response. Closes #2267.

github.com/getmoto/moto - af0205b6a33ab00f6b2ad2833cf9cc0998386407 authored over 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2245 from vrtdev/bugfix/r53-delete-type

Route53 Delete: respect the given Type

github.com/getmoto/moto - 574055da2c87b331d56980ea395506ce92bf041f authored over 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2277 from mattsb42-aws/pyyaml

bump PyYAML minimum version

github.com/getmoto/moto - 09ac1eed7a016d67f1fc75d3ff96541a68d13e0c authored over 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2268 from acsbendi/policy-version-fixes

IAM policy version fixes

github.com/getmoto/moto - 3bafc89b40c2a40994123d5dc8a21dfa3a720b03 authored over 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2280 from acsbendi/create-access-key-fix

Create access key fix

github.com/getmoto/moto - 04f8446a937713a3a964f3ad92d528ee58396eec authored over 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2281 from acsbendi/describe-instance-attribute-fix

Describe instance attribute fix

github.com/getmoto/moto - fab6eb436e9cf656850c14a15175658ff8f80c82 authored over 5 years ago by Steve Pulec <[email protected]>
Merge pull request #5 from acsbendi/describe-instance-attribute-fix

Describe instance attribute fix

github.com/getmoto/moto - a516d46790fe7b670ce791fd26ca4928cefbd798 authored over 5 years ago by Bendegúz Ács <[email protected]>
Merge pull request #4 from acsbendi/create-access-key-fix

Create access key fix

github.com/getmoto/moto - 94472c3890f33adff60a210712e0f61e78981609 authored over 5 years ago by Bendegúz Ács <[email protected]>
Merge branch 'master' into create-access-key-fix

github.com/getmoto/moto - 5594195e287b00ba48b58bb36f2d264e481f5a86 authored over 5 years ago by Bendegúz Ács <[email protected]>
Fixed a linting error.

github.com/getmoto/moto - b0aab6fb1548709a16015c36a9d9a33878881d08 authored over 5 years ago by Bendegúz Ács <[email protected]>
Fixed value is present in response even if it's None.

github.com/getmoto/moto - 7de0ef0f8b24f05580268324650b2d3cac600860 authored over 5 years ago by acsbendi <[email protected]>
Fixed security group IDs not returned correctly.

github.com/getmoto/moto - 0b88dd1efb0795c52c846ee72ff5d578669532a1 authored over 5 years ago by acsbendi <[email protected]>
Fixed attributes missing from Instance.

github.com/getmoto/moto - 9e6152588a10c4df076c583604122b618bee6826 authored over 5 years ago by acsbendi <[email protected]>
Implemented raising error if the attribute is invalid.

github.com/getmoto/moto - 9623e8a10c70967ad3e019138746af85ce603a36 authored over 5 years ago by acsbendi <[email protected]>
Created test case for describe_instance_attribute.

github.com/getmoto/moto - 7215b0046698aee0ed4db92d309742a46e3e809b authored over 5 years ago by acsbendi <[email protected]>
Fixed format of access key ID and secret access key.

github.com/getmoto/moto - 48f0c6f194175f515738768bd0c996082e5188ef authored over 5 years ago by acsbendi <[email protected]>
Return CreateDate in CreateAccessKey response.

github.com/getmoto/moto - 9382c40c37fe2b7074feb85a39972aaf2aacbfc4 authored over 5 years ago by acsbendi <[email protected]>
Fixed minor errors in test.

github.com/getmoto/moto - 0bd2c5adb401a84e0d7afc2cbb3eaa1d9d273793 authored over 5 years ago by acsbendi <[email protected]>