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

7185 commits

Author SHA1 Message Date
Postmodern
435daad010 Actually call verify_domain_identity. 2013-07-03 13:08:53 -07:00
Postmodern
3df8eee40c Fixed description for the #verify_domain_identity tests. 2013-07-03 13:01:14 -07:00
Postmodern
db434c68ca Added Fog::AWS::SES.verify_domain_identity.
* http://docs.aws.amazon.com/ses/latest/APIReference/API_VerifyDomainIdentity.html
* Added Fog::Parsers::AWS::SES::VerifyDomainIdentity.
2013-07-01 12:18:42 -07:00
Postmodern
56a6585282 Added the -f, --fogrc option for specifying an alternate fogrc file. 2013-06-25 17:59:54 -07:00
Postmodern
b00f8e65e7 Added option parsing to bin/fog.
* Added -V, --version
* Added -h, --help
2013-06-25 17:11:28 -07:00
Wesley Beary
e93a632167 Merge pull request from maxlinc/code_coverage
Code coverage (cleanup based on PR comments)
2013-06-25 09:38:23 -07:00
mlincoln
dc6213f9b1 Some cleanup based on comments on the PR 2013-06-25 13:23:11 -03:00
Wesley Beary
3c03e4cba1 Merge pull request from cloudsigma/master
Adds documentation for CloudSigma
2013-06-24 08:37:10 -07:00
Paul Thornthwaite
e172362b45 Merge pull request from brightbox/brightbox_updates_2013-06
[Brightbox] Adds collaborator support
2013-06-24 08:26:39 -07:00
Paul Thornthwaite
e7030a63cc [Brightbox] Extract Compute::Shared to own file
Seeing a lot of churn in lib/fog/brightbox/compute.rb because of adding
new requests or models as well as any implementation changes.

This moves the common behaviour between Compute's Real and Mock
classes into their own file to cut down on the noise when refactoring or
merging.
2013-06-24 14:29:06 +01:00
Hemant Kumar
316618a8c8 [Brightbox] Updates to add collaborations
Adds requests and models for collaborations
2013-06-24 14:29:05 +01:00
Paul Thornthwaite
f525276936 Merge pull request from maxlinc/code_coverage
Code coverage
2013-06-24 06:28:21 -07:00
Paul Thornthwaite
357cb1624a Merge pull request from fog/fix_openvz_global_callback
[openvz] Fixes  test helper callback
2013-06-24 03:14:44 -07:00
Ohad Levy
c551a5523f Merge pull request from domcleal/regexp-typo
[vsphere] fix regex typo
2013-06-22 02:58:03 -07:00
Dominic Cleal
da9248c26e [vsphere] fix regex typo 2013-06-22 08:41:52 +01:00
Wesley Beary
2162ccb50d Merge pull request from sferik/update_excon_dependency
Update excon dependency to version ~>0.25.0
2013-06-21 13:36:57 -07:00
Kyle Rames
1c00abfaed Merge pull request from rackspace/dns_page
[rackspace|dns] Fix Pagination in DNS
2013-06-21 13:05:34 -07:00
Erik Michaels-Ober
d8802e45d5 Update excon dependency to version ~>0.25.0 2013-06-21 09:17:27 -07:00
Viktor Petersson
36f39d7358 Fixed typos. 2013-06-21 14:42:49 +02:00
Sergio Rubio
5206664270 Merge pull request from blom/patch-1
[digitalocean] Rename do to docean in examples
2013-06-21 05:41:52 -07:00
Viktor Petersson
a1c7d862f4 Initial documentation for using Fog with CloudSigma. 2013-06-21 13:54:13 +02:00
Ørjan Blom
9cacd518f3 [digitalocean] Rename do to docean in examples
Avoids using a reserved word, and `docean` is also used elsewhere in
the getting started guide.
2013-06-21 09:08:30 +02:00
Kyle Rames
9b13383faa Merge branch 'master' of github.com:fog/fog into dns_page 2013-06-20 08:39:33 -05:00
Kyle Rames
5236421707 [rackspace|dns] adding :limit => 100 to clarify that all returns a limit of 100 records per page at @rupakg suggestion. 2013-06-20 08:39:14 -05:00
Dan Prince
ac2d666561 Merge pull request from cloudbau/flavor_id_fix
Fix autoincrement when creating a flavor if private flavors exist.
2013-06-19 13:04:39 -07:00
Kyle Rames
0e37ae8406 [rackspace|dns] added total_entries attribute to zones 2013-06-19 11:06:06 -05:00
mlincoln
67d1d8016c The actual simplecov/coveralls setup.
The use of Process.pid is an attempt to avoid confusing SimpleCov when
running tests in parallel.  Other tests frameworks take a similar
approach when they detect parallel_tests.
2013-06-18 17:12:14 -05:00
mlincoln
e8e21022fb Change travis to use a rake task instead of shindont directly.
This is partly necessary for
https://github.com/lemurheavy/coveralls-ruby/pull/20, though
I'm a fan of running just "rake" or "rake travis" for simplicity
anyways.
2013-06-18 17:08:58 -05:00
mlincoln
e42902a266 Add SimpleCov and Coveralls.io dependenices
Add rake tasks for travis, which include publishing coverage reports.
2013-06-18 17:07:24 -05:00
Kyle Rames
f346e4a3dc Merge branch 'master' of github.com:fog/fog into dns_page 2013-06-18 12:42:57 -05:00
Kyle Rames
7f65d9f9a3 [rackspace|dns] fixing DNS pagination issue 2013-06-18 12:42:35 -05:00
Thomas Kadauke
b00761705a Fix autoincrement when creating a flavor if private flavors exist.
Before, only public flavors were considered when finding the next free ID. That could lead to the case where the calculated ID was already taken which lead to a conflict. This happened whenever the user tried to create a private flavor via fog and then another (private OR public) flavor afterwards. Now, we also take private flavors into account, so the conflict cannot happen anymore.

