Commit Graph

17 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 cfb88dc3fe [compute|go_grid] move go_grid compute to its own shared area (namespacing should probably be corrected) 2011-08-24 20:27:03 -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 c49539b2b2 [core] preparing for service based reorg 2011-01-07 15:09:46 -08:00
geemus d5a4b0180c [core] cleanup dependencies 2010-12-16 11:24:52 -08:00
John E. Vincent 481b2f64ac Not sure where the BlueBox came from. 2010-10-13 02:08:44 +08:00
geemus 3d3d247a99 [go_grid] rename servers to compute for consistency 2010-09-08 11:56:32 -07:00
geemus 8d7b30e187 [go_grid] consistency between providers/services 2010-09-07 17:19:44 -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 e860502732 [GoGrid] cleanup, add/delete/get/power servers 2010-07-25 15:19:11 -07:00
geemus f377cfd7b5 [GoGrid] auth and listings 2010-07-24 17:12:13 -07:00