Commit Graph

  • 523cb1042a Moved the packaging action out to the General namespace, since it is now generalized Mitchell Hashimoto 2010-07-27 23:54:24 -0700
  • 39bf56f786 Remove unused method from package Mitchell Hashimoto 2010-07-27 23:28:58 -0700
  • 1eb407a021 Fix superclass mismatch for exception. Mitchell Hashimoto 2010-07-27 23:27:23 -0700
  • 9895f93e1d Separate vagrantfile creation in packaging and actual packaging Mitchell Hashimoto 2010-07-27 23:22:10 -0700
  • d9331c9406 Raise a useful exception when an invalid callable is ran Mitchell Hashimoto 2010-07-27 19:35:57 -0700
  • 2e189eb2c4 Don't generate ri or rdoc on `rake install` Mitchell Hashimoto 2010-07-27 19:19:32 -0700
  • 4a4ae231eb Add yard to Gemfile to remove warning on rake Mitchell Hashimoto 2010-07-27 19:11:27 -0700
  • e74cffa6c5 Bump version for development Mitchell Hashimoto 2010-07-27 19:11:20 -0700
  • 25d7d4315d Add "The Future" section to changelog Mitchell Hashimoto 2010-07-26 09:27:46 -0700
  • c0c224ce1a Add "The Future" section to changelog Mitchell Hashimoto 2010-07-26 09:27:46 -0700
  • 6823c87213 Typo correction: down => destroy Mitchell Hashimoto 2010-07-26 09:12:34 -0700
  • d247258e25 Typo correction: down => destroy Mitchell Hashimoto 2010-07-26 09:12:34 -0700
  • 893f29fbc4 Merge branch 'docs' into gh-pages Mitchell Hashimoto 2010-07-26 08:59:47 -0700
  • 411f572959 0.5 release announcement Mitchell Hashimoto 2010-07-26 08:59:37 -0700
  • b133d3799d Merge branch 'docs' into gh-pages Mitchell Hashimoto 2010-07-26 08:59:01 -0700
  • 5b2a231456 v0.5.0 v0.5.0 Mitchell Hashimoto 2010-07-26 08:57:09 -0700
  • 3848a2dd52 Get rid of some outdated TODOs Mitchell Hashimoto 2010-07-26 08:56:55 -0700
  • 1cbc60de1c Remove `config.package.extension` option. Use `config.package.name` instead. Mitchell Hashimoto 2010-07-24 09:23:55 -0700
  • 9b6747713e Remove ExceptionCatcher include from downloader action Mitchell Hashimoto 2010-07-24 09:19:13 -0700
  • eed81d64f0 No need to catch action exception on downloaders. Converted to using proper environment errors. Mitchell Hashimoto 2010-07-24 09:18:10 -0700
  • 05eec68bfb Unnecessary flatten call, using += instead for array addition Mitchell Hashimoto 2010-07-24 09:16:25 -0700
  • dcd9c2a788 Give proper error message if bad URL given for HTTP box adding Mitchell Hashimoto 2010-07-24 09:07:37 -0700
  • 14e7ff8d00 Flush all log output and sleep a bit for NFS export warning [closes GH-119] Mitchell Hashimoto 2010-07-24 00:29:46 -0700
  • e676f2c70e Update release announcement Mitchell Hashimoto 2010-07-23 22:54:40 -0700
  • 2017b0f673 `config.vm.box_url` documented Mitchell Hashimoto 2010-07-23 22:42:54 -0700
  • 555b5af2a8 Remove Environment#require_box since it is no longer used Mitchell Hashimoto 2010-07-23 22:37:38 -0700
  • f472dbde44 Download the box specified by the URL if it doesn't yet exist [closes GH-113] Mitchell Hashimoto 2010-07-23 22:22:50 -0700
  • 0e1a304cb8 Make box_url nil by default Mitchell Hashimoto 2010-07-23 22:06:50 -0700
  • 4ec6196b3b Add CheckBox to up command and make the typical require_box checks Mitchell Hashimoto 2010-07-23 22:06:17 -0700
  • 23296093b1 Checking if a box already exists at the checking middleware Vitor Pellegrino 2010-07-19 12:18:40 -0300
  • 0c5c938250 Adding vagrant's base box as the default box_url for vagrant Vitor Pellegrino 2010-07-19 12:16:29 -0300
  • aa32d594ca Adding box_url as a possible option at vagrantfile Vitor Pellegrino 2010-07-19 11:08:17 -0300
  • c020f6ac70 Update the summary so its not the same as the description Mitchell Hashimoto 2010-07-23 18:33:55 -0700
  • 70b560a96d Goodbye Jeweler. Using gemspecs like they were meant to be used. Mitchell Hashimoto 2010-07-23 18:28:33 -0700
  • 07586c1725 SIGINT twice exists immediately [closes GH-118] Mitchell Hashimoto 2010-07-22 21:10:38 -0700
  • 9a81a1f49a Export doesn't continue chain if error occured Mitchell Hashimoto 2010-07-22 09:02:28 -0700
  • 940693287d Export returns immediately if an error is there prior to the export [closes GH-117] Mitchell Hashimoto 2010-07-22 09:00:23 -0700
  • 457f6967d1 `vagrant package` respects its parameters again (regression from middleware) Mitchell Hashimoto 2010-07-21 22:59:25 -0700
  • 700d058c20 SSH performance tip Mitchell Hashimoto 2010-07-21 22:03:41 -0700
  • c1d454dbee Speed up tests by adding "vagrant.test" middleware env to avoid sleeps. Mitchell Hashimoto 2010-07-21 21:42:14 -0700
  • d09ebe1021 Can now ctrl-C during SSH attempts [closes GH-115] Mitchell Hashimoto 2010-07-21 21:38:01 -0700
  • 4e8b6f32b4 Disable host only networks on halt [closes GH-116] Mitchell Hashimoto 2010-07-21 21:01:38 -0700
  • f2242662f8 Don't return when finding disabled shared folder, continue to include others Mitchell Hashimoto 2010-07-21 15:50:27 -0700
  • c875e4345a Expand the NFS shared folder path relative to root path during the extraction. Mitchell Hashimoto 2010-07-20 13:18:00 -0700
  • 061bdad68a Move ResourceLogger to the Util namespace since thats more of what it is Mitchell Hashimoto 2010-07-19 21:46:49 -0700
  • 8e82fb2691 Fix tests so they run on Ruby 1.9.2 Mitchell Hashimoto 2010-07-19 20:32:07 -0700
  • f6d18de8aa Beginning 0.4 => 0.5 changelog Mitchell Hashimoto 2010-07-18 16:33:08 -0700
  • bba97a28c7 Run the destroy sequence instead of the specific action for handling SIGINT in import Mitchell Hashimoto 2010-07-18 08:54:24 -0700
  • cb730c3410 If SIGINT is called during a sequence with an import, VM is properly destroyed Mitchell Hashimoto 2010-07-18 08:39:31 -0700
  • 769431ce7c Boot verifies not erroneous environment before booting Mitchell Hashimoto 2010-07-18 08:24:47 -0700
  • 1e29532255 Action environment injected with `interrupt` exception if SIGINT occurs during action chain. Mitchell Hashimoto 2010-07-18 08:20:11 -0700
  • f1ad7234b9 The new Vagrant::Util::Busy. Mitchell Hashimoto 2010-07-18 08:10:40 -0700
  • bbd0f0e8cb Remove Vagrant::Busy class. It will be making a comeback soon in a newly invented form. Mitchell Hashimoto 2010-07-18 01:59:01 -0700
  • 8168ca3e86 Package action cleans up in the event of some environmental error Mitchell Hashimoto 2010-07-18 01:13:50 -0700
  • c3747234cf Note that NFS is not supported on Windows Mitchell Hashimoto 2010-07-17 10:23:08 -0700
  • f8909dcbfa Fix `sed` calls for linux and add proper options for the UID/GID mapping. Mitchell Hashimoto 2010-07-17 09:58:30 -0700
  • 67b23be473 Linux NFS support (host) Mitchell Hashimoto 2010-07-17 09:09:06 -0700
  • aee49a61ab Add Config::Top#deep_clone method to deep clone Vagrant configuration. Mitchell Hashimoto 2010-07-17 00:02:13 -0700
  • ce631b8d61 NFS documentation Mitchell Hashimoto 2010-07-16 22:47:14 -0700
  • 49c464a3f2 Remove unison configuration options from Vagrantfile Mitchell Hashimoto 2010-07-16 22:08:15 -0700
  • 9fd5ed1cee Warning block at top of unison page if somehow people access it Mitchell Hashimoto 2010-07-16 22:07:05 -0700
  • 59d39ba70a Remove unison link, to "hide" the feature. Mitchell Hashimoto 2010-07-16 22:04:08 -0700
  • 302bc348d3 Retry the BSD#nfs? call at least 10 times if a weird TypeError is raised Mitchell Hashimoto 2010-07-16 22:00:49 -0700
  • f9f59282f4 BSD exports template properly takes into effect mapped GID as well Mitchell Hashimoto 2010-07-15 23:05:04 -0700
  • 46c462d322 NFS options to configure mapall UID/GID. Vagrant can also detect this automatically (default) Mitchell Hashimoto 2010-07-15 23:02:31 -0700
  • 736f032995 Mount NFS folders before provisioning Mitchell Hashimoto 2010-07-14 23:16:13 -0700
  • 245ada2441 Shared folders marked with `:disabled` flag will be ignored. Mitchell Hashimoto 2010-07-14 22:53:24 -0700
  • a5643d3239 Error if a forwarded port is below 1024 [closes GH-97] Mitchell Hashimoto 2010-07-14 21:27:00 -0700
  • 7de7982214 CleanMachineFolder won't run if the folder is < 10 characters. Small safeguard againt unwanted rm-rfs. Mitchell Hashimoto 2010-07-14 21:03:58 -0700
  • 3c1aac7ff5 CleanMachineFolder middleware to clean empty machine folders [closes GH-98] Mitchell Hashimoto 2010-07-14 20:08:31 -0700
  • 8dc839e0c7 Clear NFS exports if an error occured in the environment in NFS Mitchell Hashimoto 2010-07-13 22:58:45 -0700
  • 4472ce1879 NFS cleanup methods on destroy Mitchell Hashimoto 2010-07-13 22:40:44 -0700
  • dc5a1be320 NFS cleanup on BSD host Mitchell Hashimoto 2010-07-13 22:30:54 -0700
  • fe430ff006 Mount NFS folders on the linux system Mitchell Hashimoto 2010-07-13 22:04:56 -0700
  • 2f742dcf27 Update minimum required virtualbox version to 3.2 Mitchell Hashimoto 2010-06-17 23:09:35 -0700
  • 18d04e8aa3 Checking for NFS no longer outputs things Mitchell Hashimoto 2010-07-13 21:41:29 -0700
  • 549fad0b91 Move output helpers into the actual util class, gets rid of method missing on environment Mitchell Hashimoto 2010-07-13 21:35:47 -0700
  • 3d13a071c6 Allow setting environment on builder Mitchell Hashimoto 2010-07-13 21:31:06 -0700
  • 892a624756 Action environment hash has indifferent access Mitchell Hashimoto 2010-07-13 20:57:14 -0700
  • a0fa3755b5 Halt on destroy will not attempt graceful [closes GH-110] Mitchell Hashimoto 2010-07-13 20:35:47 -0700
  • 7e9b75f939 Rescue TypeError when checking for NFS and return false [closes GH-109] Mitchell Hashimoto 2010-07-13 20:30:24 -0700
  • 1bfb99d606 Only verify NFS settings if NFS shared folders exist Mitchell Hashimoto 2010-07-13 20:25:20 -0700
  • 604b978cab Fix an incorrect mock/implementation pair. Brian Donovan 2010-07-13 08:46:49 -0700
  • 98f66201e4 Fix error message that tells people to install VirtualBox 3.1.x. Brian Donovan 2010-07-13 08:27:31 -0700
  • c78a3f3e3f Include util.rb early so the included hook is set up properly. Brian Donovan 2010-07-13 07:59:24 -0700
  • e158a01d69 BSD host properly tests for `nfsd` binary Mitchell Hashimoto 2010-07-12 22:41:41 -0700
  • ba78ea86c1 Restart NFSd after exporting Mitchell Hashimoto 2010-07-12 22:37:24 -0700
  • 5e537f7126 Exports output is in proper format Mitchell Hashimoto 2010-07-12 22:26:01 -0700
  • 9f4950375e Host NFS export Mitchell Hashimoto 2010-07-12 22:10:17 -0700
  • de38af8111 Pass guest IP along to the Host#nfs_export function Mitchell Hashimoto 2010-07-12 21:43:31 -0700
  • 6887f08bf7 Get host IP on NFS middleware and call proper system methods Mitchell Hashimoto 2010-07-11 21:33:49 -0700
  • 30e8b3b8ce NFS middleware interface complete. Implemention on host not yet done. Mitchell Hashimoto 2010-07-11 10:58:17 -0700
  • 7430cf54ff Futher work to the NFS middleware Mitchell Hashimoto 2010-07-11 10:00:13 -0700
  • 1e92f0d58f Started on NFS middleware Mitchell Hashimoto 2010-07-11 09:44:18 -0700
  • d309f79fbc Get rid of unused ivar on Box Mitchell Hashimoto 2010-07-11 09:26:57 -0700
  • e2badeb9e1 Concepts of "Hosts" introduced, preparing for host-specific behavior. Mitchell Hashimoto 2010-07-10 22:07:10 -0700
  • 2c1c7e51e4 Remove 0.4 announcement Mitchell Hashimoto 2010-06-20 14:43:06 -0700
  • 9679000820 Package clears forwarded ports prior to exporting Mitchell Hashimoto 2010-07-09 10:18:44 -0700
  • 409be1146f Clear forwarded ports middleware Mitchell Hashimoto 2010-07-09 10:14:26 -0700
  • 8bd64de61d Properly cleanup exported box Mitchell Hashimoto 2010-07-08 23:28:40 -0700