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

Added sudo accessor to overwrite provisioner configuration. Chef Solo/Zero works now.

github.com/test-kitchen/test-kitchen - b1c8f56385ef77ae311698d7a880380b80eb572e authored over 9 years ago by afiune <[email protected]>
Enabled Busser with Transport shell logic.

Added default_port and default max_threads parameters.
Modified chef_omnibus functions with a ni...

github.com/test-kitchen/test-kitchen - 5489c67218b16247a736c965fe8c6994cb6afc8c authored over 9 years ago by afiune <[email protected]>
[Transport] Idea to handle the provisioner and port.

github.com/test-kitchen/test-kitchen - 6a4bdea76942497b6d9d6fb5622cfe042e863610 authored over 9 years ago by afiune <[email protected]>
Solving SPEC issues. Fixing converge and busser stuff.

github.com/test-kitchen/test-kitchen - b946a6fd7ade8e90738e0130310749f9ba6450e2 authored over 9 years ago by afiune <[email protected]>
Transport Abstraction [On Progress]

github.com/test-kitchen/test-kitchen - ea429eb87ccb715779f6df1c2f62ebba2fab1451 authored over 9 years ago by afiune <[email protected]>
[WinRM] Integration tests: Busser now working using PoSH

github.com/test-kitchen/test-kitchen - 74033e40169cff066d701b1a467e2ed47cde5257 authored over 9 years ago by afiune <[email protected]>
[WinRM] Modified login_command to use vagrant rdp for Windows instances. Added comments.

github.com/test-kitchen/test-kitchen - 0fd784e75f87fc0a368ee5619b5a142ef085db0a authored over 9 years ago by afiune <[email protected]>
[PoSH] Better installation progress bar check.

github.com/test-kitchen/test-kitchen - 05257d9e3cf74b34cedda7b5f14ad1e89b16f93d authored over 9 years ago by afiune <[email protected]>
[WinRM] Modify test_winrm and omnibus version.

Some modifications to let the driver kitchen-ec2 work. Now chef omnibus
will download different ...

github.com/test-kitchen/test-kitchen - cc79f47761182f8f320e67b85f684879a6afe798 authored over 9 years ago by afiune <[email protected]>
[WinRM] Enabling HTTP_PROXY environment variable.

HTTPS_PROXY & HTTP_PROXY environment variable enabled for WinRMBase.

github.com/test-kitchen/test-kitchen - aacf93dfc78115b4cfdbe228f1d78c688b7b77c0 authored over 9 years ago by afiune <[email protected]>
Solved Travis issues.

github.com/test-kitchen/test-kitchen - fddf7789cdc486425ec309863dd2b8576fde00e1 authored over 9 years ago by afiune <[email protected]>
[WinRM] Chef omnibus working for WindowsGuest thru PowerShell

Release 1.3.0, WindowsGuest Support with native WinRM protocol.

Updated init_command for Window...

github.com/test-kitchen/test-kitchen - 02ccbc430a022d423a9eac8923359384a0294985 authored over 9 years ago by afiune <[email protected]>
BASE WinRM Module(s) added. Extra classes modified.

github.com/test-kitchen/test-kitchen - 6fd98de1065ade4c5d8b0a596418e40cdb826885 authored over 9 years ago by afiune <[email protected]>
Up version for development.

github.com/test-kitchen/test-kitchen - 44ff8898439dc7ce8a39e6332749dafff6edba62 authored almost 10 years ago by Fletcher Nichol <[email protected]>
Release 1.3.1, thx @miketheman & @tknerr!

github.com/test-kitchen/test-kitchen - b08b07bee5117cf9a7c566259d4941aa22a73f9d authored almost 10 years ago by Fletcher Nichol <[email protected]>
Tighten up TravisCI Ruby/RubyGems matrix to exclude incompatibles.

github.com/test-kitchen/test-kitchen - 89f50c7e78e725349b7de833a081ffec373e74c3 authored almost 10 years ago by Fletcher Nichol <[email protected]>
Add TravisCI testing for Ruby 2.2.x & RubyGems 2.4.5.

Testing for combinations of ruby-head with older RubyGems versions,
namely 2.0.14, 2.1.11, and 2...

