Chris Roberts
Chris Roberts
Provides extra options to configure where logging output is directed.
This is a more comprehensive fix which was originally provided in #9 and then reverted. It includes the original failing tests which cause a cycle in the converters. There's two...
When the --provider flag is specified for a vagrant up command, Vagrant should use the specified provider instead of trying to get the default provider. If the specified provider is...
Update the data layer implementation in vagrant-go. Retain existing service interface to prevent modifications required in existing implementation usage (outside data modifications). - [x] Transition to using gorm and limit...
Update the vagrant-go data layer to move off boltdb for data storage and replace with sqlite backed gorm implementation. Source issue: #12903
## Description When using the glint terminal implementation, newlines are prepended to the document when accepting input (and when resizing the terminal). This will require some investigation as I think...
The VAGRANT_TMP directory is not located in a place that is automatically cleaned so there is lots of temp files that remain
Plugins should be able to register actions they make available with the main go process. The action builder implementation should be extracted out to the golang side, and commands can...
Define a settings model to persist configuration of Vagrant behaviors and/or information which may be required by Vagrant. There should be three levels of settings: * Global * Basis *...
Implement git style aliasing to support existing Vagrant alias support: [Aliases implementation](https://www.vagrantup.com/docs/cli/aliases) defined in the documentation