Commit graph

10 commits

Author SHA1 Message Date
Dmitry Khomutov e5164ae1dd Refactored structure 2016-06-23 21:18:41 +06:00
Lee Willis 99446b56f5 Make SSH key generation more robust.
Do not try and predict whether we will be able to create a key. Instead
try and create one and capture failure if it happens.

Closes #803
2015-02-23 13:49:29 +00:00
Sam Mousa eaf08b337d Fix parameters used to check if ssh-keygen exists to prevent an indefinite hang.
Closes #764
2015-02-03 11:15:52 +00:00
Dan Cryer 9fda9ed989 Adding Docblocks throughout the project and lowering the missing docblock limit in phpci.yml to zero.
Closes #692
2014-12-08 14:12:01 +00:00
Tobias van Beek 926ef097d4 Fixes for SSH key generation.
Closes #514, fixes #512
2014-07-29 15:40:52 +01:00
Dan Cryer 5d4db6a5bd Fixing ProjectController::add() complexity 2014-07-11 15:38:28 +01:00
Bradley Weston a4f111deff SSH
I'm currently running Windows machine and cygwin. This causes a hang because it requires user input. This causes the request just to go on forever until the connection is either closed or maximum execution time is reached.

So how I have thought to solve it is to add the help option.
2014-06-18 10:20:42 +01:00
Dan Cryer d098fabdb6 Adding / correcting the file docblock throughout the project 2014-05-12 17:26:17 +01:00
Dan Cryer c164295170 Further cleanup for #384 2014-05-02 17:38:43 +01:00
Dan Cryer f0d35605b6 Simplifying ProjectController a little, see #384 2014-05-02 17:32:18 +01:00