.. |
actions
|
A VM can now have a host only network on multiple adapters
|
2010-06-03 11:50:29 -07:00 |
commands
|
Primary VM is SSH by default on call to `vagrant ssh`
|
2010-05-27 23:06:57 -07:00 |
downloaders
|
Properly download boxes from HTTPS sources. [closes GH-84]
|
2010-05-29 10:54:27 -07:00 |
provisioners
|
Verify chef binaries exist prior to running chef provisioning [closes GH-89]
|
2010-05-29 11:33:01 -07:00 |
systems
|
Allow SSH commands to ignore exit status
|
2010-05-29 23:33:37 -07:00 |
util
|
corrected bit mask for package output on windows
|
2010-05-22 22:46:42 -07:00 |
active_list_test.rb
|
If JSON parsing fails on reading the active list, just set it to an empty hash
|
2010-05-06 11:02:53 -07:00 |
box_test.rb
|
Boxes now properly use scoped Environment
|
2010-04-19 14:15:52 -07:00 |
busy_test.rb
|
Finally get rid of sleeps in test
|
2010-04-24 03:27:36 -07:00 |
command_test.rb
|
Commands can now be registered as subcommands (similar to how config works)
|
2010-04-13 13:13:55 -07:00 |
config_test.rb
|
Concept of a 'primary' VM in a multi-VM environment added. This VM will be the default for actions in a multi-VM environment.
|
2010-05-27 22:54:11 -07:00 |
environment_test.rb
|
Oops, File.rm => File.delete
|
2010-05-29 13:21:57 -07:00 |
resource_logger_test.rb
|
Tests no longer clear a line
|
2010-05-22 18:47:08 -07:00 |
ssh_session_test.rb
|
SSH exec! can now be given options which are used for bad exit status error messages
|
2010-05-29 11:18:27 -07:00 |
ssh_test.rb
|
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 |
util_test.rb
|
When util is included, extend the class as well [closes GH-83]
|
2010-05-25 13:19:38 -07:00 |
vm_test.rb
|
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 |