Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Test Kitchen

Testing For Infrastructure as Code
Collective - Host: opensource - https://opencollective.com/test-kitchen - Website: https://kitchen.ci - Code: https://github.com/test-kitchen

Close Transport connection in #destroy.

This allows a `kitchen test` run to cleanly close any connection
resources on the remote instanc...

github.com/test-kitchen/kitchen-vagrant - f42e92290c3176d77e4e974815fd5e2670b7bf68 authored over 9 years ago by Fletcher Nichol <[email protected]>
[Transport::SSH] Expand path for `:ssh_key` if provided in kitchen.yml.

Closes #389

github.com/test-kitchen/test-kitchen - e693dd8cdc13e2482758c79fe325add077a21b3e authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge pull request #673 from test-kitchen/secret-key-path-fix

[ChefSolo,ChefZero] Ensure that secret key is deleted before converge.

github.com/test-kitchen/test-kitchen - adb0eb9733e8af4da412041fd647111ca6778c94 authored over 9 years ago by Fletcher Nichol <[email protected]>
[ChefSolo,ChefZero] Ensure that secret key is deleted before converge.

This fixes an issue where the permissions of the file on the workstation
get transferred to the ...

github.com/test-kitchen/test-kitchen - c320a4da0ba63a1695cd9d25c54fad14ef62247d authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge pull request #672 from test-kitchen/winrm-transport-gem

[Transport::Winrm] Extract dependant code to winrm-transport gem.

github.com/test-kitchen/test-kitchen - 29211f80a75013641065572328c4bb00b2a7b21f authored over 9 years ago by Fletcher Nichol <[email protected]>
[Transport::Winrm] Extract dependant code to winrm-transport gem.

This commit extracts the implementation logic for the WinRM Transport
and all of its associated ...

github.com/test-kitchen/test-kitchen - 17a56739f5ccccff8ee6362ca22f146bc476ba12 authored over 9 years ago by Fletcher Nichol <[email protected]>
Up version for development.

github.com/test-kitchen/winrm-transport - 8febce38de9a6b606a8056f00ec2d431fd8ae8aa authored over 9 years ago by Fletcher Nichol <[email protected]>
Release 1.0.0, prime time!

github.com/test-kitchen/winrm-transport - cc8f98e04c429b0e3224894ba55074e512b5f075 authored over 9 years ago by Fletcher Nichol <[email protected]>
Add Code Climate test coverage badge to README.

github.com/test-kitchen/winrm-transport - 7604cda0c7fc68881a96e43f68c79ac4c2ec680d authored over 9 years ago by Fletcher Nichol <[email protected]>
Add TravisCI test coverage integration.

Thanks as alwaus to this ever helpful blog post:

https://coderwall.com/p/5mtq6q/encrypt-your-co...

github.com/test-kitchen/winrm-transport - 4bfbfc1a8773b9c939938de861700fb6dbc77abf authored over 9 years ago by Fletcher Nichol <[email protected]>
Update doc references in FileTransporter.

github.com/test-kitchen/winrm-transport - 73d88fa1ab1dbe4f5b151b9e603825f60f5532b5 authored over 9 years ago by Fletcher Nichol <[email protected]>
Add missing project documentation.

github.com/test-kitchen/winrm-transport - 6ba50372e5540fbdb6b26b32475f47feaa37ba2a authored over 9 years ago by Fletcher Nichol <[email protected]>
Remove ERb template rendering in favor of straight .ps1 sources.

This change drops the `WinRM::Transport::Template` class and renames
`check_files.ps1.erb1` and ...

github.com/test-kitchen/winrm-transport - df6ba2d5f8bd618a16448988bf80357c89204cd6 authored over 9 years ago by Fletcher Nichol <[email protected]>
Add `rake viz` task.

github.com/test-kitchen/winrm-transport - 92859c7256f06a3b2720b7f110b8023700a382fa authored over 9 years ago by Fletcher Nichol <[email protected]>
Rename all modules to WinRM::Transport.

github.com/test-kitchen/winrm-transport - c283f76c29aca860bd70c7605702d602bb1e9a42 authored over 9 years ago by Fletcher Nichol <[email protected]>
Move files under winrm/transport directories.

github.com/test-kitchen/winrm-transport - e03d00e992a50973173940496605c1ab23cd5edc authored over 9 years ago by Fletcher Nichol <[email protected]>
Further cleanup from Test Kitchen code extraction.

