1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
Commit graph

28 commits

Author SHA1 Message Date
geemus
7b4a517cbf [core] don't rely on bin stuff for service init in tests
closes #422
2011-09-15 08:01:37 -05:00
geemus
7620662c87 [tests] make unimplemented mock tests pending 2011-07-20 12:11:10 -05:00
Blake Gentry
348230ce32 [aws|elb] Raise proper IAM error for CertificateNotFound when creating an ELB or creating Listeners. 2011-07-18 17:53:32 -07:00
Blake Gentry
5bb96b7d12 [aws|elb] make describe_load_balancers parse SSLCertificateId. Verify with test. 2011-07-15 17:23:23 -07:00
Dylan Egan
a051e9ca96 Let's just sleep forever. 2011-07-08 17:14:38 -07:00
Dylan Egan
db5a0ee9ef Tested against AWS. Needed this. Apparently SSLCertificateId == Arn. 2011-07-08 09:59:00 -07:00
Dylan Egan
b320294c30 SSL for ELB mocking. 2011-07-07 17:53:25 -07:00
Dylan Egan
98961be7fc Move things around a bit. Separate ELB test file per concerns. 2011-07-07 17:32:02 -07:00
Dylan Egan
f3635dcd42 deregister_instances_from_load_balancer, describe_instance_health, disable_availability_for_load_balancer, enable_availability_zones_for_load_balancer, register_instances_with_load_balancer and updates to others to get ELB model_tests working. 2011-07-07 14:55:11 -07:00
Dylan Egan
3a1287def0 delete_load_balancer_listeners and delete_load_balancer (with two more tests). 2011-07-07 13:45:39 -07:00
Dylan Egan
afdb06c893 create_load_balancer_listeneners and set_load_balancer_policies_of_listener. 2011-07-07 12:23:59 -07:00
Dylan Egan
e5fb1af043 create_lb_cookie_stickiness_policy and delete_load_balancer_policy. 2011-07-06 18:31:23 -07:00
Dylan Egan
be496d4b71 configure_health_check and create_app_cookie_stickiness_policy 2011-07-06 16:42:33 -07:00
Dylan Egan
46c2ef983a Start ELB mocks. Support create_load_balancer and describe_load_balancers. 2011-07-06 16:11:14 -07:00
geemus
a67a1cf1b3 [compute|aws] fix deprecated compute service accessor usage 2011-06-23 11:51:31 -07:00
Blake Gentry
cc2ab5e8ec [aws|elb] Add new attributes for 2011-04-05 API. 2011-05-30 15:57:07 -07:00
Blake Gentry
9ea567cbcf [aws|elb] Rearrange DescribeLoadBalancersResult contents to alphabetical order to match the official AWS docs and make it easier to update the list. 2011-05-30 15:42:09 -07:00
Blake Gentry
92b67fd7fb [aws|elb] Fix failing created_at test caused by Ruby 1.9 changes to
Range#include?. Use simpler test that doesn't care about the exact
created_at time.
2011-05-29 12:42:37 -07:00
Aaron Suggs
c7b9500ad6 [aws|elb] Remove redundant NotFound error class.
Add test for NotFound error too.
2011-05-05 12:16:14 -04:00
Aaron Suggs
0154746576 [aws|elb] Create Listeners collection and model 2011-05-05 12:03:11 -04:00
Aaron Suggs
c68ae344b3 [aws|elb] Create Policies collection and model
Adds methods like:

LoadBalancer#policies
LoadBalancer#policies.all
LoadBalancer#policies.get(id)
LoadBalancer#policies.create(attrs)
Policy#destroy
2011-05-05 12:03:04 -04:00
Aaron Suggs
0f820c0953 [aws|elb] Create a model and collection for load_balancers 2011-05-05 11:41:51 -04:00
Aaron Suggs
0ed4fd7f11 [aws|elb] Add request ELB#set_load_balancer_policies_of_listener 2011-04-28 14:31:18 -04:00
Aaron Suggs
c8f78976b7 [aws|elb] Add request ELB#delete_load_balancer_policy 2011-04-28 13:51:42 -04:00
Aaron Suggs
9d1c9f5619 [aws|elb] Add requests for creating cookie policies.
Adds ELB#create_app_cookie_stickiness_policy and
ELB#create_lb_cookie_stickiness_policy
2011-04-28 13:46:28 -04:00
Aaron Suggs
c4380405e3 [aws|elb] Add support for creating and deleting listeners 2011-04-28 12:08:07 -04:00
Aaron Suggs
082adf861a [aws|elb] Add configure_health_check request 2011-04-12 14:50:44 -04:00
Aaron Suggs
f435b87fe4 [aws|elb] Add tests for create, describe, and delete. 2011-04-05 13:28:49 -04:00