.. |
action
|
`up --no-provision` works again. This disables provisioning during the process.
|
2010-10-03 18:34:33 -07:00 |
command
|
Load config files (only) early so plugins are loaded from Vagrantfiles
|
2010-09-21 01:47:50 -06:00 |
config
|
config.vagrant validation tests
|
2010-09-30 00:55:00 -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
|
Revert "Instead of using Kernel#system, use custom piped solution"
|
2010-09-29 23:38:07 -07:00 |
provisioners
|
Basic validation added for Chef configuration (both solo and server).
|
2010-09-30 01:09:36 -07:00 |
systems
|
Remove most of the remaining mock_environment calls. Only one remains.
|
2010-09-07 11:51:10 -07:00 |
util
|
Revert "Instead of using Kernel#system, use custom piped solution"
|
2010-09-29 23:38:07 -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
|
Box add checks if box exists before the download [closes GH-170]
|
2010-10-01 09:24:58 -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
|
Top config class is now available in all `Vagrant::Config::Base` subclasses. Useful for validation.
|
2010-09-30 00:50:50 -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
|
Change VM loading to be lazy loaded so config can be loaded without VMs
|
2010-09-21 01:27:36 -06: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
|
SSH gives error message if `ssh` binary is not found. [closes GH-161]
|
2010-09-29 23:47:17 -07:00 |
ui_test.rb
|
Since I18n isn't automatic for UI class, get rid of _ prefix on options
|
2010-09-21 18:14:18 -06:00 |
vm_test.rb
|
Removed unused test code
|
2010-10-03 18:37:03 -07:00 |