Mitchell Hashimoto
|
8e7621061f
|
vagrant-up and vagrant-halt no longer raise exceptions when the VM is not in the proper state.
|
2010-03-02 22:19:13 -08:00 |
|
Mitchell Hashimoto
|
c7f040f14c
|
vagrant-up now starts the VM if its already created, rather than giving an error.
|
2010-03-02 22:07:04 -08:00 |
|
Mitchell Hashimoto
|
c119a34f0e
|
Added vagrant-halt to forcibly shut down vagrant instance.
|
2010-03-02 21:53:16 -08:00 |
|
John Bender
|
79718eb4c3
|
--include added to package tests passing, but still needs manual verification
|
2010-02-27 22:49:43 -08:00 |
|
Mitchell Hashimoto
|
e4548508f2
|
Removed some delegated methods on VM to explicitly use vm attribute in actions so its more runner-agnostic.
|
2010-02-24 00:34:54 -08:00 |
|
Mitchell Hashimoto
|
26f9eca141
|
Reworked vagrant package to use the new tmp directory.
|
2010-02-24 00:30:58 -08:00 |
|
Mitchell Hashimoto
|
35762a4308
|
Moved VM actions into the Actions::VM namespace.
|
2010-02-22 16:25:47 -08:00 |
|
Mitchell Hashimoto
|
f1fda1f0fa
|
Pulled out action running from VM into its own Actions::Runner class
|
2010-02-21 22:56:22 -08:00 |
|
John Bender
|
a690b13f78
|
unpackage added, still uses zlib
|
2010-02-17 15:45:06 -08:00 |
|
Mitchell Hashimoto
|
e825847dac
|
VM instances can execute a single command now (VM#execute!(foo)) and added "stop" action to force immediate shutdown of VM.
|
2010-02-16 13:21:27 -08:00 |
|
John Bender
|
1c045bd447
|
refactored package into actions: export, package
|
2010-02-15 22:53:52 -08:00 |
|
Mitchell Hashimoto
|
a67dd3cb6f
|
Removed old VM code for VM creation. Lots of code removed!
|
2010-02-15 22:51:48 -08:00 |
|
Mitchell Hashimoto
|
0ceee33a51
|
VM#invoke_callback now returns an array of the results of the actions which implemented the callback.
|
2010-02-15 22:33:37 -08:00 |
|
Mitchell Hashimoto
|
063ea60d40
|
Initial attempt at refactoring commands out into evented actions. Heavy documentation on the "vagrant/actions/base.rb" class. New VM action runner functionality is well tested, as well.
|
2010-02-15 22:32:12 -08:00 |
|
Mitchell Hashimoto
|
dd5abc5452
|
Implemented "around" callbacks on VM for convenient before_foo and after_foo callbacks
|
2010-02-15 19:02:23 -08:00 |
|
Mitchell Hashimoto
|
874eb70911
|
Additional options can be passed into actions as additional arguments to the constructor
|
2010-02-15 18:19:59 -08:00 |
|
Mitchell Hashimoto
|
816b29eb18
|
Removed duplicate code (from a merge conflict)
|
2010-02-15 15:31:35 -08:00 |
|
Mitchell Hashimoto
|
3c42db7dfe
|
Merge branch 'runners' which brings in the "actions" model.
|
2010-02-15 15:25:22 -08:00 |
|
John Bender
|
c9d0d0d9d9
|
packaging and unpackaging
|
2010-02-15 14:49:47 -08:00 |
|
Mitchell Hashimoto
|
86524048ae
|
Removed old VM code for VM creation. Lots of code removed!
|
2010-02-15 00:04:13 -08:00 |
|
Mitchell Hashimoto
|
11f4876b9d
|
vagrant-up now uses pure actions rather than the hardcoded sequential instant methods. Provisioning not yet working, and moving hard drives not yet implemented.
|
2010-02-14 23:12:36 -08:00 |
|
Mitchell Hashimoto
|
cb2f1ff402
|
Fixed a bug with forwarded ports action
|
2010-02-14 22:59:01 -08:00 |
|
Mitchell Hashimoto
|
4ea450ba2a
|
VM#invoke_callback now returns an array of the results of the actions which implemented the callback.
|
2010-02-13 11:20:24 -08:00 |
|
Mitchell Hashimoto
|
af1fcd0ae0
|
Initial attempt at refactoring commands out into evented actions. Heavy documentation on the "vagrant/actions/base.rb" class. New VM action runner functionality is well tested, as well.
|
2010-02-12 19:53:34 -08:00 |
|
John Bender
|
a4b9375abf
|
spelling correction
|
2010-02-12 00:24:17 -08:00 |
|
John Bender
|
9e3a57fc36
|
package command
|
2010-02-12 00:14:08 -08:00 |
|
John Bender
|
1316a9ac17
|
packaging working
|
2010-02-12 00:13:24 -08:00 |
|
Mitchell Hashimoto
|
03079d9fa6
|
Get rid of "VAGRANT_ENV" since that was just a hack. Log output location configurable now.
|
2010-02-10 13:59:25 -08:00 |
|
Mitchell Hashimoto
|
6c9c09c1b1
|
Move all commands to the Vagrant::Command class. Document all commands.
|
2010-02-10 13:46:22 -08:00 |
|
Mitchell Hashimoto
|
c1998d2127
|
And then God said unto thee, "You shall be named Vagrant."
|
2010-02-09 23:08:23 -08:00 |
|