Chris Roberts
04083e7d07
Update CHANGELOG
2019-06-05 13:57:24 -07:00
Chris Roberts
f5f89f72b7
Merge pull request #10889 from chrisroberts/f-local-plugins-boxfile
...
Support loading plugin information from nested Vagrantfiles
2019-06-05 13:56:29 -07:00
Chris Roberts
5a7afd1c16
Update CHANGELOG
2019-06-05 13:55:30 -07:00
Chris Roberts
bbf8f05d75
Merge pull request #10884 from GregJPreece/feature/10506-machine-readable-status
...
#10506 - Machine Readable Global-Status
2019-06-05 13:54:47 -07:00
Chris Roberts
109214f89d
Properly generate dependency instance when multiple constraints provided
2019-06-05 13:46:42 -07:00
Chris Roberts
fd34ea657b
Add test coverage on expected machine-readable output
2019-06-05 13:04:47 -07:00
Chris Roberts
07b9f39a54
Clean up gem sources modifications
...
Based on suggestions from @zenspider here:
3daf3e532d (r33408747)
2019-06-05 09:36:37 -07:00
Chris Roberts
ce56739b29
Update bundler error text content
2019-06-05 09:14:37 -07:00
Brian Cain
382c7315c8
Update CHANGELOG
2019-06-05 07:59:23 -07:00
Brian Cain
fb80e8da9f
Merge pull request #10890 from briancain/add-usability-check-for-docker-plus-tests
...
Add usability check for docker plus tests
2019-06-05 07:58:23 -07:00
Chris Roberts
062ef52816
Handle strict dependency enforcement when installed within system
...
When installed outside of the official installer and not running
within a bundler environment, properly activate core dependencies
and properly enforce constraints.
2019-06-05 07:45:07 -07:00
Greg J Preece
2f818c0e23
Removing unneeded .send() calls in machine output.
2019-06-04 21:35:37 -07:00
Greg J Preece
ede2c295f4
bsdtar appears to be required for all Vagrant use.
2019-06-04 21:27:14 -07:00
Greg J Preece
8c03b5179a
Correcting suggested VAGRANT_HOME location in dev.
2019-06-04 21:16:03 -07:00
Greg J Preece
33a228a8e2
Revert "Suppressing UI output in machine-readable mode"
...
This reverts commit f626c53af2
.
2019-06-04 20:58:52 -07:00
Greg J Preece
b57d467fa2
Revert "Updating unit tests w/ UI message suppression"
...
This reverts commit f25427869c
.
2019-06-04 20:58:46 -07:00
Chris Roberts
88c675694a
Update trigger abort behavior when running parallel actions
...
When the provider supports parallel actions and actions are being
run in parallel, do not immediately kill the process on failure.
Instead terminate the action thread and log the exit code. Once
all running actions have completed, the process will then exit
with the stored exit code.
2019-06-04 16:40:59 -07:00
Brian Cain
b8b2111700
Remove unnecessary test from virtualbox context
2019-06-04 14:56:31 -07:00
Brian Cain
bb6913e6e8
Fixup virtualbox provider tests for Travis
2019-06-04 14:43:13 -07:00
Brian Cain
74c89e5ec1
Add virtualbox provider rspec tests
2019-06-04 14:14:06 -07:00
Brian Cain
34e53a5a4b
Add docker provider class test
...
This commit introduces aa provider_test class for the Docker provider
2019-06-04 13:24:07 -07:00
Chris Roberts
d0115de80e
Update CHANGELOG
2019-06-04 11:35:51 -07:00
Chris Roberts
0cba5263ad
Merge pull request #10811 from chrisroberts/f-synced-folder-creds
...
Remove configuration information from SMB synced folder data
2019-06-04 11:33:33 -07:00
Chris Roberts
ac8916341b
Merge pull request #10809 from FranklinYu/doc/expand-var
...
Mention variable expansion in documentation
2019-06-04 11:25:32 -07:00
Chris Roberts
50c4464d44
Support loading plugin information from nested Vagrantfiles
...
Since plugin installation happens when the environment is first
initialized, attempt to determine the provider in use and load
any box provided Vagrantfiles to include any plugin configuration
they may include.
2019-06-04 10:07:02 -07:00
Anders Kaseorg
7980178d19
providers/docker: Add usability test
...
Signed-off-by: Anders Kaseorg <andersk@mit.edu>
2019-05-30 13:13:43 -07:00
Greg J Preece
f25427869c
Updating unit tests w/ UI message suppression
2019-05-30 09:17:30 -07:00
Greg J Preece
f626c53af2
Suppressing UI output in machine-readable mode
2019-05-30 08:39:49 -07:00
Greg J Preece
2088bfb60d
Adding note to README re: bsdtar dependency
2019-05-29 20:31:18 -07:00
Greg J Preece
731f249c50
Machine ID output should be 7 characters.
2019-05-29 11:10:33 -07:00
Greg J Preece
c6a6fd34a3
Adding machine-readable output to global-status
2019-05-29 10:48:38 -07:00
Greg J Preece
a6f0d24f68
Documenting local Vagrant vs package Vagrant.
2019-05-28 18:12:23 -07:00
Brian Cain
b3877f4b2c
Merge pull request #10855 from briancain/remove-aws-mention-for-guide
...
Replace AWS provider in getting started guide with Hyper-V
2019-05-24 09:16:22 -07:00
Brian Cain
3357d7060e
Merge pull request #10858 from briancain/chef-common-docs-navbar
...
Fixes #10856 : Add common chef config options to nav bar
2019-05-24 09:15:53 -07:00
Brian Cain
f8eca3f7cf
Update CHANGELOG
2019-05-24 09:14:24 -07:00
Brian Cain
f8eaa41b7e
Merge pull request #10854 from briancain/fixup-typed-trigger-actions
...
Ensure guest names are string when filtering trigger configs
2019-05-24 09:13:43 -07:00
Brian Cain
5ff47b5d69
Update CHANGELOG
2019-05-21 08:29:34 -07:00
Brian Cain
73e3465b47
Merge pull request #10841 from wzur-r3/patch-1
...
Search for running_vm_list only in `machines` folder
2019-05-21 08:28:36 -07:00
Brian Cain
be7876d836
Merge pull request #10860 from issyl0/add_sidebar_link_to_upload_page
...
Link to the "upload" docs page from the docs sidebar
2019-05-14 13:51:28 -07:00
Isabell (Issy) Long
a0e1062819
Link to the "upload" docs page from the docs sidebar
...
- Fixes #10837 .
2019-05-14 20:11:18 +01:00
Brian Cain
a8783d6703
Fixes #10856 : Add common chef config options to nav bar
...
This commit updates the provisioner nav bar on the docs website to
include the common chef configuration documentation. This makes these
options more discoverable, as before it was hidden in a URL link inside
of the other chef docs.
2019-05-14 09:58:14 -07:00
Brian Cain
b1f14087e5
Replace AWS provider in getting started guide with Hyper-V
...
The vagrant-aws provider doesn't really make sense anymore to be
mentioned in the getting started guide for providers. Instead, replace
it with the Hyper-V provider.
2019-05-13 14:25:00 -07:00
Brian Cain
eb3e309f89
Ensure guest names are string when filtering
...
Prior to this commit, if a guest name was given as a symbol, the
filter_triggers method would fail to properly match it with the only_on
option, as it is not a valid type to the #String.match method. This
commit fixes that by converting the parameter to a string so that it can
be properly matched on the guest.
2019-05-13 14:07:22 -07:00
Brian Cain
57c4de49f2
Remove "command" string from logger
...
Since not all triggers are commands, removing the word `command` from
the logger so it is not confused with other types of triggers.
2019-05-13 13:26:47 -07:00
Brian Cain
e91a1aadc4
Merge pull request #10849 from pjl/fix-snapshot-delete-documentation
...
Add vm-name option to snapshot documentation
2019-05-13 09:53:32 -07:00
Brian Cain
28bbd10689
Merge pull request #10812 from mrgnw/patch-1
...
Prevent nopasswd issues, add vagrant entries at end of sudoers
2019-05-13 09:15:29 -07:00
Perry Lee
017c793f90
Add vm-name option to snapshot documentation
2019-05-10 16:49:20 -07:00
Morgan Williams
d1373c9e97
Single paragraph: order matters in sudoers
...
Single paragraph about how the suoders file format applies these rules in order of entry
2019-05-09 21:49:58 -04:00
Morgan Williams
a09ad31db4
Revert " Recommend adding lines to end of sudoers, ensuring %admin and root exist "
...
This reverts commit 36420ce82b
.
2019-05-09 21:46:01 -04:00
Waldemar Żurowski
a2a848285c
Search for running_vm_list only in `machines` folder
...
otherwise it might catch a non-machine id, in my case, for hostmanager plugin
2019-05-09 18:07:23 +01:00