As a side effect, it is now also possible to just return all private flavors, using the :is_public => false filter on the list_flavors_detail API call or the flavors collection.
2013-06-18 17:58:07 +02:00
Wesley Beary
06deb8554f Merge pull request from sferik/update_excon_dependency
Update excon dependency to version ~>0.24.0
2013-06-17 10:27:59 -07:00
Paul Thornthwaite
f7aeb843fa [core] Comments why Nokogiri 1.6 is not being used
The fog community decided to continue supporting Ruby 1.8.7 whilst
Nokogiri 1.6 drops support so ~> 1.5.0 is the correct version in
`fog.gemspec`.

See https://github.com/fog/fog/issues/1878 for more details.

[]
2013-06-17 10:27:10 +01:00
Erik Michaels-Ober
0810e608d9 Update excon dependency to version ~>0.24.0 2013-06-16 21:12:13 -07:00
geemus
35dafed2a5 [vcloud|compute] better defaults for configuring vm content-type
closes 
2013-06-14 15:19:19 -05:00
Wesley Beary
10698d5695 Merge pull request from dmcinnes/patch-1
fix create_tenant Mock response description and name
2013-06-14 13:12:06 -07:00
Doug McInnes
0b3711ee19 fix create_tenant Mock response description and name
The attributes hash keys are all symbols. Please reference:
https://github.com/fog/fog/blob/master/lib/fog/core/attributes.rb#L20
2013-06-14 12:54:28 -06:00
Wesley Beary
95424ea23d Merge pull request from contentfree/master
Fixes security group handling for spot instances launched into an EC2 VPC
2013-06-14 07:03:46 -07:00
Dan Peterson
7f3e8a2df6 Merge pull request from mikehale/asg-exclude-instances
[AWS | AutoScaling] Do not send Instances for update_auto_scaling_group
2013-06-14 05:27:11 -07:00
Paul Thornthwaite
e5007b727c Merge pull request from fog/cleanup_cc69d10c
[core] Removes unused getting of Constant
2013-06-14 02:17:53 -07:00
Paul Thornthwaite
08e58bc618 [core] Removes unused getting of Constant 2013-06-14 10:07:17 +01:00
Dave Myron
4027624c78 Swapped to SecurityGroupId 2013-06-14 00:06:51 -07:00
geemus
eaa76a9c58 Release 1.12.1 2013-06-10 20:26:50 -05:00
Wesley Beary
8663e9079e Merge pull request from ceraslabs/release_address
Gaurd error of parsing non-JSON response
2013-06-10 18:24:37 -07:00
geemus
50a570f19e turn verbose error responses on
closes 
2013-06-10 20:22:21 -05:00
geemus
2f09b7d767 Release 1.12.0 2013-06-10 19:27:22 -05:00
Wesley Beary
2dd2a8b003 Merge pull request from soulcutter/restore-object-pr
Add POST object restore operation
2013-06-10 15:29:48 -07:00
Wesley Beary
6d825962df Merge pull request from decklin/rs-lb-timeout
one more thing for rackspace LB timeout attribute
2013-06-10 15:21:59 -07:00
Bradley Schaefer
53b360d611 Very basic mock for post_object_restore 2013-06-10 16:50:52 -05:00