Commit graph

  • 1546635fcd Attach internet gateway to VPC when it is created through CloudFormation Hugo Lopes Tavares 2015-02-11 18:19:40 -05:00
  • b2904fe849 add byte specifier for py3 Konstantinos Koukopoulos 2015-02-11 11:08:00 +02:00
  • 297c730932 speed up multipart tests by temporarily reducing min part size Konstantinos Koukopoulos 2015-02-10 13:19:45 +02:00
  • e1163e5223 fix some boundary conditions Konstantinos Koukopoulos 2015-02-10 19:43:24 +02:00
  • 261328d449 set content-range header so boto knows this is a ranged response Konstantinos Koukopoulos 2015-02-10 19:15:10 +02:00
  • 418a6a118e return proper status codes in range get, fix suffix range Konstantinos Koukopoulos 2015-02-10 19:14:47 +02:00
  • 9efd12c43c support more range specifiers in ranged gets Konstantinos Koukopoulos 2015-02-10 17:55:44 +02:00
  • 27a022f695 fix field names for py26 in s3 test Konstantinos Koukopoulos 2015-02-10 17:31:40 +02:00
  • dbf1e64d44 support ranged get in S3 Konstantinos Koukopoulos 2015-02-10 17:28:18 +02:00
  • 2dd174b577 use request body in complete upload, improve exception handling Konstantinos Koukopoulos 2015-02-10 16:56:56 +02:00
  • 8ad39449be add a test for completing an upload with an invalid part order Konstantinos Koukopoulos 2015-02-10 16:55:32 +02:00
  • 7250186c26 support multipart uploads when parts are uploaded out of order Konstantinos Koukopoulos 2015-02-10 13:06:17 +02:00
  • 4ef484d908 add test for uploading parts out of order in S3 multipart upload Konstantinos Koukopoulos 2015-02-10 13:05:31 +02:00
  • 1460a5a3c7 refactor S3 exceptions to inherit from RESTError Konstantinos Koukopoulos 2015-02-10 15:33:18 +02:00
  • 7c719269be create a base RESTError exception Konstantinos Koukopoulos 2015-02-10 15:31:28 +02:00
  • 8a8aba3395 Merge pull request #295 from mfulleratlassian/adding_iam_credentials_report Steve Pulec 2015-02-05 08:36:38 -05:00
  • abae19d273 fixing up base64 encoding for python 3 back to using base64 module Mike Fuller 2015-02-05 17:07:08 +11:00
  • 73a4c83c1a Merge remote-tracking branch 'upstream/master' into adding_iam_credentials_report Mike Fuller 2015-02-05 17:03:30 +11:00
  • d0a60d8702 fixing up base64 encoding for python 3 Mike Fuller 2015-02-05 17:03:11 +11:00
  • 5547a917a6 use should.match instead of should.contain as string is not an interable. Mike Fuller 2015-02-04 12:50:18 +11:00
  • 50c629e123 0.4.0 Steve Pulec 2015-02-03 20:47:24 -05:00
  • d1f82b83ec Merge remote-tracking branch 'upstream/master' into adding_iam_credentials_report Mike Fuller 2015-02-04 12:40:36 +11:00
  • ffff67692c encode credential_report to ascii to help the base64 encoding work. Mike Fuller 2015-02-04 12:39:28 +11:00
  • ea07dd1cc7 Merge pull request #292 from mfulleratlassian/adding_rds2_support Steve Pulec 2015-02-03 20:26:25 -05:00
  • 96394ae06d Merge pull request #294 from spulec/rds-add-storage-type-and-iops-to-dbinstance-template Steve Pulec 2015-02-03 17:26:21 -05:00
  • 5e8539d48e Remove dicttoxml. Steve Pulec 2015-02-03 17:04:36 -05:00
  • 7eb969fb00 Remove requires_boto_lte and add comment about StorageType vs storage_type Hugo Lopes Tavares 2015-02-03 16:57:12 -05:00
  • c40437398f Add StorageType and Iops elements to DBInstance XML response Hugo Lopes Tavares 2015-02-02 17:19:01 -05:00
  • 96e5f2875d Merge remote-tracking branch 'upstream/master' into adding_iam_credentials_report Mike Fuller 2015-02-03 09:43:55 +11:00
  • 5eab1901e4 added get/generate credential report to mock_iam Mike Fuller 2015-02-03 09:42:57 +11:00
  • 170d09b64c Merge pull request #293 from spulec/fix-rds-url-for-us-east-1 Steve Pulec 2015-02-02 16:42:02 -05:00
  • c0cbd59167 Make RDS interface work with us-east-1 region Hugo Lopes Tavares 2015-02-02 16:25:40 -05:00
  • 41507e4baa Fixes for tests run on python 2.6.9 Mike Fuller 2015-01-30 19:54:43 +11:00
  • 618c2a7013 Turned off tests on python 3 Mike Fuller 2015-01-30 19:28:07 +11:00
  • cff5238929 Fixed up use of format using {} instead of {0} which seams to break python 2.6.x Mike Fuller 2015-01-30 17:28:41 +11:00
  • d350ac438e Merge remote-tracking branch 'upstream/master' into adding_rds2_support Mike Fuller 2015-01-30 17:14:13 +11:00
  • 0d958e9b1c Added read replica support Mike Fuller 2015-01-30 17:12:51 +11:00
  • 06476ccb3a Merge pull request #291 from jbalogh/delimiter Steve Pulec 2015-01-29 22:49:09 -05:00
  • 367302a18f Merge pull request #290 from joshp123/List_multipart_uploads_with_prefix Steve Pulec 2015-01-29 22:48:27 -05:00
  • 42ab9312bb Added db_subnet_group support Mike Fuller 2015-01-30 08:18:15 +11:00
  • c7bf6ffc91 Folder results should include the delimiter. Jeff Balogh 2015-01-29 09:20:40 -08:00
  • 7e3516f997 Added support for listing multipart uploads with prefix. Josh Palmer 2015-01-29 17:22:06 +01:00
  • 8614b50898 Added DB Security Group Create/List/Delete/Authorize Mike Fuller 2015-01-29 17:25:39 +11:00
  • eb23980937 Added myself and Chris Henry to Contributors Mike Fuller 2015-01-29 07:36:16 +11:00
  • 3d431664f7 Added some TODOs for my memory. Mike Fuller 2015-01-29 07:31:11 +11:00
  • 884bd51604 Added tests add/remove/list tags on option groups Mike Fuller 2015-01-29 07:24:03 +11:00
  • e42046aeda extended the list/add/delete tags functions to support more resource types. Mike Fuller 2015-01-29 07:15:03 +11:00
  • 15fcec9c33 Returning dymanic response for add_tags_to_resource Mike Fuller 2015-01-28 10:24:11 +11:00
  • 10c0ffc2f2 Added remove_tags_from_resource for rds db and add_tags_to_resource for rds db. Mike Fuller 2015-01-28 10:17:55 +11:00
  • 33b62d871f Merge pull request #2 from behanceops/more-rds2-support mfulleratlassian 2015-01-28 07:21:48 +11:00
  • 8f46332569 Change Makefile back to original. Chris Henry 2015-01-27 09:29:51 -05:00
  • 5ffef56328 Merge branch 'more-rds2-support' of ssh://github.com/behanceops/moto into HEAD Chris Henry 2015-01-27 02:00:26 -05:00
  • 9e2a577324 Tweak tests. Chris Henry 2015-01-27 01:53:57 -05:00
  • 7766588681 Tweak tests. Chris Henry 2015-01-27 01:53:57 -05:00
  • f78d3b79df Fix json templates to include DBInstance element. Chris Henry 2015-01-27 01:53:42 -05:00
  • df036fe207 rds2 model fixes. Chris Henry 2015-01-27 01:28:38 -05:00
  • 2dde94c9be Storing tags on create db instance and getting tags back in list_tags_for_resource Mike Fuller 2015-01-27 09:04:39 +11:00
  • 6559d11dd5 Merge remote-tracking branch 'upstream/master' into adding_rds2_support Mike Fuller 2015-01-27 08:24:54 +11:00
  • 6232abfe2d Added reboot instance and list_tags_for_resource. Still need to get the tags populated. Mike Fuller 2015-01-27 08:21:48 +11:00
  • 23ff33b145 Merge pull request #1 from behanceops/more-rds2-support mfulleratlassian 2015-01-27 08:03:21 +11:00
  • bcf4e97752 Uncomment existing subnet groups test and add more assertions. Chris Henry 2015-01-26 15:39:34 -05:00
  • bba08f05b1 Change the describe subnet groups over to json. Chris Henry 2015-01-26 15:38:56 -05:00
  • 1ccf1191cd Instead of a regex, add a second url pattern Chris Henry 2015-01-26 13:54:40 -05:00
  • 2352e27c3e Remove todo. Chris Henry 2015-01-26 13:35:28 -05:00
  • 25d0c0926d Change CREATE_SUBNET_GROUP_TEMPLATE to json. Chris Henry 2015-01-26 13:34:21 -05:00
  • 850b15d849 Add a to_json method to SubnetGroup. Chris Henry 2015-01-26 13:33:46 -05:00
  • 4f822f58e8 Loosen the url pattern a bit. I was seeing boto send requests to rds.amazonaws.com Chris Henry 2015-01-26 13:33:11 -05:00
  • d8d55dc7fa Merge pull request #289 from DreadPirateShawn/ModifyImageAttributeUserPermissions Steve Pulec 2015-01-24 08:59:14 -05:00
  • d631f869c1 ModifyImageAttribute: Added support for user permissions. dreadpirateshawn 2015-01-23 09:43:54 -08:00
  • dd5cab8c63 Return random IP addresses for instances. Steve Pulec 2015-01-21 21:58:38 -05:00
  • 8671f1e29f Merge remote-tracking branch 'upstream/master' into adding_rds2_support Mike Fuller 2015-01-22 07:22:50 +11:00
  • 242e29a7c1 rds2 modify_db_instance, small code tidy ups Mike Fuller 2015-01-22 07:21:49 +11:00
  • 4b838f6114 Added some TODOs to ensure I dont forget. Mike Fuller 2015-01-21 07:18:56 +11:00
  • 6fad81aabf I have delete options for the modify_option_group method but for the life of me. I cannot work out how to use this function to add options to an option_group. Mike Fuller 2015-01-21 07:15:47 +11:00
  • dfb33aaad3 Started implementing modify_option_group. Mike Fuller 2015-01-20 21:01:34 +11:00
  • a43b002c3a Added describe_option_group_options. Mike Fuller 2015-01-20 07:18:52 +11:00
  • b1c41820f7 Cleanup EC2 launch time code a bit. Steve Pulec 2015-01-19 13:44:15 -05:00
  • 7c0346c658 Merge pull request #287 from behanceops/feature-instance-launch-time Steve Pulec 2015-01-19 12:22:13 -05:00
  • 503d46d36a Added decribe_option_groups and delete_option_group support Mike Fuller 2015-01-19 20:29:32 +11:00
  • 40db44f2cd Added Exceptions on create_option_group Mike Fuller 2015-01-19 17:03:14 +11:00
  • 6743a41b26 Fix merge conflict, Chris Henry 2015-01-18 16:37:56 -05:00
  • 1f2a913d3a Merge branch 'master' of github.com:behanceops/moto into feature-instance-launch-time Chris Henry 2015-01-18 16:37:27 -05:00
  • 40b97d1bb2 Test that launch_time is a iso 8601 string. Chris Henry 2015-01-18 16:30:39 -05:00
  • e2ed5ed733 Merge remote-tracking branch 'upstream/master' into adding_rds2_support Mike Fuller 2015-01-19 08:22:27 +11:00
  • 19a1b74c5b Change timestamp format to ISO 8601, as per http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html Chris Henry 2015-01-18 16:20:59 -05:00
  • 77185f9bee Change timestamp format to ISO 8601, as per http://docs.aws.amazon.com/cli/latest/userguide/cli-using-param.html Chris Henry 2015-01-18 16:18:34 -05:00
  • c6437930de fixed up tests for create_option_group, fixed return json to have major_version correct Mike Fuller 2015-01-19 08:06:37 +11:00
  • 062256ada3 Use the current time when launching an instance. Chris Henry 2015-01-18 15:53:59 -05:00
  • 8c16517f10 building out new RDS2 Mock. completed: * create_db_instance() * create_option_group() Mike Fuller 2015-01-19 07:38:10 +11:00
  • c22ea3014b Add SNS topics to cloudformation. Steve Pulec 2015-01-17 19:48:08 -05:00
  • f19fdc9802 Cleaner code. Steve Pulec 2015-01-17 19:10:19 -05:00
  • 585ef7b768 Add route53 health checks. Steve Pulec 2015-01-17 19:06:43 -05:00
  • adb26986eb Add route53 ResourceSet to Cloudformation. Steve Pulec 2015-01-17 15:37:46 -05:00
  • 42cd333d51 Refactor Route53 record sets. Steve Pulec 2015-01-17 14:50:19 -05:00
  • 5d5f241b99 Add route53 support to cloudformation. Steve Pulec 2015-01-17 10:17:25 -05:00
  • babb7450ec Add RDS to readme. Steve Pulec 2015-01-11 16:42:58 -05:00
  • 25326790c2 Merge pull request #286 from spulec/rds Steve Pulec 2015-01-11 16:42:06 -05:00
  • 1ca651e106 Skip some tests for py3 since boto is not compatible yet. Steve Pulec 2015-01-11 16:39:39 -05:00
  • 4c40f39a68 Fix for py26. Steve Pulec 2015-01-11 16:27:02 -05:00
  • ae6a05af72 Add missing fixture. Steve Pulec 2015-01-11 16:17:53 -05:00