github.com/test-kitchen/winrm-transport - 40b49d20a7ed029ce6f962b4e926a6c15b7f61e1 authored over 9 years ago by Fletcher Nichol <[email protected]>
Get specs passing again after extraction from Test Kitchen.

github.com/test-kitchen/winrm-transport - 32135b5c9d89c52bac8ccbd35b1e758c7ec07cab authored over 9 years ago by Fletcher Nichol <[email protected]>
Upgrade Bundler on TravisCI until Bunder 1.9 ships there.

github.com/test-kitchen/winrm-transport - aaa2173c58ba5ff2472ba674aace19c2cdc2005a authored over 9 years ago by Fletcher Nichol <[email protected]>
README and LICENSE updates.

github.com/test-kitchen/winrm-transport - 2b6794abae2714c30c040259cc14cc582129edd7 authored over 9 years ago by Fletcher Nichol <[email protected]>
winrm-transport: WinRM transport logic to reuse shells & upload files.

github.com/test-kitchen/winrm-transport - 3f6fdf845e9246ed19bf6d4105313203d08c5114 authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge pull request #669 from test-kitchen/command-executor-finalizer

[CommandExecutor] Move ObjectSpace finalizer logic into executor.

github.com/test-kitchen/test-kitchen - 0485feb04b55b1a835c7db6b9a673c356cc78cf9 authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge pull request #669 from test-kitchen/command-executor-finalizer

[CommandExecutor] Move ObjectSpace finalizer logic into executor.

github.com/test-kitchen/winrm-transport - e4f0c45c374dd7afdb3a52ea908c95e812a4c3f3 authored over 9 years ago by Fletcher Nichol <[email protected]>
[CommandExecutor] Move ObjectSpace finalizer logic into executor.

Any remote shell cleanup needs to be handled by the CommandExecutor so
that it attempts to close...

github.com/test-kitchen/winrm-transport - 05332a2e38fa45b936648e605c7feae1ad590db3 authored over 9 years ago by Fletcher Nichol <[email protected]>
[CommandExecutor] Move ObjectSpace finalizer logic into executor.

Any remote shell cleanup needs to be handled by the CommandExecutor so
that it attempts to close...

github.com/test-kitchen/test-kitchen - 348e4227b7b130b0201c90e4bda673b91edb01b0 authored over 9 years ago by Fletcher Nichol <[email protected]>
Add the config bindir as well.

Gem.bindir ends up pointing at /tmp/busser/gems now, use the config bindir to find the real Ruby...

github.com/test-kitchen/busser-serverspec - b1dbb4eda765c9d8440e9db6a4da21f8ca7b8cdd authored over 9 years ago by Noah Kantrowitz <[email protected]>
Merge pull request #666 from curiositycasualty:if/readd-bootstrap-path

github.com/test-kitchen/test-kitchen - 8f5804543871b2a2452cf475ea28d394bb1eb070 authored over 9 years ago by Fletcher Nichol <[email protected]>
[chef_base_install_command.sh] Augment PATH before attempting download.

Due to wildy varied differences of how different distributions manage
their `$PATH`, we augment ...

github.com/test-kitchen/test-kitchen - 55eee42b521a361d413de155c51456061272e500 authored over 9 years ago by Fletcher Nichol <[email protected]>
[chef_base_install_command.sh] Move remaining code into bourne function.

github.com/test-kitchen/test-kitchen - 93137b9be149d7260928d94462819762d6ed6004 authored over 9 years ago by Fletcher Nichol <[email protected]>
Add API versioning metadata to all plugin types.

