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 Python 3.8 to trove classifiers

github.com/getmoto/moto - ad0805de0ec3546767f5c13141e3d072b8c6f496 authored almost 5 years ago
Fix deprecation warning.

github.com/getmoto/moto - 0d04306861f82cb7489b1d6d261dbaf3d6c745dd authored almost 5 years ago
Handle ValueError raised on missing table name

github.com/getmoto/moto - ed5e0b586c50955515fb2ed72a7c028ece91a9d3 authored almost 5 years ago
Make sure reserved_keywords.txt is packaged with the library.

github.com/getmoto/moto - 3a774ed0e0b22a42cf206533a9c4e6952089937f authored almost 5 years ago
Enable AST Validation

This commit puts AST validation on the execution path. This means updates get
validated prior to...

github.com/getmoto/moto - e6b51a28ee884697cba89a68e5f9948880c25199 authored almost 5 years ago
Improve DDB expressions support3: AST Validation

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

github.com/getmoto/moto - fc4d88401d3d3822f71d96588a3304cea2d784aa authored almost 5 years ago
Use ISO 8601 format for ELB DescribeLoadBalancers

github.com/getmoto/moto - 891801d5697f80ab44afe8a20e5896e8807237b6 authored almost 5 years ago
Better DDB expressions support2: ExpressionTree

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

github.com/getmoto/moto - 9ed613e197e1d6e85f9631f7a15a2b8ce2f19b2e authored almost 5 years ago
Better DDB expressions support1: TokenizationDDB

Currently the mock for DynamoDB has adhoc code to implement
its updateExpression functionality. ...

github.com/getmoto/moto - 7ea419dd54f475660f4e927ad39d62d226a43513 authored almost 5 years ago
Merge pull request #2901 from kislyuk/patch-1

awslambda: Do not assume X-Amz-Invocation-Type is set

github.com/getmoto/moto - 4f59a3584b3530a83c785f6261d6cdadbe831133 authored almost 5 years ago
awslambda: Do not assume X-Amz-Invocation-Type is set

github.com/getmoto/moto - 76a249c0ecbc616588b5ccf26224ad9efa9a05c9 authored almost 5 years ago
Merge pull request #2880 from bblommers/bugfix/2877

EC2 - Ensure NCI always has a Subnet

github.com/getmoto/moto - bdeeeb701a3f89855ebe0c5ef99e0a3a0ff6bfe1 authored almost 5 years ago
Merge pull request #2900 from spulec/bugfix/rds2-multi-az-stop-db-instance

