Commit Graph

338 Commits

Author SHA1 Message Date
Steve Pulec
ec2de04c20 Merge pull request #84 from vrivellino/master
moto.route53.responses.rrset_response() fix for spulec/moto#83
2014-02-06 20:37:10 -05:00
Vincent Rivellino
1971af9032 Updated test_route53.test_rrset() for batch update
* This should provide a test for [spulec/moto#84].
 * Prior to deleting the existing A record, it sends a batch update that
   includes DELETE and a CREATE, which is what boto performs when
   updating a ResourceRecord.
2014-02-03 12:37:57 -05:00
Steve Pulec
e5b1c7cc53 Merge pull request #88 from sgarcialaguna/master
Fixed typo in REQUEST_POST_INSTANCES_TEMPLATE
2014-01-29 17:52:16 -08:00
sgarcialaguna
e1366165d1 Fixed typo in REQUEST_POST_INSTANCES_TEMPLATE 2014-01-29 19:41:47 +01:00
Steve Pulec
cbee186f45 Merge pull request #87 from hltbra/ami-backend-describe_images-refactoring
Refactor AmiBackend.describe_images: make logic of missing image simpler
2014-01-28 15:56:09 -08:00
Hugo Lopes Tavares
4e88d79da2 Refactor AmiBackend.describe_images: make logic of missing image simpler 2014-01-28 18:53:12 -05:00
Steve Pulec
bfad3895a7 0.2.17 2014-01-28 18:37:03 -05:00
Steve Pulec
61512aaae9 Merge pull request #86 from hltbra/fix-describe-images-for-missing-images
Fix DescribeImages for missing images
2014-01-28 15:36:12 -08:00
Steve Pulec
9ad3d480ab Remove special HTTPretty install from Travis. 2014-01-28 18:21:30 -05:00
Hugo Lopes Tavares
90aa87d53e Fix DescribeImages to throw error if AMI requested does not exist 2014-01-28 18:15:29 -05:00
Vincent Rivellino
eb93a2bcd1 Route53 Zone.update_record() fix [spulec/moto#83]
* Zone.update_record() issues what is essentially a batched update to
   the AWS Route53 API: It's a DELETE followed by a CREATE.  This fix
   allow moto to handle that batched update.
2014-01-24 14:34:53 -05:00
Hugo Lopes Tavares
32f0d7e16c Make tests.helpers.requires_boto_gte() return the test function rather than calling it 2014-01-24 10:45:39 -05:00
Steve Pulec
262b698149 Fix for security groups with other security source groups. Closes #80. 2014-01-19 06:54:25 -05:00
Steve Pulec
55363b0895 0.2.16 2014-01-11 20:55:47 -05:00
Steve Pulec
7eb7704506 Add requirements for Route53. 2014-01-11 20:29:59 -05:00
Steve Pulec
f6e166c96d Merge pull request #79 from Zulunko/master
Enables the usage of special characters in keys when using s3bucket_path
2014-01-11 17:25:56 -08:00
Steve Pulec
a82b01c945 Merge pull request #69 from creyer/dynamov2_no_indexes
Dynamo v2 no indexes
2014-01-11 17:25:14 -08:00
Eric Lang
fcb2542410 Special characters now allowed in s3bucket_path keys. Fixes issue #78. 2014-01-07 13:25:14 -08:00
Sorin
6277f72c07 add try catch for missing package in old boto versions 2014-01-07 12:59:36 +02:00
Sorin
637fef1302 port changes from commit/8b278eb05d8c72ab11d48bc3bddf65b3b7b08279 2014-01-07 11:17:11 +02:00
Sorin
776e1bc65a Merge branch 'master' into dynamov2_no_indexes 2014-01-07 11:10:24 +02:00
Sorin
b31c3ab8a5 use requires_boto_gte instead of removing the earlier versions 2014-01-07 10:56:51 +02:00
Steve Pulec
531cd42e0f 0.2.15 2013-12-30 13:36:05 -05:00
Steve Pulec
5e7936123c Add comments for optional argparse positional argument 2013-12-30 13:32:07 -05:00
Steve Pulec
f0c6d1124c Make service argument optional so that you can actually use all services 2013-12-30 13:30:11 -05:00
Steve Pulec
b9538f74dd 0.2.14 2013-12-30 12:33:45 -05:00
Steve Pulec
c4c342c570 Fix bug with backend_name vs backend. 2013-12-30 12:33:31 -05:00
Steve Pulec
2358622597 0.2.13 2013-12-30 12:25:46 -05:00
Steve Pulec
d39d706e5c Add @andresriancho to authors 2013-12-29 21:51:43 -05:00
Steve Pulec
8b278eb05d Clean up querystring logic. 2013-12-29 21:50:25 -05:00
Andres Riancho
ffcbaf366e Remove debug print 2013-12-29 21:50:05 -05:00
Andres Riancho
c6515af8bf Now we have a stand-alone server which can provide services for more than one backend at the same time 2013-12-29 21:50:05 -05:00
Andres Riancho
56357d344c Making URL a little bit more strict 2013-12-29 21:49:17 -05:00
Steve Pulec
c1f224954e Cleanup some style 2013-12-29 08:59:07 -05:00
Steve Pulec
74e2c19865 Cleanup unused imports 2013-12-29 08:40:38 -05:00
Steve Pulec
f3890ffc31 Fix for EC2Response MRO 2013-12-29 08:34:07 -05:00
Steve Pulec
ec938ef904 Convert all EC2Response Mixins to subclasses. 2013-12-29 08:25:13 -05:00
Steve Pulec
fefc12457e 0.2.12 2013-12-28 20:19:01 -05:00
Steve Pulec
2073dc769a Clean up querystring logic. 2013-12-28 20:15:42 -05:00
Andres Riancho
d58f406de4 Fixes https://github.com/spulec/moto/issues/74 2013-12-28 20:15:42 -05:00
Steve Pulec
5f7e60194f Merge pull request #73 from andresriancho/feature/fix_nested_decorators_72
Feature/fix nested decorators 72
2013-12-28 16:33:13 -08:00
Andres Riancho
186b40de54 All tests pass! Fixes https://github.com/spulec/moto/issues/72 2013-12-26 13:52:03 -03:00
Andres Riancho
f843a1bba9 Ignore backup files 2013-12-26 13:43:18 -03:00
Andres Riancho
b331e8ee8e Ignore pycharm metadata 2013-12-26 13:42:41 -03:00
Andres Riancho
748fa52cca Fix for https://github.com/spulec/moto/issues/72
Need to run the whole test suite to make sure no regressions were added
2013-12-26 13:12:50 -03:00
Steve Pulec
3b8cd5ad7d Exclude tests from packagin 2013-12-19 16:16:07 -05:00
Sorin
a31664ade7 removed incompatible boto versions for dynamo v2 2013-12-10 14:42:48 +02:00
Sorin
53006df565 change readme 2013-12-10 12:01:32 +02:00
creyer
48cfd19fe6 dynamodb v2 no indexes 2013-12-10 11:51:54 +02:00
Steve Pulec
71d655eca1 Merge pull request #67 from StartTheShift/sg_vpc_support
Security Group VPC support
2013-12-08 20:18:01 -08:00