[DRE-commits] [chef-zero] 01/09: Merge tag 'upstream/4.4.0'
Stefano Rivera
stefano at rivera.za.net
Sun Jan 3 15:57:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
stefanor pushed a commit to branch master
in repository chef-zero.
commit d966ecc820bf4a7005ddf7fe9e513f50a807a39a
Merge: ec75efa 80d28bf
Author: Stefano Rivera <stefanor at debian.org>
Date: Thu Dec 31 21:52:52 2015 +0200
Merge tag 'upstream/4.4.0'
Upstream version 4.4.0
Gemfile | 14 ++
README.md | 7 +-
Rakefile | 26 +++-
bin/chef-zero | 5 +
chef-zero.gemspec | 33 +++++
lib/chef_zero.rb | 3 +
lib/chef_zero/chef_data/data_normalizer.rb | 48 +++++--
lib/chef_zero/chef_data/default_creator.rb | 9 +-
lib/chef_zero/endpoints/actor_endpoint.rb | 10 +-
.../cookbook_artifacts_cookbook_endpoint.rb | 24 ++++
.../cookbook_artifacts_cookbook_identifier.rb | 67 +++++++++
.../endpoints/cookbook_artifacts_endpoint.rb | 34 +++++
.../endpoints/cookbook_version_endpoint.rb | 8 +-
lib/chef_zero/endpoints/dummy_endpoint.rb | 31 ++++
lib/chef_zero/endpoints/node_endpoint.rb | 14 ++
.../endpoints/node_identifiers_endpoint.rb | 22 +++
lib/chef_zero/endpoints/nodes_endpoint.rb | 35 +++++
.../organization_association_requests_endpoint.rb | 5 +-
lib/chef_zero/endpoints/organization_endpoint.rb | 13 +-
lib/chef_zero/endpoints/organization_user_base.rb | 15 ++
.../endpoints/organization_user_endpoint.rb | 24 +---
.../endpoints/organization_users_endpoint.rb | 33 ++++-
lib/chef_zero/endpoints/organizations_endpoint.rb | 7 +
lib/chef_zero/endpoints/policies_endpoint.rb | 156 ++-------------------
lib/chef_zero/endpoints/policy_endpoint.rb | 24 ++++
lib/chef_zero/endpoints/policy_group_endpoint.rb | 46 ++++++
.../endpoints/policy_group_policy_endpoint.rb | 84 +++++++++++
lib/chef_zero/endpoints/policy_groups_endpoint.rb | 38 +++++
.../endpoints/policy_revision_endpoint.rb | 23 +++
.../endpoints/policy_revisions_endpoint.rb | 15 ++
lib/chef_zero/endpoints/principal_endpoint.rb | 4 +
lib/chef_zero/endpoints/search_endpoint.rb | 14 +-
.../endpoints/server_api_version_endpoint.rb | 14 ++
.../endpoints/user_organizations_endpoint.rb | 2 +-
lib/chef_zero/rest_base.rb | 75 +++++++++-
lib/chef_zero/rest_request.rb | 4 +
lib/chef_zero/rspec.rb | 33 +++++
lib/chef_zero/server.rb | 55 +++++++-
lib/chef_zero/version.rb | 2 +-
metadata.yml | 103 +++++++++++---
spec/run_oc_pedant.rb | 82 ++++++++++-
spec/run_pedant.rb | 103 --------------
spec/server_spec.rb | 1 +
spec/support/oc_pedant.rb | 48 +++++--
spec/support/pedant.rb | 129 -----------------
45 files changed, 1053 insertions(+), 489 deletions(-)
--
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