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
geemus
38f49bed1c remove fog-joyent from gemspec, at least temporarily
it's latest version is unreleased, and we don't have push access presently
2019-06-17 12:39:51 -05:00
Chris Lundquist
83b1a05f8c Remove BlueBox Blocks
https://www.geekwire.com/2015/ibm-acquires-seattles-blue-box-in-exit-for-private-cloud-startup/
BlueBox was acquired by IBM and they moved towards OpenStack.
While I no longer work at BlueBox an IBM Company, I wrote large parts of
the server side and to the best of my knowledge this offering is no
longer available.
2018-09-13 23:55:55 -07:00
Paulo Ribeiro
94a86e03e1 Drop Zerigo 2018-02-25 11:56:56 -03:00
Joshua Lane
60ad1ca1ea remove ninefold
The Ninefold platform has been sunset

References #3942
2017-02-23 13:33:22 -08:00
Joshua Lane
5bef13f5d7 extract DNSimple, require 'fog-dnsimple'
BREAKING CHANGE

fog-dnsimple uses the Dnsimple constant (conventional) where fog
previously used DNSimple.  I could alias the constant but that doesn't
change the `Fog.providers[:dnsimple]` value.
2017-02-14 09:49:09 -08:00
geemus
70abb02af3 cleanup some HP remnants 2016-02-24 16:54:34 -06:00
Josef Stribny
099a2784d1 Remove libvirt tests from fog 2015-04-17 15:08:02 +02:00
Chris Luo
87fe99efd0 Debug modularization and integration 2015-03-17 10:39:12 -04:00
Chris Luo
d3fdfebd4c Initial integration of powerdns 2015-03-17 10:39:12 -04:00
Paul Thornthwaite
706f873c53 DRY up specs with spec_helper
We require setting up MiniSpec and `fog` in each spec and this just
feels cleaner way of doing it.

Adding Coverage next and we don't want the code in EVERY spec.
2015-03-15 00:47:24 +00:00
Paul Thornthwaite
fedb21dfd8 Merge pull request #3334 from fog/more_abstraction_specs
More specs to cover `Fog` methods
2014-12-11 09:36:29 +00:00
Paul Thornthwaite
d31b5905c4 More specs to cover Fog methods 2014-12-11 00:07:40 +00:00
Paul Thornthwaite
909cb31571 Reinstate Rackspace "bin" checks
Following v1.25.0, Rackspace support was extracted into a module however
it broke support to the original fog API.

The Rackspace module is currently disabled until a few key files are
replaced.

This adds tests that worked against v1.25.0 that checks that `rackspace`
is registered correctly. See https://github.com/fog/fog/pull/3326

This reverts commit 9717002fd3.
2014-12-10 11:11:40 +00:00
Paul Thornthwaite
9717002fd3 Remove Rackspace references until reinstated
Tests were based on v1.25.0 which included Rackspace support. It was
extracted into a module and not correctly referenced so is no longer
present on master.

This commit should be reverted and the specs passing before the next
release.
2014-12-10 10:42:25 +00:00
Paul Thornthwaite
2cd387622e Specs for existing Fog::Bin interface
Prepartion for fog/fog-core#105
2014-12-09 22:42:27 +00:00