vagrant/lib/vagrant
Mitchell Hashimoto 53860f90ab V2 loader now properly upgrades V1 configuration.
This is done by calling the `upgrade` method on the _old_ configuration
classes. The old configuration classes are given the complete new
configuration and can set whatever settings they need to on it.
2012-11-07 20:01:39 -08:00
..
action `vagrant box add` works again. Box verification remove temporarily. 2012-08-18 16:13:14 -07:00
config V2 loader now properly upgrades V1 configuration. 2012-11-07 20:01:39 -08:00
downloaders Clean up logic surrounding file downloader matching 2012-09-09 20:31:17 -07:00
easy Move command base class to a plugin component 2012-06-26 16:18:02 -07:00
plugin V2 loader now properly upgrades V1 configuration. 2012-11-07 20:01:39 -08:00
util `vagrant ssh` with full console works with new provider. 2012-08-05 13:45:24 -07:00
action.rb Comment the action_box_add method 2012-08-18 16:19:13 -07:00
box.rb Box#repackage to repackage a box. 2012-07-11 18:36:22 -07:00
box_collection.rb Document the box collection format a bit more 2012-09-27 11:57:40 -07:00
cli.rb Get rid of some ruby warnings due to shadowed variables 2012-11-06 21:12:15 -08:00
config.rb Build the v2 interface, which is just a copy of V1 for now. 2012-11-06 20:51:03 -08:00
data_store.rb Allow data store to work even if file path is nil 2012-02-25 10:41:06 -08:00
downloaders.rb Be gone glob loader! Move everything to autoload or explicit require. 2011-01-07 01:12:16 -08:00
easy.rb New easy command APIs: argv, info, error, success 2012-06-01 14:55:08 +02:00
environment.rb Providers to V2 2012-11-06 21:20:55 -08:00
errors.rb Error message on ECONNRESET for box downloading via HTTP [GH-1090] 2012-09-09 20:16:43 -07:00
hosts.rb Move host base class to a plugin component 2012-06-27 09:26:03 -07:00
machine.rb Guests to V2 2012-11-06 21:14:45 -08:00
plugin.rb Build the v2 interface, which is just a copy of V1 for now. 2012-11-06 20:51:03 -08:00
registry.rb Don't allow registry to be given value in non-block form 2012-11-03 20:46:24 -07:00
test_helpers.rb update the action_env test helper for the new environment structure 2012-02-06 22:47:25 -08:00
ui.rb Handle the case where ctrl-D is pressed on input. 2012-07-11 18:30:37 -07:00
util.rb Remove GlobLoader from util.rb since it doesn't exist anymore 2011-11-13 13:19:16 -08:00
version.rb Up version for development 2012-03-28 22:08:55 -07:00