[DRE-commits] [test-kitchen] 36/39: Merge tag 'upstream/1.10.2'

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Fri Aug 5 12:46:52 UTC 2016


This is an automated email from the git hooks/post-receive script.

tsfgnu-guest pushed a commit to branch master
in repository test-kitchen.

commit 74c6bf25517ab436e5381a6bd1e8882303d8444b
Merge: 0f59b6c 7c72b8b
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Fri Aug 5 14:25:25 2016 +0300

    Merge tag 'upstream/1.10.2'
    
    Upstream version 1.10.2

 .kitchen.ci.yml                                |   5 +-
 Berksfile                                      |   2 +-
 CHANGELOG.md                                   |  80 ++++++++-
 ECOSYSTEM.md                                   |  92 ++++++++++
 MAINTAINERS.md                                 |   8 +-
 README.md                                      |  10 +-
 Rakefile                                       |   2 +-
 appveyor.yml                                   |   4 +-
 lib/kitchen/cli.rb                             |   5 +
 lib/kitchen/command.rb                         |  42 ++++-
 lib/kitchen/config.rb                          |   8 +-
 lib/kitchen/configurable.rb                    |  86 +++++----
 lib/kitchen/data_munger.rb                     |   5 +-
 lib/kitchen/driver/ssh_base.rb                 |  19 +-
 lib/kitchen/errors.rb                          |  34 +++-
 lib/kitchen/logger.rb                          |  19 +-
 lib/kitchen/provisioner/base.rb                |  12 +-
 lib/kitchen/provisioner/chef/common_sandbox.rb |  48 ++++-
 lib/kitchen/provisioner/chef/policyfile.rb     | 107 +++++++++++
 lib/kitchen/provisioner/chef_base.rb           |  54 ++++--
 lib/kitchen/provisioner/chef_zero.rb           |  16 +-
 lib/kitchen/provisioner/shell.rb               |   2 +-
 lib/kitchen/rake_tasks.rb                      |   9 +-
 lib/kitchen/ssh.rb                             |  17 ++
 lib/kitchen/transport/base.rb                  |  45 ++++-
 lib/kitchen/transport/ssh.rb                   |  40 ++++-
 lib/kitchen/transport/winrm.rb                 |  70 +++++++-
 lib/kitchen/verifier/busser.rb                 |   3 +-
 lib/kitchen/version.rb                         |   2 +-
 spec/kitchen/config_spec.rb                    |  27 ++-
 spec/kitchen/configurable_spec.rb              |  10 +-
 spec/kitchen/data_munger_spec.rb               |  68 +++++++
 spec/kitchen/driver/ssh_base_spec.rb           |   7 +-
 spec/kitchen/errors_spec.rb                    |  28 ++-
 spec/kitchen/logger_spec.rb                    |  21 ++-
 spec/kitchen/provisioner/base_spec.rb          |   3 +-
 spec/kitchen/provisioner/chef_base_spec.rb     | 235 ++++++++++++++++++++++++-
 spec/kitchen/provisioner/shell_spec.rb         |   8 +
 spec/kitchen/transport/base_spec.rb            |  42 +++++
 spec/kitchen/transport/ssh_spec.rb             |  62 +++----
 spec/kitchen/transport/winrm_spec.rb           | 195 +++++++++++++++++++-
 test-kitchen.gemspec                           |   9 +-
 test/integration/default/default_spec.rb       |   4 +-
 testing_windows.md                             |   1 +
 44 files changed, 1379 insertions(+), 187 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/test-kitchen.git



More information about the Pkg-ruby-extras-commits mailing list