Mitchell Hashimoto
|
739d5ffb5f
|
Lazy load attributes for runners. Get box repackage working.
|
2011-12-09 20:24:34 -08:00 |
Mitchell Hashimoto
|
d9321ed4d4
|
Box destroy works again
|
2011-12-09 18:06:34 -08:00 |
Mitchell Hashimoto
|
d92f3d8c6d
|
Box add works again with new env stuff
|
2011-12-09 17:33:30 -08:00 |
Mitchell Hashimoto
|
daf711fd80
|
Separate Vagrant::Action into Runner and Registry
|
2011-12-09 14:22:03 -08:00 |
Mitchell Hashimoto
|
833dbf8fc4
|
Remove box dependence on env
|
2011-12-04 14:06:05 -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
|
3e54150f71
|
Box add checks if box exists before the download [closes GH-170]
|
2010-10-01 09:24:58 -07:00 |
Mitchell Hashimoto
|
c8d7e6601d
|
YARD and some documentation
|
2010-09-22 09:43:30 -06:00 |
Mitchell Hashimoto
|
2026bb0b1c
|
Remove unnecessary class methods on Box class. Move commands over to use "boxes" on env
|
2010-09-11 10:33:49 -07:00 |
Mitchell Hashimoto
|
761da0de63
|
Remove method calls to "Box.find" and remove method
|
2010-09-11 10:21:35 -07:00 |
Mitchell Hashimoto
|
fcf1116f27
|
`vagrant box repackage` can now take the typical `--output` and `--include` parameters
|
2010-07-28 20:30:16 -07:00 |
Mitchell Hashimoto
|
9895f93e1d
|
Separate vagrantfile creation in packaging and actual packaging
|
2010-07-27 23:22:10 -07:00 |
Mitchell Hashimoto
|
d309f79fbc
|
Get rid of unused ivar on Box
|
2010-07-11 09:26:57 -07:00 |
Mitchell Hashimoto
|
5d2e3d9f6f
|
Box destroying middleware
|
2010-07-08 08:32:41 -07:00 |
Mitchell Hashimoto
|
f6a53ddff0
|
Box adding middleware, box add uses it now
|
2010-07-07 23:16:56 -07:00 |
Mitchell Hashimoto
|
91ae6178df
|
Runner loggers now use their @runner.logger instead of "global" logger
|
2010-05-20 16:46:23 -07:00 |
Mitchell Hashimoto
|
d9308f86ec
|
Boxes now properly use scoped Environment
|
2010-04-19 14:15:52 -07:00 |
Mitchell Hashimoto
|
1d518e2693
|
Box.find sets environment of found box
|
2010-03-20 01:04:56 -07:00 |
Mitchell Hashimoto
|
36648e7a12
|
Box#directory properly passes environment to class method
|
2010-03-20 00:52:28 -07:00 |
Mitchell Hashimoto
|
3504b1dbcb
|
Boxes modified for use with environment
|
2010-03-19 22:29:59 -07:00 |
Mitchell Hashimoto
|
11780fb618
|
Converted Box class to use new environment
|
2010-03-19 21:31:43 -07:00 |
Mitchell Hashimoto
|
b5daf5ae86
|
`vagrant down` command and associated actions now use the new environment
|
2010-03-19 16:08:29 -07:00 |
Mitchell Hashimoto
|
59ae16998d
|
Set the environment on the loaded box
|
2010-03-19 15:53:24 -07:00 |
Mitchell Hashimoto
|
efe98df4b0
|
Added `vagrant box list` command to list added boxes
|
2010-03-07 21:34:53 -08:00 |
Mitchell Hashimoto
|
816a1734e4
|
Vagrant::Box developer documentation
|
2010-03-04 00:08:25 -08:00 |
Mitchell Hashimoto
|
1a6f838baa
|
`vagrant up` (specifically Actions::VM::Import) now uses a configured box rather than a base VM. Much cleaner!
|
2010-02-23 00:05:41 -08:00 |
Mitchell Hashimoto
|
c7e21a0c94
|
Moved the destroy logic out to a re-usable box action.
|
2010-02-22 21:32:15 -08:00 |
Mitchell Hashimoto
|
546db294ca
|
`vagrant box remove` functionality is in
|
2010-02-22 21:27:57 -08:00 |
Mitchell Hashimoto
|
28b48929df
|
Changed box actions and commands to use the Box class instead of passed in params.
|
2010-02-22 18:17:43 -08:00 |
Mitchell Hashimoto
|
f60b383b75
|
`vagrant box` command with primitive functionality is in. Doesn't do anything productive yet.
|
2010-02-22 16:13:53 -08:00 |