5387 Commits

Author SHA1 Message Date
Mitchell Hashimoto
188d3c394f Merge pull request #3355 from miurahr/fix_ssh_utf8
core: force SSH to be ASCII
2014-04-01 21:52:39 -07:00
Mitchell Hashimoto
63474551e5 Update cHANGELOG 2014-04-01 21:51:42 -07:00
Mitchell Hashimoto
9fc2c717a2 Merge pull request #3356 from pmenglund/docker_deprecated_arguments
provisioners/docker: fix deprecated docker arguments
2014-04-01 21:51:24 -07:00
Mitchell Hashimoto
d2056863de Merge branch 'fix-suse-shutdown-not-found' of github.com:philippfranke/vagrant into philippfranke-fix-suse-shutdown-not-found
Conflicts:
	CHANGELOG.md
2014-04-01 21:50:32 -07:00
Mitchell Hashimoto
8195f7faab core: add test for removing box version [GH-3364]
/cc @berendt - Added a test
2014-04-01 21:47:51 -07:00
Mitchell Hashimoto
4c90a5d002 Merge pull request #3364 from berendt/fix_issue_3344
core: handle exception when removing a non existing box version
2014-04-01 21:42:43 -07:00
Mitchell Hashimoto
cda4b8334c Update CHANGELOG 2014-04-01 21:41:16 -07:00
Mitchell Hashimoto
ca38ee40d1 Merge pull request #3365 from oscarrenalias/master
providers/virtualbox: Fixes for cable not connected in VirtualBox 4.3 (and 4.2)
2014-04-01 21:40:35 -07:00
Mitchell Hashimoto
a502c0bea5 Update CHANGELOG 2014-04-01 21:40:02 -07:00
Mitchell Hashimoto
34ff1774e0 Merge pull request #3368 from davidkuridza/add-missing-vm-status-translation
add missing translation en.vagrant.commands.status.stopping
2014-04-01 21:39:25 -07:00
Mitchell Hashimoto
e4639f4e10 Merge pull request #3371 from odigity/master
website/docs: documented VAGRANT_DOTFILE_PATH
2014-04-01 14:32:35 -07:00
Ofer Nave
3f921be93b documented VAGRANT_DOTFILE_PATH 2014-04-01 17:31:14 -04:00
David Kuridža
15e3b7f068 add missing translation en.vagrant.commands.status.stopping 2014-04-01 14:44:38 +02:00
Christian Berendt
7d38d78fee handle exception when removing a non existinga box version
When trying to remove a not existing version of an existing box an
exception is thrown. The exception should be handled and some message
(box version 0.1.2 not available) should be printed.

With this patch the exception is handled correctly by using a newly
introduced exception BoxRemoveVersionNotFound.

Example output:

You requested to remove the box 'berendt/alpine-2.7.5-amd64' with provider
'virtualbox' in version '0.0.2'. The box 'berendt/alpine-2.7.5-amd64'
exists but not in the specified version '0.0.2'.
Please double-check and try again.

The available versions for this box are: 0.1.0