Bugfix: Allow stop_db_instance for compatible engines (refs #2006)

github.com/getmoto/moto - da14f692a58188bae6ce634db51d47869edc8bdd authored almost 5 years ago
Bugfix: Allow stop_db_instance for compatible engines

From the RDS documentation:
You can stop and start a DB instance whether it is configured fo...

github.com/getmoto/moto - 4dc46a697d21eed1c22edcb2f8ffafbaa9e5445a authored almost 5 years ago
Add AssumeRoleWithSAML response to responses.py.

Add the AssumeRoleWithSAML response to the available STS responses.

github.com/getmoto/moto - b10718eea7fde315003c2e8ee83bd92a2a5d03fe authored almost 5 years ago
Add a test for assume_role_with_saml.

Add a test with SAML assertion to test the assume_role_with_saml method
in the STSBackend.

github.com/getmoto/moto - 88494c58f9a45a3d100837d74ad9b4bbc9e9d24e authored almost 5 years ago
Add assume_role_with_saml to STSBackend.

Add the assume_role_with_saml method to the STSBackend class.

github.com/getmoto/moto - b7f4ae21d17cc16580295bb5d6741bffb243e6ed authored almost 5 years ago
Merge pull request #2897 from caphrim007/feature.add-secretsmanager-update-secret

Adds initial support for secretsmanager update_secret

github.com/getmoto/moto - 07c33105e5bf51808fdfefe15a249a11de3bc8e9 authored almost 5 years ago
Adds initial support for secretsmanager update_secret

The support in this patch is preliminary and may or may not be feature complete.
It provides the...

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

github.com/getmoto/moto - 47d80621f96a7f3a81c5fe28dabb8b3a28c397e0 authored almost 5 years ago
Merge pull request #38 from spulec/master

Merge upstream

github.com/getmoto/moto - adfe08eb2978f335cb03a909e2e19cac5f426513 authored almost 5 years ago
Merge pull request #2893 from jwfh/instance-types

Update EC2 instance type list

github.com/getmoto/moto - 92b0586b8bea979e3ddc617604ab37f59a13dd3d authored almost 5 years ago
Update EC2 instance type list

github.com/getmoto/moto - f04d64d9816e219eeb5b3b310d3870664a174050 authored almost 5 years ago
Update tests/test_dynamodb2/test_dynamodb.py

Co-Authored-By: Guilherme Martins Crocetti <[email protected]>

github.com/getmoto/moto - a6902e87137da229d63d138b898a63ffd12fe326 authored almost 5 years ago
Merge pull request #2888 from usmangani1/lstack#1991

Added implementation for create-model,get-models,get-model in api gat…

github.com/getmoto/moto - 532480a3b5268c17769122636c3fca98ee7cdf24 authored almost 5 years ago
Merge pull request #2891 from DenverJ/enhancement/autoscaling-standby-terminate

Implement enter_standby, exit_standby and terminate_instance_in_auto_scaling_group

github.com/getmoto/moto - d0c60ecaac93f9712220030924d85a2cd6ac4f8f authored almost 5 years ago
Merge pull request #2889 from pvbouwel/split_models

Allow reuse of DynamoType from models.py

github.com/getmoto/moto - 16aafa3a534bd593a74967da562359f9346465b8 authored almost 5 years ago
DDB test - Fix KeySchema, and set BillingMode for easier online testing

github.com/getmoto/moto - c2b4c397f272f80684c395150159028ed265fd20 authored almost 5 years ago
Update moto/dynamodb2/models.py

Co-Authored-By: pvbouwel <[email protected]>

github.com/getmoto/moto - 8122a40be064f28dd0aa2ea8567cc2fb2ce4dea8 authored almost 5 years ago
Update moto/dynamodb2/models.py

Co-Authored-By: pvbouwel <[email protected]>

github.com/getmoto/moto - 1e1fe3ee4bffb5470795d8aab16fa3de1145f5a6 authored almost 5 years ago
Merge pull request #2884 from usmangani1/2263_Issue

Adding missing Param zoneId in the ec2 describe-availability-zone

github.com/getmoto/moto - b63a6f1336699c9038ab16245ecaf2a7b1d9b9f9 authored almost 5 years ago
Implement enter_standby, exit_standby and terminate_instance_in_auto_scaling_group

github.com/getmoto/moto - d745dfd3d2eff02b628bd021374810a86ea73d4d authored almost 5 years ago
Allow reuse of components packed in models.py

By having models.py as one big file it causes to
easily create circular dependencies. With the c...

github.com/getmoto/moto - 4be97916bfa80b04764ca9aa0024ba91a57232ae authored almost 5 years ago
Added implementation for create-model,get-models,get-model in api gateway

github.com/getmoto/moto - 79e63e3bcff9f8ba4f0246ed1c4310191bed6d83 authored almost 5 years ago
Merge pull request #2887 from DenverJ/enhancement/fix-describe-autoscaling-instances-filter

Add instance-id filter to describe_auto_scaling_instances

github.com/getmoto/moto - 755a08e13710f8fbdd0b7452194d506e75cd8423 authored almost 5 years ago
Fix formatting

github.com/getmoto/moto - 965046aa39bce3c57d3648bdadc21c8b97599a3b authored almost 5 years ago
Add instance-id filter to describe_auto_scaling_instances

github.com/getmoto/moto - 593e5dc86ab8a608656a9a4c7330257b1653b5ff authored almost 5 years ago
Adding missing Param zoneId in the describe-availability-zone

github.com/getmoto/moto - 7a9cdd4fd24978ba127e0c41a558d2ef740e0975 authored almost 5 years ago
Merge pull request #2878 from usmangani1/2187_Issue

Adding functionalities aws apigateway create domain name,get domain names,get domain name

github.com/getmoto/moto - 48288d8bb12a719c042b65fe445cd3f161e2112b authored almost 5 years ago
conflicts

github.com/getmoto/moto - 8542309fc98bf277ecf579c4423a39036e5324bc authored almost 5 years ago
Added more tests and coverage

github.com/getmoto/moto - af57cfc7ec122668d492964dbe29f49afb60f26f authored almost 5 years ago
Fix AvailibilityZones in CF tests

github.com/getmoto/moto - 414fcf7bbd0ac261b83928f5eec9166ef4748aa3 authored almost 5 years ago
Simplify tests

github.com/getmoto/moto - 8475804a8b37ea11fcdd5acde02dec1f6ca31b9b authored almost 5 years ago
#2877 - Ensure NetworkInterfaces are assigned to the default Subnet

github.com/getmoto/moto - 5c7e0b56afaeeafda053f9f15022d4520f9b2e2e authored almost 5 years ago
DynamoDB - TransactWriteItems implementation

github.com/getmoto/moto - 54f51fc7c159d2f6993d3cce1561ccaba2bf3e9a authored almost 5 years ago
Merge pull request #2876 from tmwong2003/tmwong2003/ecs-run-task-support-default-cluster

Changed mock_ecs to support ecs.run_task calls with a default cluster

github.com/getmoto/moto - 3b9717d5b1c8517b82a81177bfac899ca84aab96 authored almost 5 years ago
Changed mock_ecs to support ecs.run_task calls with a default cluster

github.com/getmoto/moto - 0163eb6a9dfc7809159183c84a27bb7be67fd47d authored almost 5 years ago
aws apigateway create,get domain names

github.com/getmoto/moto - 856c07de63cd545e0836ec2083ee3836c5c56f71 authored almost 5 years ago
Merge pull request #2873 from usmangani1/Ec2_credit_spec

Implemented describe_instance_credit_specifications function in ec2 #…

github.com/getmoto/moto - 79eea51bf4379680eb059607b30d3e7e8b63d169 authored almost 5 years ago
Merge pull request #2875 from dholroyd/no-response-body

PutObject and DeleteObject should produce no XML

github.com/getmoto/moto - e0f6e9d2c2d3babc86cbfef6ea1b23239e2cef94 authored almost 5 years ago
PutObject and DeleteObject should produce no XML

S3 itself produces an empty body, with any response metadata in HTTP
headers only.

github.com/getmoto/moto - a845de114209ead7606c0a2a1690fd03b10dde04 authored almost 5 years ago
Implemented describe_instance_credit_specifications function in ec2 #2150 localstack

github.com/getmoto/moto - 81ca5c3ab0b62f1f2a7396a6e3e89e973d6774a6 authored almost 5 years ago
Merge pull request #2869 from JessFlan/master

DynamodBStreams get_records gets JSON errors when processing complex types

github.com/getmoto/moto - 452e63977eec4c3bbb46634da8a7ef65fd518916 authored almost 5 years ago
make black happy

github.com/getmoto/moto - 49fd7988ab936d5d81ed00dd25c3b4e408566992 authored almost 5 years ago
fix whitespace changes

github.com/getmoto/moto - 4c2460ddfdf4dd7263bf2899df95ea3c903e2b84 authored almost 5 years ago
alter testcase to trigger issue #2868

github.com/getmoto/moto - b6e73776d56ed47d4080c5a000bd3754492e1219 authored almost 5 years ago
Prevent JSON dumps error when dealing with complex types

github.com/getmoto/moto - 09de93412e4ec3b197205f8b8e9ea9c8a57ab961 authored almost 5 years ago
Merge pull request #2866 from dholroyd/master

Fix duplicated elements in S3 put_object / delete_object response XML structure

github.com/getmoto/moto - 3a46fd1054c99c661fa8f1eb4ad403b5a064c789 authored almost 5 years ago
Fix response XML structure

github.com/getmoto/moto - 16db824d8ae293ae99877b8c4ea5a73785c5e1a5 authored almost 5 years ago
#2800 - CognitoIdentity - Fix format of Identity ID

github.com/getmoto/moto - 280db9df6c43f606721d07b51e104eda8e065313 authored almost 5 years ago
Merge pull request #1296 from mickeypash/master

[EC2] VolumeInUseError when volumes still attached.

github.com/getmoto/moto - 5ac9bb1885ebc4a7ac6573645e478d914c3e657a authored almost 5 years ago
Use Python 2 format

github.com/getmoto/moto - a6864f483db1c1b292098a67381c6f20437a8dd2 authored almost 5 years ago
#883 - Lambda - Add test to verify remove_permission functinonality

github.com/getmoto/moto - 9ab02e17d528d461b5a05b7aafa623addae65966 authored almost 5 years ago
Black formatting

github.com/getmoto/moto - d3367b8a90b25fa2fab323889f72717054e63d54 authored almost 5 years ago
Fix test

github.com/getmoto/moto - 76b9cbe16d76decef8becad643c1426dba2c927d authored almost 5 years ago
Add test scaffold. Currently broken

github.com/getmoto/moto - 231b1000571c1720655989c82760116402643935 authored almost 5 years ago
Merge remote-tracking branch 'upstream/master'

github.com/getmoto/moto - d45e2d2e532becc6ebbaed25300519912438e34e authored almost 5 years ago
Merge pull request #2859 from gmcrocetti/fix-rules-cfn

CloudFormation support for events

github.com/getmoto/moto - c87ab973c97579243d94ea7ce4914309e8f1704c authored almost 5 years ago
style with black

github.com/getmoto/moto - 503eeb51aea4391012ef022f51347a9276d010be authored almost 5 years ago
add physical_resource_id support for Rule

github.com/getmoto/moto - 759107445394efe2e169935dfc6ae161f898aec4 authored almost 5 years ago
refactor put_rule test

github.com/getmoto/moto - c25f6a72da03e2ee9fd939bded406ae7f56f2339 authored almost 5 years ago
add support for Fn::GetAtt in event's cloudformation

github.com/getmoto/moto - c15ca133b85a228060489758ae76c75583bd4c65 authored almost 5 years ago
add support for RetentionInDays for LogGroup

github.com/getmoto/moto - af08d71310862727669cb1a5041df64472857191 authored almost 5 years ago
Extend new S3 tag structure to ResourceGroupStaging API

github.com/getmoto/moto - dff1ab580b20a22a0b12f8731e86d9468f42cf4b authored almost 5 years ago
Use TaggingService for S3 - Cleanup

github.com/getmoto/moto - 8dbfd43c5c7556af546764d16b2f49d57a3127c4 authored almost 5 years ago
Use TaggingService for S3 Objects

github.com/getmoto/moto - f7ad4cbc09164205d9f216355cec6c921170d3f9 authored almost 5 years ago
Use TaggingService for S3 Buckets

github.com/getmoto/moto - 6dd6686afcc5c9dc40a9ba90b5b853b2a9f60e48 authored almost 5 years ago
Merge pull request #37 from spulec/master

Merge upstream

github.com/getmoto/moto - 7419f527d45614c33310ea82c81bc2c807b494ae authored almost 5 years ago
Merge pull request #2855 from mikegrima/s3tags

Raise errors on tagging buckets with aws:*

github.com/getmoto/moto - c80f63fc8259bcadc8a9b157c3fa500938b72062 authored almost 5 years ago
Raise errors on tagging buckets with aws:*

Cannot tag S3 buckets with reserved tag key space `aws:`

github.com/getmoto/moto - 0c191ac33b3f38a05bd41ed8ee1e082c926de3d4 authored almost 5 years ago
ElasticBeanstalk - Fix tests in Python2 and ServerMode

github.com/getmoto/moto - 551dc024595cc602091ecf640311a3db4a52d6ca authored almost 5 years ago
Elastic Beanstalk - Rename and Add Implementation Coverage

github.com/getmoto/moto - 7d524eaec9bb49f8d3e8e55a7f84c1876cd4e3d1 authored almost 5 years ago
Remove duplicated method

github.com/getmoto/moto - c32c17a13ed94b3867336e2a9e16c5890ad75973 authored almost 5 years ago
Merge remote-tracking branch 'nielslaukens/feature/mock_eb' into feature/mock_eb

github.com/getmoto/moto - 3ece2dabfff7fe8f00f2815b43f6de97b25d9d59 authored almost 5 years ago
Merge pull request #2850 from dreamorosi/bugfix/dynamodb-put-item-validation-exception

DynamoDB - fix put_item ValidationException

github.com/getmoto/moto - acfdfb7d7c08be05a02101ff10cf467015bb0158 authored almost 5 years ago
Fixed dynamodb2 put_item ValidationException

github.com/getmoto/moto - 349b381390ae34c809e50cd04c3886053cff4776 authored almost 5 years ago
#2239 - Initial implementation of CW.get_metric_data

github.com/getmoto/moto - fb0de99e81dc0af7644faa66113c1aec60b589ea authored almost 5 years ago
Merge pull request #2847 from ConstantinoSchillebeeckxSimpleRose/fix/stepfunction_stop_execution

fix: stepfunction stop_execution

github.com/getmoto/moto - c0953a229f959de79d22f3ed60f273eaa1800fcf authored almost 5 years ago
fix: stepfunction stop_execution

Fixes #2846

Calling stop_execution on a stepfunction should set the status to `ABORTED` not `SU...

github.com/getmoto/moto - bb8d4180540602088e24f5cd6ce90eeb52f6e4fb authored almost 5 years ago
Merge pull request #2841 from asherf/warns

Fix some 'DeprecationWarning: invalid escape sequence' warnings and use str.format for string in...

github.com/getmoto/moto - 95e95cc97d122d1f5efa38032147e1a17dce1564 authored almost 5 years ago
Fix some 'DeprecationWarning: invalid escape sequence' warnings and use str.format for string interpolation.

Similar to https://github.com/spulec/moto/pull/2811

github.com/getmoto/moto - 2e20ad14df2069094cd658bb7eeeabda1ec6b226 authored almost 5 years ago
#2388 - CloudFormation - CreateChangeSet does not create resources, as per spec

github.com/getmoto/moto - 04f488da62462a926d4ee61ad303583bdaf836a8 authored almost 5 years ago