Commit Graph

232 Commits

Author SHA1 Message Date
Ilya Sukhanov
b5a454e0da When manipulating instance save end states instead of transitional
When starting an instance it should eventually enter running state. At
least in the normal case. So we report pending but save running, this
way when client requests state of instance a second time, we reply with
running.

Similar thing for stop/terminate/reboot.
2013-10-08 22:30:21 -04:00
Steve Pulec
c09110c905 Add @mhock to authors for his python 2.6 help 2013-10-03 20:46:49 -04:00
Steve Pulec
d8ca75deaa Merge pull request #48 from spulec/py26
Now supporting Python 2.6 as long as we're using the very latest HTTPretty
2013-10-03 17:43:37 -07:00
Steve Pulec
879e93e987 Add tox file 2013-10-03 20:34:31 -04:00
Steve Pulec
3bddbb4af3 Test out py26 with new HTTPretty 2013-10-03 20:34:13 -04:00
Steve Pulec
6b9ca76734 Merge pull request #47 from rpermeh/master
updated to fix split issue with paths with slashes
2013-10-02 17:40:05 -07:00
Ryan Permeh
e951a7f2d7 push fixed value 2013-09-27 11:00:40 -07:00
Ryan Permeh
a5ecf26f5a updated to fix split issue with paths with slashes 2013-09-27 10:47:32 -07:00
Steve Pulec
37cf88c82b Merge pull request #46 from marcus-ahle/master
Adding HTML support for SES send_email()
2013-09-26 11:09:28 -07:00
Marcus Ahle
766fed9767 Adding test for sending html email 2013-09-26 09:17:38 -04:00
Marcus Ahle
611b820e3d Adding HTML support for SES send_email() 2013-09-25 13:51:49 -04:00
Steve Pulec
20a34a1be2 Merge pull request #45 from fraisse/fix/domain_www_strip_error
Fix the 'www.' strip changing the lstrip method by the replace
2013-09-24 16:30:44 -07:00
Steve Pulec
f805717231 Update README S3 example to actually work. 2013-09-24 10:44:25 -04:00
Sylvain Fraïssé
0fd4a5a6f8 Updates a test to show the ltrip use problem 2013-09-24 00:00:52 +02:00
Sylvain Fraïssé
596b435e57 Fix the 'www.' strip changing the lstrip method by the replace 2013-09-23 23:34:33 +02:00
Steve Pulec
fe1f3ec06c Merge pull request #44 from spulec/add-more-boto-versions
Adding more boto versions to testing
2013-09-16 18:30:58 -07:00
Steve Pulec
a49bc57279 Adding more boto versions to testing 2013-09-16 21:24:32 -04:00
Steve Pulec
1e11bb1b27 Skip tests for ebs_optimized since it is only in 2.12 2013-09-10 17:04:56 -04:00
Steve Pulec
ceed17bec4 0.2.9 2013-09-10 16:55:12 -04:00
Steve Pulec
afad0bed14 Add ebs_optimized parameter to launch configurations 2013-09-10 16:54:57 -04:00
Steve Pulec
dc2802a238 Set __wrapped__ on MockAWS decorator to be the test function. cc #41. 2013-09-10 08:27:28 -04:00
Steve Pulec
a0e2cb3d98 Add EC2 spot instances 2013-08-17 18:11:29 -04:00
Steve Pulec
62b72377bd Add visibletoallusers and normalizedinstancehours to EMR 2013-08-10 20:03:57 -04:00
Steve Pulec
1f83e6feea job_flow_role is not available in boto 2.7 2013-08-08 10:55:02 -04:00
Steve Pulec
e251fd8930 Add job_flow_role param or EMR 2013-08-08 10:40:29 -04:00
Steve Pulec
ded410460f Add EMR backend 2013-08-07 20:36:58 -04:00
Steve Pulec
cea25e75c5 basic emr done 2013-08-07 20:32:29 -04:00
Steve Pulec
02fa630a3c Fix dynamo batch length 2013-08-03 17:27:34 -04:00
Steve Pulec
59fe1abfdf Cleanup flake8 2013-08-03 17:21:25 -04:00
Steve Pulec
161a5744d1 Add more autoscaling params 2013-08-03 17:09:36 -04:00
Steve Pulec
dc4c50d13d 0.2.8 2013-07-28 17:01:49 -04:00
Steve Pulec
46c297aea1 Add autoscaling and ELB to readme 2013-07-27 16:29:47 -04:00
Steve Pulec
d57157e749 Merge in autoscaling 2013-07-27 16:24:38 -04:00
Steve Pulec
674a85ba0b Cleanup backend finding 2013-07-26 15:14:34 -04:00
Steve Pulec
168b049b4d Add @clarete to authors 2013-07-26 15:04:34 -04:00
Steve Pulec
8ad458cd72 Fix sys.argv bug 2013-07-26 15:03:16 -04:00
Steve Pulec
195e4362b6 Merge pull request #39 from clarete/master
Using argparse instead of using sys.argv directly
2013-07-26 11:50:17 -07:00
Lincoln de Sousa
2d51e38eab Using argparse instead of using sys.argv directly 2013-07-26 14:46:14 -04:00
Steve Pulec
befcadc7fc Add ELB server test 2013-07-22 22:56:02 -04:00
Steve Pulec
b40d3a5629 Basic ELB support 2013-07-22 22:50:58 -04:00
Steve Pulec
421a5e60af Fix EC2 response tags. Closes #37. 2013-07-17 12:48:21 -04:00
Steve Pulec
af31744dbd If ec2 filtering exclude all instances for a reservation, remove the reservation from the results. 2013-07-08 22:25:25 -04:00
Steve Pulec
46f9430bdd Fix bug with modifying original reservations 2013-07-08 22:20:55 -04:00
Steve Pulec
e8a18f84ff Try fixing travis matric 2013-07-08 21:18:19 -04:00
Steve Pulec
257ca9f771 Add ec2 filtering by instance state 2013-07-08 21:18:05 -04:00
Steve Pulec
76ea9172da Clean up ec2 instance state 2013-07-08 20:29:13 -04:00
Steve Pulec
dda5b2f145 Add tests for instance metadata 2013-07-08 19:40:24 -04:00
Steve Pulec
fda5f83f87 Properly implement ec2.get_all_instances filtering by instance id 2013-07-08 19:25:47 -04:00
Steve Pulec
b8957e0c6e Stop using deprecated md5, switch to hashlib. Closes #36 2013-07-08 12:46:36 -04:00
Steve Pulec
70bb7d47e0 bump for travis 2013-06-27 09:35:46 -04:00