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

add tests

github.com/getmoto/moto - 51e7002cbb84c9524372f216115461e2ce5c3f12 authored almost 5 years ago
Merge pull request #2938 from bblommers/circular_import_error

Circular import error

github.com/getmoto/moto - 2e91b912948aaee27546a5b3d79dc5ba52133a32 authored almost 5 years ago
Merge pull request #2930 from usmangani1/LSISSUE1450

EC2 enhancement create vpc end point

github.com/getmoto/moto - 2e19666e675b6547cb5b197a64e0d69dc63c7f59 authored almost 5 years ago
Fix circular import issue

github.com/getmoto/moto - d6d2a38c76ba15051424c237ece0b12b6c1d5d11 authored almost 5 years ago
Merge pull request #42 from spulec/master

Merge upstream

github.com/getmoto/moto - 842e95120c6ee11d390ba3dd2fb0b67779c19918 authored almost 5 years ago
added test asserts and review comments

github.com/getmoto/moto - f4888da33498592d6a1e25a073ddf4673947afa6 authored almost 5 years ago
Merge pull request #2933 from mpenkov/relax-pins

relax version pins in setup.py for non-Py2 users

github.com/getmoto/moto - d608a617b2b299384ccaeffa5b827d7b5ae042cf authored almost 5 years ago
update requirements-dev.txt

github.com/getmoto/moto - 79b022fbc130bdfc461f773894d4e14f0e921def authored almost 5 years ago
Merge pull request #2931 from asherf/travis

Add eu-south-1

github.com/getmoto/moto - b481ca8e3e6f32332c15385cedf9ace2b3584d6f authored almost 5 years ago
fix list comprehension

github.com/getmoto/moto - 45d99aef690c0c7aeea403ead07064d0fda85497 authored almost 5 years ago
more pins for Py2

github.com/getmoto/moto - 179f5170d4c721be9121b35ae24130f44f05cffe authored almost 5 years ago
relax version pins in setup.py for non-Py2 users

github.com/getmoto/moto - 4a7b5adbaedb30c34e3a8ff703cb2669fc0f9f79 authored almost 5 years ago
Add eu-south-1

github.com/getmoto/moto - 8e2a14ba502146acb94a51f67294aa2006d1b02b authored almost 5 years ago
enhancement Create-VPC-endpoint

github.com/getmoto/moto - 84100c44831a2060ceb33a36ecdab339bbf68d0b authored almost 5 years ago
Merge pull request #41 from spulec/master

Merge upstream

github.com/getmoto/moto - 55d7a2896874b7e580f18d198acec48634a9e7b9 authored almost 5 years ago
Merge pull request #2697 from Procrat/performance

Import time reduction

github.com/getmoto/moto - 56887073aa4e201e9f2c72b1db8f1b54adbacca5 authored almost 5 years ago
Merge pull request #2921 from getglad/support_optin_regions

Support OptInStatus for EC2 describe_region calls

github.com/getmoto/moto - f33e810e15acee2a03e872f104f117c1cbdbd0dc authored almost 5 years ago
Merge pull request #2927 from apalumbo/master

Api gateway api get_usage_plan and get_usage_plan_key revised to handle missing values

github.com/getmoto/moto - 9410daa28c76597ea96ffcfa6e5c07e9c158bebf authored almost 5 years ago
Keep sshpubkeys import function-local (~0.5s)

github.com/getmoto/moto - 8ff248456ba0fefc73655bb25939dd791407448c authored almost 5 years ago
Add FIXME about import time overhead

github.com/getmoto/moto - 1fc208e52ccadbc4e7c15d2140eef0970a4c1fd5 authored almost 5 years ago
Fix import errors

For Python 2, the lazy importing style uncovered some importing
mistakes. I can't quite figure o...

github.com/getmoto/moto - 9c13798f785b1a920eb7c703f659c94c45417b6f authored almost 5 years ago
Lazily import submodules

