Commit graph

  • 776e1bc65a Merge branch 'master' into dynamov2_no_indexes Sorin 2014-01-07 11:10:24 +02:00
  • b31c3ab8a5 use requires_boto_gte instead of removing the earlier versions Sorin 2014-01-07 10:56:51 +02:00
  • 531cd42e0f 0.2.15 Steve Pulec 2013-12-30 13:36:05 -05:00
  • 5e7936123c Add comments for optional argparse positional argument Steve Pulec 2013-12-30 13:32:07 -05:00
  • f0c6d1124c Make service argument optional so that you can actually use all services Steve Pulec 2013-12-30 13:29:57 -05:00
  • b9538f74dd 0.2.14 Steve Pulec 2013-12-30 12:33:45 -05:00
  • c4c342c570 Fix bug with backend_name vs backend. Steve Pulec 2013-12-30 12:33:31 -05:00
  • 2358622597 0.2.13 Steve Pulec 2013-12-30 12:25:46 -05:00
  • d39d706e5c Add @andresriancho to authors Steve Pulec 2013-12-29 21:51:43 -05:00
  • 8b278eb05d Clean up querystring logic. Steve Pulec 2013-12-28 20:15:37 -05:00
  • ffcbaf366e Remove debug print Andres Riancho 2013-12-27 18:07:43 -03:00
  • c6515af8bf Now we have a stand-alone server which can provide services for more than one backend at the same time Andres Riancho 2013-12-27 15:45:53 -03:00
  • 56357d344c Making URL a little bit more strict Andres Riancho 2013-12-27 15:45:29 -03:00
  • c1f224954e Cleanup some style Steve Pulec 2013-12-29 08:59:07 -05:00
  • 74e2c19865 Cleanup unused imports Steve Pulec 2013-12-29 08:40:38 -05:00
  • f3890ffc31 Fix for EC2Response MRO Steve Pulec 2013-12-29 08:34:07 -05:00
  • ec938ef904 Convert all EC2Response Mixins to subclasses. Steve Pulec 2013-12-29 08:25:13 -05:00
  • fefc12457e 0.2.12 Steve Pulec 2013-12-28 20:19:01 -05:00
  • 2073dc769a Clean up querystring logic. Steve Pulec 2013-12-28 20:15:37 -05:00
  • d58f406de4 Fixes https://github.com/spulec/moto/issues/74 Andres Riancho 2013-12-27 12:26:25 -03:00
  • 5f7e60194f Merge pull request #73 from andresriancho/feature/fix_nested_decorators_72 Steve Pulec 2013-12-28 16:33:13 -08:00
  • 186b40de54 All tests pass! Fixes https://github.com/spulec/moto/issues/72 Andres Riancho 2013-12-26 13:52:03 -03:00
  • f843a1bba9 Ignore backup files Andres Riancho 2013-12-26 13:43:18 -03:00
  • b331e8ee8e Ignore pycharm metadata Andres Riancho 2013-12-26 13:42:41 -03:00
  • 748fa52cca Fix for https://github.com/spulec/moto/issues/72 Need to run the whole test suite to make sure no regressions were added Andres Riancho 2013-12-26 13:12:50 -03:00
  • 3b8cd5ad7d Exclude tests from packagin Steve Pulec 2013-12-19 16:16:00 -05:00
  • a31664ade7 removed incompatible boto versions for dynamo v2 Sorin 2013-12-10 14:42:48 +02:00
  • 53006df565 change readme Sorin 2013-12-10 12:01:32 +02:00
  • 48cfd19fe6 dynamodb v2 no indexes creyer 2013-12-05 13:16:56 +02:00
  • 71d655eca1 Merge pull request #67 from StartTheShift/sg_vpc_support Steve Pulec 2013-12-08 20:18:01 -08:00
  • 95dec63a4b added latest version of boto to travis matrix Jon Haddad 2013-12-06 14:40:00 -08:00
  • 48ee4b600b updated SC methods to work with a group_id, which must be used if it's a group in a VPC Jon Haddad 2013-12-06 14:34:13 -08:00
  • 1eac424bf5 missed a commit Jon Haddad 2013-12-05 17:56:46 -08:00
  • 95acab1dca added myself to contributors Jon Haddad 2013-12-05 17:11:10 -08:00
  • 8781714f5c security group deletion Jon Haddad 2013-12-05 17:00:35 -08:00
  • 0e316d8fc3 fixed spot instances creation Jon Haddad 2013-12-05 16:45:18 -08:00
  • 0712d40f71 added vpc_id to deletion Jon Haddad 2013-12-05 16:39:25 -08:00
  • 4fc7317804 Merge branch 'master' of https://github.com/spulec/moto into sg_vpc_support Jon Haddad 2013-12-05 16:26:07 -08:00
  • ac1d2f5ef4 0.2.11 Steve Pulec 2013-11-23 10:39:32 -05:00
  • ecb7fa3a66 Add to authors Steve Pulec 2013-11-23 10:38:04 -05:00
  • 0b7ace7a5f Add more contributors from multipart s3 pull request Steve Pulec 2013-11-23 10:29:13 -05:00
  • 8cc9b1acc3 Merge pull request #65 from jjofseattle/master Steve Pulec 2013-11-23 07:30:45 -08:00
  • 4853954c55 Merge pull request #64 from kouk/master Steve Pulec 2013-11-23 07:26:04 -08:00
  • 38b26f038f handle double deletion caused by httpretty jjofseattle 2013-11-20 14:45:44 -08:00
  • 2d6e649245 improve coverage jjofseattle 2013-11-15 16:20:25 -08:00
  • 08777e4b18 pep8 jjofseattle 2013-11-15 15:35:46 -08:00
  • 8da1d31432 fix style issues jjofseattle 2013-11-15 15:29:01 -08:00
  • 85e32102fa break multipart test in two Konstantinos Koukopoulos 2013-11-15 11:59:30 +02:00
  • 3846c46990 replace literal ints with constants Konstantinos Koukopoulos 2013-11-15 11:53:39 +02:00
  • a11c80fe20 add route53 jjofseattle 2013-11-14 11:14:14 -08:00
  • bdf5a9e26b convert to bytes for python 2.6 Konstantinos Koukopoulos 2013-11-14 17:47:03 +02:00
  • 3628e40f3c Merge remote-tracking branch 'spulec/master' Konstantinos Koukopoulos 2013-11-14 17:05:46 +02:00
  • 92bebbb3a1 Merge pull request #1 from attili/master Konstantinos Koukopoulos 2013-11-14 05:18:08 -08:00
  • d5b3af202e 0.2.10 Steve Pulec 2013-11-08 16:05:36 -05:00
  • df3155c869 when getting a key (HEAD request) return key.value instead of empty string. This is will mirror boto's method. Jeff Gregory 2013-10-25 14:36:49 -07:00
  • 5a475881d2 support bucket names in url paths in s3bucket_path Brock Pytlik 2013-10-28 13:43:25 -07:00
  • 59858dd685 Merge pull request #61 from StartTheShift/master Steve Pulec 2013-11-08 12:08:32 -08:00
  • d9862aaa65 Correct size check on multipart uploads. All parts except last must be > 5MB Mike Attili 2013-11-07 17:09:53 -05:00
  • b64dbcaa12 Remove ()'s on complete_upload since should.throw requires a 'callable'. Mike Attili 2013-11-07 17:07:56 -05:00
  • c2dad5357f correctly passing vpc_id through to revoke Jon Haddad 2013-11-01 12:56:53 -07:00
  • 9cbac9bbf4 reworked internals, groups is now a dict of dicts. need to fix errors coming back from revoking and deleting groups Jon Haddad 2013-10-30 20:11:15 -07:00
  • 6ad8e109e4 more concise jinja Jon Haddad 2013-10-30 18:59:21 -07:00
  • 9ae144bad8 correctly getting the vpc address back Jon Haddad 2013-10-30 18:50:42 -07:00
  • c3e4b5401c added new vpc security group test. failing Jon Haddad 2013-10-30 17:55:13 -07:00
  • 09b6d67744 dev requirements file. installs requirements.txt plus anything needed for local development Jon Haddad 2013-10-30 14:28:53 -07:00
  • 1fca6fd858 ignoring noseids and build dir Jon Haddad 2013-10-30 14:23:12 -07:00
  • 661fc39951 Merge pull request #54 from JeffMGreg/master Steve Pulec 2013-10-28 18:59:01 -07:00
  • c75a233f6c when getting a key (HEAD request) return key.value instead of empty string. This is will mirror boto's method. Jeff Gregory 2013-10-25 14:36:49 -07:00
  • 23833bc16e Add @IlyaSukhanov to authors Steve Pulec 2013-10-14 15:07:43 -04:00
  • 6d0356a30b Merge pull request #49 from IlyaSukhanov/master Steve Pulec 2013-10-14 12:06:58 -07:00
  • f8f8d25426 Implement Elastic IP Ilya Sukhanov 2013-09-03 21:47:16 -04:00
  • a63601e481 Implement ImageId parameter in DescribeImages Ilya Sukhanov 2013-08-29 23:06:11 -04:00
  • b5a454e0da When manipulating instance save end states instead of transitional Ilya Sukhanov 2013-08-28 10:19:12 -04:00
  • c09110c905 Add @mhock to authors for his python 2.6 help Steve Pulec 2013-10-03 20:46:49 -04:00
  • d8ca75deaa Merge pull request #48 from spulec/py26 Steve Pulec 2013-10-03 17:43:37 -07:00
  • 879e93e987 Add tox file Steve Pulec 2013-10-03 20:34:31 -04:00
  • 3bddbb4af3 Test out py26 with new HTTPretty Steve Pulec 2013-10-03 20:34:13 -04:00
  • 6b9ca76734 Merge pull request #47 from rpermeh/master Steve Pulec 2013-10-02 17:40:05 -07:00
  • b1d59c7e17 support cancelling of multipart upload Konstantinos Koukopoulos 2013-09-30 18:36:25 +03:00
  • 6e65b5f6d4 fix part numbering in multipart tests Konstantinos Koukopoulos 2013-09-30 16:37:50 +03:00
  • e49006c723 remove pdb Konstantinos Koukopoulos 2013-09-30 16:36:51 +03:00
  • 8f47355493 remove plus from id (for real this time) Konstantinos Koukopoulos 2013-09-30 14:50:23 +03:00
  • 4539012db6 throw proper error if multipart upload is too small Konstantinos Koukopoulos 2013-09-30 14:35:24 +03:00
  • aead9bb0d5 Complete MultiPart Operation does specify a body Konstantinos Koukopoulos 2013-09-30 14:34:56 +03:00
  • 3630b3c21a remove plus sign from id because it doesn't get parsed correctly in query string Konstantinos Koukopoulos 2013-09-30 12:10:35 +03:00
  • 04789a59fa don't forget to send the etag in the headers when uploading a part Konstantinos Koukopoulos 2013-09-30 12:10:05 +03:00
  • 9746e72e1d implement list parts Konstantinos Koukopoulos 2013-09-30 12:09:35 +03:00
  • 24ff30f9fc multipart_id doesn't exist, it's upload_id Konstantinos Koukopoulos 2013-09-30 11:51:18 +03:00
  • 0b45622dcb render part upload response correctly Konstantinos Koukopoulos 2013-09-30 11:50:41 +03:00
  • f25caa872d Merge branch 'master' of github.com:spulec/moto Konstantinos Koukopoulos 2013-09-30 11:02:25 +03:00
  • e951a7f2d7 push fixed value Ryan Permeh 2013-09-27 11:00:40 -07:00
  • a5ecf26f5a updated to fix split issue with paths with slashes Ryan Permeh 2013-09-27 10:47:32 -07:00
  • 37cf88c82b Merge pull request #46 from marcus-ahle/master Steve Pulec 2013-09-26 11:09:28 -07:00
  • 766fed9767 Adding test for sending html email Marcus Ahle 2013-09-26 09:17:38 -04:00
  • 611b820e3d Adding HTML support for SES send_email() Marcus Ahle 2013-09-25 13:51:49 -04:00
  • 20a34a1be2 Merge pull request #45 from fraisse/fix/domain_www_strip_error Steve Pulec 2013-09-24 16:30:44 -07:00
  • f805717231 Update README S3 example to actually work. Steve Pulec 2013-09-24 10:44:25 -04:00
  • 0fd4a5a6f8 Updates a test to show the ltrip use problem Sylvain Fraïssé 2013-09-24 00:00:52 +02:00
  • 596b435e57 Fix the 'www.' strip changing the lstrip method by the replace Sylvain Fraïssé 2013-09-23 23:34:33 +02:00
  • fe1f3ec06c Merge pull request #44 from spulec/add-more-boto-versions Steve Pulec 2013-09-16 18:30:58 -07:00