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

15 commits

Author SHA1 Message Date
Paulo Henrique Lopes Ribeiro
928dad3733 Removing Atmos 2014-12-02 13:15:23 -02:00
Paul Thornthwaite
2e0b7e545a Standardise empty lines throughout codebase
Done with `rubocop --auto-correct --only EmptyLineBetweenDefs,EmptyLines,EmptyLinesAroundBody`
2014-05-26 14:20:02 +01:00
Paul Thornthwaite
a72433d2f8 Remove duplicate requires from services
Following work on reorganising the requires, there was an inconsistent
approach to where service wrappers are required. (Fog::Compute...)

Since they should be standardised and shared across providers (although
they really aren't yet) they have been moved to `fog-core` gem.

Each provider has their own `lib/fog/{provider}/core` files that is
required by each of their services. These files should all require
`fog/core` which already required most or these.

So this removes the extra cases to concentrate them in core.
2014-02-13 17:44:48 +00:00
Brian D. Burns
4ea463eb7b require mime/types in Fog::Storage 2013-08-27 20:43:49 -04:00
Timur Alperovich
eb1468c4ff [Ninefold|Storage] Use Atmos in Ninefold storage.
Currently, code is duplicated between ninefold and atmos. We should
remove the code duplication and extend the atmos module in Ninefold.
2012-09-22 21:33:28 -07:00
Alexander Kolesen
fcc4db6a1d Fixed handling options[:persistent] in some cases
Removed useless
@persistent = options[:persistent]  || true

It prevented @persistent from being set to `false`
2012-06-21 14:56:46 +03:00
James Herdman
97b16d08d2 Remove absolute path when requiring 2012-05-26 11:27:28 -04:00
James Herdman
39cf7bb2a3 Remove unused variable 2012-05-26 11:27:24 -04:00
Andrew Newman
605ddaafd3 Missed renam to head_namespace. 2011-11-06 10:29:30 +10:00
Andrew Newman
95ccf23d05 Missing HEAD method. 2011-11-02 14:39:43 +10:00
geemus
3a1bed2106 [ninefold|storage] omit signature in stringtosign
better facilitates retries
2011-11-01 09:34:24 -05:00
geemus
ffd01e51dd [core] pass connection_options through service init
closes #411
2011-09-12 10:01:56 -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
e9cda00650 [storage|ninefold] use Fog::HMAC 2011-08-31 15:32:12 -05:00
geemus
8338c5f81a [storage|ninefold] move ninefold storage to its own shared area (namespacing should probably be corrected)
local fix
2011-08-24 14:09:25 -05:00
Renamed from lib/fog/storage/ninefold.rb (Browse further)