[DRE-commits] [berkshelf] branch master updated (0feb6ad -> bc08b57)

Hleb Valoshka tsfgnu-guest at moszumanska.debian.org
Thu Jul 27 20:44:31 UTC 2017


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

tsfgnu-guest pushed a change to branch master
in repository berkshelf.

      from  0feb6ad   Relax version of mixlib-archive in gemspec
      adds  5f4ddbf   New upstream version 6.2.1
       new  6e5e934   Updated version 6.2.1 from 'upstream/6.2.1'
       new  5df7ae6   d/control: update dependencies
       new  2c81ba8   Update patches
       new  bc08b57   d/changelog: t

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 spec/fixtures/lockfiles/blank.lock => .rubocop.yml |    0
 .travis.yml                                        |   40 +-
 CHANGELOG.md                                       | 1602 ++++++--------------
 CONTRIBUTING.md                                    |    6 +-
 Gemfile                                            |   49 +-
 Gemfile.lock                                       |  504 +++---
 Guardfile                                          |   23 -
 README.md                                          |   14 +-
 Rakefile                                           |   55 +-
 Thorfile                                           |   32 +-
 appveyor.yml                                       |   31 +
 berkshelf.gemspec                                  |   84 +-
 bin/berks                                          |    4 +-
 debian/changelog                                   |    6 +-
 debian/control                                     |   47 +-
 debian/patches/0001-Remove-spork-usage.patch       |   70 -
 .../0002-Don-t-change-LOAD_PATH-in-bin-berks.patch |   11 +-
 ...0003-Use-usr-share-berkshelf-as-data-root.patch |   36 +-
 ...k-for-Berkshelf-InvalidCookbookFiles-only.patch |   21 -
 debian/patches/0005-Ignore-networked-tests.patch   |   34 +-
 ... 0006-Use-better-temporary-path-in-tests.patch} |    4 +-
 ...gnore-randomly-failing-under-sbuild-test.patch} |    4 +-
 ...ruby-ridley-ruby-solve-version-in-gemfile.patch |   23 -
 .../0008-Ignore-test-failing-in-sbuild.patch       |   46 +-
 ...elax-version-of-mixlib-archive-in-gemspec.patch |   15 -
 debian/patches/series                              |    8 +-
 docs/berkshelf_for_newcomers.md                    |   65 +
 features/artifactory.feature                       |   70 +
 features/commands/contingent.feature               |    1 -
 features/commands/install.feature                  |   60 +-
 features/commands/outdated.feature                 |    3 -
 features/commands/search.feature                   |    5 +-
 features/commands/shelf/uninstall.feature          |    4 +-
 features/commands/vendor.feature                   |   10 +-
 features/commands/viz.feature                      |    2 +-
 features/config.feature                            |   10 +-
 features/json_formatter.feature                    |   13 +-
 features/lockfile.feature                          |    4 +-
 features/step_definitions/berksfile_steps.rb       |   17 +-
 features/step_definitions/chef/config_steps.rb     |    8 +-
 features/step_definitions/chef_server_steps.rb     |   12 +-
 features/step_definitions/cli_steps.rb             |   16 +-
 features/step_definitions/config_steps.rb          |   10 +-
 features/step_definitions/environment_steps.rb     |    4 +
 features/step_definitions/filesystem_steps.rb      |   27 +-
 features/step_definitions/json_steps.rb            |   10 +-
 features/step_definitions/utility_steps.rb         |    8 +-
 features/support/env.rb                            |  141 +-
 lib/berkshelf.rb                                   |  168 +-
 lib/berkshelf/api-client.rb                        |    1 +
 lib/berkshelf/api_client.rb                        |   24 +
 lib/berkshelf/api_client/chef_server_connection.rb |   28 +
 lib/berkshelf/api_client/connection.rb             |   55 +
 lib/berkshelf/api_client/errors.rb                 |   10 +
 lib/berkshelf/api_client/remote_cookbook.rb        |   54 +
 lib/berkshelf/api_client/version.rb                |    5 +
 lib/berkshelf/base_generator.rb                    |   21 +-
 lib/berkshelf/berksfile.rb                         |   98 +-
 lib/berkshelf/cached_cookbook.rb                   |   14 +-
 lib/berkshelf/chef_repo_universe.rb                |   45 +
 lib/berkshelf/cli.rb                               |  285 ++--
 lib/berkshelf/commands/shelf.rb                    |   37 +-
 lib/berkshelf/commands/test_command.rb             |   13 -
 lib/berkshelf/community_rest.rb                    |   83 +-
 lib/berkshelf/config.rb                            |  116 +-
 lib/berkshelf/cookbook_generator.rb                |   76 +-
 lib/berkshelf/cookbook_store.rb                    |    8 +-
 lib/berkshelf/core_ext/file_utils.rb               |   17 +-
 lib/berkshelf/dependency.rb                        |   46 +-
 lib/berkshelf/downloader.rb                        |   80 +-
 lib/berkshelf/errors.rb                            |   36 +-
 lib/berkshelf/file_syncer.rb                       |   52 +-
 lib/berkshelf/formatters/human.rb                  |   10 +-
 lib/berkshelf/formatters/json.rb                   |    4 +-
 lib/berkshelf/init_generator.rb                    |  128 +-
 lib/berkshelf/installer.rb                         |  219 +--
 lib/berkshelf/location.rb                          |   18 +-
 lib/berkshelf/locations/git.rb                     |   36 +-
 lib/berkshelf/locations/github.rb                  |   14 +-
 lib/berkshelf/locations/path.rb                    |    4 +-
 lib/berkshelf/lockfile.rb                          |  623 ++++----
 lib/berkshelf/mixin/git.rb                         |    9 +-
 lib/berkshelf/packager.rb                          |    8 +-
 lib/berkshelf/resolver.rb                          |    4 +-
 lib/berkshelf/resolver/graph.rb                    |    2 +-
 lib/berkshelf/ridley_compat.rb                     |   78 +
 lib/berkshelf/shell.rb                             |    2 +-
 lib/berkshelf/shell_out.rb                         |   17 +
 lib/berkshelf/source.rb                            |  104 +-
 lib/berkshelf/source_uri.rb                        |    8 +-
 lib/berkshelf/ssl_policies.rb                      |   40 +
 lib/berkshelf/streaming_file_adapter.rb            |   22 +
 lib/berkshelf/thor.rb                              |    2 +-
 lib/berkshelf/uploader.rb                          |   96 +-
 lib/berkshelf/validator.rb                         |    4 +-
 lib/berkshelf/version.rb                           |    2 +-
 lib/berkshelf/visualizer.rb                        |   27 +-
 spec/config/knife.rb                               |    4 +-
 spec/data/trusted_certs/example.crt                |   22 +
 spec/fixtures/Berksfile                            |    6 +-
 .../cookbooks/app/metadata.rb                      |    2 +
 .../cookbooks/jenkins-config/metadata.rb           |    4 +
 .../cookbooks/jenkins/metadata.rb                  |    2 +
 .../cookbook-path/jenkins-config/metadata.rb       |    6 +-
 .../cookbook-store/jenkins-2.0.3/metadata.rb       |   10 +-
 .../cookbook-store/jenkins-2.0.4/metadata.rb       |    8 +-
 .../cookbooks/example_cookbook-0.5.0/metadata.rb   |    6 +-
 .../cookbooks/example_cookbook/metadata.rb         |    6 +-
 spec/spec_helper.rb                                |  121 +-
 spec/support/chef_api.rb                           |   23 +-
 spec/support/chef_server.rb                        |   20 +-
 spec/support/git.rb                                |   79 +-
 spec/support/kitchen.rb                            |   14 -
 spec/support/matchers/file_system_matchers.rb      |    5 +-
 spec/support/matchers/filepath_matchers.rb         |    4 +-
 spec/support/path_helpers.rb                       |   24 +-
 spec/support/shared_examples/formatter.rb          |    2 +-
 spec/unit/berkshelf/berksfile_spec.rb              |  158 +-
 .../berkshelf/api_client/connection_spec.rb        |  100 ++
 .../berkshelf/api_client/remote_cookbook_spec.rb   |   23 +
 spec/unit/berkshelf/berkshelf/api_client_spec.rb   |    9 +
 spec/unit/berkshelf/cached_cookbook_spec.rb        |   84 +-
 spec/unit/berkshelf/chef_repo_universe_spec.rb     |   37 +
 spec/unit/berkshelf/cli_spec.rb                    |   12 +-
 spec/unit/berkshelf/community_rest_spec.rb         |  166 +-
 spec/unit/berkshelf/config_spec.rb                 |   72 +-
 spec/unit/berkshelf/cookbook_generator_spec.rb     |   86 +-
 spec/unit/berkshelf/cookbook_store_spec.rb         |   82 +-
 spec/unit/berkshelf/core_ext/file_utils_spec.rb    |   18 +-
 spec/unit/berkshelf/core_ext/pathname_spec.rb      |    2 +-
 spec/unit/berkshelf/dependency_spec.rb             |   86 +-
 spec/unit/berkshelf/downloader_spec.rb             |  209 ++-
 spec/unit/berkshelf/errors_spec.rb                 |   17 +-
 spec/unit/berkshelf/file_syncer_spec.rb            |  192 +--
 spec/unit/berkshelf/formatters/base_spec.rb        |   46 +-
 spec/unit/berkshelf/formatters/human_spec.rb       |    4 +-
 spec/unit/berkshelf/formatters/json_spec.rb        |    4 +-
 spec/unit/berkshelf/formatters/null_spec.rb        |    6 +-
 spec/unit/berkshelf/init_generator_spec.rb         |  185 ++-
 spec/unit/berkshelf/installer_spec.rb              |   16 +-
 spec/unit/berkshelf/location_spec.rb               |   22 +-
 spec/unit/berkshelf/locations/base_spec.rb         |   70 +-
 spec/unit/berkshelf/locations/git_spec.rb          |  176 +--
 spec/unit/berkshelf/locations/path_spec.rb         |   80 +-
 spec/unit/berkshelf/lockfile_parser_spec.rb        |  136 +-
 spec/unit/berkshelf/lockfile_spec.rb               |  395 ++---
 spec/unit/berkshelf/logger_spec.rb                 |    6 +-
 spec/unit/berkshelf/mixin/logging_spec.rb          |   10 +-
 spec/unit/berkshelf/packager_spec.rb               |    4 +-
 spec/unit/berkshelf/resolver/graph_spec.rb         |   18 +-
 spec/unit/berkshelf/resolver_spec.rb               |   34 +-
 spec/unit/berkshelf/shell_spec.rb                  |   68 +-
 spec/unit/berkshelf/source_spec.rb                 |  195 ++-
 spec/unit/berkshelf/source_uri_spec.rb             |    2 +-
 spec/unit/berkshelf/ssl_policies_spec.rb           |   91 ++
 spec/unit/berkshelf/uploader_spec.rb               |  125 +-
 spec/unit/berkshelf/validator_spec.rb              |   32 +-
 spec/unit/berkshelf/visualizer_spec.rb             |   39 +-
 spec/unit/berkshelf_spec.rb                        |   43 +-
 159 files changed, 5161 insertions(+), 4489 deletions(-)
 copy spec/fixtures/lockfiles/blank.lock => .rubocop.yml (100%)
 delete mode 100644 Guardfile
 create mode 100644 appveyor.yml
 delete mode 100644 debian/patches/0001-Remove-spork-usage.patch
 delete mode 100644 debian/patches/0004-Check-for-Berkshelf-InvalidCookbookFiles-only.patch
 rename debian/patches/{0009-Use-better-temporary-path-in-tests.patch => 0006-Use-better-temporary-path-in-tests.patch} (89%)
 rename debian/patches/{0010-Ignore-randomly-failing-under-sbuild-test.patch => 0007-Ignore-randomly-failing-under-sbuild-test.patch} (86%)
 delete mode 100644 debian/patches/0007-Loose-ruby-ridley-ruby-solve-version-in-gemfile.patch
 delete mode 100644 debian/patches/0011-Relax-version-of-mixlib-archive-in-gemspec.patch
 create mode 100644 docs/berkshelf_for_newcomers.md
 create mode 100644 features/artifactory.feature
 create mode 100644 lib/berkshelf/api-client.rb
 create mode 100644 lib/berkshelf/api_client.rb
 create mode 100644 lib/berkshelf/api_client/chef_server_connection.rb
 create mode 100644 lib/berkshelf/api_client/connection.rb
 create mode 100644 lib/berkshelf/api_client/errors.rb
 create mode 100644 lib/berkshelf/api_client/remote_cookbook.rb
 create mode 100644 lib/berkshelf/api_client/version.rb
 create mode 100644 lib/berkshelf/chef_repo_universe.rb
 delete mode 100644 lib/berkshelf/commands/test_command.rb
 create mode 100644 lib/berkshelf/ridley_compat.rb
 create mode 100644 lib/berkshelf/shell_out.rb
 create mode 100644 lib/berkshelf/ssl_policies.rb
 create mode 100644 lib/berkshelf/streaming_file_adapter.rb
 create mode 100644 spec/data/trusted_certs/example.crt
 create mode 100644 spec/fixtures/complex-cookbook-path/cookbooks/app/metadata.rb
 create mode 100644 spec/fixtures/complex-cookbook-path/cookbooks/jenkins-config/metadata.rb
 create mode 100644 spec/fixtures/complex-cookbook-path/cookbooks/jenkins/metadata.rb
 create mode 100644 spec/unit/berkshelf/berkshelf/api_client/connection_spec.rb
 create mode 100644 spec/unit/berkshelf/berkshelf/api_client/remote_cookbook_spec.rb
 create mode 100644 spec/unit/berkshelf/berkshelf/api_client_spec.rb
 create mode 100644 spec/unit/berkshelf/chef_repo_universe_spec.rb
 create mode 100644 spec/unit/berkshelf/ssl_policies_spec.rb

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



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