Mitchell Hashimoto
|
76a77432b8
|
Clear all network adapters during the boot process
|
2012-01-01 22:02:30 -08:00 |
Mitchell Hashimoto
|
42883cbd20
|
Bridged networking basics.
|
2011-12-31 11:35:09 -08:00 |
Mitchell Hashimoto
|
8f3a7ce22d
|
Rename Network action to HostOnlyNetwork
|
2011-12-31 01:04:06 -08:00 |
Mitchell Hashimoto
|
fbe984b32d
|
Check for package files before any exports or anything [GH-597]
|
2011-12-26 18:48:38 -08:00 |
Mitchell Hashimoto
|
76f605f08d
|
Nice error message if port collisions are detected on `resume` [GH-602]
|
2011-12-25 09:48:49 -08:00 |
Mitchell Hashimoto
|
e1d0ce19ce
|
Customizations are back in!
|
2011-12-21 16:25:58 -08:00 |
Mitchell Hashimoto
|
d030c62820
|
Remove unused classes from autoload
|
2011-12-21 15:25:20 -08:00 |
Mitchell Hashimoto
|
a8e4e62264
|
Make more things VBoxManage compatible
|
2011-12-20 21:20:45 -08:00 |
Mitchell Hashimoto
|
e201d9cacf
|
Rename action registry to just Vagrant::Registry
|
2011-12-11 18:22:06 -08:00 |
Mitchell Hashimoto
|
ea7caebe02
|
Setup the default name for the VM
|
2011-12-10 13:28:03 -08:00 |
Mitchell Hashimoto
|
b878f1bd66
|
class => module Action
|
2011-12-09 17:23:27 -08:00 |
Mitchell Hashimoto
|
3edb9c2269
|
Move all autoloads for actions into action.rb
|
2011-12-09 17:19:13 -08:00 |
Mitchell Hashimoto
|
daf711fd80
|
Separate Vagrant::Action into Runner and Registry
|
2011-12-09 14:22:03 -08:00 |
Mitchell Hashimoto
|
683bbdaa3c
|
Implement multistep
|
2011-12-04 18:09:18 -08:00 |
Mitchell Hashimoto
|
49d299956f
|
Add the "Step" abstraction
|
2011-12-04 17:14:21 -08:00 |
Mitchell Hashimoto
|
dd4acb1e3d
|
Convert remaining logger calls outside of environment to log4r
|
2011-12-01 21:56:56 -08:00 |
Mitchell Hashimoto
|
907c3b318a
|
Logging of `vagrant`, action running, and warden
|
2011-07-10 16:48:00 -07:00 |
Mitchell Hashimoto
|
874a9763f5
|
Only one copy of Vagrant can run at any given time. [closes GH-364]
This is to protect against issues with VirtualBox overwriting
each other.
|
2011-07-09 16:21:38 -07:00 |
Mitchell Hashimoto
|
8d529931ef
|
Be gone glob loader! Move everything to autoload or explicit require.
|
2011-01-07 01:12:16 -08:00 |
Mitchell Hashimoto
|
7c7f5d48fe
|
Don't need to call ".new" on raising exceptions
|
2010-12-21 20:04:21 -08:00 |
Mitchell Hashimoto
|
39407694e3
|
Validate only certain command sequences [closes GH-188]
|
2010-10-13 18:59:25 -07:00 |
Mitchell Hashimoto
|
f1a3c75bcb
|
Somewhat ghetto callback system in place to handle validations now. This will definitely get looked at again in the near future.
|
2010-10-13 18:51:12 -07:00 |
Mitchell Hashimoto
|
2e3be3789e
|
More documentation and fixed some YARD warnings
|
2010-09-23 09:53:18 -07:00 |
Mitchell Hashimoto
|
d003cc4f32
|
UI methods no longer automatically translate. Makes it easier for plugin developers.
|
2010-09-21 18:12:24 -06:00 |
Mitchell Hashimoto
|
d74d95d0cd
|
Get rid of exceptions/ folder.
|
2010-09-02 11:56:04 -07:00 |
Mitchell Hashimoto
|
d0bd47a5d7
|
Properly translate "cleaning up" messages when Ctrl-C
|
2010-09-01 14:40:35 -07:00 |
Mitchell Hashimoto
|
a13f587bc0
|
Environment#error! removed (along with error? and so on)
|
2010-09-01 14:37:37 -07:00 |
Mitchell Hashimoto
|
3784eb82fb
|
Fix issue with "Waiting for cleanup" message appearing twice in some cases. [closes GH-145]
|
2010-08-25 22:51:35 -07:00 |
Mitchell Hashimoto
|
a699122260
|
No more logger usage for outputting to the shell
|
2010-08-25 22:38:24 -07:00 |
John Bender
|
afd87c908a
|
rebased to master and fixed test
|
2010-08-22 00:08:54 -07:00 |
Mitchell Hashimoto
|
d9331c9406
|
Raise a useful exception when an invalid callable is ran
|
2010-07-27 19:35:57 -07:00 |
Mitchell Hashimoto
|
07586c1725
|
SIGINT twice exists immediately [closes GH-118]
|
2010-07-22 21:10:38 -07:00 |
Mitchell Hashimoto
|
cb730c3410
|
If SIGINT is called during a sequence with an import, VM is properly destroyed
|
2010-07-18 08:39:31 -07:00 |
Mitchell Hashimoto
|
1e29532255
|
Action environment injected with `interrupt` exception if SIGINT occurs during action chain.
|
2010-07-18 08:20:11 -07:00 |
Mitchell Hashimoto
|
e9bcd3fc16
|
Action.run can be called with a class
|
2010-07-07 21:03:28 -07:00 |
Mitchell Hashimoto
|
88587c3322
|
Easy retrieval of actions.
|
2010-07-06 20:16:01 -07:00 |
Mitchell Hashimoto
|
d4de0d7357
|
Options can now be passed into running actions
|
2010-07-05 02:46:11 +02:00 |
Mitchell Hashimoto
|
67729304a2
|
Import action. Erroneous environments for actions.
|
2010-07-04 08:52:01 +02:00 |
Mitchell Hashimoto
|
64b533edc4
|
Builtin class and stubbed import middleware
|
2010-07-04 04:58:03 +02:00 |
Mitchell Hashimoto
|
5775292408
|
Registered actions can be run. Builders can use other builders
|
2010-07-04 04:09:02 +02:00 |
Mitchell Hashimoto
|
bad5ba559f
|
Actions on Environment and making them runnable
|
2010-07-04 03:48:16 +02:00 |
Mitchell Hashimoto
|
6eefc8e874
|
Initial foundation building of new action style
|
2010-07-03 17:34:15 +02:00 |