Colin Johnson
853d6768ce
moto-152 - return vpc.id if exists else return nothing
2014-07-25 05:16:53 +00:00
Steve Pulec
63799f3af8
Restrict tests to new version since we have change the behavior.
2014-07-22 21:53:54 -04:00
Steve Pulec
3ee51688c7
Fix travis config.
2014-07-22 21:49:26 -04:00
Steve Pulec
12d61ede41
Updating dynamodb2 tests for newer boto.
2014-07-22 21:47:56 -04:00
Steve Pulec
415291d11a
0.3.3
2014-07-18 20:56:52 -04:00
Steve Pulec
bf797293aa
Add @kevgliss to authors.
2014-07-18 20:56:35 -04:00
Steve Pulec
1d2bf48e40
Remove dupe line.
2014-07-18 20:56:02 -04:00
Steve Pulec
4b5b072b27
Merge pull request #150 from kevgliss/enhanced_ssl_support
...
Enhanced ssl support
2014-07-18 20:55:02 -04:00
Kevin Glisson
fc30f5ba1f
adding tests
2014-07-18 17:31:57 -07:00
Kevin Glisson
c8d8f00241
adding ability to delete elb listeners
2014-07-18 16:06:37 -07:00
Steve Pulec
3a063862a7
Merge pull request #148 from mrucci/fix-describe-asg
...
Fix retrieval of autoscaling group instances.
2014-07-14 20:37:26 -04:00
Steve Pulec
d53c4d3185
Merge pull request #147 from mrucci/route53-get-by-name
...
Route 53 GET request honors the Name parameter.
2014-07-14 20:36:34 -04:00
Marco Rucci
ada20cea61
Fix retrieval of autoscaling group instances.
2014-07-13 20:47:35 +02:00
Marco Rucci
9f092e6192
Route 53 GET request honors the Name parameter.
...
Now record sets can be retrieved by name via get_all_rrsets.
2014-07-13 19:48:20 +02:00
Steve Pulec
5e35348c0d
Cleanup S3 model methods to better deal with missing buckets.
2014-07-08 21:20:29 -04:00
Steve Pulec
be25a2ba99
Fix S3 to work with other regions.
2014-07-08 20:35:48 -04:00
Steve Pulec
dc11f71ff0
Add NextToken element to appropriate SNS responses. cc #144
2014-07-01 21:14:28 -04:00
Steve Pulec
50fae3035f
Merge pull request #143 from AsymmetricVentures/bucket_versioning
...
Added basic implementation of key/bucket versioning
2014-06-29 22:07:24 -04:00
Richard Eames
4cc45c3ac5
Implementation of bucket.list_versions
2014-06-27 16:21:32 -06:00
Richard Eames
e972000bb4
Keep track of previous versions of keys
2014-06-27 15:37:51 -06:00
Richard Eames
5409d99ca2
Added basic implementation of key/bucket versioning
2014-06-27 11:34:00 -06:00
Steve Pulec
50d2608478
0.3.2
2014-06-23 21:27:15 -04:00
Steve Pulec
e180132fa1
Add @clintecker to authors.
2014-06-23 21:27:02 -04:00
Steve Pulec
2274215b32
Merge pull request #140 from modestinc/improved_sqs_mocks
...
Enhanced SQS support
2014-06-23 21:26:29 -04:00
Clint Ecker
ca6a9bad4f
use proper message encoding
2014-06-23 13:53:46 -05:00
Clint Ecker
a9ef2eaaf4
typos
2014-06-22 13:34:32 -05:00
Clint Ecker
67933574b9
Formatting indices for python2.6
2014-06-22 13:33:49 -05:00
Steve Pulec
dc2eb5bba1
Merge pull request #142 from reiven/master
...
Fixed examples in README file #141
2014-06-21 11:52:52 -04:00
Federico Reiven
6ca95a080d
Fixed examples in README file #141
2014-06-20 18:47:55 -03:00
Clint Ecker
0d2991d733
forgot to add new exceptions file
2014-06-20 16:31:19 -05:00
Clint Ecker
049b73485f
test changing visibility improperly
2014-06-20 16:29:40 -05:00
Clint Ecker
cb52ad6da3
get total seconds that works in >2.3
2014-06-20 16:14:22 -05:00
Clint Ecker
c18e0cc82e
Enhanced SQS support
...
- Support for delaying messages
- Support for visibility timeouts
- Support for actually deleting messages
- Support for message bodies longer than 27 characters
- Support for message attributes
- Support for accurate queue attributes
Caveats:
- All message attributes are returned regardless of whether or not
attributes were requested when reading messages
- I’m not sure why messages longer than 27 characters were breaking in
my tests. Boto seems to expect the body to be base64 encoded and bodies
less than 27 characters would be fine, but if I attempted to use a
larger body it would mangle the content. I now base64 encode the body
if the raw string is longer than 27 characters and all is fine.
2014-06-20 15:00:36 -05:00
Konstantinos Koukopoulos
fa8485b599
provide SpotRequestBackend with model accessor
2014-06-18 10:46:58 +03:00
Konstantinos Koukopoulos
76a6a86eac
add Model metaclass to collect model accessor methods from backend classes
2014-06-18 10:46:20 +03:00
Steve Pulec
aec7d8e998
Merge pull request #138 from IlyaSukhanov/master
...
Implement internet gateway mocking
2014-06-17 22:28:16 -04:00
Konstantinos Koukopoulos
60bba47624
switch to using boto's SpotInstanceRequest in backend
2014-06-17 19:04:38 +03:00
Ilya Sukhanov
bcb0e7a3d4
Implement internet gateway mocking
2014-06-08 09:45:18 -04:00
Steve Pulec
476881737e
Merge pull request #136 from wittwerch/master
...
Allow instance filtering by instance-id
2014-06-05 18:31:40 -04:00
Christian Wittwer
6f3a056171
add test for instance filtering by instance-id
2014-06-05 11:12:55 +02:00
Christian Wittwer
96843fdfe8
Attribute instance-id added to filter dict
2014-06-05 10:52:41 +02:00
Steve Pulec
7cf2e06eb8
Add @matafc to authors.
2014-05-31 11:43:43 -04:00
Kevin Glisson
d2029c3fa3
adding - get all certificates, get certificate, and upload certificates endpoints
2014-05-29 14:25:26 -07:00
Steve Pulec
0fbe7a3940
Merge pull request #133 from kouk/server_response_headers
...
don't provide request headers as response headers in server
2014-05-20 08:48:48 -04:00
Konstantinos Koukopoulos
2b186511e8
don't provide request headers as response headers in server
2014-05-20 14:43:57 +03:00
Steve Pulec
df7e139855
0.3.1
2014-05-14 09:19:23 -04:00
Steve Pulec
a202898245
Merge pull request #130 from smarthall/patch-1
...
Update setup.py to require 'requests'
2014-05-14 09:18:45 -04:00
Daniel Hall
82c8c43f5f
Update setup.py to require 'requests'
2014-05-14 20:50:22 +10:00
Steve Pulec
befeb5bdde
0.3.0
2014-05-13 23:59:55 -04:00
Steve Pulec
a30c932c4b
Merge pull request #128 from stpierre/include-docs-in-pypi
...
include LICENSE, README, AUTHORS in pypi
2014-05-12 20:59:22 -04:00