12105 Commits

Author SHA1 Message Date
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
fd34ea657b Add test coverage on expected machine-readable output 2019-06-05 13:04:47 -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
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 f626c53af2066709b20c3629eb8800d7f65955ee.
2019-06-04 20:58:52 -07:00
Greg J Preece
b57d467fa2 Revert "Updating unit tests w/ UI message suppression"
This reverts commit f25427869c90a07cef8331e0909b89cb184c935c.
2019-06-04 20:58:46 -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
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 36420ce82b00e8486054f9e8fb1904421e623d10.
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
Brian Cain
917aab0552
Update CHANGELOG 2019-05-08 09:33:51 -07:00
Brian Cain
93497b8ca3
Merge pull request #10829 from briancain/box-update-continue
Continue updating environment boxes if metadata not found
2019-05-08 09:32:58 -07:00
Brian Cain
f7de9c3bcb
Update CHANGELOG 2019-05-08 09:18:06 -07:00
Brian Cain
237209d6e4
Merge pull request #10828 from briancain/snapshot-list-ux-fixup
Separate snapshot names when listing snapshots
2019-05-08 09:17:06 -07:00
Brian Cain
fbbdf45dae
Update CHANGELOG 2019-05-08 09:16:39 -07:00
Brian Cain
86800421db
Merge pull request #10824 from briancain/exit-process-on-abort-triggers
Fixes #10823: Use Process.exit! for abort trigger option
2019-05-08 09:15:51 -07:00
Brian Cain
18f2eee392
Update CHANGELOG 2019-05-08 09:15:18 -07:00
Brian Cain
a613044baf
Merge pull request #10820 from briancain/docker-compose-volumes
Fixes #10798: Enhance how docker compose driver path expands
2019-05-08 09:14:33 -07:00
Brian Cain
a7f72d29ca
Merge pull request #10814 from briancain/install-link-for-share-docs
Fixes #10813: Add install link docs to Share tutorial
2019-05-08 09:13:53 -07:00