github.com/test-kitchen/test-kitchen - cb576abcd63a12e8c9db8675bd6e592ad41f2928 authored almost 10 years ago by Fletcher Nichol <[email protected]>
Merge pull request #5 from blackberry/0.1.1_release

kitchen-opennebula: 0.1.1 release

github.com/test-kitchen/kitchen-opennebula - 5b165c719d2d7923b8f16f5d528152dd4891b349 authored almost 10 years ago by Andrew J. Brown <[email protected]>
Merge pull request #1 from blackberry/0.1.1_release

kitchen-opennebula: 0.1.1 release

github.com/test-kitchen/kitchen-opennebula - 522f5a3bb49ebc455802f394e683b66302ff41b9 authored almost 10 years ago by Phil Oliva <[email protected]>
Merge pull request #581 from test-kitchen/fixes-580

Fix omnibus install argument passing bug with missing space character.

github.com/test-kitchen/test-kitchen - 8e4bd1e58d787afc9ba484ab58965d2f3cc5dda4 authored almost 10 years ago by Fletcher Nichol <[email protected]>
Fix omnibus install argument passing bug with missing space character.

Closes #580

github.com/test-kitchen/test-kitchen - 7c8a2ef6b9381b9264a2ec3a4466a26adb42d949 authored almost 10 years ago by Fletcher Nichol <[email protected]>
Added check that prevents create phase completion until user (configured by :username) has passwordless sudo setup properly.

github.com/test-kitchen/kitchen-opennebula - 00b43eba60008e72c9d86324ea6f6743be921395 authored almost 10 years ago by poliva83 <[email protected]>
Fixing overrides - YAML gets translated to symbols, which prevents context overrides from working. This commit changes both context variables and user variables

github.com/test-kitchen/kitchen-opennebula - b5a95fe67680e07642bc6658cc6297aec0adbfcf authored almost 10 years ago by poliva83 <[email protected]>
1. Ensure that flavor is always returned. The flavor::get and flavor::get_by_filter return a flavor and array, respectively. This change ensures that kitchen always gets a flavor by using the first flavor returned by get_by_filter.

2. Check to ensure only one template is returned.

github.com/test-kitchen/kitchen-opennebula - 4d8486ae3c312e741b4d39d2b904823eedc8e798 authored almost 10 years ago by poliva83 <[email protected]>
This commit fixes https://github.com/test-kitchen/kitchen-opennebula/issues/4 by adding timeouts to wait for the VM to boot, and for SSH to become available.

github.com/test-kitchen/kitchen-opennebula - 103968416e21c85ad3ed44bffbc5fe868ecf97e1 authored almost 10 years ago by poliva83 <[email protected]>
1. Relax the test-kitchen dependency in anticipation for 1.3.0 test-kitchen release.

