Ecosyste.ms: OpenCollective

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

github.com/test-kitchen/test-kitchen

Test Kitchen is an integration tool for developing and testing infrastructure code and software on isolated target platforms
https://github.com/test-kitchen/test-kitchen

Release 1.12.0

0c3132210e1f86cb3e4d0b3e6e3b5ef704af6242 authored over 8 years ago
Merge pull request #1061 from test-kitchen/winrm-v2

Use winrm v2 release gems

1f71b4bfdaead96a71d495647f313653a866a135 authored over 8 years ago
migrate winrm gems to v2 release

aec5b1e64258c1d33b10e530e4c030a1023d09fb authored over 8 years ago
Merge pull request #1107 from coderanger/policyupdate

Add a new config option always_update_cookbooks

52578de6512c0af19f699ef9a5b75b6bab0b3fc6 authored over 8 years ago
Add a new config option `always_update_cookbooks` to force both berks

and policy files to update on each kitchen run.

The intention is to enable this by default in th...

e74f498d3d4b232376b5daa790c10e3c4f459b2b authored over 8 years ago
Remove support for Berks 2.x because it's been two years and just no.

c0009b845c5f9e03031b1b8eb78a09933b3de289 authored over 8 years ago
Add a docstring.

3d8c5cb49516c404c0fd66397a64b8b271e0ee33 authored over 8 years ago
Fix block passed to task instance.name

229d0fdace609b1a3917540abc6e8bdb7255e8ce authored over 8 years ago
Fix rubocop errors

- use [] with % literal
- reduce method length

773af8d386dcddac178b4520081a9d2d81ddf012 authored over 8 years ago
Fix #1104 add supplemental kitchen commands

- Add supplemental kitchen commands to rake task to facilitate development
and troubleshooting.

99d5f3809c48ce40a4dce7b0da991505d84cff78 authored over 8 years ago
Merge pull request #1103 from coderanger/policyinstall

Always run `chef install` even if the lock file exists.

f77ea22fb65efbce336f12a03d73406d274b3051 authored over 8 years ago
Make rubocop happy.

30b88acb24fd61f0836090312701f3936ab77ac3 authored over 8 years ago
Ack, mixed syntaxes.

09dbe4bad0e2b02cda6948e59c115003c1e32f6f authored over 8 years ago
Fix up tests for previous change.

5208fc6e3c2b31ec977e96a6a29946bcac4b56d7 authored over 8 years ago
Always run `chef install` even if the lock file exists.

This is required to make sure the cookbooks are cached before we run
`chef export` in CI or othe...

81e0c988abe94b895a5c67a9dcb464333fd54117 authored over 8 years ago
Merge pull request #1102 from theckman/RakeTasks_config

support passing Kitchen::Config Hash keys to Kitchen::RakeTasks.new

e87c39a665de5a0a3bc9f315788b23e201202301 authored over 8 years ago
support passing Kitchen::Config Hash keys to Kitchen::RakeTasks.new

The current implementation of the `Kitchen::RakeTasks.new` method is that you aren't able to mod...

74ffe0432d6e8ff2bee944044c16743eb030650c authored over 8 years ago
Merge pull request #1100 from tas50/travis

Update Ruby versions to test on

fbed1589353d70d19fbdade8a6a46538d9ee6558 authored over 8 years ago
Update Ruby versions to test on

ChefDK is 2.1.9 now so we should use that. It's going to be 2.3 soon so
we should test on that s...

e203e83eb8ee9384c3fc7251d9477df040c174f0 authored over 8 years ago
Merge pull request #1099 from test-kitchen/1_11_1

Release 1.11.1

6afd8e9214fd1ca7c42c0849b03f93ed30958241 authored over 8 years ago
Release 1.11.1

5d1999c7e6697a0869deb445a7098c78ad1b5222 authored over 8 years ago
Merge pull request #1098 from coderanger/passwordnil

Check the actual value, because `password: nil` shouldn't disable sending the key.

8b4917b44e4878c8115d95b2794cc71c2cb37483 authored over 8 years ago
Check the actual value, because `password: nil` shouldn't disable sending the key.

