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

18 commits

Author SHA1 Message Date
Frederick Cheung
6854762e54 [AWS|EMR| Use Signature v4 2014-11-03 19:52:25 +00:00
Michael Hale
2f3ecfc3c2 [AWS|EMR] Add instrumentor 2014-09-16 22:09:16 -04: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
0e1daf3ddd [GH-2711] Replace Fog::Connection with XML shim
Unlike last attempt this replaces Fog::Connection with
Fog::XML::Connection which should be directly compatible.

Fog::Connection is there for old PRs but should be removed real soon.

Providers using JSON should be able to replace "XML" with "Core" within
their code to cut down on the dependency.

If I get the time I may attempt to clean up some but testing with Mock
will mean that is mostly educated guesswork.
2014-02-27 00:54:17 +00:00
Paul Thornthwaite
5007aac401 Revert "[core] Replace Fog::Connection with stable version"
This reverts commit 7ee3535d99.
2014-02-26 09:52:02 +00:00
Paul Thornthwaite
7ee3535d99 [core] Replace Fog::Connection with stable version
Fog::Connection mixed in XML parsing via the `parser` argument which
wasn't much use for the majority of APIs using JSON.

This adds the deprecation warning and attempts to update providers to
the correct version of Connection that they need.

Either the cleaner `Fog::Core::Connection` or if reliant on the XML
parsing still `Fog::XML::SAXParserConnection`

The SAX parser will be moving to `fog/xml` fairly soon.
2014-02-25 21:42:34 +00:00
Lance Ivy
1cdd969a34 create core for each provider. keep load hook for provider. 2014-02-01 21:13:17 -05:00
Jason Smith
d1ea39191e [aws|fog] Don't pass :host to Excon request
See issue #2284
2014-01-08 09:30:56 -08:00
Frederick Cheung
a715819976 [AWS] make beanstalk, cdn, cloudformation, cloudwatch, elasticache, elb, storage, rds, ses, sns, route53 temporary credential friendly 2012-06-20 23:26:04 +01:00
Frederick Cheung
38c75c85ab start an instance with an IAM profile and access the credentials 2012-06-20 23:17:46 +01:00
James Herdman
ebe7af8f94 Remove unused variable 2012-05-26 11:27:28 -04:00
James Herdman
97b16d08d2 Remove absolute path when requiring 2012-05-26 11:27:28 -04:00
Pavel Repin
cad849b173 Nix hardcoded regions: EMR. 2012-02-02 15:39:29 -08:00
Daniel Schweighoefer
ec485d315b save the region in a instance variable 2011-12-19 17:43:50 +01:00
Daniel Schweighoefer
beb91525c0 fix for free choice of region 2011-12-19 17:15:25 +01:00
geemus
cb3942d633 [aws] add us-west-2 region 2011-11-09 11:57:48 -06:00
Bob Briski
0002ea89ef Added EMR functions for AWS
* describe_job_flows does not return Properties for the HadoopJarStepConfig
* All other methods work as advertised
2011-09-16 16:59:28 -07:00
Bob Briski
1976031982 Changes to allow EMR control through fog
* Better method to turn options hash into a k/v list
* run_job_flow and add_instance_groups added as methods on EMR
* Ability to fire Hive job added
2011-09-13 21:46:41 -07:00