[DRE-commits] [chef-zero] branch master updated (4f1e3fc -> 5a7abe9)

Stefano Rivera stefano at rivera.za.net
Sat May 7 11:10:34 UTC 2016


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

stefanor pushed a change to branch master
in repository chef-zero.

      from  4f1e3fc   Run wrap-and-sort on packaging files
      adds  a687e91   Imported Upstream version 4.6.2
       new  97ca666   Merge tag 'upstream/4.6.2'
       new  1c9043e   New upstream release.
       new  d57d46b   Bump Standards-Version to 3.9.8, no changes needed.
       new  5a7abe9   Upload to unstable

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:
 Gemfile                                            |   6 +-
 Rakefile                                           |  52 ++--
 bin/chef-zero                                      |   3 +-
 chef-zero.gemspec                                  |   3 +-
 debian/changelog                                   |   8 +
 debian/control                                     |   2 +-
 ...1-Remove-requires-of-rubygems-and-bundler.patch |  10 +-
 lib/chef_zero/chef_data/cookbook_data.rb           |   5 +
 lib/chef_zero/chef_data/data_normalizer.rb         |   6 +-
 lib/chef_zero/data_store/data_error.rb             |   7 +-
 .../endpoints/actor_default_key_endpoint.rb        |  77 +++++
 lib/chef_zero/endpoints/actor_endpoint.rb          | 128 ++++++--
 lib/chef_zero/endpoints/actor_key_endpoint.rb      |  62 ++++
 lib/chef_zero/endpoints/actor_keys_endpoint.rb     | 129 ++++++++
 lib/chef_zero/endpoints/actors_endpoint.rb         |  50 +++-
 .../organization_user_default_key_endpoint.rb      |  16 +
 .../endpoints/organization_user_key_endpoint.rb    |  17 ++
 .../endpoints/organization_user_keys_endpoint.rb   |  17 ++
 lib/chef_zero/endpoints/principal_endpoint.rb      |  13 +-
 lib/chef_zero/endpoints/rest_object_endpoint.rb    |  24 +-
 .../endpoints/server_api_version_endpoint.rb       |   2 +-
 lib/chef_zero/rest_base.rb                         | 107 +++++--
 lib/chef_zero/rest_error_response.rb               |   6 +-
 lib/chef_zero/rest_request.rb                      |  13 +-
 lib/chef_zero/rest_router.rb                       |  61 ++--
 lib/chef_zero/rspec.rb                             |   2 +-
 lib/chef_zero/server.rb                            |  69 +++--
 lib/chef_zero/version.rb                           |   2 +-
 metadata.yml                                       | 332 ---------------------
 spec/run_oc_pedant.rb                              | 109 +++++--
 30 files changed, 818 insertions(+), 520 deletions(-)
 create mode 100644 lib/chef_zero/endpoints/actor_default_key_endpoint.rb
 create mode 100644 lib/chef_zero/endpoints/actor_key_endpoint.rb
 create mode 100644 lib/chef_zero/endpoints/actor_keys_endpoint.rb
 create mode 100644 lib/chef_zero/endpoints/organization_user_default_key_endpoint.rb
 create mode 100644 lib/chef_zero/endpoints/organization_user_key_endpoint.rb
 create mode 100644 lib/chef_zero/endpoints/organization_user_keys_endpoint.rb
 delete mode 100644 metadata.yml

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



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