Mitchell Hashimoto
e0ef592544
core: retry if server doesn't support byte ranges on download [GH-4479]
2015-11-19 16:14:13 -08:00
Seth Vargo
1fd9aec493
Only append folder suffixes if we are sharing host folder paths
...
Fixes GH-6472
2015-11-19 16:08:32 -08:00
Mitchell Hashimoto
66c99ddb70
update CHANGELOG
2015-11-19 16:01:09 -08:00
Mitchell Hashimoto
c541767949
core: add tests for box collection cleanup [GH-6002]
2015-11-19 15:59:58 -08:00
Seth Vargo
f040f2bbeb
Update CHANGELOG
2015-11-19 15:56:18 -08:00
Seth Vargo
63770e5626
Merge pull request #6559 from mitchellh/sethvargo/require_nodes_path
...
Require nodes_path for Chef Zero
2015-11-19 15:55:32 -08:00
Seth Vargo
76f3dce5db
Remove deprecated options
2015-11-19 15:52:27 -08:00
Seth Vargo
df207d2637
Require nodes_path for Chef Zero provisioning
...
Fixes GH-6110
2015-11-19 15:52:26 -08:00
Mitchell Hashimoto
3fb9a1a1eb
Merge branch 'ievgenp-3570-box-data-left'
2015-11-19 15:46:09 -08:00
Mitchell Hashimoto
ed9bc1e847
Merge branch '3570-box-data-left' of https://github.com/ievgenp/vagrant into ievgenp-3570-box-data-left
2015-11-19 15:45:47 -08:00
Gilles Cornu
2384032446
provisioners/ansible: freeze a constant value
...
Kudos @sethvargo :)
[skip ci]
2015-11-20 00:21:41 +01:00
Gilles Cornu
6dbc74d814
provisioners/ansible: fix code indentation
2015-11-20 00:13:01 +01:00
Seth Vargo
29a8ddd9ee
Update CHANGELOG
2015-11-19 15:12:09 -08:00
Gilles Cornu
c9fe02cea5
provisioners/ansible_local: remove repetitions
2015-11-20 00:11:44 +01:00
Seth Vargo
ae35dd6218
Merge pull request #6557 from mitchellh/sethvargo/chef_windows
...
Allow ChefDK installation, add Windows installer support
2015-11-19 15:11:05 -08:00
Gilles Cornu
74eb3109cf
provisioners/ansible_local: fix a lame bug
...
I missed to rename the refactored exceptions as AnsibleCommandFailed in
the guest-based parts. The lack of unit tests for these parts hurts...
on my agenda, I swear!
See c1f3d114f5
2015-11-20 00:07:34 +01:00
Seth Vargo
c30467a6f9
Allow Chef to install on Windows
2015-11-19 15:01:09 -08:00
Seth Vargo
a90e6cfe4c
Use the new Chef installation channel and options
...
This deprecates "prerelease", which will be removed in the next release.
2015-11-19 14:57:01 -08:00
Seth Vargo
43ef927628
Latest will have the formatter option
2015-11-19 14:56:18 -08:00
Seth Vargo
2dbd24129f
Remove deprecated method
2015-11-19 14:56:03 -08:00
Seth Vargo
609ff9f7b2
Allow provisioner cleanup task to exit on failure
2015-11-19 14:55:46 -08:00
Gilles Cornu
5659c3f2a0
provisioners/ansible: apply @sethvargo comments
...
Follow-up of code review of PR #6529
2015-11-19 23:42:01 +01:00
Seth Vargo
9bab741cf3
Update CHANGELOG
2015-11-19 11:56:45 -08:00
Seth Vargo
a7f9abe740
Merge pull request #6556 from mitchellh/sethvargo/chef_formatter
...
Only force the formatter if we are on Chef 11 or higher
2015-11-19 11:56:01 -08:00
Seth Vargo
b8f200a4c1
Only force the formatter if we are on Chef 11 or higher
...
Fixes GH-6278
2015-11-19 11:48:04 -08:00
Seth Vargo
38dab45aa7
Update CHANGELOG
2015-11-19 11:41:37 -08:00
Seth Vargo
c0a58fe5bd
Merge pull request #6555 from mitchellh/sethvargo/chef_delete
...
Automatically generate a node_name for Chef
2015-11-19 11:41:31 -08:00
Mitchell Hashimoto
4988298b0b
guests/arch: configure networks should enable device [GH-5737]
2015-11-19 11:39:04 -08:00
Seth Vargo
9559fc549c
Automatically generate a node_name for Chef
...
This is required because the Chef Server almost always needs a node name to
interact. This will default to the hostname, but that's always going to be
`vagrant.vm`, which will collide easily.
This generates a random hostname with `vagrant-` as the prefix and stores the
result in the machine's data directory.
2015-11-19 11:38:33 -08:00
Mitchell Hashimoto
fd3e1ff592
update CHANGELOG
2015-11-19 11:22:52 -08:00
Mitchell Hashimoto
97021ceedd
Merge pull request #6554 from mitchellh/b-heroku-branch
...
push/heroku: use correct current branch [GH-6123]
2015-11-19 11:22:06 -08:00
Mitchell Hashimoto
3987ce84cc
update CHANGELOG
2015-11-19 11:21:14 -08:00
Mitchell Hashimoto
270c0726df
Merge pull request #6552 from mitchellh/f-cache-vbox
...
providers/virtualbox: cache VirtualBox version [GH-6468]
2015-11-19 11:20:09 -08:00
Mitchell Hashimoto
a75b14b769
providers/virtualbox: wrap version set in mutex
2015-11-19 11:19:56 -08:00
Seth Vargo
8b90cff984
Update CHANGELOG
2015-11-19 11:19:08 -08:00
Seth Vargo
bdea031a40
Merge pull request #6553 from mitchellh/sethvargo/cleanup
...
Run provisioner cleanup tasks before destroying the VM
2015-11-19 11:18:23 -08:00
Mitchell Hashimoto
f5273c5409
push/heroku: use correct current branch [GH-6123]
2015-11-19 11:17:48 -08:00
Seth Vargo
825bd6d5ef
Run provisioner cleanup tasks before destroying the VM
2015-11-19 11:14:31 -08:00
Seth Vargo
ad897aed39
Merge pull request #6551 from mitchellh/sethvargo/prov_before
...
Fix some Ruby
2015-11-19 11:10:44 -08:00
Seth Vargo
aaed7c178f
Add tests
2015-11-19 11:07:19 -08:00
Mitchell Hashimoto
fb511a43d9
providers/virtualbox: store version on instance as well
2015-11-19 11:02:00 -08:00
Mitchell Hashimoto
d56c8fda18
providers/virtualbox: cache VirtualBox version [GH-6468]
2015-11-19 11:00:02 -08:00
Seth Vargo
eac1960d45
Fix some Ruby
2015-11-19 10:25:32 -08:00
Mitchell Hashimoto
764e151672
Update CHANGELOG.md
2015-11-19 09:29:44 -08:00
Seth Vargo
3227589c12
Merge pull request #6550 from handlers/edit-this-page-better
...
Safer way to build 'edit this page' link
2015-11-19 08:34:17 -08:00
Seth Vargo
ca4ff8abbc
Merge pull request #6548 from Panya/scroll-performance
...
Avoid full-screen repaints on scroll. Fixes #6520
2015-11-19 08:33:11 -08:00
Sam Handler
d1233c1d07
safer way to display edit this page link
2015-11-19 11:03:02 -05:00
Mikhail Korepanov
8054798427
Avoid full-screen repaints on scroll. Fixes #6520
2015-11-19 13:56:20 +03:00
Mitchell Hashimoto
2ffbe4e6e1
core: more robust WIndows admin check [GH-5616]
2015-11-18 20:27:07 -08:00
Mitchell Hashimoto
9e8b19b2b3
Merge pull request #6545 from iamseth/fix/windows_salt_bootstrap_url
...
Fixing the Salt bootstrap script for Windows
2015-11-18 20:17:11 -08:00