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

10319 commits

Author SHA1 Message Date
Paul Thornthwaite
814cb82f22 Replace alias with alias_method
Done with `rubocop --auto-correct --only Alias`
2014-05-26 16:22:07 +01:00
Paul Thornthwaite
6c6a118234 Merge pull request from fog/disable_buggy_aws_test
[GH-2932] Disable brittle test
2014-05-26 16:19:13 +01:00
Paul Thornthwaite
02259ead9e Merge pull request from fog/style_whitespace
Styling clean up of whitespace
2014-05-26 15:59:53 +01:00
Paul Thornthwaite
6a2297a243 [GH-2932] Disable brittle test
The AWS security group tests have been very unstable with 2 failures on
Travis per build. The majority is the mocked version of
`describe_security_groups` not working.

We have decided to disable it until someone makes time to figure out the
bug since it is affecting every build.

See https://travis-ci.org/fog/fog/jobs/25614603#L1105
2014-05-26 15:56:14 +01:00
Paul Thornthwaite
e5f7307b8e Update rubocop todo list 2014-05-26 15:00:25 +01:00
Paul Thornthwaite
ef9a9697ab Remove trailing whitespace
Done with `rubocop --auto-correct --only TrailingWhitespace`
2014-05-26 14:44:18 +01:00
Paul Thornthwaite
330a351ade Remove trailing blank lines
Done with `rubocop --auto-correct --only TrailingBlankLines`
2014-05-26 14:35:26 +01:00
Paul Thornthwaite
0b529294f0 Standardise indentation of access modifiers
Done with `rubocop --auto-correct --only AccessModifierIndentation`
2014-05-26 14:31:17 +01: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
2e4fb619df Merge pull request from fog/style_rules
Add Rubocop and checklist
2014-05-26 12:05:22 +01:00
Wesley Beary
991da6cd8e Merge pull request from klarna-marcus-nilsson/cloudstack-add-ip-address-methods
Added ip_address methods consistent with openstack
2014-05-23 14:46:52 -05:00
Wesley Beary
948a52b586 Merge pull request from gregburek/encrypted-ebs
AWS Encrypted EBS support
2014-05-23 14:35:35 -05:00
Greg Burek
1d8e4c613a Get to green 2014-05-22 22:08:54 -07:00
Paul Thornthwaite
f4e165c120 Guard Ruby 1.8.7 against Rubocop in short term 2014-05-22 19:59:04 -04:00
Greg Burek
00dd4b841e Updates volume mocks to reflect new IOPs to size ratio of 30:1 2014-05-22 13:49:50 -07:00
Greg Burek
a9fcf5ce8b Adds comment about using encrypted flag with block device mapping on run_instances 2014-05-22 13:49:21 -07:00
Greg Burek
860aab3134 Adds parsing for encrypted block devices to create_image 2014-05-22 13:48:55 -07:00
Greg Burek
a1658ab1fb Adds encrypted EBS volumes 2014-05-22 13:47:44 -07:00
Greg Burek
288be8a266 Adds encrypted EBS snapshots 2014-05-22 13:46:57 -07:00
Greg Burek
d0255a6677 Use latest AWS EC2 API version 2014-05-22 13:45:15 -07:00
Wesley Beary
d53db408be Merge pull request from CpuID/master
second attempt to fix issue# 2748, plus other places its broken
2014-05-22 15:32:45 -05:00
Paul Thornthwaite
609869c57d Add Rubocop and checklist 2014-05-21 12:45:11 -04:00
Nathan Sullivan
869150ca2e second attempt to fix issue# 2748, plus fix the same problem for the volume/s and spot request/s models as well 2014-05-21 11:44:05 +10:00
Paul Thornthwaite
0bcdbbd958 Remove COVERAGE env setup on Travis
We only needed this to trigger Coveralls
2014-05-20 17:38:58 -04:00
Wesley Beary
2ff0006b75 Merge pull request from icco/down_with_clothes
Remove coveralls
2014-05-20 11:44:52 -04:00
Nat Welch
cfc204c204 Remove coveralls from test helper 2014-05-20 08:02:16 -07:00
Nat Welch
9e832323a6 Remove coveralls 2014-05-20 07:35:22 -07:00
Kyle Rames
b428a858ac Merge pull request from rackspace/lb_tweak
[rackspace|loadbalancers] Fix requiring nodes during load balancer creation
2014-05-15 08:19:01 -05:00
Kyle Rames
7e4ebe1e09 [rackspace|loadbalancers] updated to only call clear on newly created nodes and access rule collections for unpersisted load balancers. 2014-05-14 16:32:29 -05:00
Kyle Rames
cef26931e3 [rackspace|loadbalancers] updated code so that you did not need to pass nodes in during load balancer creation 2014-05-14 15:55:03 -05:00
Marcus Nilsson
ff70ff2b1b Added ip_address methods consistent with openstack 2014-05-14 22:02:37 +02:00
Kyle Rames
52a47361e4 Merge pull request from rackspace/setup_disconnect
[rackspace|compute] Updated setup method to retry once on disconnect
2014-05-14 14:44:45 -05:00
Kyle Rames
5aa2261416 Merge pull request from rackspace/autoscale_doc
[rackspace|autoscale] fixing typo in docs
2014-05-13 13:40:41 -05:00
Kyle Rames
94b8d044d5 [rackspace|autoscale] fixing typo in docs 2014-05-13 13:40:17 -05:00
Kyle Rames
ec6f12fb1e Updated setup method to retry once on disconnect to try to address issues with Ubuntu 12.04 images. 2014-05-12 16:12:52 -05:00
Kyle Rames
742175ea29 Merge pull request from rackspace/update_auth_endpoint
[rackspace] updating authentication endpoints
2014-05-12 08:22:53 -05:00
Kyle Rames
2fd8a9299e [rackspace] updating authentication endpoints 2014-05-09 16:44:02 -05:00
Kyle Rames
a9bdfe846e Merge pull request from RSTJNII/issue2908
Issue2908
2014-05-09 16:33:09 -05:00
Tom Noonan II
2b8ee777b0 Resolve issue where metadata was being discarded too early 2014-05-09 15:54:36 -05:00
Tom Noonan II
a4cb7c34f9 Resolve copypasta error 2014-05-09 15:28:51 -05:00
Tom Noonan II
9a5af6c244 Fix variable name error 2014-05-09 14:59:48 -05:00
Tom Noonan II
42ef016333 Add pagination markers () 2014-05-09 14:59:09 -05:00
Tom Noonan II
fae0ff06fb Add options argument to all() method 2014-05-09 14:56:47 -05:00
Tom Noonan II
8fa4359c5d Add options support 2014-05-09 14:56:16 -05:00
Wesley Beary
44c9ce9eb1 Merge pull request from betawaffle/move-private-ip-to-network-interface
AWS: Move PrivateIpAddress to the NetworkInterface structure if it exists
2014-05-09 10:55:00 -05:00
Kyle Rames
996a107b58 Merge pull request from porridge/fix-coveralls
Fix : "rake travis" fails with can't modify frozen String
2014-05-09 07:52:50 -05:00
Andrew Hodges
7f2134a8ac Move PrivateIpAddress to the NetworkInterface structure
Only if it exists (in order to associate a public ip).
2014-05-07 17:55:53 -04:00
geemus
8bf84b20cc remove jekyll dependency 2014-05-07 10:45:48 -05:00
Wesley Beary
a61b164afc Merge pull request from davebenvenuti/improved_digital_ocean_mocking
Improved digital ocean mocking
2014-05-07 10:29:39 -05:00
Dave Benvenuti
114dadb958 fixed whitespace 2014-05-06 23:54:26 -04:00