This project is mirrored from https://gitee.com/NQL886/vagrant.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
- 18 Nov, 2020 1 commit
-
-
Daniel authored
-
- 17 Nov, 2020 6 commits
-
-
Chris Roberts authored
-
Chris Roberts authored
Update solution file to use DependencyRequests and allow prerelease
-
Chris Roberts authored
docs: Typo.
-
Chris Roberts authored
-
Chris Roberts authored
Track raw actions as they are applied to prevent multiple insertions
-
Chris Roberts authored
Maintain the solution file persisting dependency information on disk but update the runtime representation to Gem::Resolver::DependencyRequest instances which are expected by the sets when locating matches. Properly abide by prerelease setting in customized sets and force prerelease matching when in the builtin set. If a request is matched on a prerelease, and the request itself is not set to allow prereleases, update it to ensure successful resolution.
-
- 16 Nov, 2020 1 commit
-
-
sophia authored
-
- 14 Nov, 2020 1 commit
-
-
Chris Roberts authored
Include coverage when converting a builder to an app for execution that validates when hooks and triggers are applied, ensure they are applied, and that original style triggers are only applied once.
-
- 11 Nov, 2020 2 commits
-
-
Chris Roberts authored
The raw action name tracking should be sufficient for preventing multi-insertions where only a single modification should occur. With action name, hooks _should_ be able to be applied in multiple builder stacks as they are expanding. Fixes #12035
-
Chris Roberts authored
The raw actions are used for applying the original trigger behavior which can insert before and/or after the entire set of actions. When processing the stack items, mark when the raw action has been applied to prevent it from being applied again. Triggers around the raw actions should only ever be applied _once_. Fixes #12034
-
- 09 Nov, 2020 4 commits
-
-
Chris Roberts authored
-
Sophia Castellarin authored
Add vmware disks docs
-
sophia authored
-
Ioannis Cherouvim authored
-
- 07 Nov, 2020 2 commits
-
-
Chris Roberts authored
-
Chris Roberts authored
-
- 06 Nov, 2020 15 commits
-
-
Chris Roberts authored
-
Chris Roberts authored
-
Chris Roberts authored
Apply prerelease checks to request sets
-
Chris Roberts authored
-
Chris Roberts authored
-
Chris Roberts authored
-
Chris Roberts authored
-
Chris Roberts authored
Check dependency list on initialization
-
Chris Roberts authored
When initializing for internal plugin resolution inspect contraints on all defined dependencies. If a prerelease constraint is detected, automatically enable prerelease resolution.
-
Chris Roberts authored
-
Chris Roberts authored
-
Chris Roberts authored
-
Chris Roberts authored
-
Chris Roberts authored
-
Chris Roberts authored
-
- 05 Nov, 2020 4 commits
-
-
Chris Roberts authored
-
Chris Roberts authored
[Website] Bump HSM version for design tweaks
-
Chris Roberts authored
Update API documentation to include direct
-
Chris Roberts authored
Adds Vagrant Cloud API documentation for using the direct upload approach with proper curl and ruby examples.
-
- 03 Nov, 2020 4 commits
-
-
Chris Roberts authored
-
Chris Roberts authored
Make the max reboot retry duration configurable
-
Chris Roberts authored
Keep the default duration as a constant and fetch the custom environment variable at run time with a fallback to the default. Set the sleep duration into a constant and add tests covering the expected behaviors when the default duration is in use as well as the override value. Also match the environment variable up with the constant just for consistency.
-
Chris Roberts authored
Prevent printing token warning more than once
-