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

Test create_launch_template_version using launch_template id

github.com/getmoto/moto - 4929298f1f339a0e9110a4ce87b2f1052e08d9cb authored about 5 years ago by Don Kuntz <[email protected]>
Add test for creating launch templates with TagSpecifications option

github.com/getmoto/moto - a1aa08771850b27afafaaa1c821528b02adf5d9c authored about 5 years ago by Don Kuntz <[email protected]>
Confirm describe_launch_template_versions works with Versions, MinVersion, and MaxVersion options

github.com/getmoto/moto - 743e5be4d3368fd4f69b31bbf4da2bcb58c9a6b8 authored about 5 years ago by Don Kuntz <[email protected]>
Simplify xml_serialize, warn when unknown type used

github.com/getmoto/moto - 154b4ef84483626d028590e6e22c0ce9901abaaa authored about 5 years ago by Don Kuntz <[email protected]>
AWS Config Aggregator support

- Added support for the following APIs:
- put_configuration_aggregator
- describe_configuratio...

github.com/getmoto/moto - 188969a048e01c772121fb8461deb74998e0b90c authored about 5 years ago by Mike Grima <[email protected]>
Rework LaunchTemplateBackend to be keep only one copy of a template, and be ordered

The original LaunchTemplateBackend kept two copies of a template, one
for referencing it by name...

github.com/getmoto/moto - ed82264806b0d47146853a683b0ae5a879ef35a0 authored about 5 years ago by Don Kuntz <[email protected]>
Serialize unicode as string in python2

github.com/getmoto/moto - 5f80014332a3303d54be7189bba31d7ba10f28af authored about 5 years ago by Don Kuntz <[email protected]>
Specify region in launch template tests

github.com/getmoto/moto - 1de63b1691f4f338ee01a8e0d17affc6853f1c9f authored about 5 years ago by Don Kuntz <[email protected]>
Merge pull request #2367 from earlrob/restore_key_id_to_kms_decrypt

restore KeyId to kms decrypt response

github.com/getmoto/moto - c0c86be6eea08b3233a3c1bcfb287c9f9fbb56ec authored about 5 years ago by Mike Grima <[email protected]>
Fun with whitespace (flake8 violation fixes)

github.com/getmoto/moto - f939531ae9299c8c0b40be84d9bc335dd3b590c4 authored about 5 years ago by Don Kuntz <[email protected]>
Add basic endpoints for EC2 Launch Templates

Specifically, add the CreateLaunchTemplate, CreateLaunchTemplateVersion,
DescribeLaunchTemplates...

github.com/getmoto/moto - aa3b6085d1cd535a319c1f08192b5ed1bfa5db6b authored about 5 years ago by Don Kuntz <[email protected]>
restore KeyId to test_decrypt in test_kms

github.com/getmoto/moto - bbaff4b273f37386f660eb3acde7edac1b04854b authored about 5 years ago by Earl Robinson <[email protected]>
restore KeyId to kms decrypt response

regression introduced in #2071 "KMS generate_data_key"

github.com/getmoto/moto - 5347a577da36a114cb8931430737bd8d42bf669a authored about 5 years ago by Earl Robinson <[email protected]>
Merge pull request #2365 from spulec/elb-cognito

Add cognito support to Elb

github.com/getmoto/moto - 9a3a99243f372c114dfb1a891f86130406069d5b authored about 5 years ago by Steve Pulec <[email protected]>
Refactor Actions to be a real class. Add elb cognito.

github.com/getmoto/moto - 7b3846f6a1a33c55a4b60837a60dac9ef2f04ee4 authored about 5 years ago by Steve Pulec <[email protected]>
Refactor validating ELB actions.

github.com/getmoto/moto - a43228c5afdb23b2ca5af1af8ae1ac4a8b665b8c authored about 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2354 from aksagrimada/ddb-invalid-escape-seq

Resolve invalid escape sequence

