Mitchell Hashimoto
|
1bda157188
|
Only look for `Vagrantfile` if no more specific was given
|
2013-02-23 11:59:44 -08:00 |
Mitchell Hashimoto
|
082cc7f92d
|
Retry setting default name for VirtualBox VM [GH-1368]
|
2013-02-23 11:52:29 -08:00 |
Mitchell Hashimoto
|
60a1b035e7
|
For hooks, put the environment in the action env
|
2013-02-22 15:52:57 -08:00 |
Mitchell Hashimoto
|
3b2a82003e
|
The hook callable has to be an Action builder so the hooks are called
|
2013-02-22 15:28:48 -08:00 |
Mitchell Hashimoto
|
29600d3d06
|
Always log the exception raised when error loading a plugin
|
2013-02-22 15:11:01 -08:00 |
Mitchell Hashimoto
|
1b6538354d
|
Be smarter about determining if plugin load failed
|
2013-02-22 15:10:34 -08:00 |
Mitchell Hashimoto
|
9750069312
|
Better logging around environment hooks
|
2013-02-22 14:43:43 -08:00 |
Mitchell Hashimoto
|
46db50680b
|
environment_unload hook
|
2013-02-22 13:54:28 -08:00 |
Mitchell Hashimoto
|
3c343c0623
|
Environment#hook allows hooks to be run at arbitrary points
|
2013-02-22 12:22:10 -08:00 |
Mitchell Hashimoto
|
c68bf33d66
|
Specify action_name for all machine actions for action hooks
|
2013-02-22 12:14:15 -08:00 |
Mitchell Hashimoto
|
be01d57034
|
action_hooks can hook into specific actions
|
2013-02-22 12:12:55 -08:00 |
Mitchell Hashimoto
|
18524628b7
|
Hooks allow parameters and blocks to middlewares
|
2013-02-22 12:00:35 -08:00 |
Mitchell Hashimoto
|
a2cd7936ea
|
`vagrant package` works again
|
2013-02-21 11:14:39 -08:00 |
Mitchell Hashimoto
|
6a12edeb71
|
Get rid of unused variable
|
2013-02-20 20:41:19 -08:00 |
Mitchell Hashimoto
|
455845d591
|
Merging networks works again
|
2013-02-18 17:14:25 -08:00 |
Mitchell Hashimoto
|
7d32c75141
|
Remove V2 forwarded ports config because it is unused
|
2013-02-18 17:14:25 -08:00 |
Mitchell Hashimoto
|
8c33814397
|
Retry SSH on EADDRINUSE
|
2013-02-18 17:14:25 -08:00 |
Mitchell Hashimoto
|
f7491e2c65
|
Merge pull request #1374 from jblaine/patch-1
Be more helpful with vboxmanage_error
|
2013-02-13 08:36:18 -08:00 |
Jeff Blaine
|
e56ca559b0
|
Be more helpful with vboxmanage_error
|
2013-02-13 10:47:41 -05:00 |
Mitchell Hashimoto
|
987b3008fe
|
Which_test
|
2013-02-08 22:31:13 -08:00 |
Mitchell Hashimoto
|
f837d32ae4
|
Rename FileUtil to Which since its too close to FileUtils
|
2013-02-08 22:29:53 -08:00 |
Mitchell Hashimoto
|
bb59c551da
|
Update CHANGELOG
|
2013-02-08 22:20:33 -08:00 |
Mitchell Hashimoto
|
38e160055b
|
Style nitpicks on FileUtil
|
2013-02-08 22:20:00 -08:00 |
Patrick Wyatt
|
bd06bea3e5
|
Enable Windows users with SSH installed to use 'vagrant ssh'
|
2013-02-08 22:09:11 -08:00 |
Mitchell Hashimoto
|
1d1dfec940
|
Additional unit test to verify missing config key behavior
|
2013-02-08 16:55:06 -08:00 |
Mitchell Hashimoto
|
595d6f7848
|
Record invalid key accesses as an error on config
|
2013-02-08 16:54:24 -08:00 |
Mitchell Hashimoto
|
abdbd2de08
|
Warning and automatically handle "v-root"
|
2013-02-08 16:33:09 -08:00 |
Mitchell Hashimoto
|
d659071a82
|
Check for NFS errors only if we actually have NFS folders
|
2013-02-08 16:25:41 -08:00 |
Mitchell Hashimoto
|
a53d569656
|
When cleaning NFS, properly escape certain characters
|
2013-02-08 16:18:57 -08:00 |
Mitchell Hashimoto
|
0eef208d2d
|
Relax retry constrains on mounting NFS
|
2013-02-08 16:18:48 -08:00 |
Mitchell Hashimoto
|
6afb4326fa
|
Move NFS to a built-in middleware
|
2013-02-08 15:34:04 -08:00 |
Mitchell Hashimoto
|
a76556f3eb
|
Fix missing translation error in set_name
|
2013-02-08 15:17:50 -08:00 |
Mitchell Hashimoto
|
050cb482f3
|
Better logging in the BoxAdd action
|
2013-02-07 18:19:42 -08:00 |
Mitchell Hashimoto
|
36cdced052
|
Update wording on requiring a Vagrantfile [GH-1362]
|
2013-02-07 16:42:18 -08:00 |
Mitchell Hashimoto
|
7bc72028bd
|
Use custom Gem.configuration to avoid loading gemrc files
|
2013-02-07 16:32:11 -08:00 |
Mitchell Hashimoto
|
2b4920b4b6
|
Close the tempfile for shell provisioner [GH-1040]
|
2013-02-07 15:23:18 -08:00 |
Mitchell Hashimoto
|
883efcf282
|
Warn that config.vm.customize is provider-specific for V1
|
2013-02-07 15:10:40 -08:00 |
Mitchell Hashimoto
|
4144db5042
|
More gracefully handled plugins which cannot be found
|
2013-02-07 11:55:45 -08:00 |
Mitchell Hashimoto
|
429246c4a2
|
Merge pull request #1358 from phunehehe/fix-collision-message
Reword the port collision resume message to address general programs
|
2013-02-07 08:22:49 -08:00 |
Hoang Xuan Phu
|
d1b55e934c
|
Reword the port collision resume message to address general programs instead of just VMs
|
2013-02-07 19:07:10 +07:00 |
Mitchell Hashimoto
|
c307a01baf
|
Remove unused test
|
2013-02-06 22:59:46 -08:00 |
Mitchell Hashimoto
|
cd3d2a1e8c
|
Call properly modifies original environment
|
2013-02-06 18:36:05 -08:00 |
Mitchell Hashimoto
|
4a1a990491
|
Raise a proper SSH error on ECONNRESET
|
2013-02-06 18:08:55 -08:00 |
Mitchell Hashimoto
|
1b3250e3b6
|
`vagrant plugin i nstall` shows version it installed
|
2013-02-06 17:08:48 -08:00 |
Mitchell Hashimoto
|
d53e189063
|
Use the proper provider upgrade mechanism in V1 VM
|
2013-02-06 16:55:49 -08:00 |
Mitchell Hashimoto
|
acbd024fa2
|
Put the machine action in the middleware env
|
2013-02-06 16:23:35 -08:00 |
Mitchell Hashimoto
|
1df4891371
|
Spread out methods in provision so subclass can override
|
2013-02-06 16:14:59 -08:00 |
Mitchell Hashimoto
|
9435b2782d
|
Merge branch 'new-hook-system'
This implements a new system to hook into middleware sequences
that actually works.
|
2013-02-06 15:42:59 -08:00 |
Mitchell Hashimoto
|
352fec0359
|
Fix some issues to get hooks working
|
2013-02-06 15:42:48 -08:00 |
Mitchell Hashimoto
|
b20dcc9eb8
|
Setup hooks in the runner
|
2013-02-06 15:37:12 -08:00 |