Ben Firshman
e12df0cbc2
Merge pull request #87 from ggiamarchi/machine-ls-sort
...
Sort `machine ls` output by machine name
2014-12-12 01:14:12 +00:00
Guillaume Giamarchi
d8921ee432
Move HostListItem from host.go to command.go
...
Signed-off-by: Guillaume Giamarchi <guillaume.giamarchi@gmail.com>
2014-12-12 01:53:24 +01:00
Guillaume Giamarchi
8797ca2d50
Rename HostState struct to HostListItem
...
Signed-off-by: Guillaume Giamarchi <guillaume.giamarchi@gmail.com>
2014-12-12 01:44:34 +01:00
Ben Firshman
ee48b4ae01
Remove mitchellh/go-homedir from godeps
...
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-12-11 16:24:04 -08:00
Ben Firshman
ee98043c5a
Merge pull request #88 from MSOpenTech/homedir
...
Fix #68 . Homedir is now detected same as Docker.
2014-12-12 00:22:53 +00:00
Jeff Mendoza
52019047f1
Fix #68 . Homedir is now detected same as Docker.
...
Signed-off-by: Jeff Mendoza <jeffmendoza@live.com>
2014-12-11 16:11:23 -08:00
Guillaume Giamarchi
1547a48dde
Sort `machine ls` output by machine name
...
Signed-off-by: Guillaume Giamarchi <guillaume.giamarchi@gmail.com>
2014-12-12 00:39:08 +01:00
Ben Firshman
932779fed1
Merge pull request #64 from MSOpenTech/master
...
Added support for identity auth in Azure driver
2014-12-11 21:31:07 +00:00
Ben Firshman
b803e2950e
Merge pull request #81 from exoscale/fix/shebang-validate-gofmt
...
Ensure `script/validate-gofmt` is executed with bash
2014-12-11 17:53:36 +00:00
Vincent Bernat
c82997e3b3
Ensure `script/validate-gofmt` is executed with bash
...
While Travis does that, a user just running the script will get an
error.
Signed-off-by: Vincent Bernat <Vincent.Bernat@exoscale.ch>
2014-12-11 10:08:27 +01:00
Ben Firshman
0751dbf41b
Merge pull request #78 from bfirsh/update-godeps
...
Update godeps
2014-12-11 00:01:14 +00:00
Ben Firshman
e0b18fee7d
Update logrus
...
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-12-10 09:09:54 -08:00
Ben Firshman
24574d513a
Update libtrust
...
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-12-10 09:08:36 -08:00
Ben Firshman
b72822ff9d
Update goauth2
...
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-12-10 09:06:10 -08:00
Ben Firshman
3c00d74c44
Update godo to 0.5.0
...
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-12-10 09:05:47 -08:00
Ben Firshman
b1a5e12b51
Merge pull request #70 from bfirsh/add-release-script
...
Add release script
2014-12-10 16:19:02 +00:00
Ruslan Gabitov
a644aba70f
Added comment to Azure driver
...
Added comment explaining retries in hackForIdentityAuth() method
Signed-off-by: Ruslan Gabitov <ruslan.gabitov@live.com>
2014-12-09 18:48:03 -08:00
Ben Firshman
d95e4b3a6f
Add release script
...
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-12-09 16:45:23 -08:00
Ben Firshman
4e719d4d02
Merge pull request #67 from bfirsh/fix-vbm-test
...
Fix test for VBoxManage
2014-12-10 00:30:26 +00:00
Ben Firshman
99554a4ae5
Merge pull request #65 from MSOpenTech/windows-homedir
...
Fix homedir for Windows.
2014-12-10 00:16:52 +00:00
Ben Firshman
38baeb7e76
Merge pull request #66 from bfirsh/link-to-github-release
...
Link to GitHub release in readme
2014-12-10 00:16:24 +00:00
Ben Firshman
1d83284129
Fix test for VBoxManage
...
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-12-09 16:15:47 -08:00
Ben Firshman
ed5c3f62cf
Link to GitHub release in readme
...
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-12-09 16:13:49 -08:00
Jeff Mendoza
50e5b2501a
Fix homedir for Windows.
...
Signed-off-by: Jeff Mendoza <jeffmendoza@live.com>
2014-12-09 15:51:15 -08:00
Ruslan Gabitov
04382b4730
Fix Azure driver with gofmt
...
Fix Azure driver with gofmt
Signed-off-by: Ruslan Gabitov <ruslan.gabitov@live.com>
2014-12-09 15:20:17 -08:00
Ben Firshman
c4366fb0a5
Merge pull request #63 from bfirsh/build-on-windows
...
Build Windows binaries
2014-12-09 22:39:01 +00:00
Ben Firshman
79caf530ea
Build Windows binaries
...
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-12-09 14:20:38 -08:00
Ruslan Gabitov
3df09689e6
Added support for identity auth in Azure driver
...
Added support for identity auth in Azure driver
Signed-off-by: Ruslan Gabitov <ruslan.gabitov@live.com>
2014-12-09 14:08:09 -08:00
Ben Firshman
05ab691caf
Merge pull request #53 from bfirsh/do-not-use-boot2docker-iso-on-disk
...
Don't use boot2docker ISO on disk
2014-12-09 16:11:17 +00:00
Ben Firshman
e3d7f6f46d
Merge pull request #58 from ndeloof/patch-1
...
Azure provider uses .pem file to authenticate
2014-12-09 16:10:54 +00:00
Nicolas De loof
2c11b726af
Azure provider uses .pem file to authenticate
...
Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com>
2014-12-09 08:36:46 +01:00
Ben Firshman
8c5da29ab5
Merge pull request #57 from bfirsh/remove-go-get-from-build-instructions
...
Remove go get from build instructions
2014-12-09 01:49:30 +00:00
Ben Firshman
6e27d2de18
Remove go get from build instructions
...
No we're building inside Docker, you don't need a GOPATH
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-12-08 17:48:48 -08:00
Ben Firshman
d432ac6b9f
Merge pull request #55 from bfirsh/build-and-test-using-docker
...
Build and test using Docker
2014-12-09 01:20:32 +00:00
Ben Firshman
e42afabd03
Build and test using Docker
...
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-12-08 16:46:40 -08:00
Ben Firshman
415c3f2c0c
Don't use boot2docker ISO on disk
...
This was a hack for the DockerCon demo. We do want some way of
caching the boot2docker image, but this certainly isn't the way.
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-12-08 16:26:57 -08:00
Ben Firshman
fbc2e92924
Merge pull request #44 from MSOpenTech/master
...
Fixed Remove() method in Azure driver
2014-12-08 22:24:14 +00:00
Ben Firshman
54de0cf03f
Merge pull request #49 from bfirsh/add-badges-and-irc-channel
...
Add Travis badge and IRC channel to readme
2014-12-08 22:20:36 +00:00
Ruslan Gabitov
489e2acaec
Fixed Remove() method in Azure driver
...
Fixed Remove() method in Azure driver
Signed-off-by: Ruslan Gabitov <ruslan.gabitov@live.com>
2014-12-08 13:24:45 -08:00
Ben Firshman
0743eb5475
Add Travis badge and IRC channel to readme
...
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-12-08 13:13:23 -08:00
Ben Firshman
cd31776e0b
Merge pull request #33 from bfirsh/check-that-public-key-exists-when-creating-machines
...
Check that public key exists when creating machine
2014-12-08 20:42:00 +00:00
Ben Firshman
78684f6431
Merge pull request #43 from bfirsh/document-checking-vboxmanage
...
Document VBoxManage check
2014-12-08 20:14:33 +00:00
Ben Firshman
fa4b7ddfd0
Document VBoxManage check
...
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-12-08 10:30:03 -08:00
Ben Firshman
b208f4fd8b
Merge pull request #40 from sthulb/vbox-driver-quick-failure
...
VirtualBox bailout
2014-12-08 18:28:10 +00:00
Ben Firshman
74a4724496
Merge pull request #39 from dduportal/usage-typo
...
Quick PR : little typo in the usage
2014-12-08 09:06:46 -08:00
Damien DUPORTAL
8e7e8b924b
little typo in the usage strings
...
Signed-off-by: Damien DUPORTAL <damien.duportal@gmail.com>
2014-12-08 09:44:21 +00:00
Simon Thulbourn
773e8252dd
bails out of virtualbox driver if VBoxManage doesn't exist
...
Signed-off-by: Simon Thulbourn <simon+github@thulbourn.com>
2014-12-07 19:47:05 +00:00
Simon Thulbourn
b8fe0bc347
bails out of virtualbox driver quickly if it doesn't exist.
...
Signed-off-by: Simon Thulbourn <simon+github@thulbourn.com>
2014-12-07 19:46:25 +00:00
Ben Firshman
dcf081d758
Check that public key exists when creating machine
...
Fixes #4
Signed-off-by: Ben Firshman <ben@firshman.co.uk>
2014-12-06 20:54:41 +01:00
Ben Firshman
2e9fe4df45
Merge pull request #32 from bfirsh/fix-command-name-in-help-text
...
Fix command name in help text
2014-12-06 19:38:43 +00:00