Mitchell Hashimoto
|
7c7f5d48fe
|
Don't need to call ".new" on raising exceptions
|
2010-12-21 20:04:21 -08:00 |
|
Brian P O'Rourke
|
e1ed00f14c
|
Enumerate vms according to definiton order.
|
2010-12-14 22:24:02 -08:00 |
|
Ches Martin
|
8bff03fb80
|
BaseVMNotFoundError -> BaseVMNotFound and test [closes GH-200]
|
2010-11-03 21:35:39 -07:00 |
|
Mitchell Hashimoto
|
af9fdef791
|
Fix output of status with multi-vm to be correct. [closes GH-196]
|
2010-10-21 17:15:02 -07:00 |
|
Mitchell Hashimoto
|
d994e980de
|
vagrant status NAME works again. [closes GH-191]
|
2010-10-14 14:00:48 -07:00 |
|
Mitchell Hashimoto
|
dcb06a0e43
|
Fix junk output for ssh-config. [closes GH-189]
|
2010-10-13 18:36:13 -07:00 |
|
Mitchell Hashimoto
|
eaaf55ea8a
|
up --no-provision works again. This disables provisioning during the process.
|
2010-10-03 18:34:33 -07:00 |
|
Mitchell Hashimoto
|
c0e3047af7
|
Subcommand help shows proper full command in task listing. [closes GH-168]
|
2010-09-30 00:07:01 -07:00 |
|
Mitchell Hashimoto
|
c30b5f4093
|
SSH gives proper error if VM is not running [closes GH-167]
|
2010-09-29 23:37:24 -07:00 |
|
Mitchell Hashimoto
|
990908c3ed
|
Fix some undefined error constants in commands
|
2010-09-29 23:31:21 -07:00 |
|
Mitchell Hashimoto
|
08d502e856
|
Command base code documentation
|
2010-09-23 08:45:53 -07:00 |
|
Mitchell Hashimoto
|
c8d7e6601d
|
YARD and some documentation
|
2010-09-22 09:43:30 -06:00 |
|
Mitchell Hashimoto
|
b909adde1c
|
Since I18n isn't automatic for UI class, get rid of _ prefix on options
|
2010-09-21 18:14:18 -06: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
|
5316a520c6
|
Make commands API more consistent with both single and group commands
|
2010-09-21 12:59:05 -06:00 |
|
Mitchell Hashimoto
|
f0294039e1
|
Load config files (only) early so plugins are loaded from Vagrantfiles
|
2010-09-21 01:47:50 -06:00 |
|
Mitchell Hashimoto
|
ba8307712d
|
Don't require root path to load an environment. (Makes vagrant box commands work again without a Vagrantfile)
|
2010-09-16 18:14:41 -06:00 |
|
Mitchell Hashimoto
|
97c72fbd1d
|
"self.name" needn't be defined for target_vms helper to be used
|
2010-09-15 12:58:02 -06:00 |
|
Mitchell Hashimoto
|
90aaf5cb5e
|
Command helpers target_vms now takes an optional string for the VM name
|
2010-09-15 08:38:56 -06:00 |
|
Mitchell Hashimoto
|
d5ad387f27
|
New vagrant package option --vagrantfile and changed semantics of --include (see CHANGELOG)
|
2010-09-12 23:20:13 -06:00 |
|
Mitchell Hashimoto
|
f7f36bbba4
|
Fix the call to boxes#find for vagrant box commands
|
2010-09-12 15:41:14 -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
|
b824a48569
|
vagrant status shouldn't call "require_environment"
|
2010-09-09 00:41:11 -07:00 |
|
Mitchell Hashimoto
|
5f6e3acf40
|
Require root path on environment load
|
2010-09-07 10:52:58 -07:00 |
|
Mitchell Hashimoto
|
baccbd047d
|
Cleaner upgrade process and backup previous .vagrant file
|
2010-09-07 10:26:50 -07:00 |
|
Mitchell Hashimoto
|
b7788e3c06
|
Upgrade command to 0.6.0 format added vagrant upgrade_to_060
|
2010-09-07 00:50:42 -07:00 |
|
Mitchell Hashimoto
|
7ddff513f0
|
Shell UI tests. Added option to not translate. Updated non-translated strings.
|
2010-08-27 23:27:35 -07:00 |
|
Mitchell Hashimoto
|
ce080e908f
|
Cleaned up most command string literals and SSH
|
2010-08-27 21:12:18 -07:00 |
|
Mitchell Hashimoto
|
afab53bf9f
|
Scope errors into the Errors namespace. VirtualBox version errors converted to I18n
|
2010-08-26 23:21:28 -07:00 |
|
Mitchell Hashimoto
|
5c4293ae39
|
vagrant box list warning uses en.yml
|
2010-08-26 22:53:27 -07:00 |
|
Mitchell Hashimoto
|
1102eb77cc
|
vagrant status output now uses the new I18n locale
|
2010-08-26 22:50:09 -07:00 |
|
Mitchell Hashimoto
|
e28947f18d
|
Use I18n gem for string database. Refactor exceptions to use I18n.
|
2010-08-26 21:56:38 -07:00 |
|
Mitchell Hashimoto
|
e74bce8b10
|
Factor out the command environment initialization
|
2010-08-25 21:49:19 -07:00 |
|
Mitchell Hashimoto
|
64c3d46e1c
|
UI class has a reference to the environment
|
2010-08-25 21:39:47 -07:00 |
|
Mitchell Hashimoto
|
e3b1f7ed1e
|
vagrant -v works again [closes GH-147]
|
2010-08-25 16:12:08 -07:00 |
|
Mitchell Hashimoto
|
98087243a7
|
Support for aliasing commands
|
2010-08-25 16:09:51 -07:00 |
|
Mitchell Hashimoto
|
83b2872ddb
|
The target_vms helper in multivm with no name specified will return all VMs, not the hash [closes GH-148]
|
2010-08-25 16:02:29 -07:00 |
|
Mitchell Hashimoto
|
27d5ffa3d6
|
Fix vagrant status with multi-vm [closes GH-146]
|
2010-08-25 13:33:31 -07:00 |
|
Mitchell Hashimoto
|
ae516c6d6f
|
Make include and output work with vagrant package
|
2010-08-25 00:17:27 -07:00 |
|
Mitchell Hashimoto
|
76715424fa
|
Fix scoping error with status command
|
2010-08-25 00:07:01 -07:00 |
|
Mitchell Hashimoto
|
c0bf4471fb
|
vagrant suspend
|
2010-08-25 00:00:54 -07:00 |
|
Mitchell Hashimoto
|
23526c3746
|
vagrant ssh_config
|
2010-08-24 23:59:51 -07:00 |
|
Mitchell Hashimoto
|
3da5fc87a3
|
Add NamedBase for commands which take a name for multivm (optionally)
|
2010-08-24 23:50:20 -07:00 |
|
Mitchell Hashimoto
|
d86884699e
|
vagrant ssh and update CHANGELOG before I forget
|
2010-08-24 23:46:10 -07:00 |
|
Mitchell Hashimoto
|
7c0fe570a5
|
vagrant resume
|
2010-08-24 23:31:09 -07:00 |
|
Mitchell Hashimoto
|
5a1846f77e
|
vagrant reload
|
2010-08-24 23:30:32 -07:00 |
|
Mitchell Hashimoto
|
3447dc4828
|
vagrant provision
|
2010-08-24 23:27:08 -07:00 |
|
Mitchell Hashimoto
|
4d56e68268
|
vagrant package
|
2010-08-24 23:25:01 -07:00 |
|
Mitchell Hashimoto
|
0e43d8b55f
|
vagrant halt
|
2010-08-24 23:10:58 -07:00 |
|