Commit Graph

  • c2dd4a7ee4 Fixed py33 errors. Rory-Finnegan 2014-09-03 19:52:23 -0400
  • bf996f1461 Fixed py26 errors related to using assert_raises in tests. Rory-Finnegan 2014-09-03 19:24:05 -0400
  • 665beda466 Added support to get_all_security_groups endpoint to actually filter groups. Rory-Finnegan 2014-08-21 19:04:48 -0500
  • a3b02f3f8b Added get_user and delete_access_key endpoints. Rory-Finnegan 2014-08-20 13:56:30 -0500
  • ac74af4085 Added several new endpoints for accessing iam groups and users, include unit tests. Rory-Finnegan 2014-08-19 16:30:11 -0500
  • 94c1970a03 Fix up setup.py David Baumgold 2014-08-29 23:46:55 -0400
  • 22d9141122 Cleanup route53 local variable names. Steve Pulec 2014-08-29 21:14:24 -0400
  • c6cb503b61 Make _get_multi_param smarter. Steve Pulec 2014-08-29 20:31:02 -0400
  • ae2898b382 Merge pull request #181 from ghalib/create-existing-queue-noop Steve Pulec 2014-08-29 19:50:21 -0400
  • c1144a0cb4 Merge pull request #168 from singingwolfboy/py3 Steve Pulec 2014-08-29 19:28:54 -0400
  • 18bad6994d Creating a queue with existing name is now a no-op Ghalib Suleiman 2014-08-29 15:13:59 -0600
  • eedb4c4b73 Support Python 3 using six David Baumgold 2014-08-26 13:25:50 -0400
  • d653a3a3f7 Don't use a custom version of coveralls David Baumgold 2014-08-26 14:17:25 -0400
  • ffb1ee024d Added myself to AUTHORS David Baumgold 2014-08-27 17:57:30 -0400
  • cfda83dcba Merge pull request #180 from DreadPirateShawn/AMIsModifyAndDescribe Steve Pulec 2014-08-27 21:28:15 -0400
  • ca13c141d3 Merge pull request #176 from singingwolfboy/unicode_literals Steve Pulec 2014-08-27 21:19:50 -0400
  • 40a6ade167 Merge pull request #178 from DreadPirateShawn/RemoveVimSwapFiles Steve Pulec 2014-08-27 21:11:02 -0400
  • f9246def75 AMIs: Added ModifyImageAttribute and DescribeImages filtering. Shawn Falkner-Horine 2014-08-27 11:53:44 -0700
  • d8114c7b44 Added *.swp to .gitignore Shawn Falkner-Horine 2014-08-27 09:45:17 -0700
  • acaad7026b Remove VIM swap files. Shawn Falkner-Horine 2014-08-27 08:59:51 -0700
  • b4205cf267 Fix tests that fail due to bad unicode support David Baumgold 2014-08-27 11:54:23 -0400
  • 4201e6b430 from __future__ import unicode_literals David Baumgold 2014-08-27 11:17:06 -0400
  • b69179818c Merge pull request #175 from DreadPirateShawn/SnapshotAttributes Steve Pulec 2014-08-26 20:53:46 -0400
  • 8f79d71f3f Merge pull request #172 from DreadPirateShawn/CreateSubnetVPCValidation Steve Pulec 2014-08-26 20:36:26 -0400
  • 1846f28b41 Merge pull request #170 from DreadPirateShawn/DescribeSubnetsFiltering Steve Pulec 2014-08-26 20:35:19 -0400
  • 5a20476e74 Merge pull request #173 from hltbra/multi-region Steve Pulec 2014-08-26 20:33:14 -0400
  • 55400038a8 Change test_regions.py to work with old boto versions Hugo Lopes Tavares 2014-08-26 18:38:08 -0400
  • bce64599f7 Get region names in a backward compatible way Hugo Lopes Tavares 2014-08-26 18:21:26 -0400
  • ebc0037659 Implementation for ModifySnapshotAttribute and DescribeSnapshotAttribute. Shawn Falkner-Horine 2014-08-26 15:16:58 -0700
  • 7e69c69ae0 Add multi-region support to Autoscaling Hugo Lopes Tavares 2014-08-26 17:45:19 -0400
  • 82eef28937 Add multi-region support to EC2 Instances Hugo Lopes Tavares 2014-08-26 16:42:08 -0400
  • 0ecae450a1 CreateSubnet: Added VPC ID validation. Shawn Falkner-Horine 2014-08-26 14:04:34 -0700
  • c89e7c6de1 DescribeSubnets: Added support for 'filters' parameter. (fixed NotImplemented error message) Shawn Falkner-Horine 2014-08-26 13:31:08 -0700
  • d683c3b291 DescribeSubnets: Added support for 'filters' parameter. Shawn Falkner-Horine 2014-08-26 13:25:37 -0700
  • 348d1803ed 0.3.5 Steve Pulec 2014-08-25 21:19:46 -0400
  • e45f32c6aa Merge pull request #167 from DreadPirateShawn/ErrorHandling Steve Pulec 2014-08-25 21:11:05 -0400
  • 5b56e89b60 Error handling: Model-level validations, proper error responses. (fixed typo) Shawn Falkner-Horine 2014-08-25 15:14:45 -0700
  • c97417d8e7 Error handling: Model-level validations, proper error responses. (backport assert_raises as context manager for Python 2.6) Shawn Falkner-Horine 2014-08-25 15:09:38 -0700
  • d160f2c6d6 Error handling: Model-level validations, proper error responses. (removed deprecated error template) Shawn Falkner-Horine 2014-08-25 14:02:02 -0700
  • 9938995e05 Error handling: Model-level validations, proper error responses. (added coverage for new instance status call) Shawn Falkner-Horine 2014-08-25 14:00:35 -0700
  • 5c46898b17 Merge remote-tracking branch 'upstream/master' Shawn Falkner-Horine 2014-08-25 13:43:23 -0700
  • 071c03e216 Error handling: Model-level validations, proper error responses. Shawn Falkner-Horine 2014-08-25 10:54:47 -0700
  • ca7a7c2dc3 Merge pull request #165 from andresriancho/master Steve Pulec 2014-08-22 17:35:57 -0400
  • c65ff170b2 Fix NotImplementedError: The describe_instance_status action has not been implemented #163 Andres Riancho 2014-08-20 14:52:23 -0300
  • 4b1b0f8514 Minor refactoring to avoid code duplication Andres Riancho 2014-08-20 14:51:24 -0300
  • b94401247f 0.3.4 Steve Pulec 2014-08-20 07:40:12 -0400
  • 195505948b Merge pull request #162 from andresriancho/master Steve Pulec 2014-08-20 07:39:24 -0400
  • b4f5653620 Add @DreadPirateShawn to authors. Steve Pulec 2014-08-20 07:39:03 -0400
  • 9d06ccf0cd Merge pull request #156 from DreadPirateShawn/VPCPeeringConnections Steve Pulec 2014-08-20 07:38:28 -0400
  • 9c1032da58 Fix #160, implemented blockDeviceMapping modify_attribute set Andres Riancho 2014-08-20 08:14:13 -0300
  • e94a7ed6ff First, we make it crash #160 Andres Riancho 2014-08-19 23:38:36 -0300
  • bfafaf70df Update support for VPCPeeringConnections. (New boto version in Travis matrix and gte threshold for tests.) Shawn Falkner-Horine 2014-08-18 11:54:11 -0700
  • ba012d9902 Fix server docs. Steve Pulec 2014-08-13 22:16:53 -0400
  • 64ed605c14 Ignore S3 ACL for now since we do not implement it. Steve Pulec 2014-08-13 22:13:17 -0400
  • 0bb3ecd1d5 Merge pull request #159 from ghalib/default-threaded Steve Pulec 2014-08-13 20:50:32 -0400
  • f4a2f1a51f Turn on threading for Werkzeug's run_simple() Ghalib Suleiman 2014-08-12 15:07:29 -0700
  • 1f907eddce Add IAM to README Steve Pulec 2014-08-05 15:03:39 -0400
  • d2fc7bb7f9 Merge pull request #139 from kouk/backendaccess Steve Pulec 2014-08-02 10:43:35 -0400
  • 42a305239c Add support for VPCPeeringConnections. Shawn Falkner-Horine 2014-07-31 14:41:30 -0700
  • 955bd6feef add a test for model accessor Konstantinos Koukopoulos 2014-07-29 15:29:52 +0300
  • cc01669643 Merge pull request #153 from colinbjohnson/moto-152 Steve Pulec 2014-07-25 08:37:41 -0400
  • 853d6768ce moto-152 - return vpc.id if exists else return nothing Colin Johnson 2014-07-25 05:16:53 +0000
  • 63799f3af8 Restrict tests to new version since we have change the behavior. Steve Pulec 2014-07-22 21:53:54 -0400
  • 3ee51688c7 Fix travis config. Steve Pulec 2014-07-22 21:49:26 -0400
  • 12d61ede41 Updating dynamodb2 tests for newer boto. Steve Pulec 2014-07-22 21:47:56 -0400
  • 415291d11a 0.3.3 Steve Pulec 2014-07-18 20:56:52 -0400
  • bf797293aa Add @kevgliss to authors. Steve Pulec 2014-07-18 20:56:35 -0400
  • 1d2bf48e40 Remove dupe line. Steve Pulec 2014-07-18 20:56:02 -0400
  • 4b5b072b27 Merge pull request #150 from kevgliss/enhanced_ssl_support Steve Pulec 2014-07-18 20:55:02 -0400
  • fc30f5ba1f adding tests Kevin Glisson 2014-07-18 17:31:57 -0700
  • c8d8f00241 adding ability to delete elb listeners Kevin Glisson 2014-07-14 17:54:45 -0700
  • 3a063862a7 Merge pull request #148 from mrucci/fix-describe-asg Steve Pulec 2014-07-14 20:37:26 -0400
  • d53c4d3185 Merge pull request #147 from mrucci/route53-get-by-name Steve Pulec 2014-07-14 20:36:34 -0400
  • ada20cea61 Fix retrieval of autoscaling group instances. Marco Rucci 2014-07-13 20:47:35 +0200
  • 9f092e6192 Route 53 GET request honors the Name parameter. Marco Rucci 2014-07-13 19:48:20 +0200
  • 5e35348c0d Cleanup S3 model methods to better deal with missing buckets. Steve Pulec 2014-07-08 21:20:29 -0400
  • be25a2ba99 Fix S3 to work with other regions. Steve Pulec 2014-07-08 20:35:48 -0400
  • dc11f71ff0 Add NextToken element to appropriate SNS responses. cc #144 Steve Pulec 2014-07-01 21:14:28 -0400
  • 50fae3035f Merge pull request #143 from AsymmetricVentures/bucket_versioning Steve Pulec 2014-06-29 22:07:24 -0400
  • 4cc45c3ac5 Implementation of bucket.list_versions Richard Eames 2014-06-27 16:21:32 -0600
  • e972000bb4 Keep track of previous versions of keys Richard Eames 2014-06-27 15:37:51 -0600
  • 5409d99ca2 Added basic implementation of key/bucket versioning Richard Eames 2014-06-27 11:34:00 -0600
  • 50d2608478 0.3.2 Steve Pulec 2014-06-23 21:27:15 -0400
  • e180132fa1 Add @clintecker to authors. Steve Pulec 2014-06-23 21:27:02 -0400
  • 2274215b32 Merge pull request #140 from modestinc/improved_sqs_mocks Steve Pulec 2014-06-23 21:26:29 -0400
  • ca6a9bad4f use proper message encoding Clint Ecker 2014-06-23 13:53:46 -0500
  • a9ef2eaaf4 typos Clint Ecker 2014-06-22 13:34:32 -0500
  • 67933574b9 Formatting indices for python2.6 Clint Ecker 2014-06-22 13:33:49 -0500
  • dc2eb5bba1 Merge pull request #142 from reiven/master Steve Pulec 2014-06-21 11:52:52 -0400
  • 6ca95a080d Fixed examples in README file #141 Federico Reiven 2014-06-20 18:47:16 -0300
  • 0d2991d733 forgot to add new exceptions file Clint Ecker 2014-06-20 16:31:19 -0500
  • 049b73485f test changing visibility improperly Clint Ecker 2014-06-20 16:29:40 -0500
  • cb52ad6da3 get total seconds that works in >2.3 Clint Ecker 2014-06-20 16:14:22 -0500
  • c18e0cc82e Enhanced SQS support Clint Ecker 2014-06-20 15:00:36 -0500
  • fa8485b599 provide SpotRequestBackend with model accessor Konstantinos Koukopoulos 2014-06-18 10:46:58 +0300
  • 76a6a86eac add Model metaclass to collect model accessor methods from backend classes Konstantinos Koukopoulos 2014-06-18 10:46:20 +0300
  • aec7d8e998 Merge pull request #138 from IlyaSukhanov/master Steve Pulec 2014-06-17 22:28:16 -0400
  • 60bba47624 switch to using boto's SpotInstanceRequest in backend Konstantinos Koukopoulos 2014-06-17 19:04:38 +0300
  • bcb0e7a3d4 Implement internet gateway mocking Ilya Sukhanov 2014-06-05 00:12:22 -0400
  • 476881737e Merge pull request #136 from wittwerch/master Steve Pulec 2014-06-05 18:31:40 -0400