Commit Graph

  • c0bf4471fb `vagrant suspend` Mitchell Hashimoto 2010-08-25 00:00:54 -0700
  • 23526c3746 `vagrant ssh_config` Mitchell Hashimoto 2010-08-24 23:55:53 -0700
  • 3da5fc87a3 Add NamedBase for commands which take a name for multivm (optionally) Mitchell Hashimoto 2010-08-24 23:50:20 -0700
  • d86884699e `vagrant ssh` and update CHANGELOG before I forget Mitchell Hashimoto 2010-08-24 23:46:10 -0700
  • 7c0fe570a5 `vagrant resume` Mitchell Hashimoto 2010-08-24 23:31:09 -0700
  • 5a1846f77e `vagrant reload` Mitchell Hashimoto 2010-08-24 23:30:32 -0700
  • 3447dc4828 `vagrant provision` Mitchell Hashimoto 2010-08-24 23:27:08 -0700
  • 4d56e68268 `vagrant package` Mitchell Hashimoto 2010-08-24 23:25:01 -0700
  • 0e43d8b55f `vagrant halt` Mitchell Hashimoto 2010-08-24 23:10:58 -0700
  • fd5b2dee27 `vagrant destroy` Mitchell Hashimoto 2010-08-24 23:05:40 -0700
  • 8340472fc5 `vagrant up` Mitchell Hashimoto 2010-08-24 23:03:37 -0700
  • ccad6af8cf Only calculate the target VMs once Mitchell Hashimoto 2010-08-24 17:50:41 -0700
  • 2eb09c7aa2 Helpers to get target VMs in commands from parameters Mitchell Hashimoto 2010-08-24 17:49:22 -0700
  • 2f2ac59dd5 `vagrant status` Mitchell Hashimoto 2010-08-24 17:23:46 -0700
  • 82ee787229 VAGRANT_DEBUG env variable is required to be set for stacktraces to show up from binary Mitchell Hashimoto 2010-08-24 17:16:45 -0700
  • 127c2a426f `vagrant box list` is back in business Mitchell Hashimoto 2010-08-24 17:02:02 -0700
  • 004ba551a6 Moved errors out into its own file so that vagrant.rb doesn't get too cluttered Mitchell Hashimoto 2010-08-24 11:18:29 -0700
  • cc2dcf4d8f Box command to show example of a GroupBase command Mitchell Hashimoto 2010-08-24 11:15:36 -0700
  • 5af0537e56 Command::GroupBase for creating subcommands for Thor. Mitchell Hashimoto 2010-08-24 10:58:36 -0700
  • 1facebc3d9 Got rid of global Vagrant.ui. Moved to Environment#ui Mitchell Hashimoto 2010-08-24 10:37:00 -0700
  • 48b7596357 Init command. Tests for the base command. Mitchell Hashimoto 2010-08-24 10:27:36 -0700
  • 2691b0493c Move new binary into place Mitchell Hashimoto 2010-08-24 09:21:24 -0700
  • 0ddda8f591 Remove all old commands. They're all being rewritten Mitchell Hashimoto 2010-08-24 09:19:16 -0700
  • 4be0063d12 Tests for the CLI class Mitchell Hashimoto 2010-08-23 23:53:27 -0700
  • 5e42f8bbb2 Began work on new CLI. Mitchell Hashimoto 2010-08-23 23:44:42 -0700
  • b21bfbf84a Add thor as a dependency to replace CLI Mitchell Hashimoto 2010-08-23 21:49:15 -0700
  • 3b86122e09 Only calculate the source root once Mitchell Hashimoto 2010-08-23 21:44:53 -0700
  • 4844d6c12f Moved standard library requirements to the files which use them. Cleaned up vagrant.rb quite a bit. Mitchell Hashimoto 2010-08-23 21:41:40 -0700
  • cd82c8d7f8 Get rid of the PROJECT_ROOT constant. Mitchell Hashimoto 2010-08-23 21:33:14 -0700
  • d3f7fe267a Clean up gemspec. Stricter version requirements. Add Radar as a dependency. Mitchell Hashimoto 2010-08-23 21:22:25 -0700
  • 9f4dcbd9a6 Bump version to 0.6.0.dev. Time to make the big changes. Mitchell Hashimoto 2010-08-23 21:18:01 -0700
  • 8677bb5f12 v0.5.3 - Fixes a couple basic bugs. v0.5.3 Mitchell Hashimoto 2010-08-23 21:16:54 -0700
  • e9a9e4abc0 added param expectation to export action recover call for cleanup John Bender 2010-08-22 01:08:20 -0700
  • c248db2bf9 recover argument count wrong John Bender 2010-08-22 00:52:37 -0700
  • 220fff0c19 moved unpackage to warden John Bender 2010-08-22 00:49:54 -0700
  • 30a84c6e50 moved export to warden John Bender 2010-08-22 00:37:15 -0700
  • a98a504849 fixed lambda wront # of arguments in warden test John Bender 2010-08-22 00:08:15 -0700
  • c519f14626 moved rescue to recover John Bender 2010-07-30 18:55:01 -0700
  • 0c011e80c7 action general package moved to warden cleanup John Bender 2010-07-30 18:27:02 -0700
  • c0121ac08e box download action switched to warden rescue John Bender 2010-07-30 18:16:23 -0700
  • afd87c908a rebased to master and fixed test John Bender 2010-07-29 20:50:20 -0700
  • 99f7b62c83 first middleware, import, moved to rescue for cleanup John Bender 2010-07-29 20:40:35 -0700
  • 3541b903d5 tests added for warden John Bender 2010-07-28 22:42:06 -0700
  • 36f0eb8feb rescue upgraded to handle return values or calls with env errors. added error and exit call/interupt handling John Bender 2010-07-28 22:19:16 -0700
  • 4e732631d8 tests for begin rescue John Bender 2010-07-25 22:29:13 -0700
  • b251d9b954 begin rescue added John Bender 2010-07-25 21:59:56 -0700
  • 114511742e tests added for basic warden call forwarding John Bender 2010-07-24 00:24:26 -0700
  • 2c1da9566c first pass at the action warden, currently just reproducing basic rack functionality John Bender 2010-07-23 23:57:02 -0700
  • f8731c9a8c fixed failing template render test John Bender 2010-08-21 23:59:41 -0700
  • 0bd01137a1 Update gemspec to be a bit more modern Mitchell Hashimoto 2010-08-19 22:25:23 -0700
  • 7bf9c6203d Fix strange formatting from `vagrant init` [closes GH-142] Mitchell Hashimoto 2010-08-19 22:15:47 -0700
  • ca4c06458e Updated changelog for Joe's change Mitchell Hashimoto 2010-08-18 13:34:48 -0700
  • 3250b82659 Fixed bug where multiple nfs shared folders not configured correctly Joe Van Dyk 2010-08-17 11:11:14 -0700
  • 3c225ee768 Use File.join instead of File.expand_path in chef solo provisioner for folder paths. Allows it work on windows again. Mitchell Hashimoto 2010-08-18 11:40:49 -0700
  • 8f9bb0c9b3 Updated README for Bundler RC5 Mitchell Hashimoto 2010-08-13 23:26:48 -0700
  • 25c9a36634 Update Gemfile for Bundler RC5 Mitchell Hashimoto 2010-08-13 23:26:04 -0700
  • 0c41f6de3d Bump version for development Mitchell Hashimoto 2010-08-03 20:11:33 -0700
  • 401d722ec6 v0.5.2 - Fix regression with `vagrant package` v0.5.2 Mitchell Hashimoto 2010-08-03 20:10:25 -0700
  • cf32abb210 `vagrant up` can be used the same as `vagrant resume` [closes GH-134] Mitchell Hashimoto 2010-08-03 19:43:39 -0700
  • 1cbc931a6d Run chef provisioners with "-E" flag on sudo so PATH is preserved on CentOS [closes GH-133] Mitchell Hashimoto 2010-08-03 09:14:35 -0700
  • bb58c9ef96 Added IdentitiesOnly flag to ssh-config as well Mitchell Hashimoto 2010-08-02 19:53:49 -0700
  • f3a6dc8479 Added "IdentitiesOnly" flag to `vagrant ssh` to avoid "Too Many Auth Failures" error message Mitchell Hashimoto 2010-08-02 19:52:11 -0700
  • 22a9e3fe3d Fix regression with `package` not working. [closes GH-132] Mitchell Hashimoto 2010-08-02 19:44:15 -0700
  • 1ebfc49db4 Fix failing tests due to init change Mitchell Hashimoto 2010-08-02 19:40:41 -0700
  • b28743602e Make sure `vagrant init` gets proper default box Mitchell Hashimoto 2010-08-01 19:33:04 -0700
  • 17c397fa28 Change README to use the new `vagrant init` style for specifying box URL Mitchell Hashimoto 2010-08-01 17:28:44 -0700
  • b6719d00d9 Enable ability to supress newlines in ERB for templates using -%> Mitchell Hashimoto 2010-08-01 17:26:37 -0700
  • 992bd13b19 Cleaned up the `vagrant init` command, updated CHANGELOG Mitchell Hashimoto 2010-08-01 17:18:17 -0700
  • 423e50fa6e Fix up the README Mitchell Hashimoto 2010-07-31 17:39:54 -0700
  • e1b313c83f Merge branch 'docs' into gh-pages Mitchell Hashimoto 2010-07-31 17:38:22 -0700
  • e4deaec4d2 Added the option to specify a box_url when initting a new Vagrant project Vitor Pellegrino 2010-07-31 18:20:53 -0300
  • 9d7a888987 Removing the step "rake build" from readme since it is not necessary anymore Vitor Pellegrino 2010-07-31 18:21:52 -0300
  • 2e8adf340b Changed 'vagrant down' to 'vagrant destroy' in rebuild.md & teardown.md. According to the changelog 'vagrant down' is deprecated since 0.3.0. See changes_02x_03x.md for details. Christian Trabold 2010-08-01 02:02:30 +0200
  • 5184f47f7f Bump version for development and update changelog Mitchell Hashimoto 2010-07-31 11:28:55 -0700
  • 1a82a36da4 Merge branch 'docs' into gh-pages Mitchell Hashimoto 2010-07-31 11:23:24 -0700
  • 34464037ce v0.5.1 Maintenance release. See CHANGELOG for details. v0.5.1 Mitchell Hashimoto 2010-07-31 11:21:25 -0700
  • 2219900362 Added documentation for remote chef solo (specifying recipe URL) Mitchell Hashimoto 2010-07-31 11:18:15 -0700
  • 0c227858f9 Negative margin on the list underneath the numbered list Mitchell Hashimoto 2010-07-31 11:05:52 -0700
  • bbdf675dfe Update styling and text on chef solo docs Mitchell Hashimoto 2010-07-31 11:04:06 -0700
  • 0052f2515c Change default `config.chef.cookbooks_path` to handle typical default behavior for remote cookbooks Mitchell Hashimoto 2010-07-31 10:53:57 -0700
  • e63cd71673 Specify remote cookbook paths which exist only the VM in cookbook_paths config. [closes GH-130] Mitchell Hashimoto 2010-07-31 10:46:22 -0700
  • 7b376ca9ab Remove references to base.box, since it is no more Mitchell Hashimoto 2010-07-31 08:40:26 -0700
  • 6522a2f6e5 Quiet output slightly on `destroy`, `halt`, and `reload` Mitchell Hashimoto 2010-07-31 08:36:33 -0700
  • 57ff845843 Update getting started guide with fixes and complete output examples Mitchell Hashimoto 2010-07-31 08:29:49 -0700
  • 0d2cf26ba5 Update changelog for docs changes Mitchell Hashimoto 2010-07-31 08:03:11 -0700
  • 0208c24a12 Updated getting started guide, requires 0.5.1 but working again. Mitchell Hashimoto 2010-07-31 08:01:16 -0700
  • 58ec791445 Remove 0.5 release announcement Mitchell Hashimoto 2010-07-30 18:13:30 -0700
  • 7e1a68e292 Update link to base box to use lucid32 box Mitchell Hashimoto 2010-07-30 18:11:34 -0700
  • fea5ed67c5 Fixed error with doing a `vagrant up` when no Vagrantfile was present Mitchell Hashimoto 2010-07-30 18:01:12 -0700
  • c446ea1d95 Cleanup the Gemfile Carl Lerche 2010-07-30 09:42:44 -0700
  • b48b0cb299 NFS cleanup no longer errors if /etc/exports doesn't exist. [closes GH-126] Mitchell Hashimoto 2010-07-30 09:38:45 -0700
  • 96ea715e30 Fixed `vagrant resume` to properly resume a suspend VM [closes GH-122] Mitchell Hashimoto 2010-07-29 20:26:02 -0700
  • 8ea6d2bc40 Properly discard VM state if saved on various commands such as destroy [closes GH-123] Mitchell Hashimoto 2010-07-29 20:15:38 -0700
  • d17765c3dd `config.chef.recipe_url` to download cookbooks via chef solo [closes GH-121] Mitchell Hashimoto 2010-07-28 21:34:28 -0700
  • d68ac2e7e8 Added changelog to better track important changes I make. Mitchell Hashimoto 2010-07-28 20:34:29 -0700
  • fcf1116f27 `vagrant box repackage` can now take the typical `--output` and `--include` parameters Mitchell Hashimoto 2010-07-28 20:30:16 -0700
  • 836b539399 Fix tests to run on Ruby 1.9.2 Mitchell Hashimoto 2010-07-28 20:18:43 -0700
  • e7ad0ab105 Some copy change for packaging to make it more generic Mitchell Hashimoto 2010-07-28 07:40:21 -0700
  • b179ee6c76 Add action for box repackaging [closes GH-120] Mitchell Hashimoto 2010-07-28 07:35:58 -0700
  • 01203c117c VM::Package middleware which will properly setup env data for General::Package Mitchell Hashimoto 2010-07-28 07:23:59 -0700