b4f28221decec1086947066dab6538c28d81aaca authored over 8 years ago
Merge pull request #1096 from test-kitchen/1_11

Release 1.11.0

f0eeb2de896abcbfa470d0f6221109045af7cc88 authored over 8 years ago
release 1.11.0

9ab586f2a4b1c85221efd37a01025412c2d5cd6f authored over 8 years ago
Merge pull request #1095 from test-kitchen/ssh_password

Dont set ssh key configuration if a password is specified

12e4dadcd561e57d7ac8c1824740992c8e1a9d48 authored over 8 years ago
Merge pull request #1091 from EYurchenko/ssh_gateway

Ability to work with Instances over SSH tunnel.

6c116385cf851fb4748ebe1013ab584b6f8dcf4e authored over 8 years ago
pin rack to < 2

f709951ad24b37883dbf50eac80dd799271112ca authored over 8 years ago
dont set ssh key configuration if a password is specified

8c2f48aad953e8c9613a477a3b55a0ead4867e82 authored over 8 years ago
Merge pull request #1085 from coderanger/spaces

Escape paths before running policyfile commands

57919f671ec2c64bcb006518b99e240ef715abfa authored over 8 years ago
Merge pull request #1089 from coderanger/addcoderanger

Add coderanger as a maintainer

9d04fbdb8103cb79bc0d4a8d0ecdfc67da3ce332 authored over 8 years ago
Remove code repetition.

bdaf02e67ace64dd694dc0f135186613e4688858 authored over 8 years ago
Merge branch 'master' into spaces

d98f3ce5fad2080e256487971109748f998f384e authored over 8 years ago
Fix rubocop complains.

30b550172912ee57db8cbaf849e4bf6a5c2c1cac authored over 8 years ago
Fix environment variable for project .kitchen.yml

7a922a3cee0f4216abd5c5ea633ea24b11bc407a authored over 8 years ago
Rubocop: fix indentation.

dda1a27660c9bda6c2d4b9c1fee533ca3f613f37 authored over 8 years ago
Ability to work with Instances over SSH tunnel.

d171410a2dc1e7d8a2b34c0df84168069dfefb33 authored over 8 years ago
Merge pull request #1088 from coderanger/nocane

Remove cane in favor of RuboCop/finstyle.

c1e9dc57e1077a18096deb798eca6f4c1f0f727c authored over 8 years ago
Add myself as a maintainer.

cc5f1f118d49357c0f5c21380962cd3a0b48a424 authored over 8 years ago
Even here, RuboCop haunts me.

4bf18fff48eba6abb76f58df8832f69a0b5bdf61 authored over 8 years ago
Remove cane in favor of RuboCop/finstyle.

ce5cd286ac258779964deef124328edf559c3017 authored over 8 years ago
More linter fixes. Cane is awful.

a0b781fde28bd57d522032e01faee336e5fd0f6b authored over 8 years ago
So it would help if I actually ran the tests via rake and notice that this isn't using RSpec. Rewrite using minitest and mocha.

ee48b0d4ff05e86a3c368e465659cfb7d32afd26 authored over 8 years ago
Make RuboCop happy.

a22964c3c5f7c44d98545505a14f8d23476639f3 authored over 8 years ago
Make sure to escape paths before running policyfile commands.

de8621ab2d182ef32bbf2536dcba9a475fb2799d authored over 8 years ago
Old copy-pasta error.

c6b6aa22d8dc52bad05ea5460ce5d15ddbc5628c authored over 8 years ago
Merge pull request #1076 from test-kitchen/diagnose_test_base_path

Adding test_base_path CLI arg to the diagnose command

401632f6a557a553a560cff9e1d459daaac3b2f5 authored over 8 years ago
Added better routine to install Busser+Plugins (if not already installed)

e85baef8b986d6c09fefeca2bdd39ec14eba032c authored over 8 years ago
Merge pull request #1081 from coderanger/imsorry

Add environment variables $TEST_KITCHEN and $CI

45c87138d2c684de1121146c9e843c6416e48f33 authored over 8 years ago
Also copy over $CI if present to allow for CI-specific behaviors.

