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

7 commits

Author SHA1 Message Date
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
sawanoboly
930e8db948 use snake case for size_mb 2014-03-11 15:07:56 +09:00
sawanoboly
c97f1bb816 enhanced attributes for sakuracloud volume archive 2014-03-11 14:52:52 +09:00
Kyle Rames
77a193b72e Merge pull request #2730 from higanworks/fix_sakuracloud_volume_template
Fix wrong aliases at Fog::Volume::SakuraCloud::Archive
2014-03-05 10:24:36 -06:00
sawanoboly
f7c87fd64a Fix wrong aliases at Fog::Volume::SakuraCloud::Archive 2014-03-05 12:51:19 +09:00
sawanoboly
cba1dc708c Follow message -> DEPRECATION Fog::XML::Connection is deprecated use Fog::Core::Connection instead 2014-03-05 12:26:52 +09:00
sawanoboly
453b021bbd writenig provider for sakuracloud ,wip
list ssh_keys and create disk

add models and requests for  create computer

create server at once

add bin and route file

update create_with

write getting_started wip. and create helper methods.

add sakura to mock_helper

add bin and route file

write getting_started wip. and create helper methods.

add mocks and test

create tests and write getting started

writenig provider for sakuracloud ,wip

list ssh_keys and create disk

add models and requests for  create computer

create server at once

add bin and route file

update create_with

write getting_started wip. and create helper methods.

add sakura to mock_helper

add bin and route file

write getting_started wip. and create helper methods.

add mocks and test

create tests and write getting started

mv getting_started to docs

mv getting_started to docs

use snake_case for models

fix: wrong usage of :aliases

update doc. replace to snake_case from class

update mocks format

Fix: remove commas for Ruby 1.8.7

duplicate example

use create method with option if atatch volume

remove empty line (checking travis works..)

fix args for core/provider.rb#service
2014-02-12 12:30:44 +09:00