.. |
action
|
Only destroy the VM if the exception raised is not a Vagrant error
|
2010-09-14 00:48:31 -06:00 |
command
|
Don't require root path to load an environment. (Makes `vagrant box` commands work again without a Vagrantfile)
|
2010-09-16 18:14:41 -06:00 |
config
|
Environment#home_path is a Pathname object for easier manipulation
|
2010-09-11 09:18:33 -07:00 |
downloaders
|
Allow downloading via a proxy if http_proxy environment variable is set. [closes GH-157]
|
2010-09-08 22:11:53 -07:00 |
hosts
|
Converted most "mock_environment" tests to "vagrant_env" which uses real filesystem
|
2010-09-07 11:41:52 -07:00 |
provisioners
|
Remove most of the remaining mock_environment calls. Only one remains.
|
2010-09-07 11:51:10 -07:00 |
systems
|
Remove most of the remaining mock_environment calls. Only one remains.
|
2010-09-07 11:51:10 -07:00 |
util
|
Utilize pathname when available instead of doing just a File.join
|
2010-09-11 10:42:03 -07:00 |
action_test.rb
|
Converted most "mock_environment" tests to "vagrant_env" which uses real filesystem
|
2010-09-07 11:41:52 -07:00 |
box_collection_test.rb
|
New BoxCollection class to keep track of all boxes.
|
2010-09-11 10:17:26 -07:00 |
box_test.rb
|
Remove unnecessary class methods on Box class. Move commands over to use "boxes" on env
|
2010-09-11 10:33:49 -07:00 |
cli_test.rb
|
Converted most "mock_environment" tests to "vagrant_env" which uses real filesystem
|
2010-09-07 11:41:52 -07:00 |
config_test.rb
|
Change method by which configuration classes register themselves to be cleaner
|
2010-09-11 09:02:55 -07:00 |
data_store_test.rb
|
Fix issue with local data store not being properly cleared for VM destruction
|
2010-09-07 01:02:11 -07:00 |
environment_test.rb
|
Utilize pathname when available instead of doing just a File.join
|
2010-09-11 10:42:03 -07:00 |
errors_test.rb
|
Show proper syntax error for Vagrantfiles [closes GH-155]
|
2010-09-04 14:33:53 -07:00 |
plugin_test.rb
|
Plugins. Documentation coming shortly.
|
2010-09-14 23:10:51 -06:00 |
ssh_session_test.rb
|
SSH no longer raises ActionException. Raises VagrantError
|
2010-09-01 10:00:49 -07:00 |
ssh_test.rb
|
Retry SSH connect a few times before admitting defeat.
|
2010-09-09 00:28:21 -07:00 |
ui_test.rb
|
Converted most "mock_environment" tests to "vagrant_env" which uses real filesystem
|
2010-09-07 11:41:52 -07:00 |
vm_test.rb
|
Fix issue with local data store not being properly cleared for VM destruction
|
2010-09-07 01:02:11 -07:00 |