9fa6efcbabfc2a258d8d688d5b9ede973864584e authored over 8 years ago
Add an environment variable $TEST_KITCHEN that is always set for all provisioners and other command executions.

1735330a3fb3174e76e235fd253e1cc555020e97 authored over 8 years ago
Added Errno::EPIPE to ssh transport acceptable errors when waiting for SSH, as it can trigger when proxying through a bastion

0a2572aaac133bac3b3ebc9578ed71119a064263 authored over 8 years ago
Make RakeTask#config public.

Given the comment on initialize, I think that a public config accessor was the
original intent, ...

76be0e1c057bd2cc7a5d677eb4c652f5876bd81c authored over 8 years ago
Adding test_base_path CLI arg to the diagnose command

ccf897b8746d9b51648cdc398f67e9134f567384 authored over 8 years ago
Merge pull request #1073 from SaltwaterC/chef-solo-legacy-mode

Add legacy_mode argument for chef_solo provisioner

bc789de6368c262f5d6725a37be1e6c2cb1bf8bf authored over 8 years ago
Add legacy_mode argument for chef_solo provisioner

3dcd6364ff41006fedef515b35af6c7a2b8eb1dd authored over 8 years ago
package driver command

ee2d984dd77535f758c0b8994c2add9b170fc600 authored over 8 years ago
Merge pull request #1072 from acondrat/master

Added support for Chef 10

227c08418bbfdc61a9fb1de883a1d278296aeb39 authored over 8 years ago
style adjustments

- applied rubocop auto correction
- disabled Metrics/PerceivedComplexity and Metrics/CyclomaticC...

33b6be5ab1d4e50659a397a8a1a2aca7eed328bf authored over 8 years ago
Use modern? method to adjust log level

added tests

8b0d7f23624ef7238e3d192f404f3c722afb558d authored over 8 years ago
Support for chef 10

--force-formatter modifier was introduced in chef 11.0.0

9a93ef1960e0f8279ab60461822ca37273203bfe authored over 8 years ago
Resolve auto log_level on ohai < 8.5.1

ohai.log_level :auto was introduced in Ohai 8.5.1 with https://github.com/chef/ohai/pull/593

ffeab635c7c68508341054ff4f0bb6d65559443b authored over 8 years ago
Merge pull request #1071 from test-kitchen/kitchen_apply

Use a less volatile recipe for ci tests

adb0eae55922c6dd404b770d58faf30d060fb8d3 authored over 8 years ago
use a less volitile test cookbook for integration ci

e63906b99fedd9c79f5a48415f8b26d8642dbdc8 authored over 8 years ago
removing prerelease

a823cf3c1211544e67f2abf083b4eff40ac8f673 authored over 8 years ago
Merge pull request #1067 from test-kitchen/clean

bumping version for a gem repackage

7fbd64d7cdb67675fc1d21b759633f1c43c45997 authored over 8 years ago
testing first with a dev gem

88994ba38b34f80e9bae380774adf11504da94f0 authored over 8 years ago
bumping version for a gem repackage

9f7e1b53c0cce240d834043d9f4c46bec0f1dfeb authored over 8 years ago
Merge pull request #1065 from test-kitchen/smurawski/release_1_10_1

bcc1558e34e53955e373d7483bd9413ed64ccfd6 authored over 8 years ago
version bump and changelog for 1.10.1

e12d74c43f75f8c573999f136d0303c0decced30 authored over 8 years ago
Merge pull request #1064 from test-kitchen/smurawski/fix_winrm_upload_after_reboot

Fix WinRM Upload Failures After Reboot

11b2019584b12ab5bff39380b591d693c21a5cd0 authored over 8 years ago
reset elevated runner on close

76cce8ef05b45fbfe0a071ecd73f93c8fe9f3021 authored over 8 years ago
adding test for file_transporter reset on close

294abed4a1a38c5fc181ed62a8b92073aacb3034 authored over 8 years ago
fix winrm upload failures after reboot

