Mitchell Hashimoto
|
bbb1b70e1d
|
Forceful halting with vagrant halt --force (or -f for short)
|
2010-04-25 16:42:12 -07:00 |
|
Mitchell Hashimoto
|
586878a330
|
Runner uses the proper key/data to output errors
|
2010-03-17 21:45:20 -07:00 |
|
John Bender
|
5aeee61e83
|
action dependencies and unique requirement moved to actions/collection
|
2010-03-14 22:34:48 -07:00 |
|
John Bender
|
d550cc3a76
|
dup action exception and tests
|
2010-03-08 22:20:17 -08:00 |
|
Mitchell Hashimoto
|
a88e75f357
|
Runner developer documentation
|
2010-03-04 00:25:17 -08:00 |
|
Mitchell Hashimoto
|
7c19419ef2
|
Package uses a reference to the Export action to get the temp path rather than the wonky callback. Implemented Runner#find_action for this.
|
2010-02-28 20:23:32 -08:00 |
|
Mitchell Hashimoto
|
e50e264747
|
Actions can now implement the #cleanup method which is called after all other actions have finished executing.
|
2010-02-28 01:47:42 -08:00 |
|
Mitchell Hashimoto
|
dce3c032be
|
If an "ActionException" is raised from an action, the runner will error and exit rather than continuing to raise the exception.
|
2010-02-28 01:24:11 -08:00 |
|
Mitchell Hashimoto
|
37393986e3
|
Implemented the "rescue" method for action runners when an exception is raised. Read documentation for more information.
|
2010-02-28 01:06:01 -08:00 |
|
Mitchell Hashimoto
|
f1fc07e353
|
Action runner clears actions after execution
|
2010-02-24 00:39:12 -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 |
|