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

13 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
Kyle Rames
01518d380c [core] updating Server models to use ssh_ip_address rather than public_ip_address 2014-01-22 14:18:35 -06:00
Paul Thornthwaite
0653f7b5b4 [clodo] Updates reference to service 2013-01-07 20:53:27 +00:00
Paul Thornthwaite
40c0cd7122 Make use of #persisted? method
In many places we were checking for identity which was the shorthand for
checking if the resource had been saved by the service.

The #persisted? method was added to show a clearer intent and also offer
minimal ActiveModel interface
2012-12-23 02:45:05 +00:00
Carlos Sanchez
a25691ed23 Move ssh private_key, public_key, username to Server model to reduce duplication 2012-10-31 12:31:49 +01:00
Kevin Menard
dcefc2d7de Fixed #875: Loosen multi_json version. 2012-04-25 10:31:28 -04:00
Steve Smith
d89dd56fe7 Use MultiJSON #dump and #load rather than #encode and #decode
MultiJSON deprecated these methods in 1.3.0 in favour of the new ones.
This requires an update to the gemspec to ensure ~>1.3
2012-04-20 13:09:14 +01:00
Stepan G. Fedorov
a0b696629d [clodo|compute] Enable ip-management. 2011-12-02 16:24:23 +04:00
Stepan G Fedorov
618f76e56b [clodo|compute] server.ssh with password. Not only with key. 2011-10-30 21:04:44 +03:00
NomadRain
0738a84cf6 [clodo|compute] Bug fixes. 2011-10-30 21:04:43 +03:00
Обоев Рулон ибн Хаттаб
fe2dacec55 [clodo|compute] Added missing field (server.type) 2011-10-30 21:04:43 +03:00
NomadRain
712f11bbb4 [clodo] : Added missing field. 2011-10-30 21:04:43 +03:00
Обоев Рулон ибн Хаттаб
05d1ae032d Add clodo support. 2011-10-30 21:04:42 +03:00