c883d77691356c3980c57e93d626fd2a7626c627 authored over 8 years ago
Merge pull request #1058 from test-kitchen/smurawski/release_1_10_0

Release 1.10.0

ccb9b0e53603ac07a24463a28549e32a4c81ca11 authored over 8 years ago
updated CHANGELOG and version

89cf1b523941059bc0061b698464ee4213d8627d authored over 8 years ago
Merge pull request #1055 from test-kitchen/smurawski/reboot_support

Retry `Kitchen::Provisioner#run_command` after allowed exit codes

acc9ccb6f3702f4ae35cb288c3f715a78621b7f9 authored over 8 years ago
address code review feedback

f87b3aaf0575790b60b368521503515d0c0d1ce6 authored over 8 years ago
default one retry. force close the session to require a new session for the next try.

919839feea1934bf574b159de21feed8bfb5875f authored over 8 years ago
Get the real last exit code from PowerShell.

769fe21a8e235911eac5828c80e51eff1fd53a92 authored over 8 years ago
fix quality tests

e4878ed251b5169dc1075bf56f0cf64b56a21fec authored over 8 years ago
Add allowed retries to base provisioner

e03169b78a5ec3a5c47e1f6163b46c81eca417a4 authored over 8 years ago
add a wait time option

182c877f43369aa552aec1fecbbc4b0d891b1acc authored over 8 years ago
capture instance failures and better combined error message

45b692c6f0f7c7d9a9464cbd0aa672adb65f19be authored over 8 years ago
change the default value for `retry_on_exit_code` to an empty array

b6f8850b10b9bcc5b46a0c47404326db723e5122 authored over 8 years ago
add execute_with_retry

cd838e536251b409be73596c1b04b08c289cc6a6 authored over 8 years ago
commands that exit non-zero pass exit code back in a TransportFailed error

6ea0cdf5c53448a38113b89dc52b06f4deb40c36 authored over 8 years ago
Merge pull request #1057 from test-kitchen/smurawski/appveyor_tests

Fix appveyor builds

ffb87fb4d29f9450c95f37be424dde3620a6dee0 authored over 8 years ago
change test from installing mercurial to filezilla

342c26fab776abe1826927e0d652fa16d57c8c56 authored over 8 years ago
Pin "overcommit" as 0.34.0 breaks on Windows installs

47860255ee460b286e3d290cf37e6a99f2fdf372 authored over 8 years ago
Merge pull request #48 from test-kitchen/proxy

Added Proxy section for vagrant

39f0c7117e9d378642bf8781eeacb9a7de35b64d authored over 8 years ago
Merge pull request #1053 from coderanger/policyfile

Add fallback support for `policyfile` for compat with the older policyfile_zero

33e87b8e934f953daf933c891238b4395760b1e5 authored over 8 years ago
Add fallback support for `policyfile` for compat with the older policyfile_zero.

1926d99c6208d178c881ca1f908085c409d48ef9 authored over 8 years ago
Merge pull request #1050 from test-kitchen/smurawski/release_1_9_2

Prep for 1.9.2 Release

f03dbf676ddf33e41c89f25770033bb6dc13f127 authored over 8 years ago
version bump and changelog

444bddd5b250ccc7279333ca0f61b4b6f15b2412 authored over 8 years ago
Added Proxy section for vagrant

- Added vagrant proxy section, this seems like something that should be documented.

69b3d2541f6e6f5743d36fa0cbb7bf6dc6d27c6a authored over 8 years ago
Merge pull request #1047 from test-kitchen/lcg/ssh_sessions

add max scp session handling

09e79ad7789d225d715f2092d37a8ee63afdf56e authored over 8 years ago
`:ssh_sessions` to `:max_ssh_session` and fix quality errors

2629ef933f4188852dd3e0fe1b12a9fc5e569ddc authored over 8 years ago
just remove tests around debug logging

seriously, this is kind of anal retentive unit testing and is now
annoying

8c542bb7debdfa0a7ee5b20cad4a5e7086168571 authored over 8 years ago
fix most of the busted specs

14a11f7f7fff861787f33a3a37aef1fc23acd746 authored over 8 years ago