Mitchell Hashimoto
|
3532f6368c
|
Update version for development
|
2010-06-15 21:30:42 -07:00 |
Mitchell Hashimoto
|
f4ab30238a
|
v0.4.0 - Release notes at http://vagrantup.com/docs/changes/changes_03x_04x.html
|
2010-06-10 14:15:20 -07:00 |
John Bender
|
eec0986bc7
|
switched directory syncing over to unison
|
2010-06-05 00:39:25 -07:00 |
Mitchell Hashimoto
|
2d68b284d1
|
Some fixes with defining new interfaces on Ubuntu
|
2010-06-03 11:29:17 -07:00 |
Mitchell Hashimoto
|
d16efa1a34
|
Join a specific host only network if name is specified.
|
2010-06-03 00:17:04 -07:00 |
Mitchell Hashimoto
|
6fc2f4661a
|
1 second sleep after the halt on `down` to allow VirtualBox to clean itself up
|
2010-05-30 17:56:20 -07:00 |
Mitchell Hashimoto
|
ad96f0090a
|
Properly download boxes from HTTPS sources. [closes GH-84]
|
2010-05-29 10:54:27 -07:00 |
Mitchell Hashimoto
|
ced200e256
|
When verifying boxes, catch all exceptions
|
2010-05-28 23:26:11 -07:00 |
Mitchell Hashimoto
|
f30cdf3eea
|
New wrapper SSH session class to emit exit status as well. Will be used in the future to raise exceptions for bad exit status. For now, works as a drop-in replacement.
|
2010-05-28 14:19:35 -07:00 |
Mitchell Hashimoto
|
0e4ae3530a
|
`vagrant ssh` now queries for the ssh forwarded port, rather than relying on config
|
2010-05-27 18:18:25 -07:00 |
Mitchell Hashimoto
|
455a44cc5d
|
Add `--no-provision` flag to `vagrant up`. Refactor the way action options work a bit. [closes GH-87]
|
2010-05-26 20:58:27 -07:00 |
Mitchell Hashimoto
|
c16df0d26a
|
Simple wording changes
|
2010-05-25 19:20:47 -07:00 |
John Bender
|
74aefa5c3d
|
corrected bit mask for package output on windows
|
2010-05-22 22:46:42 -07:00 |
Mitchell Hashimoto
|
156149824d
|
Remove parallelism for now. Caused too many issues with too little benefit.
|
2010-05-22 15:43:27 -07:00 |
Mitchell Hashimoto
|
3360c37fc7
|
Parallelize the commands. There are some issues with this but in general it works so far. More polish needs to be done.
|
2010-05-22 00:33:57 -07:00 |
Mitchell Hashimoto
|
dd7f471a3b
|
Incremented version to 0.3.5.dev.
|
2010-05-21 20:52:56 -07:00 |
Mitchell Hashimoto
|
a5cb80f396
|
Removed old progress meter module from util
|
2010-05-20 22:54:48 -07:00 |
Mitchell Hashimoto
|
16577208d2
|
Update gemspec to have the latest logger files
|
2010-05-20 20:56:50 -07:00 |
Mitchell Hashimoto
|
75b1df2f2f
|
Got rid of parent modules for stringhelper/outputhelper. Removed error/wrap_output from util.rb
|
2010-05-20 16:15:43 -07:00 |
Mitchell Hashimoto
|
168a99e666
|
Updated README (slight typos)
|
2010-05-20 02:32:04 -07:00 |
John Bender
|
af07bd0d3b
|
renamed crontab entry template, switched to proper ssh
|
2010-05-19 00:19:32 -07:00 |
John Bender
|
712aa9cc68
|
corrected gemspec
|
2010-05-18 23:55:53 -07:00 |
John Bender
|
ce6d95c131
|
rsync mostly complete, few tests left
|
2010-05-18 23:50:04 -07:00 |
Mitchell Hashimoto
|
5251d89241
|
Fix packaging. Broke due to internal changes from multivm. [closes GH-64]
|
2010-05-18 19:08:26 -07:00 |
Mitchell Hashimoto
|
fd12018114
|
`vagrant ssh` works with multi-VM
|
2010-05-17 01:07:42 -07:00 |
Mitchell Hashimoto
|
709c50e7b6
|
`vagrant status` updated to work with multi-VM. Global status not yet functional.
|
2010-05-16 17:40:40 -07:00 |
Mitchell Hashimoto
|
33bfe75cbd
|
Environment loads blank VMs for non-created VMs.
|
2010-05-15 01:34:31 -07:00 |
Mitchell Hashimoto
|
af1b098b9d
|
`vagrant status --global` flag to view global status
|
2010-05-01 00:24:39 -07:00 |
Mitchell Hashimoto
|
1900d1faaa
|
vagrant status now uses strings.yml instead of hardcoding strings into the command
|
2010-04-30 23:52:16 -07:00 |
Mitchell Hashimoto
|
3774bc4f59
|
Upped VirtualBox version requirement to 0.6.2 (unreleased) to force git version
|
2010-04-29 00:22:07 -07:00 |
Mitchell Hashimoto
|
ba7ab66239
|
Switch back to json gem.
|
2010-04-28 19:30:13 -07:00 |
Mitchell Hashimoto
|
fab4ae5dd2
|
Get rid of the one second sleep on `reload`. A fix was pushed upstream in virtualbox gem which fixes this.
|
2010-04-26 23:41:42 -07:00 |
Mitchell Hashimoto
|
0736f8582d
|
Shared folder action uses new system abstraction
|
2010-04-25 02:08:59 -07:00 |
Mitchell Hashimoto
|
f2d838f84a
|
Update version for development
|
2010-04-24 21:47:08 -07:00 |
Mitchell Hashimoto
|
7df1a7dca6
|
v0.3.2 Windows Ruby 1.9 support
|
2010-04-24 03:33:12 -07:00 |
Mitchell Hashimoto
|
4394882a7b
|
Busy task no longer runs in a separate thread.
|
2010-04-24 03:26:44 -07:00 |
Mitchell Hashimoto
|
f249896ce1
|
Update VirtualBox gem requirement to 0.6.1
|
2010-04-23 23:56:40 -07:00 |
Mitchell Hashimoto
|
fa9c0aeeac
|
Update version to 0.3.2.dev
|
2010-04-23 23:55:56 -07:00 |
Mitchell Hashimoto
|
e6c148321c
|
v0.3.1 - Small bug fixes, very minor enhancements.
|
2010-04-21 17:07:39 -07:00 |
Mitchell Hashimoto
|
46b113dcdb
|
Trivial change.
|
2010-04-21 17:04:22 -07:00 |
Mitchell Hashimoto
|
3e36b4ce12
|
Box verification uses the runner rather than the env
|
2010-04-19 14:21:21 -07:00 |
Mitchell Hashimoto
|
b454408314
|
Bump version to 0.3.1.pre for development
|
2010-04-15 23:56:02 -07:00 |
Mitchell Hashimoto
|
19bc45ccc0
|
v0.3.0 http://vagrantup.com/docs/changes/changes_02x_03x.html
|
2010-04-15 17:58:59 -07:00 |
Mitchell Hashimoto
|
afdfbc3a21
|
Updated dependency on mario to ~> 0.0.6
|
2010-04-15 17:56:50 -07:00 |
Mitchell Hashimoto
|
e46b2a7643
|
Update gemspec
|
2010-04-15 12:54:39 -07:00 |
John Bender
|
4e4d1a6978
|
error for vagrant ssh on windows, error text, mario gem, still need doc pages for links in error.yml
|
2010-03-25 00:09:31 -07:00 |
Mitchell Hashimoto
|
704f9751b1
|
Replace `json` dependency with `json_pure` for JRuby/IronRuby [closes GH-35]
|
2010-03-20 02:05:03 -07:00 |
Mitchell Hashimoto
|
d548b451d9
|
Updated VirtualBox gem dependency to 0.5.4
|
2010-03-17 21:54:07 -07:00 |
Mitchell Hashimoto
|
73d0486c94
|
v0.2.0 - Lots of changes. Read http://vagrantup.com/docs/changes/changes_01x_02x.html
|
2010-03-16 11:55:17 -07:00 |
Mitchell Hashimoto
|
54abd72667
|
Update other references to virtualbox gem to 0.5.3
|
2010-03-16 00:17:04 -07:00 |