Evan Hazlett
|
bcc40f8f85
|
fix docker deps to standard rev
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
|
2015-02-02 21:00:01 -05:00 |
Evan Hazlett
|
9f152143de
|
Merge pull request #468 from nathanleclaire/fix_flag_parsing_terminator
Fix usage of flag parsing terminator
|
2015-02-02 16:46:28 -05:00 |
Evan Hazlett
|
a57917045c
|
Merge pull request #471 from nathanleclaire/unit_test_doc
Document how to run unit tests in container in README
|
2015-02-02 16:38:51 -05:00 |
Nathan LeClaire
|
5054ead4bc
|
Document how to run unit tests in container in README
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
|
2015-02-02 13:35:44 -08:00 |
Evan Hazlett
|
22b3f37750
|
Merge pull request #470 from ehazlett/fix-moar-tests
add USER to the dockerfile for tests
|
2015-02-02 16:19:56 -05:00 |
Evan Hazlett
|
1cb746c663
|
add USER to the dockerfile for tests
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
|
2015-02-02 16:19:11 -05:00 |
Evan Hazlett
|
d38216b399
|
Merge pull request #456 from ehazlett/moar-tests
More tests
|
2015-02-02 15:55:42 -05:00 |
Evan Hazlett
|
dcd2a34f6f
|
fix test for GetUsername
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
|
2015-02-02 15:46:26 -05:00 |
Evan Hazlett
|
3ddf09447c
|
removed gce integration test; these are being refactored into a separate package for integration testing
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
|
2015-02-02 15:46:26 -05:00 |
Evan Hazlett
|
cf14bac2fc
|
started tests for ssh; added cover tool
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
|
2015-02-02 15:46:26 -05:00 |
Evan Hazlett
|
da64d92a74
|
tests for utils/b2d.go
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
|
2015-02-02 15:46:24 -05:00 |
Evan Hazlett
|
7ffd3707a2
|
tests for utils/certs.go
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
|
2015-02-02 15:44:35 -05:00 |
Evan Hazlett
|
3e69997dcf
|
tests for utils/utils.go
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
|
2015-02-02 15:44:35 -05:00 |
Evan Hazlett
|
6810f67463
|
add TestHostConfig; refactor host tests for easier testing
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
|
2015-02-02 15:44:35 -05:00 |
Evan Hazlett
|
2eb7bb457c
|
added generateDockerConfig test
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
|
2015-02-02 15:44:35 -05:00 |
Evan Hazlett
|
dcf58cfc2d
|
host tests; refactor util functions to support testing
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
|
2015-02-02 15:44:35 -05:00 |
Evan Hazlett
|
ba89454ee6
|
Merge pull request #469 from nathanleclaire/integration_doc
Make note about `MACHINE_BINARY` environment variable.
|
2015-02-02 15:35:40 -05:00 |
Nathan LeClaire
|
3a09516ecb
|
Make note about `MACHINE_BINARY` environment variable.
A user in IRC was confused about this.
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
|
2015-02-02 12:21:57 -08:00 |
Nathan LeClaire
|
22eae1296d
|
Fix usage of flag parsing terminator
There is no need to check for "--" manually. cli will do this for us.
Signed-off-by: Nathan LeClaire <nathan.leclaire@gmail.com>
|
2015-02-02 12:10:56 -08:00 |
Evan Hazlett
|
25b45ffc7d
|
Merge pull request #460 from sthulb/tls-create-later
move cert creation to create command
|
2015-02-02 13:36:05 -05:00 |
Simon Thulbourn
|
3d9f1ed8e8
|
move cert creation to create commandw
Signed-off-by: Simon Thulbourn <simon+github@thulbourn.com>
|
2015-02-02 15:41:23 +00:00 |
Evan Hazlett
|
55ea356124
|
Merge pull request #437 from ehazlett/fix-warn-no-internet-b2d
add timeout for b2d release check; warn instead of error if cannot check
|
2015-02-02 09:11:19 -05:00 |
Evan Hazlett
|
5b76400c4d
|
Merge pull request #450 from chanezon/master
added documentation for --azure options
|
2015-01-31 09:54:55 -05:00 |
Patrick Chanezon
|
00ba3fc4bd
|
Merge branch 'master' of https://github.com/chanezon/machine
|
2015-01-30 13:13:49 -08:00 |
Patrick Chanezon
|
7ac6d6f4e5
|
added documentation for --azure options
Signed-off-by: Patrick Chanezon <patrick@chanezon.com>
|
2015-01-30 13:13:07 -08:00 |
Patrick Chanezon
|
df8f3ab4e8
|
added documentation for --azure options
|
2015-01-30 11:38:53 -08:00 |
Evan Hazlett
|
feb34030c2
|
add timeout for b2d download
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
|
2015-01-30 12:41:35 -05:00 |
Evan Hazlett
|
447385e1c0
|
Merge pull request #446 from sthulb/ssh-fix
Use whatever is after -- as the SSH command.
|
2015-01-30 09:47:58 -05:00 |
Evan Hazlett
|
77537b02d0
|
Merge pull request #422 from sthulb/patch-1
Documents the default images for each driver.
|
2015-01-30 09:17:26 -05:00 |
Simon Thulbourn
|
5c8bd32753
|
Use whatever is after -- as the SSH command.
Updates the codegansta/cli package.
Change the way commands are detected
Signed-off-by: Simon Thulbourn <simon+github@thulbourn.com>
|
2015-01-30 11:11:48 +00:00 |
Evan Hazlett
|
875cac692f
|
Merge pull request #438 from Tebro/feature/newMachineMessage
Change message to use machine env.
|
2015-01-29 18:12:30 -05:00 |
Richard Weber
|
183d4be3c4
|
Change message to use machine env.
Signed-off-by: Richard Weber <riche.weber@gmail.com>
|
2015-01-30 01:07:42 +02:00 |
Evan Hazlett
|
74852ae963
|
Merge pull request #440 from ehazlett/fix-azure-dns
use hostname for azure instead of generating
|
2015-01-29 15:04:22 -05:00 |
Evan Hazlett
|
ac1d69a5fd
|
updated readme with azure note in DNS; re-name from suggestion by ahmetalpbalkan
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
|
2015-01-29 13:23:27 -05:00 |
Evan Hazlett
|
daa8238a41
|
use hostname for azure instead of generating
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
|
2015-01-29 12:50:47 -05:00 |
Simon Thulbourn
|
4e4c619d11
|
Image docs
Signed-off-by: Simon Thulbourn <simon+github@thulbourn.com>
|
2015-01-29 16:09:46 +00:00 |
Evan Hazlett
|
d1ee81453c
|
add timeout for b2d release check; warn instead of error if cannot check
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
|
2015-01-29 09:15:15 -05:00 |
Evan Hazlett
|
7d6fd1f791
|
Merge pull request #429 from ehazlett/env-command
rename shellinit to env
|
2015-01-28 13:03:25 -05:00 |
Evan Hazlett
|
eafc0048f0
|
rename shellinit to env
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
|
2015-01-28 13:01:25 -05:00 |
Evan Hazlett
|
62f46b207f
|
Merge pull request #428 from ehazlett/fix-dns-length-azure
fix issue with name and dns length in azure
|
2015-01-28 12:50:44 -05:00 |
Evan Hazlett
|
f4342ed4ce
|
fix issue with name and dns length in azure
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
|
2015-01-28 12:47:01 -05:00 |
Evan Hazlett
|
071a64eb63
|
Merge pull request #414 from ehazlett/fix-custom-tls-certs
use correct paths for custom TLS CA cert and key
|
2015-01-28 12:44:49 -05:00 |
Evan Hazlett
|
97aaf4e05d
|
Merge pull request #427 from ehazlett/remove-azure-name
remove name option from azure driver
|
2015-01-28 11:10:42 -05:00 |
Evan Hazlett
|
9b55d4f0a9
|
Merge pull request #426 from sthulb/virtualbox-state
Remove $ from regexp for Windows users
|
2015-01-28 11:10:22 -05:00 |
Evan Hazlett
|
b731c0ea28
|
remove name option from azure driver
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
|
2015-01-28 10:45:32 -05:00 |
Simon Thulbourn
|
1727123214
|
Remove $ from regexp
The GetState() func now works on Windows hosts
Signed-off-by: Simon Thulbourn <simon+github@thulbourn.com>
|
2015-01-28 15:41:47 +00:00 |
Evan Hazlett
|
371194ea8c
|
use correct paths for custom TLS CA cert and key
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
|
2015-01-27 11:59:59 -05:00 |
Evan Hazlett
|
c209704f5a
|
Merge pull request #413 from ehazlett/proper-check-for-username
check properly for username on different platforms
|
2015-01-27 10:35:24 -05:00 |
Evan Hazlett
|
720c4edfd2
|
check properly for username on different platforms
Signed-off-by: Evan Hazlett <ejhazlett@gmail.com>
|
2015-01-27 10:28:55 -05:00 |
Evan Hazlett
|
d5a4f2f1c4
|
Merge pull request #402 from ehazlett/single-tls
Update to TLS Certificates
|
2015-01-26 18:06:43 -05:00 |