2. Adding opennebula gem as dependency [caused by: https://github.com/fog/fog/issues/3295].
3. Ma...

github.com/test-kitchen/kitchen-opennebula - a7ac129f78158a215f18873bc295a99c8b41eb5b authored almost 10 years ago by poliva83 <[email protected]>
Adding .gitignore file to the project

github.com/test-kitchen/kitchen-opennebula - 58220343ee603f50f6a2ada25b6c7356e6d0f71b authored almost 10 years ago by poliva83 <[email protected]>
Bump version to 0.1.1 with purpose of creating new release

github.com/test-kitchen/kitchen-opennebula - 1883f52c3b964233e236ee2ec1aedadab1e7061c authored almost 10 years ago by poliva83 <[email protected]>
Merge pull request #579 from miketheman/miketheman/svg

update README.md badges to use SVG

github.com/test-kitchen/test-kitchen - e3f2ed50720f2aebae5c603213fa0da842770e95 authored almost 10 years ago by Seth Vargo <[email protected]>
update README.md badges to use SVG

github.com/test-kitchen/test-kitchen - f6d3a9782e35c59e2002a045852c9293ec45ca30 authored almost 10 years ago by Mike Fiedler <[email protected]>
Update publish date for 1.3.0 in CHANGELOG.

github.com/test-kitchen/test-kitchen - c005758546d1add73be6cf439727f6cf73718fda authored almost 10 years ago by Fletcher Nichol <[email protected]>
Up version for development.

github.com/test-kitchen/test-kitchen - 11e4db075b8b9c7deef67fdff9951df9713d003f authored almost 10 years ago by Fletcher Nichol <[email protected]>
Release 1.3.0, foundations for the future.

github.com/test-kitchen/test-kitchen - 8da06d941a302aa381d0ea298ad9473a98f23a5d authored almost 10 years ago by Fletcher Nichol <[email protected]>
Merge pull request #129 from gouketsu/provision_option

Provision option

github.com/test-kitchen/kitchen-vagrant - a85f2e59832a5dbb1a2f1d03e78e7bd4f68a970d authored almost 10 years ago by Seth Vargo <[email protected]>
Update vagrant.rb

call vagrant up instead of vagrant up --no-provision if provision is set to true.

github.com/test-kitchen/kitchen-vagrant - 0c1e867719f050d880a7ad9f14eaac51417f8114 authored almost 10 years ago by Jean-Bernard DAMIANO <[email protected]>
Update README.md

Document provision option

github.com/test-kitchen/kitchen-vagrant - 922b27d73c14c68a56de327f1a750eca62387bbe authored almost 10 years ago by Jean-Bernard DAMIANO <[email protected]>
Merge pull request #70 from test-kitchen/roboticcheese/use-kitchen-configured-password

Respect a configured password when setting up SSH

github.com/test-kitchen/kitchen-openstack - eea1144b0233c68b8e87460320a657cf7869d90a authored almost 10 years ago by Jonathan Hartman <[email protected]>
Bump version for dev

github.com/test-kitchen/kitchen-openstack - 8436815d0b99cba130e1387661011eac4daa1a4e authored almost 10 years ago by Jonathan Hartman <[email protected]>
Bump version for release

github.com/test-kitchen/kitchen-openstack - 94c0e5d20c561ac8576f31e4b2de632715db2010 authored almost 10 years ago by Jonathan Hartman <[email protected]>
Use TravisCI container build environment and Bundler caching

github.com/test-kitchen/kitchen-openstack - a5e93f1b2ec863b69cdf01579ffe6dfe07f5078b authored almost 10 years ago by Jonathan Hartman <[email protected]>
Respect a configured password when setting up SSH

github.com/test-kitchen/kitchen-openstack - 86f21cb079374ec776303607cb56288fb91a75b5 authored almost 10 years ago by Jonathan Hartman <[email protected]>
Un/refix README Gemfile typo typo

github.com/test-kitchen/busser-cucumber - 2ece0719a6204e27c32565e7224663adc4ef6371 authored almost 10 years ago by Jonathan Hartman <[email protected]>
Merge pull request #127 from vinyar/master

Update README.md with GUI info for Windows support

github.com/test-kitchen/kitchen-vagrant - 0ffabf7a7046fcd67708c132a69af3c2d2622e6f authored almost 10 years ago by Seth Vargo <[email protected]>
Update README.md

github.com/test-kitchen/kitchen-vagrant - 353cb548bba99eec5c091469a137eee52d39b1bc authored almost 10 years ago by Mr. Pacman <[email protected]>
minor version bump

github.com/test-kitchen/kitchen-docker - a2d6501fc69f38921a84cca2641669572c3566be authored almost 10 years ago by Sean Porter <[email protected]>
ensure there is a container id before inspecting a container

github.com/test-kitchen/kitchen-docker - 6649630e68db131f98c2bc5d69ab19dbb86c22b2 authored almost 10 years ago by Sean Porter <[email protected]>
use single quotes for centos platform/release adjustments

github.com/test-kitchen/kitchen-docker - b35dbe5b180195b3deb973ca0be292de97004fcd authored almost 10 years ago by Sean Porter <[email protected]>
minor version bump

github.com/test-kitchen/kitchen-docker - bdc10b495183c91c4301e04bec61418d3409a396 authored almost 10 years ago by Sean Porter <[email protected]>
redirect stderr & stdout, write out sudoers.d/#{username}

github.com/test-kitchen/kitchen-docker - 03b2a30d66a7a35ad9f2c5b16511651de6390deb authored almost 10 years ago by Sean Porter <[email protected]>
test instance_name, publish_all, and links.

github.com/test-kitchen/kitchen-docker - 4a87141a0de646c74e1acbdc4f29eab16a14175e authored almost 10 years ago by Sean Porter <[email protected]>
default run_command string concatenation

github.com/test-kitchen/kitchen-docker - 354c5377d52feed6fb54ac9b7aa40a809fc75bc5 authored almost 10 years ago by Sean Porter <[email protected]>
Merge pull request #71 from Aigeruth/fix/readme

Add ENV['DOCKER_HOST'] as default socket and add docs

github.com/test-kitchen/kitchen-docker - 7e42958a015aa9d4a5825f47787f971f184d7632 authored almost 10 years ago by Sean Porter <[email protected]>
Merge pull request #92 from marcy-terui/master

Support --name and --link and -P options to link between some containers.

github.com/test-kitchen/kitchen-docker - 0792a159026f67e508cd8b1d8388ea2d326bcc64 authored almost 10 years ago by Sean Porter <[email protected]>
added "fedora" as a supported platform value

github.com/test-kitchen/kitchen-docker - cd4ebfb717491b1d296e397a157448f8bfebeb77 authored almost 10 years ago by Sean Porter <[email protected]>
Merge pull request #95 from OscarBarrett/feature/use_sudo_documentation

Added configuration details for use_sudo

github.com/test-kitchen/kitchen-docker - a7e3f4814a99b5a95d49fb070f480367955fc971 authored almost 10 years ago by Sean Porter <[email protected]>
Merge pull request #126 from tknerr/disable-vagrant-berkshelf-plugin

Disable vagrant-berkshelf plugin by default...

github.com/test-kitchen/kitchen-vagrant - 24811d164e2757c51f3181062a5859e7335ed5c9 authored almost 10 years ago by Seth Vargo <[email protected]>
fix unrelated trailing whitespace to make travis-ci happy again

github.com/test-kitchen/kitchen-vagrant - c9da7afd1d1c4cfb88006e972238d0259f73ca9d authored almost 10 years ago by Torben Knerr <[email protected]>
remove config option and always disable vagrant-berkshelf if present

github.com/test-kitchen/kitchen-vagrant - 248198e21fe0c60a365fcf881bac5bafd135aeec authored almost 10 years ago by Torben Knerr <[email protected]>
re-add accidentally deleted newline

github.com/test-kitchen/kitchen-vagrant - a14c371dffdc47c624ee17c293bbe654ad9babca authored almost 10 years ago by Torben Knerr <[email protected]>
disable vagrant-berkshelf plugin by default because test-kitchen already takes care of the dependency resolution

github.com/test-kitchen/kitchen-vagrant - 217295f95c9159c50bb43ba3e04a75d8e7a2f276 authored almost 10 years ago by Torben Knerr <[email protected]>
Prepare for release

github.com/test-kitchen/kitchen-digitalocean - 16b8209f16d90d334bca29a7d0135597abdf4740 authored almost 10 years ago by Greg Fitzgerald <[email protected]>
Merge pull request #35 from RoboticCheese/roboticcheese/case-ssh-ids-as-string

Fix #34; make key IDs always a String

github.com/test-kitchen/kitchen-digitalocean - b22278d146f7616b5bf1309768c154303d58784e authored almost 10 years ago by Greg Fitzgerald <[email protected]>
Added configuration details for use_sudo and a note on a boot2docker caveat.

github.com/test-kitchen/kitchen-docker - d3c18ed78d3866a29162d9197263012692d2b229 authored almost 10 years ago by Oscar Barrett <[email protected]>
Added private_ip_address support.

github.com/test-kitchen/kitchen-ec2 - ad7341aa61f4cf29976148775f68815d317ff5b8 authored almost 10 years ago by Sean Carolan <[email protected]>
Fix #34; make key IDs always a String

github.com/test-kitchen/kitchen-digitalocean - 2e540086726f6fec652de07742047a8ee8fedd69 authored almost 10 years ago by Jonathan Hartman <[email protected]>
Merge pull request #82 from sebbrandt87/feature/userdata

added user_data for instance preparation

github.com/test-kitchen/kitchen-ec2 - 12b7719249007963a4f65a41454e81a5e474389b authored almost 10 years ago by Seth Vargo <[email protected]>
Merge pull request #567 from coderanger/patch-1

Pass the template filename down to Erb for __FILE__ et al

github.com/test-kitchen/test-kitchen - 8e4ed89f405a2bf68cd51b7289dcadc783eadd2b authored almost 10 years ago by Seth Vargo <[email protected]>
Pass the template filename down to Erb for __FILE__ et al

github.com/test-kitchen/test-kitchen - dfe6f05346cfc6da44538f8323b2ffc5b009c60c authored almost 10 years ago by Noah Kantrowitz <[email protected]>
Fix deprecated -dns argument. Add host support

github.com/test-kitchen/kitchen-docker - 8c751886736e9e272c7e5a50a0c92907585ec375 authored almost 10 years ago by Ilja Bobkevic <[email protected]>
added user_data implementation test

github.com/test-kitchen/kitchen-ec2 - 37bceaf6eaf607bb663f4188eaadb3edacf8186f authored almost 10 years ago by Sebastian Brandt <[email protected]>
Fix typo in README Gemfile sample

github.com/test-kitchen/busser-cucumber - d214b597a5e07fc9fd7d00ebde39a68d1a9d2bba authored almost 10 years ago by Jonathan Hartman <[email protected]>
Route TraviCI builds to new container-based infrastructure.

github.com/test-kitchen/test-kitchen - 237efd17dbcafd0c1334134e3f26b050f2ef49d5 authored almost 10 years ago by Fletcher Nichol <[email protected]>
Correct description of publish_all option

github.com/test-kitchen/kitchen-docker - 5e2054d2c6375b36d829bb7b743c635f6e2ff9a2 authored almost 10 years ago by Masashi Terui <[email protected]>
Add -P(--publish-all) option

github.com/test-kitchen/kitchen-docker - 3bd4d8877df8f569ddc9f9ae5683a07069231f5b authored almost 10 years ago by Masashi Terui <[email protected]>
Upgrade finstyle to version 1.4.0.

github.com/test-kitchen/test-kitchen - 4dc905a74bd86257e9f01bd91b06c0c18515763c authored almost 10 years ago by Fletcher Nichol <[email protected]>
Adds --name and --link options

github.com/test-kitchen/kitchen-docker - d2cad85864e63a97d3de59477eebde09a372a769 authored almost 10 years ago by Masashi Terui <[email protected]>
Bump version for dev

github.com/test-kitchen/kitchen-rackspace - 8e22784e2c318768c16671a0ef3b66e44fa8d122 authored almost 10 years ago by Jonathan Hartman <[email protected]>
Bump version for release

github.com/test-kitchen/kitchen-rackspace - f33460765f71fd78a52bc3243bce6c42691def3e authored almost 10 years ago by Jonathan Hartman <[email protected]>
Merge pull request #45 from test-kitchen/roboticcheese/update-image-data

Update image data

github.com/test-kitchen/kitchen-rackspace - 875b6f0d01672d881944eb453a1a0b13ebad73fa authored almost 10 years ago by Jonathan Hartman <[email protected]>
Add Ubuntu 14.10 and Fedora 21

github.com/test-kitchen/kitchen-rackspace - 249ea8925ca1ea4ec7f5e8db414ccd6f0eb5a349 authored almost 10 years ago by Jonathan Hartman <[email protected]>
Update failing tests

github.com/test-kitchen/kitchen-rackspace - ef0a56449179f700e6f1d5e9a25efe81575cf723 authored almost 10 years ago by Jonathan Hartman <[email protected]>
Suppress new Rubocop warnings for now

github.com/test-kitchen/kitchen-rackspace - 981d4281c1e87366c76025880fa9bda3a0c93550 authored almost 10 years ago by Jonathan Hartman <[email protected]>
Merge pull request #507 (rebased) from martinb3/master

Closes #507

github.com/test-kitchen/test-kitchen - e61aadabdbfd14bce5989969b98e3a663028bcaf authored almost 10 years ago by Fletcher Nichol <[email protected]>
Clarify comments in configuration loader.

The original comment used words like "higher" to mean "physically above
another element" and "lo...

github.com/test-kitchen/test-kitchen - 73d215638c0f92b58e8e8847ca6bdfb319c4f424 authored almost 10 years ago by Martin Smith <[email protected]>
Merge pull request #531 from lamont-granquist/lcg/mixlib-shellout

bump mixlib-shellout deps

github.com/test-kitchen/test-kitchen - 7feebb5c1fafb356897db865d16f352028fec9de authored almost 10 years ago by Fletcher Nichol <[email protected]>
Merge pull request #504 from jgoldschrafe/ssh-base-state-spec

Minor test fixes to SSHBase

github.com/test-kitchen/test-kitchen - 2ae3e6813e8f8eb2a0fd3f1a274ac63d9a9379bf authored almost 10 years ago by Fletcher Nichol <[email protected]>
Merge pull request (rebased) #558 from scarolan/patch-2

Closes #558

github.com/test-kitchen/test-kitchen - ac3ebcb4b7f1fbe426d4ace00a3fa41b1a3669e0 authored almost 10 years ago by Fletcher Nichol <[email protected]>
Update omnibus download URL to chef.io

github.com/test-kitchen/test-kitchen - 3c0431bca7461ef8d411714bb06f87a8bb93793e authored almost 10 years ago by Sean Carolan <[email protected]>
Merge pull request #527 from behanceops/auth-failure-retry

Auth failure retry

github.com/test-kitchen/test-kitchen - dcfced869608b411ad2bffc067c42458878dcbd3 authored almost 10 years ago by Seth Vargo <[email protected]>
Merge pull request #555 from test-kitchen/yaml-merge-precedence

[Breaking] Correct global YAML merge order to lowest (from highest).

github.com/test-kitchen/test-kitchen - 22a7bb8957853e44423fe895f7e638c827691c51 authored almost 10 years ago by Fletcher Nichol <[email protected]>
[Breaking] Correct global YAML merge order to lowest (from highest).

This addresses a merge order bug-of-intention between the following
files:

* .kitchen.yml (proj...

github.com/test-kitchen/test-kitchen - f3d8e9508f97bfa6835ca1cd951f0b65ca33a547 authored almost 10 years ago by Fletcher Nichol <[email protected]>
Remove TravisCI/JRuby testing until support is more explicit.

Support for running Test Kitchen on JRuby should actually be pretty
close, but needs a bit of ti...

github.com/test-kitchen/test-kitchen - d5c043055dcf5c2b1cb879b1f54d688b6155fae5 authored almost 10 years ago by Fletcher Nichol <[email protected]>
Merge pull request #554 from test-kitchen/instance-name-forward-slashes

Replace `/` with `-` in Instance names.

github.com/test-kitchen/test-kitchen - b7df5df20c9cdb2de2e05a007bcf250a58ebec06 authored almost 10 years ago by Fletcher Nichol <[email protected]>
Replace `/` with `-` in Instance names.

This further allows instance names to be used as server hostnames in
most cases (underscores and...

github.com/test-kitchen/test-kitchen - 0e4852d613d81fc8686194276722130d7f2df244 authored almost 10 years ago by Fletcher Nichol <[email protected]>
Reduce ABC complexity of ChefZero#run_command by extracting methods.

References #549

github.com/test-kitchen/test-kitchen - 25d6573ff43d08368272a12ccedd40b8b741fe41 authored almost 10 years ago by Fletcher Nichol <[email protected]>
Update string quote to pass `rake quality` (style).

References #549

github.com/test-kitchen/test-kitchen - 9e1cf4cf6d3420e616ecc0fbb18990d995af96a3 authored almost 10 years ago by Fletcher Nichol <[email protected]>
Update install-freebsd.sh

github.com/test-kitchen/kitchen-joyent - 46a64eaaca6d2d9f33aa3da85240aa014aee8f45 authored almost 10 years ago by Sean OMeara <[email protected]>
Update install-freebsd.sh

github.com/test-kitchen/kitchen-joyent - a7ccaa535eb2a947d768fd5417bafc4dee350b5e authored almost 10 years ago by Sean OMeara <[email protected]>
Bump image data to latest published images

github.com/test-kitchen/kitchen-rackspace - 2b6d30316e400038fa8f40893cb75f070c1b65ec authored almost 10 years ago by Martin Smith <[email protected]>
Fix default value for service_accounts

Default should be nil, not an empty array.

github.com/test-kitchen/kitchen-google - 4274e0f7789178072a07846871d785b020079a7c authored almost 10 years ago by Andrew Leonard <[email protected]>