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

10 commits

Author SHA1 Message Date
Paul Thornthwaite
f6280910f8 [core] Move XML/JSON code up out of core
Rather than embedding XML and JSON support within fog-core, this is the
start of extracting them to exist alongside core.

That will move the responsibility to each provider to declare if they want
XML or JSON services.

Goal being as we move towards a modular fog this allows providers to
require core and either JSON or XML gems and not pick up dependencies
only required by the other.
2013-06-24 17:30:00 +01:00
Tomasz Bak
0283cac581 a workaround for lack of handling XML namespaces directly (required by Eucalyptus endpoint) 2013-01-19 09:58:18 -06:00
geemus
b452aa679d [core] update parser to better handle whitespace 2011-05-12 13:15:13 -07:00
Aaron Suggs
3c6a677b80 [compute|aws] Fixes trailing whitespace in attributes 2011-04-19 17:39:57 -04:00
Geraud
1364f1a0d8 Parser does not concatenates all the strings when parsing
When parsing a Route53 DNS record containing a " such as 
"v=DKIM1; k=rsa; p=MIGfMA0GCSqG....x59/8qdGvAo+S5xwIDAQAB", the parser just retains the last double quote.
2011-04-13 08:58:06 -07:00
geemus
99d9e2f930 simplify the parser strip fix 2011-04-04 10:10:12 -07:00
bdorry
f195be7d75 updated base request parser to not eagerly strip return data 2011-04-01 11:08:28 -04:00
geemus
bb877cb9a7 defer requiring nokogiri 2011-02-16 17:25:50 -08:00
Dan Peterson
5e6797f6b6 [TerremarkEcloud] initial 2011-01-20 16:28:45 -08:00
geemus
dfd30e521f cleanup lib/fog by segregating shared into 'core' 2010-09-29 13:22:30 -07:00
Renamed from lib/fog/parser.rb (Browse further)