Commit Graph

  • 882dfcefa5 Import ABC from collections.abc for Python 3.9 compatibility. Karthikeyan Singaravelan 2019-12-10 19:21:13 +05:30
  • 4d5bf1c5c6
    Merge pull request #2605 from bblommers/dynamodb_add_nested_stringsets Mike Grima 2019-12-09 14:14:56 -08:00
  • c131dd2cac
    Merge pull request #2604 from gruebel/fix-logs-get-log-events Mike Grima 2019-12-09 14:14:11 -08:00
  • 872452eced
    Merge pull request #2602 from atareshawty/ecs-list-task-definition-filtering Mike Grima 2019-12-09 14:13:14 -08:00
  • 7e68b93091
    Merge pull request #2601 from mwaaas/fix/get_policy Mike Grima 2019-12-09 14:11:50 -08:00
  • 1c5ea4b545
    Merge pull request #2599 from bblommers/feature/#2010 Mike Grima 2019-12-09 14:11:05 -08:00
  • 90f5f7159d
    Merge pull request #2598 from bblommers/feature/dynamodb_nested_list_append Mike Grima 2019-12-09 14:10:00 -08:00
  • b2264feac5
    Merge pull request #2596 from gruebel/fix-ec2-revoke-security-group-egress Mike Grima 2019-12-09 14:06:09 -08:00
  • 76aaa2df0f
    Merge pull request #2595 from bblommers/feature/2317 Mike Grima 2019-12-09 14:04:49 -08:00
  • e00c12a1e6
    Merge pull request #2594 from mwaaas/fix/fetch_secret_manage_via_arn Mike Grima 2019-12-09 14:03:37 -08:00
  • 8005f3260f
    Merge pull request #2589 from Chagui-/master Mike Grima 2019-12-09 14:01:14 -08:00
  • 66dd1a0dff
    Merge pull request #2547 from bblommers/feature/2546 Mike Grima 2019-12-09 14:00:16 -08:00
  • 97b0084668
    Merge pull request #2576 from gruebel/add-organizations-tags Mike Grima 2019-12-09 13:58:47 -08:00
  • 43070a03ba Add nat_gateway_id to route and describe_route_tables Berislav Kovacki 2019-12-02 19:20:00 +01:00
  • b52fa636b6 Add missing information in SSM parameters Emile Fugulin 2019-11-30 20:03:51 -05:00
  • deaeef521b Add missing attributes to SNS subscription gruebel 2019-11-30 15:51:43 +01:00
  • 4322ecb254 Add describe_nat_gateway filters support Berislav Kovacki 2019-11-28 23:01:41 +01:00
  • e41bc9fc58 DynamoDB - DELETE item from nested sets Bert Blommers 2019-11-28 13:22:20 +00:00
  • 051193e1bf Add Pagination to ssm:get_parameters_by_path. Closes #1864 Adam Smith 2019-11-27 22:12:31 +00:00
  • a28183d150 fix lint errors Jovan Zivanov 2019-11-27 16:12:30 +01:00
  • 5260de8859 remove unnecessary comments Jovan Zivanov 2019-11-27 15:55:29 +01:00
  • e3587afe01 api gateway handle duplicate api key values Jovan Zivanov 2019-11-27 15:49:37 +01:00
  • 6d7ad717df DynamoDB - ADD item to nested sets Bert Blommers 2019-11-27 12:36:42 +00:00
  • cea9c8c9a3 Fix order and nextToken handling in logs.get_log_events gruebel 2019-11-26 23:38:43 +01:00
  • df2279d39c Add familyPrefix option to ecs:ListTaskDefinitions Alex Tareshawty 2019-11-26 09:17:54 -05:00
  • 625f28c882 adding get policy endpoint mwas 2019-11-26 06:09:24 +03:00
  • 36a5d80443 #2010 - Implement Cloudwwatch list_metrics pagination Bert Blommers 2019-11-25 16:59:39 +00:00
  • 21a1d4d604 DynamoDB - list_append operation can be made in a nested map Bert Blommers 2019-11-25 14:55:43 +00:00
  • d0def85eb6 fix: lint Barry Allwood 2019-11-24 19:07:53 +00:00
  • 549bf7a2e2 fix: creating of IAM roles in cf templates Barry Allwood 2019-11-24 18:42:36 +00:00
  • 7c1cc01eb9 chore: add MaxSessionDuration to IAM Role fix: Description field is optional on return of IAM Role Barry Allwood 2019-11-24 18:19:09 +00:00
  • 5895231b5c Fix ec2.revoke_security_group_egress for IpProtocol -1 gruebel 2019-11-24 17:17:53 +01:00
  • 9c247f4b70
    Specify region name for IAM Bert Blommers 2019-11-24 15:33:51 +00:00
  • 791c25b51c #2317 - Add CF Update/Delete methods for Lambda Bert Blommers 2019-11-24 14:54:38 +00:00
  • 8362179f70 Use deprecated IAM, only plays nice with deprecated CF Bert Blommers 2019-11-23 10:18:56 +00:00
  • 0e825a5048 lint mwas 2019-11-23 13:02:00 +03:00
  • f6432d5634 Merge branch 'master' into feature/2546 Bert Blommers 2019-11-23 10:00:43 +00:00
  • b75c17e3bb
    Merge pull request #20 from spulec/master Bert Blommers 2019-11-23 09:58:52 +00:00
  • 66c9d15ca8 fixing fetching secret id with both arn and name mwas 2019-11-23 12:37:30 +03:00
  • 9decb8674d adding tests for describe secret with arn mwas 2019-11-23 10:18:06 +03:00
  • 5274ffa5e0 fix both get and describe with arn and name mwas 2019-11-23 10:12:31 +03:00
  • b31f31d214 fixing fetch secret manager via arn mwas 2019-11-23 09:29:30 +03:00
  • b51d5ad65f Support x-amz-tagging-directive in s3 copy_object Niklas Janlert 2019-03-28 15:10:57 +01:00
  • be605d603f Merge branch 'master' of https://github.com/spulec/moto Chagui- 2019-11-22 16:34:33 -03:00
  • 57c97e367e
    Merge branch 'master' into add-organizations-tags Anton Grübel 2019-11-22 16:35:20 +01:00
  • 502957f1f9 Skip travis cleanup so we can tag release. Steve Pulec 2019-11-22 10:27:22 -05:00
  • a9fe5d462c More linting. Steve Pulec 2019-11-22 09:39:07 -05:00
  • d759f16331 Specify region name when creating Lambda roles Bert Blommers 2019-11-22 07:39:33 +00:00
  • aa56715d83 Linting Bert Blommers 2019-11-22 06:31:13 +00:00
  • 5f6e8fd6fe Merge branch 'master' into feature/2546 Bert Blommers 2019-11-22 06:22:54 +00:00
  • 1d888a576d
    Merge pull request #19 from spulec/master Bert Blommers 2019-11-22 06:21:53 +00:00
  • 72da9e96c2 Lint. Steve Pulec 2019-11-21 17:53:58 -05:00
  • 40f241adc2 Fix dynamodb required stream parameter for new boto3. Steve Pulec 2019-11-21 17:00:18 -05:00
  • ef7fce5a4f Fixed failing tests, due to a new required parameter StreamEnabled gruebel 2019-11-21 22:35:20 +01:00
  • cd633f8bc5 Change to JsonRESTError gruebel 2019-11-21 22:34:05 +01:00
  • 158db1f5d6 Move exception to dedicated class gruebel 2019-11-21 22:03:25 +01:00
  • e6a12f5bd7 -Applied Black Chagui- 2019-11-21 17:57:45 -03:00
  • f5ba01c867 -Fixed forever -Added test_describe_thing_group_metadata_hierarchy to test new functionality Chagui- 2019-11-21 17:16:34 -03:00
  • 92976d86c3
    Merge pull request #2585 from spulec/fix-iot Steve Pulec 2019-11-21 14:47:05 -05:00
  • 4983f6af91 Fix for updated botocore IoT requestUris. Steve Pulec 2019-11-21 13:35:02 -05:00
  • 99781ff7e2 -Fixed problem with for loop Chagui- 2019-11-21 12:39:17 -03:00
  • 01a5933693 -Added group structure in metadata in FakeThingGroup, so that describe_group_thing can return the correct structure -fixed typo inside metadata FakeThingType and FakeThingGroup: creationData -> creationDate Chagui- 2019-11-21 12:32:55 -03:00
  • 6ea60012fc Improve parsing DynamoDB begins_with expression Ilya Shmygol 2019-11-21 13:02:27 +01:00
  • 2af4e7a63a
    Merge pull request #2578 from mikegrima/fixunmock Mike Grima 2019-11-20 10:06:51 -08:00
  • 1d85288244 Ensure Flask sends through custom error messages Bert Blommers 2019-11-20 08:27:46 +00:00
  • 0ea98f22ee Merge branch 'master' into feature/2546 Bert Blommers 2019-11-19 08:00:59 +00:00
  • e9edbab4e3
    Merge pull request #18 from spulec/master Bert Blommers 2019-11-19 07:59:33 +00:00
  • bd777cad44 Fix for moto not unmocking. Mike Grima 2019-11-17 23:16:15 -08:00
  • 9ccc9ef1fd
    Merge pull request #2573 from cloudtruth/add_iam_ssh_public_key_methods Mike Grima 2019-11-18 09:20:00 -08:00
  • 4d47d6b7f6 remove unnecessary CF method Matt Conway 2019-11-17 19:11:20 -05:00
  • d9c8bdb2a0 Add the ssh_public_key methods that were missing from the IAM implementation Matt Conway 2019-11-16 18:20:33 -05:00
  • 6922606398
    Merge pull request #2577 from mikegrima/fixtests Mike Grima 2019-11-17 19:11:30 -08:00
  • 27f36a7514 Fixed the Lambda invocation due to lambci changes. Mike Grima 2019-11-17 17:15:01 -08:00
  • dab7f9fdad
    Merge pull request #2574 from gruebel/add-iam-get-account-summary Mike Grima 2019-11-17 15:53:34 -08:00
  • a882d022ef
    Merge pull request #2571 from asherf/lint Mike Grima 2019-11-17 15:44:45 -08:00
  • d0ef72725c Add organizations.untag_resource gruebel 2019-11-17 15:28:38 +01:00
  • c10afa3ab5 Add organizations.list_tags_for_resource gruebel 2019-11-17 15:10:38 +01:00
  • febec75364 Add organizations.tag_resource gruebel 2019-11-17 14:52:57 +01:00
  • e9c3cba4d6 Fix tests gruebel 2019-11-17 14:34:00 +01:00
  • d05ebadce8 Add iam.get_account_summary gruebel 2019-11-17 13:47:19 +01:00
  • c6dd3c96ea AWSLambda - refactor exception handling Bert Blommers 2019-11-17 10:59:20 +00:00
  • 3bb31c84fd Fix some typos Asher Foa 2019-11-16 12:31:45 -08:00
  • d242a31c92
    Merge pull request #2570 from gruebel/cap-dateutil-version Mike Grima 2019-11-16 10:27:55 -08:00
  • e70ad8fd12
    Merge pull request #2569 from gruebel/fix-sns-publish-number-type Mike Grima 2019-11-16 10:24:09 -08:00
  • 9a30b8e8d5
    Merge pull request #2552 from bblommers/IAM-role-name-validation Mike Grima 2019-11-16 10:22:51 -08:00
  • 028aafd05b
    Merge pull request #2555 from catherinetcai/feature/ec2-vpc-classic-link Mike Grima 2019-11-16 10:21:29 -08:00
  • e025ccfd06 Ensure IAM Policy names are unique in tests Bert Blommers 2019-11-11 09:27:01 +00:00
  • 85570f0abe IAM - Add Validation on duplicate policy names Bert Blommers 2019-11-11 09:14:22 +00:00
  • 422bca8e90 IAM - Add Validation on duplicate role names Bert Blommers 2019-11-11 08:21:42 +00:00
  • 3a2abe3e95 Cap python-dateutil to 2.8.0 gruebel 2019-11-16 15:04:48 +01:00
  • 3d5d477f7f Fix sns.publish with number type and 0 value gruebel 2019-11-16 14:46:05 +01:00
  • e750e3ace0
    Merge pull request #17 from spulec/master Bert Blommers 2019-11-16 09:56:34 +00:00
  • dddb9dd4d2
    Merge pull request #2536 from edekadigital/add-events-event-bus Steve Pulec 2019-11-15 16:38:51 -06:00
  • 8cc55003f7
    Merge pull request #2550 from bblommers/fix_available_ip_addresses_subnets Mike Grima 2019-11-15 12:52:26 -08:00
  • 80fc66a897
    Merge pull request #2565 from bblommers/add-lambda-coverage Mike Grima 2019-11-15 11:10:44 -08:00
  • 60a5a06d23
    Merge pull request #2564 from bblommers/bugfix/2562 Mike Grima 2019-11-15 11:08:35 -08:00
  • 3afb93d9db
    Merge pull request #2548 from bblommers/feature/implement-iam-delete-group-endpoint Mike Grima 2019-11-15 10:52:21 -08:00
  • 4a282578c0
    Merge pull request #2543 from stephenmuss/orgs-describe-create-account-status Mike Grima 2019-11-15 10:41:37 -08:00
  • 7ca35514ca
    Merge pull request #2542 from ianyon/create_policy_already_exist Mike Grima 2019-11-15 10:38:35 -08:00
  • b0b962f120
    Merge pull request #2541 from baolsen/datasync-improvements Mike Grima 2019-11-15 10:37:52 -08:00