github.com/getmoto/moto - b8820009e811be23fdef99e7ce358ebc91493628 authored almost 5 years ago
Keep cfnlint import function-local (~1s)

Saves about 1s of startup time.

github.com/getmoto/moto - 1fbf76b95a6f48768d681d1156fab68fed9bdd97 authored almost 5 years ago
Keep pkg_resources import function-local (~0.06s)

github.com/getmoto/moto - e2af07df446850483fd9f3c1edd0a7340d3510a8 authored almost 5 years ago
Merge https://github.com/spulec/moto into support_optin_regions

github.com/getmoto/moto - ff1beea2801d103c2c4d89784b656d1f1eef6bc8 authored almost 5 years ago
Fixed apigateway usage plan api when dealing with non existing usage plans and non existing api keys

github.com/getmoto/moto - 05860fcdd1bf0135df9aeeae626e6229ba9cdbda authored almost 5 years ago
Merge pull request #2929 from mikegrima/fixcw

Fixed a regression with CloudWatch

github.com/getmoto/moto - e09dfac95baada72458759998adebda97ad6a77a authored almost 5 years ago
Fixed a regression with CloudWatch

github.com/getmoto/moto - dd22e7855a2d28b969a955ec940c30bf5d141804 authored almost 5 years ago
static list of preexisting regions

github.com/getmoto/moto - f8cabf0729e72c9f295f52dd73f9af19148b72c0 authored almost 5 years ago
Merge pull request #2919 from antoinewdg-mt/fix-s3-delete-objects-with-versioning

Handle VersionId in S3:delete_objects

github.com/getmoto/moto - b5a894dd89c2d9b272e89c62967fdfcd90dc5d20 authored almost 5 years ago
Use xmltodict for parsing

github.com/getmoto/moto - 41abd4344bdcb2dfd5dd4fcebf9bc6be325c052e authored almost 5 years ago
Merge pull request #2924 from pvbouwel/ddb_full_parsing_executor

Improve DDB expressions support4: Execution using AST

github.com/getmoto/moto - 30a98de687a752faa9e25475e6dc8fa69b95d36d authored almost 5 years ago
Merge pull request #2894 from microe/add_sts_assume_role_with_saml

Add the STS call assume_role_with_saml

github.com/getmoto/moto - 60bcb46729538f394dc43a6538a04562200b569c authored almost 5 years ago
Merge pull request #2879 from bblommers/feature/dynamodb_transact_write_items

Feature: DynamoDB: transact_write_items

github.com/getmoto/moto - 2b255b0c5b9204b6c55eaccffcf042244b21184f authored almost 5 years ago
Merge pull request #2925 from pvbouwel/data_files_fix

Place reserved_keywords.txt not in root.

github.com/getmoto/moto - 807d67d3cc3fb0216da1ea9a558a23d077a1c0fc authored almost 5 years ago
Place reserved_keywords.txt not in root.

Do not use data_files in setup.py but MANIFEST.in
Otherwise some enviroments throw errors when t...

github.com/getmoto/moto - 0bd586eb67323b501752023050cbc69854de9805 authored almost 5 years ago
Improve DDB expressions support4: Execution using AST

