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

12 commits

Author SHA1 Message Date
Kevin Olbrich
32d5ea1c33 memoize describe analytics call. It doesn't change much and this prevents another api call for each of the objects returned by it. 2014-01-21 16:24:22 +00:00
Kevin Olbrich
55d328b283 describe analytics support 2014-01-21 16:24:21 +00:00
Kevin Olbrich
35964c89aa Basic analytics support including a class for joyent 'modules'. Note that these are named 'JoyentModule' instead of 'Module' to avoid obvious namespace problems. 2014-01-21 16:24:21 +00:00
Kevin Chan
815b5dbbd8 Merge remote-tracking branch 'fog/master' into ssh-agent
Conflicts:
	lib/fog/joyent/compute.rb
2013-06-02 17:34:59 +08:00
Blake Irvin and Eric Saxby
5fc41c8dc2 Add joyent API version and network support GH-1853
Adding support for listing networks in the Joyent Cloud.
:joyent_version was defined in a way that it would always
fall back to the default '~6.5'. Creating servers with
a particular network requires setting :joyent_version to '~7.0'
or greater.
2013-06-02 17:28:05 +08:00
Kevin Chan
f0dcb04b91 Fixes for tags for pre7 api, more ssh-agent improvements Refs: kevinykchan/knife-joyent#37 2013-05-20 16:34:10 -07:00
Kevin Chan
22a3cc36ab Fixes #1822 Joyent list_machines is slower than it needs to be
[joyent|compute] list_machines unnecessarily fetches tags for each server
2013-05-19 03:38:07 -07:00
Kevin Chan
55c720ba9f Fixes #39 joyent server resize command requires expected response code 2013-05-06 10:05:38 -07:00
angus
428a8c9a4a joyent resize smartmachine incorrect class type 2013-02-22 08:09:18 +10:00
Kevin Chan
baf0f445e9 [joyent|compute] Added #list_datacenters 2012-04-10 15:46:57 +08:00
Kevin Chan
4ff115c1de - Fixes tests to run in both mock and non-mock mode
- Clean ups and fixes
2012-02-27 17:33:21 -06:00
Kevin Chan
e403854446 GH-690 Joyent Cloud Provider
Squashed from fog/joyent
2012-02-27 17:33:20 -06:00