This commit adds a new metadata field for each type of plugin (Drivers,
Provisioner, Verifiers, ...

github.com/test-kitchen/test-kitchen - d8f1a7db9e506c44f321462e1fba0b1e24994070 authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge pull request #668 from test-kitchen/diagnose-plugin-versions

Add `plugin_version` support for all plugin types.

github.com/test-kitchen/test-kitchen - d2ba80d239ca68b5290f6676cb5e4698357a6e39 authored over 9 years ago by Fletcher Nichol <[email protected]>
Add `plugin_version` support for all plugin types.

This commit provides a new mechanism to report the version of the loaded
Driver, Provisioner, Ve...

github.com/test-kitchen/test-kitchen - 2650fb1ba3c3627f33713bbf2ae6fcaf7c9041f6 authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge pull request #667 from test-kitchen/diagnose-plugin-info

Add plugin diagnostics, exposed via `kitchen diagnose`.

github.com/test-kitchen/test-kitchen - 0fccef8e791dde30608157097895e9ba598ee89e authored over 9 years ago by Fletcher Nichol <[email protected]>
Add plugin diagnostics, exposed via `kitchen diagnose`.

This command adds a new flag to `kitchen diagnose`: `--plugins` which
adds a `:plugins` hash to ...

github.com/test-kitchen/test-kitchen - f36d9ba054f78d5c95710792b910d79d0c74a3e0 authored over 9 years ago by Fletcher Nichol <[email protected]>
re-adds PATH

github.com/test-kitchen/test-kitchen - 60930a427a4c9e17ec9e7270be6140629fd6a34e authored over 9 years ago by curiositycasualty <[email protected]>
Bump to centos-6.6, fix #663.

- centos-6.4 is no longer available from opscode-vm-bento.
- Didn't fix kitchen_list_command.fea...

github.com/test-kitchen/test-kitchen - cbaec6c45815c95852bc8af1a5887ba654fd033b authored over 9 years ago by Lloyd Dewolf <[email protected]>
Merge pull request #658 from test-kitchen/shain/bashify

Updated for sh compatibility based on install.sh code

github.com/test-kitchen/test-kitchen - 9527649a4b774d23dfe32c8741a0690cba4f00c5 authored over 9 years ago by Fletcher Nichol <[email protected]>
[ChefZero,CherSolo] Update sh compatibility based on install.sh code.

github.com/test-kitchen/test-kitchen - 03f14cfa59cb125a97731d2bd4a6d897870c1969 authored over 9 years ago by Scott Hain <[email protected]>
Merge pull request #653 from test-kitchen/chef-zero-11-is-modern

[ChefZero] Consider `:require_chef_omnibus = 11` to be modern version.

github.com/test-kitchen/test-kitchen - a38f2d63258bac108ac2f615c4133e35e351e3c5 authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge pull request #652 from test-kitchen/chef-provisioners-config-symbols

[ChefZero,ChefSolo] Support symbol values in solo.rb & client.rb.

github.com/test-kitchen/test-kitchen - 47e07921d1bebbbc8739633600947baa66d8477b authored over 9 years ago by Fletcher Nichol <[email protected]>
[ChefZero] Consider `:require_chef_omnibus = 11` to be modern version.

We should only care about versions of Chef less than 11.8.0 to be "old"
(i.e. pre-dating chef-cl...

github.com/test-kitchen/test-kitchen - 9e310a33a929dc5391cdd8895d3cb172d8313d24 authored over 9 years ago by Fletcher Nichol <[email protected]>
Up version for development.

github.com/test-kitchen/kitchen-vagrant - e7eef8736a50fbc9db396a420c7c04fd0c15e2ba authored over 9 years ago by Fletcher Nichol <[email protected]>
Release 0.17.0.beta.4, RDP port via vagrant-winrm & VMware CPU polish!

github.com/test-kitchen/kitchen-vagrant - a2d2aee958a244300e823d501e3fc4f083628d04 authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge pull request #156 from test-kitchen/vagrant-winrm-rdp-port

Use RDPPort value from `vagrant winrm-config` for WinRM Transports.

github.com/test-kitchen/kitchen-vagrant - 53e544d0e4efd2db2214f47621bb18eb108c656f authored over 9 years ago by Fletcher Nichol <[email protected]>
[ChefZero,ChefSolo] Support symbol values in solo.rb & client.rb.

This will allow for setting such as the following to serialize correctly
into `client.rb` or `so...

github.com/test-kitchen/test-kitchen - be72fa0e5adb56b5d17e524bbfaac31ca04c0ec9 authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge pull request #651 from test-kitchen/sudo-command

Add :sudo_command to Provisioners, Verifiers, & ShellOut.

github.com/test-kitchen/test-kitchen - 30700b28f4ac8449927758c5c16900d2edeef4cb authored over 9 years ago by Fletcher Nichol <[email protected]>
Use RDPPort value from `vagrant winrm-config` for WinRM Transports.

Much <3 and thanks to @Annih for an epic turnaround. This is what makes
open source so rewarding.

github.com/test-kitchen/kitchen-vagrant - 3858808d5f390181bc754de74ab193a8b027965b authored over 9 years ago by Fletcher Nichol <[email protected]>
Add :sudo_command to Provisioners, Verifiers, & ShellOut.

In an effort to better support older distros (such as CentOS 5), and
other distros which don't s...

github.com/test-kitchen/test-kitchen - 3c9220c981cabf3183ebe0a2d59031c32fdefe4a authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge pull request #152 from whiteley/vmware-cpus

Translate CPU count for VMWare

github.com/test-kitchen/kitchen-vagrant - 547df43313f0290d83264a03b1a9cef47c45c30f authored over 9 years ago by Fletcher Nichol <[email protected]>
Up version for development.

github.com/test-kitchen/kitchen-vagrant - d89a0b23f961939ca184439354639b4cb1a93319 authored over 9 years ago by Fletcher Nichol <[email protected]>
Release 0.17.0.beta.3, better detection of WinRM IP address.

github.com/test-kitchen/kitchen-vagrant - 1fc85231267bdec391ee861fc696d928c9281a9a authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge pull request #155 from test-kitchen/vagrant-winrm-config

Use the vagrant-winrm Vagrant plugin to resolve VM IP address.

github.com/test-kitchen/kitchen-vagrant - 78b8178b16197bf95d7e9c9ed9219d571c80169b authored over 9 years ago by Fletcher Nichol <[email protected]>
Use the vagrant-winrm Vagrant plugin to resolve VM IP address.

It turns out that the IP address of the Vagrant VM returned by the
`vagrant ssh-config` varies w...

github.com/test-kitchen/kitchen-vagrant - da3484f6be5f76f59ea0848447f5e39369dbd6dc authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge pull request #84 from scarolan/add_private_ip

Added private_ip_address support.

github.com/test-kitchen/kitchen-ec2 - 36dbfb4a45d7d8ff94e1a4936cf5a0ac3a455566 authored over 9 years ago by Tyler Ball <[email protected]>
Translate CPU count for VMWare

github.com/test-kitchen/kitchen-vagrant - 196405cfa92729eb53a2a721f8829baa1e4806a2 authored over 9 years ago by Matt Whiteley <[email protected]>
Up version for development.

github.com/test-kitchen/test-kitchen - c03736731e05bc3ade82c7d55eaf51034ab7f6aa authored over 9 years ago by Fletcher Nichol <[email protected]>
Release 1.4.0.beta.2, with WinRM overwriting fix.

github.com/test-kitchen/test-kitchen - 7917a4cdac23f82c00c234cf97466fe64b24a91d authored over 9 years ago by Fletcher Nichol <[email protected]>
Up version for development.

github.com/test-kitchen/kitchen-vagrant - cfa9e83367a4b78038e352effba7ce70fb5f4460 authored over 9 years ago by Fletcher Nichol <[email protected]>
Release 0.17.0.beta.2, with a more flexible Test Kitchen depdenency.

github.com/test-kitchen/kitchen-vagrant - e621932bec49fb4f9d53fe9d16d4c79a62fd06d7 authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge pull request #649 from test-kitchen/shell-provisioner-http-proxy

[Provisioner::Shell] Add HTTP proxy support to commands.

github.com/test-kitchen/winrm-transport - f2d4ba90a42279671ea39fee9efd417ff8b36f44 authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge pull request #649 from test-kitchen/shell-provisioner-http-proxy

[Provisioner::Shell] Add HTTP proxy support to commands.

github.com/test-kitchen/test-kitchen - bb2bcae9b1708d685c1355bc3d1544a32043ecb1 authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge pull request #648 from test-kitchen/ps1-upload-truncate-dst

[Transport::Winrm] Truncate destination file for overwriting.

github.com/test-kitchen/test-kitchen - 923f77f2699f3a535b081d83f2f340845c907e20 authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge pull request #648 from test-kitchen/ps1-upload-truncate-dst

[Transport::Winrm] Truncate destination file for overwriting.

github.com/test-kitchen/winrm-transport - 7da4f16f2d7ee6ad6a99e50a5ff90d262d83c752 authored over 9 years ago by Fletcher Nichol <[email protected]>
[Provisioner::Shell] Add HTTP proxy support to commands.

github.com/test-kitchen/test-kitchen - c5d552adcc7130e3f4484a0c25b154e013d44dee authored over 9 years ago by Fletcher Nichol <[email protected]>
[Transport::Winrm] Truncate destination file for overwriting.

If the destination file already exists and is larger than the new
source, the tail of the file w...

github.com/test-kitchen/test-kitchen - bfb1f4d070f5275adff3d450e44a0487ccc5dbb9 authored over 9 years ago by Fletcher Nichol <[email protected]>
[Transport::Winrm] Truncate destination file for overwriting.

If the destination file already exists and is larger than the new
source, the tail of the file w...

github.com/test-kitchen/winrm-transport - c0ce6bb2b79830bcb5e12a479f76c7d09f2789ec authored over 9 years ago by Fletcher Nichol <[email protected]>
Up version for development.

github.com/test-kitchen/kitchen-vagrant - 461b3102488500978beffd23047ec5089df563d1 authored over 9 years ago by Fletcher Nichol <[email protected]>
Release 0.17.0.beta.1, now with more Windows.

github.com/test-kitchen/kitchen-vagrant - 3751a3fc9d82c830a33de1e896a56c61bdf6e9a5 authored over 9 years ago by Fletcher Nichol <[email protected]>
Up version for development.

github.com/test-kitchen/test-kitchen - 49eff8fdb0db9116adde81c19e698dce8ddf3eae authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge pull request #154 from test-kitchen/windows-guest-support

Support for WinRM Transport and Windows-based instances

github.com/test-kitchen/kitchen-vagrant - 216765f4eb4cdcf2b56622ac43f97217d431ac41 authored over 9 years ago by Fletcher Nichol <[email protected]>
Update test-kitchen dependency, pinning to 1.4.0.beta.1 pre-release.

github.com/test-kitchen/kitchen-vagrant - 758bc98e42239763a95e60ae864f585c29178eab authored over 9 years ago by Fletcher Nichol <[email protected]>
Release 1.4.0.beta.1, Windows and Plugins and PowerShell.

github.com/test-kitchen/test-kitchen - d7ea9730930a403c2734953b12faeb55d4110cb6 authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge pull request #646 from test-kitchen/further-backwards-compat-effort

Further backwards compatibility effort

github.com/test-kitchen/test-kitchen - 5b1fc76ed43397d29fb6d4704d75c9df3484396c authored over 9 years ago by Fletcher Nichol <[email protected]>
[Driver::SSHBase] Update code comments with deprecation notes.

github.com/test-kitchen/test-kitchen - fd2a7d280342fa84d04b0e4728c4b8074a48f171 authored over 9 years ago by Fletcher Nichol <[email protected]>
[Backwards Compat] Preserve Busser's #setup_cmd, #run_cmd, & #sync_cmd.

Here are the implementation details for these methods (intended only to
preserve behavior for ex...

github.com/test-kitchen/test-kitchen - 2d24502e356d128a74a4e252369ee7ba4bd7131c authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge pull request #640 from test-kitchen/windows-guest-support

Test Kitchen 1.4 Refactoring (SSH/WinRM Transports, Windows Support, etc)

github.com/test-kitchen/winrm-transport - a40676278595cbbfe402f1b2b3f0597be9700a87 authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge pull request #640 from test-kitchen/windows-guest-support

Test Kitchen 1.4 Refactoring (SSH/WinRM Transports, Windows Support, etc)

github.com/test-kitchen/test-kitchen - 4f2e2189937cb2e83ef173e3b48aef46a05ef1fa authored over 9 years ago by Fletcher Nichol <[email protected]>
[Winrm::FileTransporter] Mirror check_files.ps1.erb with decode updates.

github.com/test-kitchen/winrm-transport - c8443017a54b6fce1132f4532e773b0a9bfcc22b authored over 9 years ago by Fletcher Nichol <[email protected]>
[Winrm::FileTransporter] Mirror check_files.ps1.erb with decode updates.

github.com/test-kitchen/test-kitchen - 114a8bb470b8876bd6ec56b039ce1456177ff598 authored over 9 years ago by Fletcher Nichol <[email protected]>
[Winrm::FileTransporter] Raise exception if exit code != 0 in upload.

github.com/test-kitchen/winrm-transport - a3d78b8826f8ad001a0ef8222bca2342661b25f1 authored over 9 years ago by Fletcher Nichol <[email protected]>
Add specs to ensure that PowerShell code is under ~3K in size.

github.com/test-kitchen/winrm-transport - f95482ff1ab2293b59bf364a2a2ff07e23eddb69 authored over 9 years ago by Fletcher Nichol <[email protected]>
Support unzip with Windows Server 2012r2 Core via .NET 4.5.

Note that the code changes outside `Unzip-File` are refactorings to
ensure the PowerShell script...

github.com/test-kitchen/winrm-transport - cc5db19d0a5fd12330af41e57d18cef483972fa3 authored over 9 years ago by Fletcher Nichol <[email protected]>
Add specs to ensure that PowerShell code is under ~3K in size.

github.com/test-kitchen/test-kitchen - 220a770c11d932adfb5f66d701894ea20b2abd86 authored over 9 years ago by Fletcher Nichol <[email protected]>
[Winrm::FileTransporter] Raise exception if exit code != 0 in upload.

github.com/test-kitchen/test-kitchen - 56bdffa78fb258a3a6fa859160bc3738429d3e1f authored over 9 years ago by Fletcher Nichol <[email protected]>
Support unzip with Windows Server 2012r2 Core via .NET 4.5.

Note that the code changes outside `Unzip-File` are refactorings to
ensure the PowerShell script...

github.com/test-kitchen/test-kitchen - a35ccc565f7a3e7dde707843c389fdbd020ccd99 authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge pull request #644 from mwrock/windows-guest-support

open zip file in binary mode to avoid corrupting zip files on windows

github.com/test-kitchen/test-kitchen - fdc66ca79f0ac45638aefaabd8ecbd04f9f126fe authored over 9 years ago by Tyler Ball <[email protected]>
Merge pull request #644 from mwrock/windows-guest-support

open zip file in binary mode to avoid corrupting zip files on windows

github.com/test-kitchen/winrm-transport - 5252f9fdaf15f8a3d5bfdb3564ede0d1a6db06d8 authored over 9 years ago by Tyler Ball <[email protected]>
Fix failing spec under Ruby 1.9.3 (Ruby parser differences).

github.com/test-kitchen/test-kitchen - 38481b4435be536fc471ad9141a88e795ecfa51a authored over 9 years ago by Fletcher Nichol <[email protected]>
Default Windows-named platforms to use the Winrm Transport.

As the fallback default, a Winrm Transport will be set up for all
Platforms whose name matches `...

github.com/test-kitchen/test-kitchen - 8f6cd76362c5496f68f381d202705e730cfcd804 authored over 9 years ago by Fletcher Nichol <[email protected]>
Update default :os_type & :shell_type for win* platforms.

The updated rule is as follows:

* If the platform name begins with "win" (case insensitive), th...

github.com/test-kitchen/test-kitchen - 8e14ec3c99322680e6069c7510735c43bbbbeec7 authored over 9 years ago by Fletcher Nichol <[email protected]>
Default :vm_hostname to nil for Windows-based platforms.

github.com/test-kitchen/kitchen-vagrant - bd1ecc034b21f46e721871f5cf093a11e2317789 authored over 9 years ago by Fletcher Nichol <[email protected]>
Fix failing specs for Verifier introduction.

github.com/test-kitchen/kitchen-vagrant - 46eded6a3f6980ed0761c99c9663a2ad5f641900 authored over 9 years ago by Fletcher Nichol <[email protected]>
Support WinRM transport and Windows-based instances, yay!

github.com/test-kitchen/kitchen-vagrant - c1456137bd97c361daa4aba3c9658bdf04175611 authored over 9 years ago by Fletcher Nichol <[email protected]>
Up version for development.

github.com/test-kitchen/kitchen-vagrant - eaaa6f139b0147c8d34a5b0aeec48b1f86e12e26 authored over 9 years ago by Fletcher Nichol <[email protected]>
Release 0.16.0, everything's coming up Vagrant!

github.com/test-kitchen/kitchen-vagrant - 291ee138cd7094261e71e1a80d98fb7fda22834b authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge pull request #134 from miketheman/miketheman/changelog

Update CHANGELOG.md [ci skip]

github.com/test-kitchen/kitchen-vagrant - a8bcc4cde57a71d1a0efe6329b0b73c323395ba9 authored over 9 years ago by Fletcher Nichol <[email protected]>
Merge (rebased) pull request #142 from kbruner:master

Closes #142

github.com/test-kitchen/kitchen-vagrant - 556c72cb00e889774aa8adaedea643476b14c129 authored over 9 years ago by Fletcher Nichol <[email protected]>
Add support for managed-servers Vagrant provider.

Takes `:server` config parameter in driver `:customize` block.

Further reading: https://github....

github.com/test-kitchen/kitchen-vagrant - 8f197651302d801e433ee3b3675800c97e2ca273 authored over 9 years ago by Karen Bruner <[email protected]>
Merge (rebased) pull request #137 from hugespoon/sl-disk-capacity

github.com/test-kitchen/kitchen-vagrant - 111da5d476626d6d82e764d235d2a7752d3b92cc authored over 9 years ago by Fletcher Nichol <[email protected]>
Support SoftLayer disk_capacity configuration

github.com/test-kitchen/kitchen-vagrant - 706256a71ccb59eac9df466ee63ababfda9a6636 authored over 9 years ago by Joseph Martin <[email protected]>