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

14 commits

Author SHA1 Message Date
Michael Jackson
23cded277b [Rackspace|Load Balancers] Added get_stats and mock for create_load_balancer 2013-08-20 16:45:48 -05:00
Kyle Rames
039d424f97 [rackspace] fixing connection deprecation warnings 2013-08-15 13:14:58 -05:00
Decklin Foster
8d86511408 [rackspace|lb] Add support for timeout attribute 2013-05-23 14:12:40 -04:00
Paul Thornthwaite
bc26c4e433 [rackspace] Updates reference to service 2013-01-07 21:01:20 +00:00
Paul Thornthwaite
7961ad6508 [core] Deprecates 'connection' accessor
The 'connection' accessor in collections and models actually refered to
a subclassed instance of Fog::Service which creates confusion in the
code.

References to 'connection' could have meant the service or the
Fog::Connection held within that service.

This deprecates the connection accessor and replaces it with `#service`
as a read only value. When a collection or model is initalised then
service should be passed.

This commit also updates all the changes to @connection made by
providers in model initialisers since these depending on the presence of
the 'connection' key. The key is still accepted by outputs a warning.
2013-01-07 20:53:24 +00:00
Luiz Ribeiro
63b5f90e11 adding support for rackspace loadbalancer content caching 2013-01-02 18:45:23 -02:00
Paul Thornthwaite
40c0cd7122 Make use of #persisted? method
In many places we were checking for identity which was the shorthand for
checking if the resource had been saved by the service.

The #persisted? method was added to show a clearer intent and also offer
minimal ActiveModel interface
2012-12-23 02:45:05 +00:00
Brian Hartsock
39f504a4ac [rackspace|lb] ssl termination fixes 2012-06-26 00:35:07 -04:00
Justin Barry
893449ae50 Add and get SSL certificates to Rackspace Soft LB 2012-05-05 10:19:11 -07:00
Brian Hartsock
8b502b7b76 [rackspace|lb] added support for algorithm on create 2012-03-31 16:07:27 -04:00
Brian Hartsock
eb046bf24d [rackspace|lb] Added error pages to the model 2011-12-16 11:40:44 -05:00
Brian Hartsock
67655f924a [rackspace|lb] fix for #650 - Connection logging now loads appropriately 2011-12-13 19:19:28 -05:00
Brian Hartsock
12c6fc7abd [rackspace|lb] Fixed bug #644 with HTTP health monitors 2011-12-08 10:46:43 -05:00
geemus
d2e06e96ca [rackspace|loadbalancers] cleanup
pluralize service name
use multi_json
fix directory structure for consistency
2011-08-04 16:21:22 -05:00
Renamed from lib/fog/rackspace/models/load_balancer.rb (Browse further)