Commit Graph

  • 3b4d2ab795 `vagrant halt` updated to work with multi-VM Mitchell Hashimoto 2010-05-16 18:22:28 -0700
  • 50086423ee Fixed some formatting issues with `vagrant status` Mitchell Hashimoto 2010-05-16 18:11:51 -0700
  • 5be932bf6c Destroying properly updates the dotfile Mitchell Hashimoto 2010-05-16 18:01:53 -0700
  • 07e1fb7238 `vagrant status` updated to work with multi-VM Mitchell Hashimoto 2010-05-16 17:59:18 -0700
  • dec46235cb Error properly if an invalid VM name is given Mitchell Hashimoto 2010-05-16 17:46:20 -0700
  • 709c50e7b6 `vagrant status` updated to work with multi-VM. Global status not yet functional. Mitchell Hashimoto 2010-05-16 17:40:40 -0700
  • 0314e6ef6c Persist/depersist VM methods replaced with dotfile updates. Active list information disabled for now. Mitchell Hashimoto 2010-05-16 16:53:56 -0700
  • a56f4a43dd Up command will up multiple VMs (persisting doesn't work yet) Mitchell Hashimoto 2010-05-15 01:51:45 -0700
  • 33bfe75cbd Environment loads blank VMs for non-created VMs. Mitchell Hashimoto 2010-05-15 01:34:31 -0700
  • 689a416809 Fixed issue with JSON 1.4.3 [closes GH-62] Mitchell Hashimoto 2010-05-13 13:00:00 -0700
  • 3e4a20d919 Slight cosmetic changes to get things working with emacs highlighter and commenting Mitchell Hashimoto 2010-05-14 23:25:12 -0700
  • 61f6748d8f Bump version to 0.3.3 which includes important JSON fixes. v0.3.3 Mitchell Hashimoto 2010-05-13 13:51:33 -0700
  • eb8761286b Fixed issue with JSON 1.4.3 [closes GH-62] Mitchell Hashimoto 2010-05-13 13:46:21 -0700
  • 7198471af1 Fixed issue with JSON 1.4.3 [closes GH-62] Mitchell Hashimoto 2010-05-13 13:00:00 -0700
  • c8e36274d6 Get rid of Environment#create_vm. VMs instances are now always available Mitchell Hashimoto 2010-05-08 20:31:12 -0700
  • 14bb07e08f Fix tests to not clear line Mitchell Hashimoto 2010-05-08 20:28:42 -0700
  • 124a9ab19d Environment properly loads VMs Mitchell Hashimoto 2010-05-08 15:34:43 -0700
  • b313d34d5b Environment config loading loads the subconfig if specified. VMs now create a new env for themselves. Mitchell Hashimoto 2010-05-08 14:57:31 -0700
  • af383e222a Get rid of more references to Vagrant.config. Only one remains. Mitchell Hashimoto 2010-05-07 22:57:25 -0700
  • b1b4ae2077 Remove SSH object from environment Mitchell Hashimoto 2010-05-07 21:45:40 -0700
  • 2e547bda26 SSH object is now on the VM, rather than the environment Mitchell Hashimoto 2010-05-07 21:40:32 -0700
  • 7419563b80 Added `config.vm.define` which will be used for multi-VMs Mitchell Hashimoto 2010-05-07 21:19:11 -0700
  • d7e0172e2d `vagrant destroy` always forces the shutdown (does not attempt graceful) Mitchell Hashimoto 2010-05-06 20:50:32 -0700
  • 00d7a33dd3 Get rid of `sudo` in `sudo gem install` on docs Mitchell Hashimoto 2010-05-06 20:40:48 -0700
  • d5e5733084 Get rid of `sudo` in `sudo gem install` on docs Mitchell Hashimoto 2010-05-06 20:40:48 -0700
  • 4d042da99b If JSON parsing fails on reading the active list, just set it to an empty hash Mitchell Hashimoto 2010-05-06 11:02:53 -0700
  • 5259cb5310 `config.ssh.username` is not deprecated Mitchell Hashimoto 2010-05-02 15:11:47 -0700
  • 40e427050d `config.ssh.username` is not deprecated Mitchell Hashimoto 2010-05-02 15:11:47 -0700
  • 699fa2ce77 Call properly `t` method in error_and_exit Mitchell Hashimoto 2010-05-02 13:51:25 -0700
  • af1b098b9d `vagrant status --global` flag to view global status Mitchell Hashimoto 2010-05-01 00:24:39 -0700
  • 1900d1faaa vagrant status now uses strings.yml instead of hardcoding strings into the command Mitchell Hashimoto 2010-04-30 23:52:16 -0700
  • 13c05de702 Rename errors.yml to strings.yml and Error to Translator, since I plan on using it for general strings Mitchell Hashimoto 2010-04-30 23:42:11 -0700
  • 4e9653f95e Made `last_updated_at` `created_at` instead Mitchell Hashimoto 2010-04-30 23:35:30 -0700
  • 422951f0eb ActiveList now contains meaningful information about the running VMs Mitchell Hashimoto 2010-04-30 23:34:22 -0700
  • 661af82e63 Refactor up/start actions. Mitchell Hashimoto 2010-04-29 00:38:39 -0700
  • 3774bc4f59 Upped VirtualBox version requirement to 0.6.2 (unreleased) to force git version Mitchell Hashimoto 2010-04-29 00:22:07 -0700
  • 822a5e3154 Linux shutdown state checking no longer requires the force param. Its default Mitchell Hashimoto 2010-04-28 20:47:58 -0700
  • ba7ab66239 Switch back to json gem. Mitchell Hashimoto 2010-04-28 19:30:13 -0700
  • f5d740c510 Fix typo in Vagrantfile docs. [closes GH-58] Mitchell Hashimoto 2010-04-27 18:02:29 -0700
  • d5e8c63fd7 Fix typo in Vagrantfile docs. [closes GH-58] Mitchell Hashimoto 2010-04-27 18:02:29 -0700
  • fab4ae5dd2 Get rid of the one second sleep on `reload`. A fix was pushed upstream in virtualbox gem which fixes this. Mitchell Hashimoto 2010-04-26 23:41:42 -0700
  • 016749edfc Remove 0.3 announcement Mitchell Hashimoto 2010-04-25 17:03:05 -0700
  • fee901a899 Remove remaining Vagrant.config references. There a still a couple left... Mitchell Hashimoto 2010-04-25 17:17:18 -0700
  • 0ddc6dd5f7 Systems documentation Mitchell Hashimoto 2010-04-25 17:14:31 -0700
  • 7648fb1ad5 Documentation for --help switch on commands Mitchell Hashimoto 2010-04-25 17:03:11 -0700
  • cd7e0c9607 Remove 0.3 announcement Mitchell Hashimoto 2010-04-25 17:03:05 -0700
  • c28195ed26 Add '--help' to any command to immediately get help for that command. Mitchell Hashimoto 2010-04-25 16:58:35 -0700
  • bbb1b70e1d Forceful halting with `vagrant halt --force` (or -f for short) Mitchell Hashimoto 2010-04-25 16:42:12 -0700
  • 23857242f2 Linux system configurable via `config.linux` Mitchell Hashimoto 2010-04-25 16:33:33 -0700
  • d5866a1b54 `vagrant halt` now attempts to gracefully shut down the machine (via System#halt) Mitchell Hashimoto 2010-04-25 16:27:03 -0700
  • 0736f8582d Shared folder action uses new system abstraction Mitchell Hashimoto 2010-04-25 02:08:59 -0700
  • 95938c652d New abstraction: Systems. Updated config and environment to properly load configured system. Mitchell Hashimoto 2010-04-25 01:46:51 -0700
  • 1429723277 Glob loader to make glob loading easier Mitchell Hashimoto 2010-04-25 00:51:45 -0700
  • ffded418f7 Remove `vagrant down` test files Mitchell Hashimoto 2010-04-25 00:51:30 -0700
  • 753ed4c574 Remove `vagrant down` (was deprecated in 0.3.0 to 0.3.2) Mitchell Hashimoto 2010-04-25 00:34:58 -0700
  • f2d838f84a Update version for development Mitchell Hashimoto 2010-04-24 21:47:08 -0700
  • 7df1a7dca6 v0.3.2 Windows Ruby 1.9 support v0.3.2 Mitchell Hashimoto 2010-04-24 03:33:12 -0700
  • 106e7b21be Bump version to 0.3.2 Mitchell Hashimoto 2010-04-24 03:32:58 -0700
  • f6b95801fc Export progress bar uses new syntax Mitchell Hashimoto 2010-04-24 03:31:51 -0700
  • 037263da98 Finally get rid of sleeps in test Mitchell Hashimoto 2010-04-24 03:27:36 -0700
  • 4394882a7b Busy task no longer runs in a separate thread. Mitchell Hashimoto 2010-04-24 03:26:44 -0700
  • f249896ce1 Update VirtualBox gem requirement to 0.6.1 Mitchell Hashimoto 2010-04-23 23:56:40 -0700
  • 50d81031b0 Update VM import to use proper new syntax for virtualbox Mitchell Hashimoto 2010-04-23 23:56:03 -0700
  • fa9c0aeeac Update version to 0.3.2.dev Mitchell Hashimoto 2010-04-23 23:55:56 -0700
  • e6c148321c v0.3.1 - Small bug fixes, very minor enhancements. v0.3.1 Mitchell Hashimoto 2010-04-21 17:07:39 -0700
  • 83ca0b5c92 Bump version to 0.3.1 Mitchell Hashimoto 2010-04-21 17:07:11 -0700
  • 46b113dcdb Trivial change. Mitchell Hashimoto 2010-04-21 17:04:22 -0700
  • ec90382efe Reload sleeps 1 sec after halt to avoid FFI exception Mitchell Hashimoto 2010-04-19 21:28:13 -0700
  • 28eb56b9f8 Error if OSE version is detected Mitchell Hashimoto 2010-04-19 17:06:27 -0700
  • 376cd2f24d Box verification actually raises error to undo box adding Mitchell Hashimoto 2010-04-19 15:45:52 -0700
  • 3e36b4ce12 Box verification uses the runner rather than the env Mitchell Hashimoto 2010-04-19 14:21:21 -0700
  • d9308f86ec Boxes now properly use scoped Environment Mitchell Hashimoto 2010-04-19 14:15:52 -0700
  • 5b307a5d9b Added boxes are now verified Mitchell Hashimoto 2010-04-19 14:14:44 -0700
  • b454408314 Bump version to 0.3.1.pre for development Mitchell Hashimoto 2010-04-15 23:56:02 -0700
  • 3a65384512 Merge branch 'docs' into gh-pages Mitchell Hashimoto 2010-04-15 20:55:37 -0700
  • 16fcb6056d Fixed some old out of date data on chef solo guide Mitchell Hashimoto 2010-04-15 20:55:24 -0700
  • a3708f0696 Fixed typo on changelog Mitchell Hashimoto 2010-04-15 20:54:56 -0700
  • ab983d5862 Merge branch 'docs' into gh-pages Mitchell Hashimoto 2010-04-15 18:05:58 -0700
  • 193ed4aeb7 Update changelog, we tested win7 Mitchell Hashimoto 2010-04-15 18:05:42 -0700
  • 7d13170c9b Updated docs for v0.3.0 Mitchell Hashimoto 2010-04-15 18:03:17 -0700
  • 19bc45ccc0 v0.3.0 http://vagrantup.com/docs/changes/changes_02x_03x.html v0.3.0 Mitchell Hashimoto 2010-04-15 17:58:59 -0700
  • bc3d0b419c Bump version to 0.3.0 Mitchell Hashimoto 2010-04-15 17:57:13 -0700
  • afdfbc3a21 Updated dependency on mario to ~> 0.0.6 Mitchell Hashimoto 2010-04-15 17:56:50 -0700
  • c64dc43c84 Fix progress meter output for Windows Mitchell Hashimoto 2010-04-15 17:53:54 -0700
  • e46b2a7643 Update gemspec Mitchell Hashimoto 2010-04-15 12:54:39 -0700
  • e0de01762f Completed setup guide for Ubuntu Mitchell Hashimoto 2010-04-15 12:42:19 -0700
  • 43417d29fd Correction: VirtualBox OSE not officially supported Mitchell Hashimoto 2010-04-15 12:38:45 -0700
  • 33e17a6904 Updated changelog Mitchell Hashimoto 2010-04-15 12:29:55 -0700
  • 5e3290d81f 0.3 release announcement Mitchell Hashimoto 2010-04-15 12:27:30 -0700
  • 19107d275a Ubuntu setup guide Mitchell Hashimoto 2010-04-15 12:23:43 -0700
  • 9168289734 Warn against `requiretty` for base box creation Mitchell Hashimoto 2010-04-15 10:11:39 -0700
  • 48be155085 Added windows support to changelog Mitchell Hashimoto 2010-04-15 02:43:40 -0700
  • d845e73138 Fork-and-wait SSH on Mac OS X 10.5 [closes GH-51] Mitchell Hashimoto 2010-04-15 02:36:46 -0700
  • 8c9ce498a2 Mac OS X setup guide Mitchell Hashimoto 2010-04-15 02:00:00 -0700
  • 67760f79af Updated docs for windows support Mitchell Hashimoto 2010-04-15 01:49:29 -0700
  • 9f6b6435be Updated error text to be more clear Mitchell Hashimoto 2010-04-15 01:19:21 -0700
  • b1d3cd3d14 SIGINT twice and vagrant will immediately exit, even if busy Mitchell Hashimoto 2010-04-14 22:30:46 -0700
  • 4bc4597e01 When listing subcommands, subcommand without descriptions are ignored Mitchell Hashimoto 2010-04-13 23:25:50 -0700
  • 575a9f1021 Readded `vagrant down` but as an error message to assist users in migrating to `vagrant destroy` Mitchell Hashimoto 2010-04-13 23:24:36 -0700
  • 06d68605a0 Updated changelog Mitchell Hashimoto 2010-04-13 23:21:52 -0700