Fixes issue #3344
2014-03-31 20:32:34 +02:00
Oscar Renalias
8f4ae68f56 Fixes mitchellh/vagrant #3361 for VirtualBox 4.2.x, including internal networks 2014-03-31 21:32:12 +03:00
Oscar Renalias
094be9dc50 Fixes mitchellh/vagrant #3361 for VirtualBox 4.3.x, including internal networks 2014-03-31 21:31:51 +03:00
Oscar Renalias
cd6f24b2d9 Fixes mitchellh/vagrant #3361 for VirtualBox 4.2.x 2014-03-31 20:36:24 +03:00
Oscar Renalias
0314453f46 Fixes mitchellh/vagrant #3361 for VirtualBox 4.3.x 2014-03-31 20:36:16 +03:00
Philipp Franke
5180f4b647 guests/suse: fix error on shutdown 2014-03-30 18:28:23 +02:00
Martin Englund
53194f8e12 fix deprecated docker arguments 2014-03-29 22:49:52 -07:00
Hiroshi Miura
a7cc402258 vagrant ssh accept utf8, fix #2744
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
2014-03-30 12:15:53 +09:00
Gilles Cornu
b52d60d178 Merge pull request #3342 from jaikdean/ansible-docs-grammar
Minor grammar corrections to Ansible provisioning documentation
2014-03-27 17:09:50 +01:00
Jaik Dean
e8c7468885 Minor grammar corrections to Ansible provisioning documentation 2014-03-27 15:06:52 +00:00
Mitchell Hashimoto
f7adeadf8d communicators/ssh: change wording on retry 2014-03-21 17:48:03 -07:00
Mitchell Hashimoto
d4b3f226dd providers/virtualbox: fix missing interpolation [GH-3277] 2014-03-20 17:57:17 -07:00
Mitchell Hashimoto
9fc5540841 guests/debian: don't return from block [GH-3283] 2014-03-20 17:52:31 -07:00
Mitchell Hashimoto
bfaa4c7c9c Update CHANGELOG 2014-03-20 17:51:04 -07:00
Mitchell Hashimoto
600d01d792 Merge pull request #3102 from sax/smartos
guests/smartos
2014-03-20 17:50:20 -07:00
Mitchell Hashimoto
dd80c769ef Update CHANGELOG 2014-03-20 17:42:36 -07:00
Mitchell Hashimoto
aaee1058e3 Merge pull request #3272 from pbitty/fix_provision_config
core: allow provisioner plugins to register without config
2014-03-20 17:42:12 -07:00
Mitchell Hashimoto
28c5a71023 Merge pull request #3281 from justincwatt/update-virtualbox-boxes-docs
website/docs: Update virtualbox boxes docs
2014-03-20 17:41:26 -07:00
Mitchell Hashimoto
0fd5460b31 Update CHANGELOG 2014-03-20 17:40:27 -07:00
Mitchell Hashimoto
cceed1e59c Update CHANGELOG 2014-03-20 17:39:26 -07:00
Mitchell Hashimoto
b08c404d0b Merge pull request #3282 from mivok/nfs_omnios
guests/omnios: mount_nfs_folder capability to omnios guests
2014-03-20 17:36:23 -07:00
Justin Watt
d1f37b2078 Fix grammatical error 2014-03-20 14:08:03 -07:00
Mark Harrison
43f732b32d Add mount_nfs_folder capability to omnios guests
Refs issue #3280
2014-03-20 17:06:49 -04:00
Justin Watt
495098e920 Add instructions for installing guest additions via the command line 2014-03-20 14:01:03 -07:00
Justin Watt
bee538ffaa dkms is required to build guest additions
see: http://askubuntu.com/questions/98416/error-kernel-headers-not-found-but-they-are-in-place
2014-03-20 13:45:36 -07:00
Paulo Bittencourt
1f694d4978 kernel/v2: allow provisioner plugins to register without config 2014-03-19 17:37:52 -04:00
Mitchell Hashimoto
30f6c7ba60 Merge pull request #3242 from uwej711/patch-1
synced_folders/smb work for non-english windows
2014-03-19 09:31:06 -07:00
Mitchell Hashimoto
1bb2f15ad0 Merge pull request #3251 from andyclarke/fix/master/smbpasswordquotes
synced_folders/smb: mount error with password containing symbols.
2014-03-19 09:29:53 -07:00
Andy Clarke
26e0c85488 Fix SMB shared folder mount error with password containing symbols. 2014-03-17 17:38:34 -04:00
Uwe Jäger
3dd03d7efc Make shared folder type smb work for non-english windows
the grant "Everyone,Full" does not work on localized versions of windows, in German it is "Jeder" in Spanish "Todos". Also the net share command returns localized texts, so the -Match does not work for non-english Windows. 

I could not test exactly that version, copied relevant bits from my modified lokal version.
2014-03-17 15:11:45 +01:00
Mitchell Hashimoto
8770f9d060 Merge pull request #3222 from rissem/master
website/docs: correct docs (precise32 -> hashicorp/precise32)
2014-03-14 14:25:49 -07:00
rissem
d03fb932a1 correct docs (precise32 -> hashicorp/precise32) 2014-03-14 14:21:11 -07:00
Mitchell Hashimoto
846f942ff0 core: check for data_dir [GH-3208] 2014-03-14 14:04:00 -07:00
Mitchell Hashimoto
b6cd952fc4 commands/status: target for machine readable [GH-3218] 2014-03-14 13:05:24 -07:00
Mitchell Hashimoto
862d9315ce synced_folders/smb: hash ID so it is short enough [GH-3219] 2014-03-14 13:03:11 -07:00
Mitchell Hashimoto
d01b9ef1df Merge pull request #3210 from jyggen/patch-1
core: Fixed broken PowerShell execution
2014-03-14 08:34:34 -07:00
Mitchell Hashimoto
0c805de007 Merge pull request #3215 from fgrehm/transpec-unit
Transpec unit
2014-03-14 08:31:26 -07:00