Mitchell Hashimoto
|
a19fa6a07c
|
Cleanup temporary directory after running
|
2011-11-02 21:41:41 -07:00 |
Mitchell Hashimoto
|
4c6f8d2b52
|
Setup isolated environment to setup a custom HOME directory as well
|
2011-11-02 21:38:48 -07:00 |
Mitchell Hashimoto
|
4c1f7c586e
|
Update README for acceptance tests
|
2011-11-02 21:27:32 -07:00 |
Mitchell Hashimoto
|
a87695d619
|
Update README
|
2011-11-02 21:19:06 -07:00 |
Mitchell Hashimoto
|
ec38417abb
|
Add more acceptance tests for printing the Vagrant version
|
2011-11-02 21:15:53 -07:00 |
Mitchell Hashimoto
|
4c9ad26115
|
Acceptance tests starting code is in. Version is an example.
|
2011-11-02 21:09:38 -07:00 |
Mitchell Hashimoto
|
ec0f8a4798
|
Update CHANGELOG [closes GH-528]
|
2011-10-30 22:49:13 -07:00 |
Justin Brown
|
0c2fc0cae2
|
Make init respect the env's cwd.
|
2011-10-30 22:48:35 -07:00 |
Mitchell Hashimoto
|
1f8c9673e5
|
update CHANGELOG
|
2011-10-30 22:40:38 -07:00 |
Dave Smith
|
971d406857
|
Use /etc/nodename for hostname; preferable for this situation
|
2011-10-30 22:40:21 -07:00 |
Dave Smith
|
be078aedc4
|
Add solaris support for host-only networks and setting the hostname
|
2011-10-30 22:40:10 -07:00 |
Mitchell Hashimoto
|
245bcf436f
|
Have tests pass on Ruby 1.8.x
|
2011-10-30 22:23:36 -07:00 |
Mitchell Hashimoto
|
8c20a94a02
|
Support for HTTP auth in box url. [closes GH-521]
|
2011-10-14 18:37:59 +02:00 |
Ticean Bennett
|
dab80649b8
|
Added Basic Auth support to HTTP downloader.
|
2011-10-14 18:37:24 +02:00 |
Mitchell Hashimoto
|
28cc13ad38
|
Sort shared folders by length only if they have a guest path
|
2011-10-14 18:20:10 +02:00 |
Chris McClimans
|
ec68c0a655
|
michellh/vagrant#524
|
2011-10-14 18:15:00 +02:00 |
Mitchell Hashimoto
|
d4ff392be4
|
Fix wrong # of argument issue. [closes GH-518]
The second parameter actually is supposed to be options.
|
2011-10-14 17:19:16 +02:00 |
Mitchell Hashimoto
|
169b5898b0
|
Merge pull request #504 from sjl/patch-1
Fix typo in creation message.
|
2011-10-01 20:57:41 -07:00 |
Steve Losh
|
66eb32d202
|
Fix typo in creation message.
|
2011-09-16 14:08:37 -03:00 |
Mitchell Hashimoto
|
1bcbaa6df2
|
up version for development
|
2011-09-13 13:25:09 -07:00 |
Mitchell Hashimoto
|
5716b8dafb
|
v0.8.7
|
2011-09-13 13:21:29 -07:00 |
Mitchell Hashimoto
|
7219f3d05b
|
Show warning if forwarding port less than 1024 [closes GH-487]
|
2011-09-11 23:56:02 -07:00 |
Samer Abukhait
|
99646735d0
|
Don't do the port threshold check if running under root
|
2011-09-11 23:26:55 -07:00 |
Mitchell Hashimoto
|
1cfef2734a
|
Fix crashing bug if .vagrant is invalid. [closes GH-496]
|
2011-09-11 23:23:17 -07:00 |
Mitchell Hashimoto
|
5d993e76ec
|
Update Gemfile and remove ruby-debug as a dep
|
2011-08-31 22:28:16 -07:00 |
Mitchell Hashimoto
|
7c405477d5
|
Bump i18n to 0.6.0
|
2011-08-29 21:12:13 -07:00 |
Mitchell Hashimoto
|
b49553383c
|
Revert "Don't expand VM folders for Chef"
This reverts commit 2665231363 .
This actually reverted GH-431
|
2011-08-29 21:10:37 -07:00 |
Mitchell Hashimoto
|
ce5d989384
|
Moving unit tests to test/unit
|
2011-08-28 23:10:32 -07:00 |
Mitchell Hashimoto
|
f6e6d7e834
|
Up version for development
|
2011-08-28 21:00:51 -07:00 |
Mitchell Hashimoto
|
cf08262be4
|
v0.8.6
|
2011-08-28 20:59:17 -07:00 |
Mitchell Hashimoto
|
b3dc6ba7d0
|
Check for VM accessibility in ssh_config
|
2011-08-28 20:41:51 -07:00 |
Mitchell Hashimoto
|
c569c8b697
|
Accessibility checks on VM for `ssh`
|
2011-08-28 20:38:56 -07:00 |
Mitchell Hashimoto
|
cdfbe4cc31
|
`vagrant up` on created machines check for inaccessible machines
|
2011-08-28 20:35:45 -07:00 |
Mitchell Hashimoto
|
82d6d5357b
|
`vagrant provision` checks for inaccessible VMs
|
2011-08-28 20:34:59 -07:00 |
Mitchell Hashimoto
|
327a6f9d94
|
Add a check for VM accessibility before every action
|
2011-08-28 20:32:22 -07:00 |
Mitchell Hashimoto
|
2efe1f9135
|
Handle inaccessible VMs with "vagrant status"
|
2011-08-28 20:17:25 -07:00 |
Mitchell Hashimoto
|
ed422e1151
|
Fixes to help with inaccessible VMs and forwarded ports
|
2011-08-28 20:02:15 -07:00 |
Mitchell Hashimoto
|
e739e68e30
|
Look for "redhat-release" for Fedora
|
2011-08-28 14:13:54 -07:00 |
Mitchell Hashimoto
|
2665231363
|
Don't expand VM folders for Chef
|
2011-08-29 00:51:07 -07:00 |
Mitchell Hashimoto
|
1b27068f5c
|
Add JRuby-specific files to the Gemfile for JRuby on Windows
|
2011-08-29 00:50:13 -07:00 |
Mitchell Hashimoto
|
14d1b987ae
|
Add validation to args for shell provisioner
|
2011-08-28 00:02:42 -07:00 |
Mitchell Hashimoto
|
bf32fb4de8
|
Args can now be specified to the shell provisioner [closes GH-475]
|
2011-08-28 00:01:23 -07:00 |
Mitchell Hashimoto
|
0f0cb27e50
|
Use proper nfsd binary on Fedora [closes GH-450]
|
2011-08-27 23:47:13 -07:00 |
Mitchell Hashimoto
|
1c2f80fab4
|
Distro dispatch for Host classes
|
2011-08-27 23:39:02 -07:00 |
Mitchell Hashimoto
|
5f62231bac
|
Clear the line on box downloads [closes GH-476]
|
2011-08-27 20:35:52 -07:00 |
Mitchell Hashimoto
|
d2498cfa99
|
Up version for development
|
2011-08-27 20:15:14 -07:00 |
Mitchell Hashimoto
|
722ea85a6a
|
Remove "disk_image_format" config, since it isn't used. [closes GH-478]
|
2011-08-27 19:55:36 -07:00 |
Mitchell Hashimoto
|
fe072662fd
|
v0.8.5 - RubyGems bugs. Unbelievable.
|
2011-08-15 20:55:25 -07:00 |
Mitchell Hashimoto
|
e7f192ccc8
|
v0.8.4
RubyGems issue
|
2011-08-15 20:24:12 -07:00 |
Mitchell Hashimoto
|
547a056f80
|
v0.8.3
|
2011-08-15 20:17:52 -07:00 |