sophia
aa4e263cff
Bump sdk
2022-09-28 16:53:21 -04:00
sophia
f811e995da
Return errors when box metadata is unavailable or invalid
2022-09-28 16:52:00 -04:00
Sophia Castellarin
ad2d9da37d
Merge pull request #12917 from soapy1/colored-input
...
Support colored input prompts
2022-09-28 16:50:50 -04:00
sophia
57a020cde4
Bump sdk
2022-09-28 16:49:33 -04:00
kaitlincart
e0646e773f
Merge pull request #12899 from hashicorp/kc.issue-template-new
...
New Issue Template
2022-09-26 09:56:14 -07:00
kaitlincart
b53b387451
remove checklists
2022-09-23 15:54:43 -07:00
sophia
d958b15352
go generate to pick up input color changes
2022-09-23 16:22:29 -04:00
kaitlincart
f9c4b2009b
updates from our backlog session
2022-09-23 12:07:31 -07:00
kaitlincart
c8b541f393
Update .github/ISSUE_TEMPLATE/engineering-task.md
...
Co-authored-by: Sophia Castellarin <sophia@hashicorp.com>
2022-09-23 11:50:48 -07:00
Chris Roberts
5edd2efac6
Update CHANGELOG
2022-09-22 11:42:59 -07:00
Chris Roberts
716694e7b8
Merge pull request #12910 from chrisroberts/sudoers
...
Update NFS exports usage
2022-09-22 11:41:28 -07:00
kaitlincart
9829df8b99
Merge pull request #12912 from hashicorp/kc.devdot-updates
...
Devdot updates
2022-09-22 11:16:16 -07:00
kaitlincart
d5c77ce25a
Merge pull request #12896 from hashicorp/kc.issue-template-update
...
Bug Report Template Updates
2022-09-21 14:07:25 -07:00
kaitlincart
9a735f94cc
devdot updates
2022-09-21 13:28:43 -07:00
Chris Roberts
867b120c8f
Merge pull request #12833 from dcermak/relax-grpc-tools-version
...
Relax overly strict grpc-tools version requirement
2022-09-21 13:27:27 -07:00
Chris Roberts
0b053233ea
Update CHANGELOG
2022-09-21 13:26:33 -07:00
Chris Roberts
c13c0feabf
Merge pull request #12885 from wbclark/12884_keys_only_fix
...
(#12884 ) Use default ssh.private_key_path when ssh.keys_only = false
2022-09-21 13:21:27 -07:00
sophia
3f770aaac8
Update CHANGELOG.md
2022-09-21 16:10:59 -04:00
Sophia Castellarin
0aeaab8762
Merge pull request #12909 from soapy1/communicator-no-method
...
Ensure last line from extracting the SSH_AUTH_SOCK is not nil
2022-09-21 16:09:20 -04:00
Chris Roberts
8492cdcc94
Update CHANGELOG
2022-09-21 13:03:48 -07:00
Chris Roberts
db710d1268
Merge pull request #12911 from chrisroberts/version-format
...
Provide helpful error message on invalid version
2022-09-21 13:02:49 -07:00
Sophia Castellarin
efd62b892c
Merge pull request #12879 from soapy1/provider-flag
...
Provider flag
2022-09-21 15:41:15 -04:00
sophia
9b48684226
Ensure last line from extracting the SSH_AUTH_SOCK is not nil
2022-09-21 15:25:44 -04:00
Chris Roberts
b6d4a8dac9
Merge pull request #12638 from dcermak/support-ruby-3-1
...
Support Ruby 3.1
2022-09-21 11:26:51 -07:00
Chris Roberts
7d7ad89ac5
Provide helpful error message on invalid version
...
When a box version (or constraint) is provided with an invalid
format, rescue the error and return a customized error with
information for the user explaining the problem.
2022-09-21 11:21:24 -07:00
Chris Roberts
ca229adbe4
Update NFS documentation for sudoers content
2022-09-21 10:35:55 -07:00
Chris Roberts
b21e4b0602
Use static file path when creating new exports file
2022-09-21 10:35:55 -07:00
sophia
3be4eacaa9
Return an error if the provider is not usable
2022-09-20 14:33:43 -04:00
sophia
7403835511
Update CHANGELOG.md
2022-09-20 10:25:31 -04:00
Sophia Castellarin
e753ea12d1
Merge pull request #12898 from soapy1/pass-around-errors
...
Pass around errors
2022-09-20 10:22:04 -04:00
sophia
33f0267cc4
Bump sdk
2022-09-19 15:15:08 -04:00
sophia
49280286ad
Strip new lines from error details
...
The error details message should just be one string without spacing
so the terminal can set a output length. This will allow messages
from Ruby and Go errors to have similar formating.
2022-09-19 15:14:42 -04:00
sophia
b9fb6c5f5f
Refactor to use localizer to create error with status
2022-09-19 15:14:42 -04:00
sophia
bd801af984
Add details to errors
2022-09-19 15:14:42 -04:00
sophia
9a276d7818
Get additional message into error
2022-09-19 15:14:42 -04:00
sophia
880db9adc0
Add dependency on google rpc protos
2022-09-19 15:14:42 -04:00
sophia
ccb89c0143
Don't check for errors when checking if a provider is usable
...
If a provider is unusable then Usable() will throw an error. When
checking for a default provider, Vagrant should not raise an error
if there is an issue with executing Usable().
2022-09-19 15:14:42 -04:00
sophia
add66c4c2a
Include message in rpc status error from ruby
2022-09-19 15:14:42 -04:00
sophia
6d4f769c87
Validate provider
2022-09-19 15:14:42 -04:00
sophia
571daea639
Validate provider by default when collecting machine config
2022-09-19 15:14:42 -04:00
sophia
f26ff28ad4
Set provider if available
2022-09-19 15:14:42 -04:00
sophia
b8a644793a
Update CHANGELOG.md
2022-09-19 15:12:15 -04:00
Sophia Castellarin
d0d81d6bb0
Merge pull request #12888 from soapy1/terminal-coloring
...
Terminal coloring
2022-09-19 15:11:26 -04:00
Kendall Strautman
a5c7831ffb
content: link updates for dev portal ( #12901 )
2022-09-19 11:52:47 -07:00
sophia
bec2e7c730
Update CHANGELOG.md
2022-09-19 14:11:02 -04:00
Sophia Castellarin
166abaacf6
Merge pull request #12895 from soapy1/validate-box-metadata-json
...
Raise error if required metadata.json box fields are not present
2022-09-19 14:10:03 -04:00
Sophia Castellarin
0129345fc1
Merge pull request #12893 from soapy1/spectesting-yaml
...
Fix syntax error in spectesting.yml
2022-09-19 14:09:35 -04:00
sophia
2509f2cc4f
Bump sdk
2022-09-19 14:06:39 -04:00
kaitlincart
c3cb871048
add new template for eng tasks
2022-09-16 10:30:11 -07:00
kaitlincart
9196bad2f5
all explanatory text is now in comment form
2022-09-15 13:35:48 -07:00