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

19 commits

Author SHA1 Message Date
Lance Ivy
1cdd969a34 create core for each provider. keep load hook for provider. 2014-02-01 21:13:17 -05:00
James Herdman
b0a7473f5b Remove unnecessary full path usage with require
'fog/core' is already in the load path. No need to go to these extents.
2012-05-26 11:27:22 -04:00
geemus
aa06767a89 [core] more convenient accessors
closes #515
2011-09-22 19:00:48 -05:00
geemus
b2c8ff0388 [core] work toward separate requires
Should facilitate the following:

    require 'fog/aws'
    require 'fog/compute'
    require 'fog/aws/compute'

I think once you `require 'rubygems'` those should work.

further cleanup should reduce common requires (ie nokogiri)
2011-08-31 15:52:53 -05:00
geemus
fca3bdb4cd [compute|linode] move linode compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:24:45 -05:00
geemus
b54121f035 [dns|linode] move linode dns to its own shared area (namespacing should probably be corrected) 2011-08-24 19:50:12 -05:00
geemus
0e5fe57e3d [core] move providers to lib/fog/. 2011-08-24 14:17:46 -05:00
geemus
865ac70f61 [providers] consolidate 2011-01-07 17:07:09 -08:00
geemus
3be53104be [compute] consolidate 2011-01-07 16:52:09 -08:00
geemus
39b5899163 [dns] consolidate 2011-01-07 16:12:04 -08:00
geemus
c49539b2b2 [core] preparing for service based reorg 2011-01-07 15:09:46 -08:00
geemus
8d7733c239 [linode|dns] give dns its own namespace/service 2010-12-21 15:25:09 -08:00
geemus
d5a4b0180c [core] cleanup dependencies 2010-12-16 11:24:52 -08:00
geemus
fb34c07940 [linode] consistency between providers/services 2010-09-08 10:56:38 -07:00
geemus
fd755e042b clean up by changing service abstraction into a class 2010-09-03 15:04:54 -07:00
geemus
a3af5d7800 working toward more consistent/simpler collection/bin management 2010-09-02 16:01:19 -07:00
geemus
5ae1a79040 [linode] cleanup and tests 2010-07-17 22:35:08 -05:00
geemus
50ed143b12 [linode] avail_kernels, linode_create, linode_delete, linode_list, linode_reboot 2010-07-16 11:30:24 -05:00
geemus
7f1c6d07e3 [linode] add basics and first few calls 2010-07-03 10:48:13 -05:00