[DRE-commits] [berkshelf] 01/04: Updated version 6.2.1 from 'upstream/6.2.1'

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 commit to branch master
in repository berkshelf.

commit 6e5e934fa97f3fd3863eea8f9740247d9c1f88dd
Merge: 0feb6ad 5f4ddbf
Author: Hleb Valoshka <375gnu at gmail.com>
Date:   Sun Jul 23 18:38:40 2017 +0300

    Updated version 6.2.1 from 'upstream/6.2.1'
    
    with Debian dir 85312eb1013d7c07164624dc75d60afb2bd270b4

 .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 +-
 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 +-
 146 files changed, 5061 insertions(+), 4264 deletions(-)

-- 
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