Commit Graph

  • a79eeb263d Updated documentation for new commands Mitchell Hashimoto 2010-04-13 23:17:46 -0700
  • 5a7e8369d5 `vagrant status` properly detects no rootfile Mitchell Hashimoto 2010-04-13 23:04:21 -0700
  • 4e47e58db5 Update version for development Mitchell Hashimoto 2010-04-13 22:55:24 -0700
  • 81dcf79750 Remove git-style-binaries dependency Mitchell Hashimoto 2010-04-13 22:55:04 -0700
  • d79f6bd020 Update binary to not include rubygems Mitchell Hashimoto 2010-04-13 22:52:11 -0700
  • 1a4f934465 Remove old commands files Mitchell Hashimoto 2010-04-13 17:25:43 -0700
  • 368e468620 Removed final binaries and moved vagrant-temp to vagrant Mitchell Hashimoto 2010-04-13 17:19:37 -0700
  • 797112cf84 box remove subcommand Mitchell Hashimoto 2010-04-13 17:18:59 -0700
  • f097ee3111 box list subcommand Mitchell Hashimoto 2010-04-13 17:16:21 -0700
  • 8f891630d6 Proper subclassing for box subcommand Mitchell Hashimoto 2010-04-13 17:11:51 -0700
  • e5374b912e Box add testing Mitchell Hashimoto 2010-04-13 17:10:49 -0700
  • c744f7afde vagrant box add Mitchell Hashimoto 2010-04-13 17:08:36 -0700
  • 3107fa763f Status command Mitchell Hashimoto 2010-04-13 17:02:43 -0700
  • dc35ce0980 Remove the implemented command binaries Mitchell Hashimoto 2010-04-13 16:49:34 -0700
  • b3277e015f Package subcommand Mitchell Hashimoto 2010-04-13 16:46:51 -0700
  • b72e3640e8 Resume subcommand Mitchell Hashimoto 2010-04-13 16:37:32 -0700
  • 5efa7bded5 Suspend subcommand Mitchell Hashimoto 2010-04-13 16:36:08 -0700
  • 28a2fd5466 Halt command Mitchell Hashimoto 2010-04-13 16:34:29 -0700
  • fa3ca57c9f ssh-config subcommand Mitchell Hashimoto 2010-04-13 16:31:08 -0700
  • 4674b1983e SSH subcommand Mitchell Hashimoto 2010-04-13 16:24:39 -0700
  • 0a1f2158f7 Sort subcommands listing Mitchell Hashimoto 2010-04-13 16:23:02 -0700
  • 453f4774e4 Reload command and some docs for other commands Mitchell Hashimoto 2010-04-13 16:22:14 -0700
  • 33c3a2df45 Destroy subcommand Mitchell Hashimoto 2010-04-13 16:19:33 -0700
  • 60c6ad480c Up command Mitchell Hashimoto 2010-04-13 16:16:59 -0700
  • e6006eacfa Init execute test Mitchell Hashimoto 2010-04-13 15:55:56 -0700
  • 95592eb7f6 `vagrant --version` outputs the version Mitchell Hashimoto 2010-04-13 15:45:38 -0700
  • b4d1ee6e83 Commands specify their option parsings in the `options_spec` method. Parent takes care of the rest. Mitchell Hashimoto 2010-04-13 15:34:26 -0700
  • 26c12a9a17 Init subcommand is working Mitchell Hashimoto 2010-04-13 14:03:50 -0700
  • 9ce860cb40 Base tests Mitchell Hashimoto 2010-04-13 13:54:42 -0700
  • bb0d3f7f93 Base command now recursively dispatches, allowing for arbitrarily complex commands such as `vagrant a b c` Mitchell Hashimoto 2010-04-13 13:53:27 -0700
  • aec05eff0d Commands can now be registered as subcommands (similar to how config works) Mitchell Hashimoto 2010-04-13 13:13:55 -0700
  • 83da66ee91 Commenting on the Vagrant::Command class Mitchell Hashimoto 2010-04-13 01:44:11 -0700
  • 5c3171a8f9 Option parsing is in on the base command Mitchell Hashimoto 2010-04-13 01:42:11 -0700
  • d8387f8280 New files for the new command structure. Ignore the `vagrant-temp` binary for now. Mitchell Hashimoto 2010-04-13 01:22:53 -0700
  • 46956d8caa You can now specify the host of the ssh-config with the `--host` option. Mitchell Hashimoto 2010-04-12 21:28:37 -0700
  • 8218395546 ssh-config should require root path, not a created environment Mitchell Hashimoto 2010-04-12 21:03:13 -0700
  • c630b028fc `vagrant ssh-config` outputs .ssh/config ready entry for current environment Mitchell Hashimoto 2010-04-12 21:00:42 -0700
  • d5e2a64fd3 On import/export, hide "parts" of progress (since its simply out of 100) Mitchell Hashimoto 2010-04-12 18:11:32 -0700
  • 297c4f130e Updated changelog Mitchell Hashimoto 2010-04-12 16:43:32 -0700
  • 5d6e3900c8 Updated base box guide to use `vagrant package` command Mitchell Hashimoto 2010-04-12 16:40:59 -0700
  • f8dee9adf9 Base boxes can now be packaged with `vagrant package` by specifying the `--base` parameter. Mitchell Hashimoto 2010-04-12 16:29:33 -0700
  • 677b3b05cc Packaging uses MAC address directly from the machine Mitchell Hashimoto 2010-04-12 16:12:37 -0700
  • 40e823d90a Shorten shared folders further [see GH-50] Mitchell Hashimoto 2010-04-12 14:38:34 -0700
  • ddf1465c24 Updated getting started packaging guide to use new style Mitchell Hashimoto 2010-04-12 14:36:34 -0700
  • 2fb223cb24 Started drafting a 02x => 03x changes doc. Mitchell Hashimoto 2010-04-12 14:29:21 -0700
  • 75186da915 Remove 0.2 release announcement Mitchell Hashimoto 2010-04-12 14:10:13 -0700
  • 1245a0c1c8 Shorten shared folder names Lincoln Stoll 2010-04-12 22:30:06 +0200
  • ea85e1d38f Shorten shared folder names Lincoln Stoll 2010-04-12 22:30:06 +0200
  • cbb0c413dc Load Vagrantfile in include/ directory for boxes if it exists Mitchell Hashimoto 2010-04-12 00:51:12 -0700
  • 9498226c83 Package now puts auto-generated Vagrantfile with MAC address in root. Mitchell Hashimoto 2010-04-12 00:44:04 -0700
  • ecdec218b4 Included files in package now go into the include/ directory. Mitchell Hashimoto 2010-04-12 00:29:26 -0700
  • 9f3e926566 Update virtualbox dep to 0.6.0 even though its not released yet. (This is so user's running master will error if they attempt to update, forcing them to grab virtualbox master as well) Mitchell Hashimoto 2010-04-12 00:11:10 -0700
  • d30354540e Simply typo fixes Mitchell Hashimoto 2010-04-12 00:06:53 -0700
  • f0fa8aa5df Export now uses proper function and has progress bar (like import) Mitchell Hashimoto 2010-04-12 00:05:24 -0700
  • aa52d977a8 Wrapping tests in meaningful context Mitchell Hashimoto 2010-04-11 23:42:11 -0700
  • 945710e068 Config JSON doesn't include 'env' Mitchell Hashimoto 2010-04-11 23:39:22 -0700
  • 4d3f929b3f Sleep for a second on `vagrant destroy` if the boot mode is GUI. Required to wait for GUI to clean itself up. Mitchell Hashimoto 2010-04-10 17:46:42 -0700
  • 90d2ec5ab3 Fix tests to get passing for new `vagrant destroy` command Mitchell Hashimoto 2010-04-10 16:45:46 -0700
  • 4149313e7a allow setting mode to boot into, so can boot with gui which makes debugging networking setup easier Michael Johnston 2010-04-09 00:11:02 -0700
  • b7e1527c79 Added `vagrant destroy` docs Mitchell Hashimoto 2010-04-09 22:05:47 -0700
  • de2f0ac8fa Added roles documentation to chef solo Mitchell Hashimoto 2010-04-09 22:02:11 -0700
  • b70c7386a5 Reword the `vagrant reload` description Mitchell Hashimoto 2010-04-09 21:41:58 -0700
  • b1a16a7b3d `vagrant down` is now `vagrant destroy` Mitchell Hashimoto 2010-04-09 21:39:38 -0700
  • 43f66c1693 Modify start to only boot for saved VMs, no sharing folders, etc. Mitchell Hashimoto 2010-04-09 21:26:56 -0700
  • fd3012ae00 Suspend uses proper VM method structure Mitchell Hashimoto 2010-04-09 15:47:31 -0700
  • 6de3b641d0 Fix forwarded ports destroy method call to use new virtualbox format Mitchell Hashimoto 2010-04-09 15:41:26 -0700
  • 4586bc554d Give cookbooks and role shared folders unique IDs Mitchell Hashimoto 2010-04-09 14:22:05 -0700
  • a9c261090e Remove redundancy in chef solo provisioner Mitchell Hashimoto 2010-04-09 14:17:25 -0700
  • 15e4b2f411 add support for roles in Chef Solo Wade Simmons 2010-04-09 12:38:14 -0600
  • c0c3313fdd More redundant test code removing Mitchell Hashimoto 2010-04-08 23:32:26 -0700
  • 4e54cc77a2 Remove old test mocks from the pre-instanced environment days Mitchell Hashimoto 2010-04-08 23:28:53 -0700
  • 008e533c98 Chef configuration is now pulled into Chef provisioner base. Log level is able to be specified. Mitchell Hashimoto 2010-04-08 23:17:25 -0700
  • 965e5a12f3 Chef server client.rb uses new templates Mitchell Hashimoto 2010-04-08 21:07:24 -0700
  • 47a9d85b4e Chef solo config uses new template system Mitchell Hashimoto 2010-04-08 20:56:48 -0700
  • 419cc02e75 Removed unused error message and modified virtualbox not detected to be more up to date Mitchell Hashimoto 2010-04-08 20:49:23 -0700
  • 945cc6af32 VM import now reports import progress! Mitchell Hashimoto 2010-04-08 12:53:23 -0700
  • 00cf000189 Added a progress meter module/mixin since that'll be used elsewhere. Mitchell Hashimoto 2010-04-08 12:44:25 -0700
  • 745aadd1a5 VM halting uses new VM#stop Mitchell Hashimoto 2010-04-08 01:47:57 -0700
  • 2271a41940 Boot uses new VM#start method which only takes 1 arg Mitchell Hashimoto 2010-04-08 01:45:19 -0700
  • 279704475d SharedFolder uses the proper VM#save method Mitchell Hashimoto 2010-04-08 01:42:48 -0700
  • 7a533a40c9 Forwarded ports task now calls VM#save properly Mitchell Hashimoto 2010-04-08 01:30:28 -0700
  • c4da4a6b9f Fix vm.save on customize. no longer needs the boolean argument Mitchell Hashimoto 2010-04-08 01:30:00 -0700
  • 0c5ec7a4c7 Update destroy action to use the new destroy syntax for VM Mitchell Hashimoto 2010-04-08 01:22:51 -0700
  • d44dd9a4eb `nics` on virtualbox are now called `network_adapters` Mitchell Hashimoto 2010-04-08 01:21:22 -0700
  • 068c0e67c5 Update environment to use new VirtualBox methods/attributes Mitchell Hashimoto 2010-04-08 01:13:25 -0700
  • ed3e86d20f Moved node_name from command option on chef-client to the generated config file. Adrian Bravo 2010-04-01 14:24:25 -0700
  • d87030a798 Added support for env.config.chef.node_name when using ChefServer. Adrian Bravo 2010-04-01 14:20:40 -0700
  • de4442fc77 Modify box download test to pass properly on non-windows machines Mitchell Hashimoto 2010-04-02 13:49:47 -0700
  • 60457a306f windows warning simplified John Bender 2010-03-26 23:50:07 -0700
  • b337ae1aa4 spelling and gramar corrections John Bender 2010-03-25 23:56:22 -0700
  • ffccacd32c windows guide addition to getting started John Bender 2010-03-25 23:37:46 -0700
  • bd69c54379 file download from http fix with correct options for windows John Bender 2010-03-26 23:36:53 -0700
  • 51853e2e8a updated links on error messages and keys readme to reflect forthcoming windows documentation John Bender 2010-03-25 23:07:10 -0700
  • 2e39ab53e7 Fixed bug with single chef-solo cookbook location Julio Arias 2010-03-25 17:48:40 -0600
  • a7d55db213 Make use of YAMLs block literals to remove \n text and make input easier (no escaping of " for example). Kieran Pilkington 2010-03-25 21:44:38 +1300
  • 3cb583cce7 Remove emacs backup file Mitchell Hashimoto 2010-03-25 00:46:07 -0700
  • 25a4d6b5ed fix for gemfile John Bender 2010-03-25 00:03:38 -0700
  • 4e4d1a6978 error for vagrant ssh on windows, error text, mario gem, still need doc pages for links in error.yml John Bender 2010-03-24 23:54:35 -0700
  • 9ba3108cc3 small cleanup John Bender 2010-03-23 00:07:54 -0700
  • 527e101cab fix for no extract results from uri check John Bender 2010-03-23 00:03:28 -0700