Part of structured approach for UpdateExpressions:
1) Expression gets parsed into a tokenlist (...

github.com/getmoto/moto - ec731ac901563d256d8b24779e35050f06a9bfba authored almost 5 years ago
Merge pull request #2920 from lukaszpierog/handle-tags-and-description-in-secrets

Do not remove tags after secret update, handle description

github.com/getmoto/moto - 6a41573eb8aecd58a77151c6ff9f99e85f841df4 authored almost 5 years ago
Merge branch 'master' into feature/dynamodb_transact_write_items

github.com/getmoto/moto - 56aa454397f1f027b7c324a73cafb383c9b4e5ef authored almost 5 years ago
Merge pull request #40 from spulec/master

Merge upstream

github.com/getmoto/moto - 991a740b47e95e16a763017c888835d6920eba33 authored almost 5 years ago
Merge pull request #2909 from oliparcol/bug/2759

S3 - Allow keys to start with leading slashes

github.com/getmoto/moto - efbb9c54a5ff71a5ae065c325276649afd94d97d authored almost 5 years ago
Merge pull request #2837 from bblommers/bug/2810

EC2 - Explicitly set ebs_optimized to false if not specified

github.com/getmoto/moto - fbc431dbffb82f06c4afd9a2ae884c6483880cf0 authored almost 5 years ago
Merge pull request #2838 from bblommers/feature/2388

CloudFormation - CreateChangeSet should not create resources

github.com/getmoto/moto - 229b3ec196d27a16252d1c53069da74af4b48ca8 authored almost 5 years ago
Merge pull request #2852 from bblommers/feature/mock_eb

Add mock for ElasticBean

github.com/getmoto/moto - ac6c550fe6260bb6dddfe4a2f690a7abae666689 authored almost 5 years ago
Merge pull request #2857 from bblommers/feature/extend_generic_tagger_to_s3

S3 - Extend generic TaggingService to s3

github.com/getmoto/moto - 111d0519f5bcde1fa915c3f3aefbae1c70b6c745 authored almost 5 years ago
Merge branch 'master' into feature/extend_generic_tagger_to_s3

github.com/getmoto/moto - b24b7cb858411b7a4ff2776f9fede4f87b255c70 authored almost 5 years ago
Merge pull request #2861 from bblommers/feature/883

Lambda - Add test to verify remove_permission functionality

github.com/getmoto/moto - a35d1cb780186cbae72bc7200cb82ecc3040a299 authored almost 5 years ago
Merge pull request #2864 from bblommers/bugfix/2800

CognitoIdentity - Fix Format of Identity ID

github.com/getmoto/moto - 365a2d140b9fcb619deb775443128344384fa61e authored almost 5 years ago
Merge pull request #2848 from bblommers/feature/2239

CloudWatch - Initial get-metric-data implementation

github.com/getmoto/moto - b4a11cd19f699564af120942f9d21a11fd617671 authored almost 5 years ago
Merge pull request #2828 from bblommers/feature/dynamodb_item_limit

DynamoDB - Implement 1MB item limit

github.com/getmoto/moto - adf741b3ffeb99b482f94c54413985b7c113fbcc authored almost 5 years ago
Merge branch 'master' into feature/dynamodb_item_limit

github.com/getmoto/moto - 8595493aeed671e2ca28aa72858158b3febf092d authored almost 5 years ago
Merge pull request #2825 from bblommers/feature/2699

EC2 - Add option to add volumes using CloudFormation

github.com/getmoto/moto - 9c3f6c7592509129d4c2d05065838710e38e688e authored almost 5 years ago
Merge pull request #2823 from bblommers/bug/2797

DynamoDB - Allow case insensitive AND in KeyConditionExpression

github.com/getmoto/moto - dbeb16d9b9ce4d975934f36132bf114cc9be0706 authored almost 5 years ago
Merge pull request #2834 from bblommers/feature/cloudwatch-integrated-metrics

Cloudwatch - Add default metrics for other services

github.com/getmoto/moto - f4338876ffb3ba8df34ad3299d4c08ba0f58e40e authored almost 5 years ago
Merge pull request #2922 from johnwc/enhancement/apigateway-policy

Add policy to API Gateway

github.com/getmoto/moto - bd650d9b48d8f6bf1de55ab004f8778484c6516c authored almost 5 years ago
Updated for black

github.com/getmoto/moto - 4a800d8f2c8677b098ea0a2c41deface8236c267 authored almost 5 years ago
Allow S3 keys to start with leading slashes.

github.com/getmoto/moto - 637e0188a2ab81bf3a72b7ddae2677f235c50973 authored almost 5 years ago
Fixing lint errors.

github.com/getmoto/moto - d852f7dd063ae17cc1fa7f97bc3510e3daef55e9 authored almost 5 years ago
Add unit test for add apigateway with policy

github.com/getmoto/moto - 0828c5af9dfff7430537cfb26cc62a8523d9cef3 authored almost 5 years ago
Add policy to apigateway

github.com/getmoto/moto - a658900d69ca4ae36a4b265161809a529aabb211 authored almost 5 years ago
handle description in describe secret operation, add tests

github.com/getmoto/moto - b63110be9e7fc249eda1528a9161fa1870f0484a authored almost 5 years ago
black reformatting changes

github.com/getmoto/moto - 59c1f0e1313ae362b192dfbc98b698129157a660 authored almost 5 years ago
Support OptInStatus for EC2 describe_region calls

github.com/getmoto/moto - 908468edb6e9151d1607972c325f5e9dd22b6681 authored almost 5 years ago
Merge pull request #2908 from d-ryzhikov/fix/table-filter-value-error

Handle ValueError raised on missing table name

github.com/getmoto/moto - eb1728850349badcb8d85e8d22ab0d534639f6ec authored almost 5 years ago
apply black formatting

github.com/getmoto/moto - ef67aee1a38e7b722d395f424aff206bc63af0dd authored almost 5 years ago
do not require secret to exist on PutSecretValue operation

github.com/getmoto/moto - 6483e3be806f25f02632f0f53f8810c8ae212468 authored almost 5 years ago
Do not remove tags after secret update, handle description

github.com/getmoto/moto - 3e145ef8df0433141a8c17bd33505991a25bf4be authored almost 5 years ago
Handle VersionId in S3:delete_objects

VersionId is not read in delete_objects requests, and the behavior
differs from its singular cou...

github.com/getmoto/moto - 9ed6e52d0ab86a0bd7b00caeb4af2c2cfb54bf42 authored almost 5 years ago
Merge pull request #2917 from asherf/warns

Add new AWS Region: af-south-1

github.com/getmoto/moto - cd6dbe5b03edc479535120d5418c6321b643b213 authored almost 5 years ago
add two more zones.

github.com/getmoto/moto - 1d31ea6397ef2349ea89ba481b1c2af23bde9d05 authored almost 5 years ago
Add af-south-1

The new version of botcore adds this region: https://github.com/boto/botocore/commit/f7dc4730ad3...

github.com/getmoto/moto - 194de2b6eaf5d884b6bbce8856d6f0e21eb45149 authored almost 5 years ago
Merge branch 'master' into fix/table-filter-value-error

github.com/getmoto/moto - e866df9b9d13852d7d18bca9522eb9815114d691 authored almost 5 years ago
Merge pull request #2916 from gtmanfred/master

Make all CallbackResponse requests into a Werkzeug Request

github.com/getmoto/moto - cca3ea9ddf42d8fefd2402c21b08262efe00f275 authored almost 5 years ago
Merge pull request #2914 from MarcosBernal/feature/add-get-databases-method-to-glue

Add get_databases method to glue and update IMPLEMENTATION_COVERAGE.md

github.com/getmoto/moto - 037c6e13209fe7596a40aff87bb92a2e510e02f3 authored almost 5 years ago
Update CONTRIBUTING to add Linting info

github.com/getmoto/moto - 343b20a5fbfebac4cebf3f1dbd6e794084fb65fe authored almost 5 years ago
Update IMPLEMENTATION_COVERAGE.md

Co-Authored-By: Bert Blommers <[email protected]>

github.com/getmoto/moto - 4cd2b201b5cb07165816b1e3a0c453e7a5410d1e authored almost 5 years ago
Make all CallbackResponse requests into a Werkzeug Request

The "request" object in CallbackResponse is the PreparedRequest send by
whatever client is used ...

github.com/getmoto/moto - 50a147592debbbb5e887d40d34ae146dbb266cdd authored almost 5 years ago
STS - Only check request-body of eligible requests for Actions

github.com/getmoto/moto - 25d1e1059e6ad28050147dc2257e6a12846396a9 authored almost 5 years ago
Merge pull request #39 from spulec/master

Merge upstream

github.com/getmoto/moto - 92b6268ccab3bb64e92284809990cc0567e17a47 authored almost 5 years ago
STS - Handle AssumeRoleWithSAML as an unsigned request

github.com/getmoto/moto - 50111929cc16ea270b6c7d266c934777c15c9ad5 authored almost 5 years ago
Merge pull request #2155 from gtmanfred/master

set default status for s3 posts and add success_action_redirect support

github.com/getmoto/moto - 4575f359c18fec836adce9a1cc850c9e5c69e2bd authored almost 5 years ago
use werkzeug

hooray, thanks pallets discord!

github.com/getmoto/moto - 4b0ba7320433b4b66488fc851c828f2ec1b56836 authored almost 5 years ago
process multipart form

github.com/getmoto/moto - 49b056563a2396727e17253d09e6924ce24ef09e authored almost 5 years ago
add test

github.com/getmoto/moto - b3f6e5ab2fed73cfc9f66de92b16cfa52e3602bc authored almost 5 years ago
set default status for s3 posts

and add support for success_action_redirect.

github.com/getmoto/moto - 156ba56fdc94414e45ff83763d04fca91b111513 authored almost 5 years ago
change code style to pass black --check

github.com/getmoto/moto - 9381c670ab5d9ab169b071c4cf7580d04dfb4636 authored almost 5 years ago
Add get_databases method to glue moto client. Update IMPLEMENTATION_COVERAGE.md with methods that were covered previously

github.com/getmoto/moto - 753a39ed0d195c3f3092d2f22fa361f93711f57b authored almost 5 years ago
Merge pull request #2913 from thatguysimon/patch-1

Mark sts > get_caller_identity() as implemented

github.com/getmoto/moto - ee0f676a033da5bf9ee6e5e9851755ef954c290e authored almost 5 years ago
Mark sts>get_caller_identity as implemented

Seems like it's implemented but not marked

github.com/getmoto/moto - 12669400b715ba9a3eb7759407fbf61f1283874c authored almost 5 years ago
Merge pull request #2911 from cm-iwata/fix_2910_list_thing_principal

Added existence check of target thing to IoT ListThingPrincipals

github.com/getmoto/moto - 12ac1cbae233c844f8901342d8f421385fc2f5e2 authored almost 5 years ago
Merge pull request #2885 from pvbouwel/ddb_full_parsing

DDB structured parsing

github.com/getmoto/moto - 6de239d6e4df8dbde6fb8e969421c53c9a8d4122 authored almost 5 years ago
fix lint

github.com/getmoto/moto - d9b782be0a6944426347378345b2289732a2c7d9 authored almost 5 years ago
Added existence check of target thing to IoT ListThingPrincipals

fix #2910

github.com/getmoto/moto - b6789a2cc7d7ab9c2bd3fdd5b95d00e6fa20758d authored almost 5 years ago
Add test for missing table name

github.com/getmoto/moto - 1a3a7d6a92619ec4142f5d4263f4b308b15e4209 authored almost 5 years ago
Merge pull request #2904 from rwhogg/elb-iso8601

Use ISO 8601 format for ELB DescribeLoadBalancers

github.com/getmoto/moto - 1017e040b3a944008aabf9f262d2d829c073c435 authored almost 5 years ago
Merge pull request #2907 from michael-k/classifiers

Add Python 3.8 to trove classifiers

github.com/getmoto/moto - 0b6b0ce9fe2dc25c06ad719bf2492c3e5b63d67f authored almost 5 years ago
Merge pull request #2906 from asherf/warns

Fix deprecation warnings.

github.com/getmoto/moto - 9e514672ddbfe0d51fd18500acf0bd7c0f017090 authored almost 5 years ago