github.com/getmoto/moto - aeacd3d0c41d57e692ce8db07861cb5d1e2608a4 authored about 5 years ago by Mike Grima <[email protected]>
Merge pull request #2359 from bkovacki/batch_submit_job_with_job_definition_name

Add option to call batch submit_job with job definition name only

github.com/getmoto/moto - 2358433f740b9841d53cf707f3916a52fe343719 authored about 5 years ago by Mike Grima <[email protected]>
Merge pull request #2360 from ashleygould/issue_2355

[Resolves #2355] - create_organization(): add master account, default…

github.com/getmoto/moto - fa07d4973baab81ab403699f2d89c4865323caf5 authored about 5 years ago by Mike Grima <[email protected]>
Merge pull request #2361 from bkovacki/get_log_events_pagination_support

Implement pagination support for GetLogEvents

github.com/getmoto/moto - bf769a7ce2dea724c64545d01b120eacb11f3c04 authored about 5 years ago by Mike Grima <[email protected]>
Implement pagination support for GetLogEvents

* Add nextForwardToken and nextBackwardToken to GetLogEvents response
* Handle end of stream by ...

github.com/getmoto/moto - 5063ffc837aa755491d15671db16d5ba68fce902 authored about 5 years ago by Berislav Kovacki <[email protected]>
[Resolves #2355] - create_organization(): add master account, default policy

Model: OrganizationsBackend
Method: create_organization

create_organization now creates master ...

github.com/getmoto/moto - 7d453fec9ad57ae39ecad60cbba5f8d471e73925 authored about 5 years ago by Ashley Gould <[email protected]>
Add option to call batch submit_job with job definition name only

* Add option to call batch submit_job with job definition name only
* Fix bug which causes regis...

github.com/getmoto/moto - a35a55ec261c2ce8dcbd4d14c77426c5aec06c2f authored about 5 years ago by Berislav Kovacki <[email protected]>
Existing user now raises a UsernameExistsException

If a user is attempted to be added to a pool that already contains a user with that username, th...

github.com/getmoto/moto - ec99a6b8275d928af41e6c2b74b7b40ff4ce3e7b authored about 5 years ago by brodie.gallinger <[email protected]>
Resolve invalid escape sequence

When run not as a decorator dynamodb2 displays an invalid escape sequence error
/moto/dynamodb2...

github.com/getmoto/moto - a3794f2701eb54393b44d13da11680ec5314b8b8 authored about 5 years ago by aksagrimada <[email protected]>
Merge pull request #2352 from wndhydrnt/bugfix/ecs-time-as-timestamp

Convert fields createdAt and updatedAt of ECS deployment to timestamp

github.com/getmoto/moto - 40271d2c4ee17fb9dab16a389c30b1ea653e5a0c authored about 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2353 from bkovacki/add_new_s3_storage_classes

Add S3 support for INTELLIGENT_TIERING, GLACIER and DEEP_ARCHIVE storage

github.com/getmoto/moto - ff5ea29c3d9d249eb2929e5714d46f1232458dcd authored about 5 years ago by Steve Pulec <[email protected]>
Add S3 support for INTELLIGENT_TIERING, GLACIER and DEEP_ARCHIVE storage

* Add INTELLIGENT_TIERING, GLACIER and DEEP_ARCHIVE as valid storage
classes for objects
* Add O...

github.com/getmoto/moto - b7884ef9034d79a496e832c4564cd6de6a5d4f75 authored about 5 years ago by Berislav Kovacki <[email protected]>
Convert fields createdAt and updatedAt of deployment to timestamp

github.com/getmoto/moto - 3c19f0a02dfc440b989047fee751bb65eabb527f authored about 5 years ago by wndhydrnt <[email protected]>
Merge pull request #2345 from iisulop/fix_timezone_problem_in_test_create_cluster_boto3

Fix timezone problem in test create cluster boto3

github.com/getmoto/moto - 9b535a7c75bc4b07abe87d7e1410d7336fbd843b authored about 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2350 from chichi1091/apigateway_apikey_update

implements APIGateway update_api_key

github.com/getmoto/moto - 0d28d51f909709705c5fdcda5dede17540d44b1f authored about 5 years ago by Steve Pulec <[email protected]>
implements APIGateway update_api_key

github.com/getmoto/moto - 7fa5ce3dc308c5b1bd8581a39109e14d1977beee authored about 5 years ago by Chiharu Terashima <[email protected]>
Using string class to detect type

Using string class instead unicode that has been removed from python 3

github.com/getmoto/moto - 1ce162f0561f10e20c924dbcf0ae2cd27ec78285 authored about 5 years ago by Daniel Guerrero <[email protected]>
Adding support for python 2.7

Python 2.7 sends unicode type instead string type

github.com/getmoto/moto - 364bd0720d6e3f8b93bc3416927ad37f48911691 authored about 5 years ago by Daniel Guerrero <[email protected]>
Merge branch 'master' into support-iterator-type-at-after-sequence

github.com/getmoto/moto - 9cce674857b4de774303d2256546e6aa3442e1e2 authored about 5 years ago by Daniel Guerrero <[email protected]>
Make cluster creation time UTC

github.com/getmoto/moto - 24bd99b5c4d161b1af22b86d48bc4cc141e7e44a authored about 5 years ago by Iiro Sulopuisto <[email protected]>
Test redshift cluster creation time more thoroughly

github.com/getmoto/moto - 8cca33dc42f0217a00068d6727757953db8e1a3a authored about 5 years ago by Iiro Sulopuisto <[email protected]>
Allow passing of encoding-type for s3 get_bucket_versions without throwing error.

This was a change made in https://github.com/boto/botocore/pull/1794.

github.com/getmoto/moto - e4a4e6183560489e98b95e815b439c7a1cf3566c authored about 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2338 from labd/add-ecs-list_tags_for_resource

Add ecs list tags for resource

github.com/getmoto/moto - 37978d79b3c236cfc7d571bece62e53029e9bd43 authored about 5 years ago by Steve Pulec <[email protected]>
Fixing comments conventions

github.com/getmoto/moto - bfc401c520b38f60adb29d5aba09bcead2da13c0 authored about 5 years ago by Daniel Guerrero <[email protected]>
Adding support for AT_SEQUENCE_NUMBER and AFTER_SEQUENCE_NUMBER

Adding support on DynamoDB Streams for AT_SEQUENCE_NUMBER
and AFTER_SEQUENCE_NUMBER ShardIterat...

github.com/getmoto/moto - 7091be8eaec81a6044649f811341af4691de7184 authored about 5 years ago by Daniel Guerrero <[email protected]>
Add support for setting tags on ecs task definitions

This also implements the ecs.list_tags_for_resources, although the
resources it checks for are c...

github.com/getmoto/moto - 64e2a74e8c174297200dbf642c3a143657e854f4 authored about 5 years ago by Michael van Tellingen <[email protected]>
Merge pull request #2300 from acsbendi/master

Basic IAM authentication, authorization

github.com/getmoto/moto - 69d86cbd5488ff34e7848d80e0673451723a5e08 authored about 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2337 from labd/fix-ecs-task-definition-revisions

Use a dict instead of a list for storing task definition revisions

github.com/getmoto/moto - 43e1ae73164691ea5317e6eb14645ce40b92eaf1 authored about 5 years ago by Steve Pulec <[email protected]>
Simplified the reset-auth API.

github.com/getmoto/moto - 9edab5b423d29ab462284df16793f9dd78144ca9 authored about 5 years ago by acsbendi <[email protected]>
Added a few more tests to achieve better coverage.

github.com/getmoto/moto - 62b25f9914d2229af10e186421fa0b3fb8a3c65f authored about 5 years ago by acsbendi <[email protected]>
Fixed set_initial_no_auth_action_count not working in server mode.

github.com/getmoto/moto - 1969338a8a9783bece7a29d06d145b0c9881b971 authored about 5 years ago by acsbendi <[email protected]>
Added a section about IAM-like Access Control in README.

github.com/getmoto/moto - eb4a3ea90bc975f27e0d96d4c1df9bdbf0b082bb authored about 5 years ago by acsbendi <[email protected]>
Collected TODOs in the header of the access_control file.

github.com/getmoto/moto - de70d1787cf8b6f109199b9d7e71cdb890bf1665 authored about 5 years ago by acsbendi <[email protected]>
Fixed error in python 2 and did some refactoring.

github.com/getmoto/moto - f3f47d44ac296405310f9cc272cc32c1816f5d67 authored about 5 years ago by acsbendi <[email protected]>
set_initial_no_auth_action_count should restore request_count.

github.com/getmoto/moto - 140f4110ac48df8135eeddffaca366e76bf33587 authored about 5 years ago by acsbendi <[email protected]>
Created tests for IAM auth.

github.com/getmoto/moto - cc843bb8c5e5dc5842c239fc4215031cb3c232f1 authored about 5 years ago by acsbendi <[email protected]>
Fixed host header not included in S3 requests sometimes.

github.com/getmoto/moto - 290f8f9fd585d4def2dd099a11cb3cb97a138d86 authored about 5 years ago by acsbendi <[email protected]>
Use a dict instead of a list for storing task definition revisions

Before when a task definition revision was de-registered all revisions
after that changed their ...

github.com/getmoto/moto - feef7b2b5ac662b97d331f58aa5e5027e170ed65 authored about 5 years ago by Michael van Tellingen <[email protected]>
Force minimum version of cfn-lint. Closes #2336.

github.com/getmoto/moto - 9346a999d8d1ce726b71ad5dc8d95b1dd91b23c6 authored about 5 years ago by Steve Pulec <[email protected]>
Supporting tags in KMS (#2332)

The CreateKey API method accepts tags but does not return them.

github.com/getmoto/moto - 348dc54e6a93b9cd71995f2134cd58c2eb8d23ba authored about 5 years ago by Jack Danger <[email protected]>
Fixed collecting policies from groups.

github.com/getmoto/moto - 3e1e27338093a9b6011252546c5fd46e654f1a74 authored about 5 years ago by acsbendi <[email protected]>
Fixed host not present in headers for S3 requests.

github.com/getmoto/moto - 45a380a807ca496e7aadbb335ea548d6f16c51da authored about 5 years ago by acsbendi <[email protected]>
Separate SignatureDoesNotMatchError for S3.

github.com/getmoto/moto - d428acdb7c6f9e38d582725e1f44028ce74e4231 authored about 5 years ago by acsbendi <[email protected]>
For EC2 requests, AuthFailure should be raised instead of SignatureDoesNotMatch.

github.com/getmoto/moto - d471eb69c0ca36ed06f27136caaffb9e346675f7 authored about 5 years ago by acsbendi <[email protected]>
set_initial_no_auth_action_count should also set request_count to 0.

github.com/getmoto/moto - e22e8b5a673c717ef39674d1dd6cf49caa485606 authored about 5 years ago by acsbendi <[email protected]>
Created decorator for setting INITIAL_NO_AUTH_ACTION_COUNT.

github.com/getmoto/moto - 15c872cffc32ed8180b08bc849f30affb1d2b1b6 authored about 5 years ago by acsbendi <[email protected]>
Set correct HTTP codes for some auth-related errors.

github.com/getmoto/moto - bbf003d335e4dcd3a19663d8a834f7c99aa0f21b authored about 5 years ago by acsbendi <[email protected]>
Moved INITIAL_NO_AUTH_ACTION_COUNT to settings.

github.com/getmoto/moto - 3dd2e3a1b873dd66a64f48625552f72dce9f2e3f authored about 5 years ago by acsbendi <[email protected]>
Merge pull request #2330 from spulec/host-parsing

Host parsing

github.com/getmoto/moto - 5dbdff7ca7d393f4e9f3c37f0e4f89c4f0ec4a20 authored about 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2334 from dkuntz2/unify-ec2-owner-ids

Use the same default Owner ID between EC2 models

github.com/getmoto/moto - 40cd8fa11c9e7c05a57fc5371617249a78831229 authored about 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2250 from szczeles/s3_delete_objects_boto3

Raising MalformedXML exception when using boto3 client and s3.delete_objects()

github.com/getmoto/moto - 5abe56fd2be47105770797a5ca38930b45b7a652 authored about 5 years ago by Steve Pulec <[email protected]>
Test split into boto and boto3 part

github.com/getmoto/moto - 51d96ae8f38b16d96f780b597a40d45a06881c7d authored about 5 years ago by Mariusz Strzelecki <[email protected]>
Add a test to ensure that ec2.copy_image sets the proper owner id

This test is useful because before the last commit using copy_image
would not set the owner_id t...

github.com/getmoto/moto - abf3db8d8a4287946a7dc0c5dfaa233139e3e71f authored about 5 years ago by Don Kuntz <[email protected]>
Use a consistent owner id between EC2 resources

Previously there were a couple models which used different owner ids by
default, which could mak...

github.com/getmoto/moto - ce4059f6d9902eca6eb0f259118eb5f13706f9da authored about 5 years ago by Don Kuntz <[email protected]>
Cleanup refactor.

github.com/getmoto/moto - 1fb06e6a085d52e7e237a0b3d8f833739a016cfe authored about 5 years ago by Steve Pulec <[email protected]>
More refactoring.

github.com/getmoto/moto - 5de95b026ac7474d8edbce20666531388babc912 authored about 5 years ago by Steve Pulec <[email protected]>
Refactor backend parsing.

github.com/getmoto/moto - 4dd2b66b04e85937b6390aac80c35d991da71047 authored about 5 years ago by Steve Pulec <[email protected]>
Cleanup host parsing.

github.com/getmoto/moto - e3eb4d1809149447c87a27fb47828a1ea95fc7d2 authored about 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2329 from swen128/bugfix/dynamodb/update-item

Fix DynamoDB update_item to deal with list-type attributes

github.com/getmoto/moto - d82423788cf372134a9c7d055c8293b281e61803 authored about 5 years ago by Steve Pulec <[email protected]>
Fixed `update_item` of DynamoDB to deal with the list type.

github.com/getmoto/moto - a2aefc49b486f8191541f033007b6b3cf81ed723 authored about 5 years ago by PND <[email protected]>
Merge remote-tracking branch 'upstream/master'

github.com/getmoto/moto - 30f8487a5c86b9a1bfa3ad6ea39bb13e2ad1d087 authored about 5 years ago by mickeypash <[email protected]>
Simplify conditional

github.com/getmoto/moto - 41b1482b595cef56ff9b0b49380a86555cb7e6cc authored about 5 years ago by mickeypash <[email protected]>
Merge pull request #2327 from efiop/master

tests: multipart: use REDUCED_PART_SIZE and variable part size

github.com/getmoto/moto - 63d5af90b460c1ff254bee9865d798c474a09388 authored about 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2326 from gbataille/2075_sts_policy_length

fixes #2075 - STS should raise on too long policy for federation token

github.com/getmoto/moto - 66a428d09321fb6b787fc4bddb0748a13fd702bf authored about 5 years ago by Steve Pulec <[email protected]>
tests: multipart: use REDUCED_PART_SIZE and variable part size

There is no reason to use 5M chunks, especially with the reduced_part_size
decorator. Also made ...

github.com/getmoto/moto - 615d427c6d552deae845caac44e3185269769fb8 authored about 5 years ago by Ruslan Kuprieiev <[email protected]>
Merge remote-tracking branch 'upstream/master'

github.com/getmoto/moto - 66db4fffa01c7770891a511a9af8e546ac01347d authored about 5 years ago by mickeypash <[email protected]>
fixes #2075 - STS should raise on too long policy for federation token

github.com/getmoto/moto - 67c8ea035247d3de57325a412a0759950da9b89f authored about 5 years ago by Grégory Bataille <[email protected]>
Merge pull request #2311 from caguado/fix/2310

Implement get_open_id_token

github.com/getmoto/moto - 5c34c06d07afe0f0e10acb34e0c091a392fb51a9 authored about 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2319 from acsbendi/autoscaling-group-from-instance

Implemented creating Auto Scaling group from instance

github.com/getmoto/moto - 7ec3d43e0c2e2a05d7d5c950989ae22e58fda812 authored about 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2285 from spulec/move-env-mocking

Move env variable mocking and undo when stopping. CC #2058, #2172.

github.com/getmoto/moto - 077c66745459f3f1e7b111ed3777732002c22133 authored about 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2321 from sblumin/fix-change-rrsets

added support to UPSERT records that are not simple routing policy such as weighted records

github.com/getmoto/moto - f840a0f6a024a89658027887362f9c8e9f7739cc authored about 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2320 from dkuntz2/glue-batch-get-partition

Add glue.batch_get_partition endpoint

github.com/getmoto/moto - 0e7895ee462363fb5afb34cfd968487e3beb178c authored about 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2318 from cjongseok/master

Fix 'MaxRecords' type issues by _get_param()

github.com/getmoto/moto - 73f3641bb2b00788663a39606a32b40c7a232dc4 authored about 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2315 from bkovacki/asg_min_max_size_update_desired_capacity_change

Handle change of ASG desired capacity on min and max size update

github.com/getmoto/moto - e052219161c95bfbb3b0a3235b97fc081ab949ac authored about 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2324 from acsbendi/elbv2-stopped-instance-target

ELBv2 DescribeTargetHealth returns correct response for stopped instance

github.com/getmoto/moto - 2dabb629f74127775b6190710407752845b157af authored about 5 years ago by Steve Pulec <[email protected]>
Merge pull request #2325 from acsbendi/autoscaling-terminate-instance-in-group

Auto Scaling groups recreate terminated instances

github.com/getmoto/moto - 2a981d3d459d80010193eaa9d0d3b9678099fc4d authored about 5 years ago by Steve Pulec <[email protected]>
Implemented Auto Scaling groups recreate terminated instances.

github.com/getmoto/moto - 19c9c593677dcec7c7f298483c584a2052873408 authored over 5 years ago by acsbendi <[email protected]>
Created test for terminating instance in an Auto Scaling group.

github.com/getmoto/moto - 201d9fb4914efe331c54410b2b4b3f287c773f04 authored over 5 years ago by acsbendi <[email protected]>
Implemented returning correct health for stopped instances.

github.com/getmoto/moto - 9149852217e10ecf907382d5b5b2e167536336ad authored over 5 years ago by acsbendi <[email protected]>
Created test for describing health of a stopped instance target.

github.com/getmoto/moto - 44e93c94e83e88d26d381d32bdc525f610577a82 authored over 5 years ago by acsbendi <[email protected]>
added support to UPSERT records that are not simple routing policy

github.com/getmoto/moto - a2ac341e3db4270acd5abdc5bc20ebf0bdcc4510 authored over 5 years ago by sblumin <[email protected]>
Fixed instance_id not set to a default value in create_auto_scaling_group.

github.com/getmoto/moto - e4374431d67c6de76a55bbc4d0e9a1de742f9919 authored over 5 years ago by acsbendi <[email protected]>
Fixed a linting error.

github.com/getmoto/moto - 4834fc41c62421f1f33df027cddaba1b7ea8b222 authored over 5 years ago by acsbendi <[email protected]>
Add glue.batch_get_partition endpoint

github.com/getmoto/moto - c8d8aa4dd0acf3ba6c62bbf57fa81943d6700f0c authored over 5 years ago by Don Kuntz <[email protected]>