chef 13.12.14-universal-mingw32 → 14.0.190-universal-mingw32
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CONTRIBUTING.md +151 -0
- data/Gemfile +12 -9
- data/README.md +34 -32
- data/Rakefile +22 -18
- data/VERSION +1 -0
- data/acceptance/.shared/kitchen_acceptance/.kitchen.digitalocean.yml +33 -0
- data/acceptance/.shared/kitchen_acceptance/.kitchen.ec2.yml +272 -0
- data/acceptance/.shared/kitchen_acceptance/.kitchen.vagrant.yml +57 -0
- data/acceptance/.shared/kitchen_acceptance/libraries/kitchen.rb +68 -0
- data/acceptance/.shared/kitchen_acceptance/metadata.rb +1 -0
- data/acceptance/Gemfile +19 -0
- data/acceptance/Gemfile.lock +266 -0
- data/acceptance/README.md +137 -0
- data/acceptance/basics/.acceptance/acceptance-cookbook/.gitignore +2 -0
- data/acceptance/basics/.acceptance/acceptance-cookbook/metadata.rb +3 -0
- data/acceptance/basics/.acceptance/acceptance-cookbook/recipes/destroy.rb +1 -0
- data/acceptance/basics/.acceptance/acceptance-cookbook/recipes/provision.rb +1 -0
- data/acceptance/basics/.acceptance/acceptance-cookbook/recipes/verify.rb +1 -0
- data/acceptance/basics/.kitchen.yml +4 -0
- data/acceptance/basics/test/integration/chef-current-install/serverspec/chef_client_spec.rb +19 -0
- data/acceptance/basics/test/integration/chef-current-install/serverspec/spec_helper.rb +6 -0
- data/acceptance/basics/test/integration/helpers/serverspec/Gemfile +8 -0
- data/acceptance/data-collector/.acceptance/acceptance-cookbook/.gitignore +2 -0
- data/acceptance/data-collector/.acceptance/acceptance-cookbook/metadata.rb +3 -0
- data/acceptance/data-collector/.acceptance/acceptance-cookbook/recipes/destroy.rb +2 -0
- data/acceptance/data-collector/.acceptance/acceptance-cookbook/recipes/provision.rb +2 -0
- data/acceptance/data-collector/.acceptance/acceptance-cookbook/recipes/verify.rb +2 -0
- data/acceptance/data-collector/.acceptance/data-collector-test/.gitignore +16 -0
- data/acceptance/data-collector/.acceptance/data-collector-test/Berksfile +3 -0
- data/acceptance/data-collector/.acceptance/data-collector-test/files/default/api.rb +101 -0
- data/acceptance/data-collector/.acceptance/data-collector-test/files/default/apigemfile +3 -0
- data/acceptance/data-collector/.acceptance/data-collector-test/files/default/client-rb-both-mode.rb +4 -0
- data/acceptance/data-collector/.acceptance/data-collector-test/files/default/client-rb-client-mode.rb +4 -0
- data/acceptance/data-collector/.acceptance/data-collector-test/files/default/client-rb-no-endpoint.rb +2 -0
- data/acceptance/data-collector/.acceptance/data-collector-test/files/default/client-rb-solo-mode.rb +4 -0
- data/acceptance/data-collector/.acceptance/data-collector-test/files/default/config.ru +2 -0
- data/acceptance/data-collector/.acceptance/data-collector-test/metadata.rb +7 -0
- data/acceptance/data-collector/.acceptance/data-collector-test/recipes/default.rb +44 -0
- data/acceptance/data-collector/.kitchen.yml +9 -0
- data/acceptance/data-collector/Berksfile +3 -0
- data/acceptance/data-collector/test/integration/default/serverspec/default_spec.rb +208 -0
- data/acceptance/data-collector/test/integration/helpers/serverspec/Gemfile +8 -0
- data/acceptance/omnitruck/.acceptance/acceptance-cookbook/.gitignore +2 -0
- data/acceptance/omnitruck/.acceptance/acceptance-cookbook/metadata.rb +1 -0
- data/acceptance/omnitruck/.acceptance/acceptance-cookbook/recipes/destroy.rb +1 -0
- data/acceptance/omnitruck/.acceptance/acceptance-cookbook/recipes/provision.rb +1 -0
- data/acceptance/omnitruck/.acceptance/acceptance-cookbook/recipes/verify.rb +61 -0
- data/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/.gitignore +2 -0
- data/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/cookbook_kitchen.rb +43 -0
- data/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/libraries/top_cookbooks.rb +41 -0
- data/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/metadata.rb +3 -0
- data/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/recipes/destroy.rb +1 -0
- data/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/recipes/provision.rb +1 -0
- data/acceptance/top-cookbooks/.acceptance/acceptance-cookbook/recipes/verify.rb +1 -0
- data/acceptance/top-cookbooks/.gitignore +1 -0
- data/acceptance/top-cookbooks/.kitchen.chocolatey.yml +6 -0
- data/acceptance/top-cookbooks/.kitchen.iis.yml +4 -0
- data/acceptance/top-cookbooks/.kitchen.learn-the-basics-rhel.yml +7 -0
- data/acceptance/top-cookbooks/.kitchen.learn-the-basics-ubuntu.yml +7 -0
- data/acceptance/top-cookbooks/.kitchen.learn-the-basics-windows.yml +7 -0
- data/acceptance/top-cookbooks/.kitchen.powershell.yml +4 -0
- data/acceptance/top-cookbooks/.kitchen.sql_server.yml +5 -0
- data/acceptance/top-cookbooks/.kitchen.winbox.yml +8 -0
- data/acceptance/top-cookbooks/.kitchen.windows.yml +38 -0
- data/acceptance/trivial/.acceptance/acceptance-cookbook/.gitignore +2 -0
- data/acceptance/trivial/.acceptance/acceptance-cookbook/metadata.rb +2 -0
- data/acceptance/trivial/.acceptance/acceptance-cookbook/recipes/destroy.rb +1 -0
- data/acceptance/trivial/.acceptance/acceptance-cookbook/recipes/provision.rb +1 -0
- data/acceptance/trivial/.acceptance/acceptance-cookbook/recipes/verify.rb +1 -0
- data/acceptance/trivial/.kitchen.yml +7 -0
- data/acceptance/trivial/test/integration/chef-current-install/inspec/chef_client_spec.rb +5 -0
- data/acceptance/windows-service/.acceptance/acceptance-cookbook/.gitignore +2 -0
- data/acceptance/windows-service/.acceptance/acceptance-cookbook/metadata.rb +2 -0
- data/acceptance/windows-service/.acceptance/acceptance-cookbook/recipes/destroy.rb +1 -0
- data/acceptance/windows-service/.acceptance/acceptance-cookbook/recipes/provision.rb +1 -0
- data/acceptance/windows-service/.acceptance/acceptance-cookbook/recipes/verify.rb +1 -0
- data/acceptance/windows-service/.kitchen.yml +7 -0
- data/acceptance/windows-service/test/integration/chef-windows-service/inspec/chef_windows_service_spec.rb +58 -0
- data/chef-universal-mingw32.gemspec +2 -2
- data/chef.gemspec +10 -10
- data/distro/powershell/chef/Chef.PowerShell.dll +0 -0
- data/distro/powershell/chef/Newtonsoft.Json.dll +0 -0
- data/lib/chef/api_client.rb +1 -1
- data/lib/chef/api_client/registration.rb +10 -2
- data/lib/chef/api_client_v1.rb +7 -6
- data/lib/chef/application.rb +75 -46
- data/lib/chef/application/client.rb +17 -19
- data/lib/chef/application/solo.rb +13 -16
- data/lib/chef/application/windows_service.rb +5 -5
- data/lib/chef/audit/audit_event_proxy.rb +1 -1
- data/lib/chef/audit/audit_reporter.rb +12 -12
- data/lib/chef/audit/runner.rb +2 -2
- data/lib/chef/chef_fs/chef_fs_data_store.rb +17 -31
- data/lib/chef/chef_fs/command_line.rb +9 -9
- data/lib/chef/chef_fs/data_handler/acl_data_handler.rb +1 -1
- data/lib/chef/chef_fs/data_handler/policy_data_handler.rb +1 -1
- data/lib/chef/chef_fs/data_handler/policy_group_data_handler.rb +1 -1
- data/lib/chef/chef_fs/file_system/chef_server/cookbook_dir.rb +2 -2
- data/lib/chef/chef_fs/file_system/chef_server/policies_dir.rb +2 -2
- data/lib/chef/chef_fs/file_system/multiplexed_dir.rb +1 -1
- data/lib/chef/chef_fs/file_system/repository/base_file.rb +2 -2
- data/lib/chef/chef_fs/file_system_cache.rb +1 -1
- data/lib/chef/chef_fs/path_utils.rb +2 -2
- data/lib/chef/client.rb +61 -41
- data/lib/chef/config.rb +1 -2
- data/lib/chef/config_fetcher.rb +1 -1
- data/lib/chef/cookbook/chefignore.rb +2 -2
- data/lib/chef/cookbook/cookbook_collection.rb +2 -2
- data/lib/chef/cookbook/cookbook_version_loader.rb +0 -1
- data/lib/chef/cookbook/gem_installer.rb +4 -4
- data/lib/chef/cookbook/manifest_v2.rb +1 -1
- data/lib/chef/cookbook/metadata.rb +2 -3
- data/lib/chef/cookbook/remote_file_vendor.rb +4 -4
- data/lib/chef/cookbook/synchronizer.rb +2 -2
- data/lib/chef/cookbook/syntax_check.rb +4 -4
- data/lib/chef/cookbook_loader.rb +10 -2
- data/lib/chef/cookbook_site_streaming_uploader.rb +4 -4
- data/lib/chef/cookbook_uploader.rb +2 -3
- data/lib/chef/cookbook_version.rb +5 -11
- data/lib/chef/data_bag.rb +1 -3
- data/lib/chef/data_bag_item.rb +1 -7
- data/lib/chef/data_collector.rb +111 -35
- data/lib/chef/data_collector/messages.rb +2 -2
- data/lib/chef/data_collector/messages/helpers.rb +2 -4
- data/lib/chef/deprecated.rb +0 -4
- data/lib/chef/dsl/data_query.rb +1 -5
- data/lib/chef/dsl/include_attribute.rb +3 -7
- data/lib/chef/dsl/include_recipe.rb +1 -5
- data/lib/chef/dsl/platform_introspection.rb +9 -13
- data/lib/chef/dsl/reboot_pending.rb +1 -8
- data/lib/chef/dsl/recipe.rb +2 -12
- data/lib/chef/dsl/universal.rb +3 -3
- data/lib/chef/environment.rb +2 -4
- data/lib/chef/event_dispatch/dsl.rb +2 -2
- data/lib/chef/exceptions.rb +1 -1
- data/lib/chef/file_access_control/unix.rb +14 -14
- data/lib/chef/file_content_management/content_base.rb +3 -1
- data/lib/chef/file_content_management/deploy/cp.rb +2 -2
- data/lib/chef/file_content_management/deploy/mv_unix.rb +4 -4
- data/lib/chef/file_content_management/deploy/mv_windows.rb +1 -1
- data/lib/chef/file_content_management/tempfile.rb +1 -1
- data/lib/chef/formatters/error_inspectors/compile_error_inspector.rb +3 -3
- data/lib/chef/guard_interpreter/default_guard_interpreter.rb +3 -1
- data/lib/chef/guard_interpreter/resource_guard_interpreter.rb +2 -2
- data/lib/chef/handler.rb +1 -3
- data/lib/chef/handler/json_file.rb +1 -2
- data/lib/chef/http.rb +23 -11
- data/lib/chef/http/auth_credentials.rb +1 -1
- data/lib/chef/http/basic_client.rb +16 -17
- data/lib/chef/http/decompressor.rb +6 -6
- data/lib/chef/http/http_request.rb +5 -5
- data/lib/chef/http/json_output.rb +2 -2
- data/lib/chef/http/socketless_chef_zero_client.rb +2 -2
- data/lib/chef/http/validate_content_length.rb +5 -5
- data/lib/chef/knife.rb +1 -1
- data/lib/chef/knife/bootstrap.rb +12 -37
- data/lib/chef/knife/bootstrap/templates/chef-full.erb +7 -1
- data/lib/chef/knife/client_reregister.rb +1 -1
- data/lib/chef/knife/configure.rb +1 -3
- data/lib/chef/knife/cookbook_download.rb +2 -2
- data/lib/chef/knife/cookbook_metadata.rb +3 -3
- data/lib/chef/knife/cookbook_site_install.rb +2 -2
- data/lib/chef/knife/cookbook_site_share.rb +5 -5
- data/lib/chef/knife/cookbook_test.rb +2 -2
- data/lib/chef/knife/cookbook_upload.rb +2 -2
- data/lib/chef/knife/core/status_presenter.rb +22 -17
- data/lib/chef/knife/core/subcommand_loader.rb +1 -1
- data/lib/chef/knife/deps.rb +1 -1
- data/lib/chef/knife/environment_compare.rb +4 -4
- data/lib/chef/knife/exec.rb +3 -3
- data/lib/chef/knife/list.rb +1 -1
- data/lib/chef/knife/node_policy_set.rb +79 -0
- data/lib/chef/knife/osc_user_reregister.rb +1 -1
- data/lib/chef/knife/ssh.rb +35 -22
- data/lib/chef/knife/ssl_check.rb +3 -3
- data/lib/chef/knife/ssl_fetch.rb +1 -1
- data/lib/chef/knife/user_reregister.rb +1 -1
- data/lib/chef/knife/xargs.rb +1 -1
- data/lib/chef/mixin/api_version_request_handling.rb +2 -4
- data/lib/chef/mixin/create_path.rb +1 -1
- data/lib/chef/mixin/deprecation.rb +14 -14
- data/lib/chef/mixin/from_file.rb +5 -0
- data/lib/chef/mixin/get_source_from_package.rb +2 -2
- data/lib/chef/mixin/homebrew_user.rb +13 -2
- data/lib/chef/mixin/openssl_helper.rb +119 -0
- data/lib/chef/mixin/params_validate.rb +2 -8
- data/lib/chef/mixin/powershell_exec.rb +105 -0
- data/lib/chef/mixin/provides.rb +3 -2
- data/lib/chef/mixin/securable.rb +1 -5
- data/lib/chef/mixin/shell_out.rb +2 -2
- data/lib/chef/mixin/template.rb +1 -3
- data/lib/chef/mixin/user_context.rb +6 -3
- data/lib/chef/mixin/why_run.rb +6 -11
- data/lib/chef/monkey_patches/net_http.rb +7 -7
- data/lib/chef/monologger.rb +2 -86
- data/lib/chef/node.rb +30 -20
- data/lib/chef/node/attribute.rb +1 -6
- data/lib/chef/node/attribute_collections.rb +2 -2
- data/lib/chef/node/immutable_collections.rb +1 -1
- data/lib/chef/node/mixin/immutablize_array.rb +110 -3
- data/lib/chef/node/mixin/immutablize_hash.rb +111 -5
- data/lib/chef/node_map.rb +5 -23
- data/lib/chef/platform/query_helpers.rb +0 -12
- data/lib/chef/policy_builder/dynamic.rb +1 -1
- data/lib/chef/policy_builder/expand_node_object.rb +1 -1
- data/lib/chef/policy_builder/policyfile.rb +17 -1
- data/lib/chef/powershell.rb +55 -0
- data/lib/chef/property.rb +12 -34
- data/lib/chef/provider.rb +16 -39
- data/lib/chef/provider/apt_preference.rb +3 -3
- data/lib/chef/provider/apt_repository.rb +116 -34
- data/lib/chef/provider/batch.rb +1 -1
- data/lib/chef/provider/cookbook_file/content.rb +1 -1
- data/lib/chef/provider/cron.rb +10 -10
- data/lib/chef/provider/cron/unix.rb +3 -3
- data/lib/chef/provider/directory.rb +3 -3
- data/lib/chef/provider/dsc_resource.rb +4 -4
- data/lib/chef/provider/dsc_script.rb +4 -4
- data/lib/chef/provider/execute.rb +9 -5
- data/lib/chef/provider/file.rb +12 -12
- data/lib/chef/provider/git.rb +14 -14
- data/lib/chef/provider/group.rb +6 -6
- data/lib/chef/provider/group/aix.rb +1 -1
- data/lib/chef/provider/group/dscl.rb +4 -4
- data/lib/chef/provider/group/groupadd.rb +4 -4
- data/lib/chef/provider/group/groupmod.rb +3 -3
- data/lib/chef/provider/group/pw.rb +4 -4
- data/lib/chef/provider/group/windows.rb +2 -2
- data/lib/chef/provider/http_request.rb +12 -12
- data/lib/chef/provider/ifconfig.rb +6 -6
- data/lib/chef/provider/ifconfig/aix.rb +1 -1
- data/lib/chef/provider/ifconfig/debian.rb +3 -5
- data/lib/chef/provider/launchd.rb +1 -1
- data/lib/chef/provider/link.rb +6 -6
- data/lib/chef/provider/log.rb +1 -1
- data/lib/chef/provider/lwrp_base.rb +2 -2
- data/lib/chef/provider/mdadm.rb +10 -10
- data/lib/chef/provider/mount.rb +12 -12
- data/lib/chef/provider/mount/aix.rb +20 -21
- data/lib/chef/provider/mount/mount.rb +20 -15
- data/lib/chef/provider/mount/solaris.rb +6 -6
- data/lib/chef/provider/mount/windows.rb +7 -7
- data/lib/chef/provider/noop.rb +1 -1
- data/lib/chef/provider/ohai.rb +1 -1
- data/lib/chef/provider/osx_profile.rb +8 -8
- data/lib/chef/provider/package.rb +56 -42
- data/lib/chef/provider/package/apt.rb +24 -14
- data/lib/chef/provider/package/{aix.rb → bff.rb} +12 -12
- data/lib/chef/provider/package/cab.rb +3 -3
- data/lib/chef/provider/package/chocolatey.rb +1 -9
- data/lib/chef/provider/package/dnf/python_helper.rb +6 -6
- data/lib/chef/provider/package/dpkg.rb +9 -9
- data/lib/chef/provider/package/freebsd/base.rb +2 -2
- data/lib/chef/provider/package/freebsd/pkg.rb +2 -2
- data/lib/chef/provider/package/freebsd/pkgng.rb +1 -1
- data/lib/chef/provider/package/homebrew.rb +3 -3
- data/lib/chef/provider/package/ips.rb +2 -2
- data/lib/chef/provider/package/macports.rb +3 -3
- data/lib/chef/provider/package/msu.rb +2 -2
- data/lib/chef/provider/package/openbsd.rb +3 -3
- data/lib/chef/provider/package/pacman.rb +3 -3
- data/lib/chef/provider/package/paludis.rb +2 -2
- data/lib/chef/provider/package/portage.rb +27 -33
- data/lib/chef/provider/package/powershell.rb +24 -9
- data/lib/chef/provider/package/rpm.rb +5 -6
- data/lib/chef/provider/package/rubygems.rb +32 -28
- data/lib/chef/provider/package/smartos.rb +6 -6
- data/lib/chef/provider/package/solaris.rb +10 -10
- data/lib/chef/provider/package/windows.rb +6 -15
- data/lib/chef/provider/package/windows/exe.rb +6 -4
- data/lib/chef/provider/package/windows/msi.rb +8 -6
- data/lib/chef/provider/package/windows/registry_uninstall_entry.rb +12 -6
- data/lib/chef/provider/package/yum.rb +167 -398
- data/lib/chef/provider/package/yum/python_helper.rb +221 -0
- data/lib/chef/provider/package/yum/rpm_utils.rb +10 -1
- data/lib/chef/provider/package/yum/simplejson/LICENSE.txt +79 -0
- data/lib/chef/provider/package/yum/simplejson/__init__.py +318 -0
- data/lib/chef/provider/package/yum/simplejson/__init__.pyc +0 -0
- data/lib/chef/provider/package/yum/simplejson/decoder.py +354 -0
- data/lib/chef/provider/package/yum/simplejson/decoder.pyc +0 -0
- data/lib/chef/provider/package/yum/simplejson/encoder.py +440 -0
- data/lib/chef/provider/package/yum/simplejson/encoder.pyc +0 -0
- data/lib/chef/provider/package/yum/simplejson/scanner.py +65 -0
- data/lib/chef/provider/package/yum/simplejson/scanner.pyc +0 -0
- data/lib/chef/provider/package/yum/simplejson/tool.py +37 -0
- data/lib/chef/provider/package/yum/version.rb +56 -0
- data/lib/chef/provider/package/yum/yum_cache.rb +33 -316
- data/lib/chef/provider/package/yum/yum_helper.py +198 -0
- data/lib/chef/provider/package/zypper.rb +9 -13
- data/lib/chef/provider/powershell_script.rb +3 -3
- data/lib/chef/provider/reboot.rb +3 -3
- data/lib/chef/provider/registry_key.rb +16 -4
- data/lib/chef/provider/remote_directory.rb +1 -3
- data/lib/chef/provider/remote_file/cache_control_data.rb +1 -1
- data/lib/chef/provider/remote_file/content.rb +4 -4
- data/lib/chef/provider/remote_file/http.rb +5 -3
- data/lib/chef/provider/remote_file/local_file.rb +1 -1
- data/lib/chef/provider/remote_file/network_file.rb +2 -2
- data/lib/chef/provider/route.rb +12 -11
- data/lib/chef/provider/ruby_block.rb +1 -1
- data/lib/chef/provider/script.rb +2 -2
- data/lib/chef/provider/service.rb +14 -14
- data/lib/chef/provider/service/aix.rb +3 -3
- data/lib/chef/provider/service/aixinit.rb +2 -2
- data/lib/chef/provider/service/debian.rb +5 -5
- data/lib/chef/provider/service/freebsd.rb +3 -3
- data/lib/chef/provider/service/gentoo.rb +2 -2
- data/lib/chef/provider/service/macosx.rb +8 -8
- data/lib/chef/provider/service/openbsd.rb +1 -1
- data/lib/chef/provider/service/simple.rb +7 -7
- data/lib/chef/provider/service/systemd.rb +4 -4
- data/lib/chef/provider/service/upstart.rb +10 -9
- data/lib/chef/provider/service/windows.rb +245 -70
- data/lib/chef/provider/subversion.rb +8 -8
- data/lib/chef/provider/systemd_unit.rb +25 -6
- data/lib/chef/provider/user.rb +10 -10
- data/lib/chef/provider/user/aix.rb +3 -3
- data/lib/chef/provider/user/dscl.rb +2 -2
- data/lib/chef/provider/user/pw.rb +4 -4
- data/lib/chef/provider/user/solaris.rb +1 -1
- data/lib/chef/provider/user/useradd.rb +3 -3
- data/lib/chef/provider/user/windows.rb +4 -4
- data/lib/chef/provider/whyrun_safe_ruby_block.rb +1 -1
- data/lib/chef/provider/{env.rb → windows_env.rb} +55 -19
- data/lib/chef/provider/windows_task.rb +27 -27
- data/lib/chef/provider/zypper_repository.rb +7 -7
- data/lib/chef/provider_resolver.rb +4 -4
- data/lib/chef/providers.rb +2 -9
- data/lib/chef/resource.rb +19 -13
- data/lib/chef/resource/action_class.rb +2 -2
- data/lib/chef/resource/apt_package.rb +10 -4
- data/lib/chef/resource/apt_preference.rb +20 -7
- data/lib/chef/resource/apt_repository.rb +21 -12
- data/lib/chef/resource/apt_update.rb +3 -3
- data/lib/chef/resource/bash.rb +6 -4
- data/lib/chef/resource/batch.rb +8 -6
- data/lib/chef/resource/bff_package.rb +8 -5
- data/lib/chef/resource/breakpoint.rb +9 -6
- data/lib/chef/resource/build_essential.rb +139 -0
- data/lib/chef/resource/cab_package.rb +5 -4
- data/lib/chef/resource/chef_gem.rb +1 -1
- data/lib/chef/resource/chef_handler.rb +130 -0
- data/lib/chef/resource/chocolatey_package.rb +6 -6
- data/lib/chef/resource/cookbook_file.rb +12 -9
- data/lib/chef/resource/cron.rb +14 -75
- data/lib/chef/resource/csh.rb +6 -4
- data/lib/chef/resource/directory.rb +7 -4
- data/lib/chef/resource/dmg_package.rb +161 -0
- data/lib/chef/resource/dnf_package.rb +10 -7
- data/lib/chef/resource/dpkg_package.rb +5 -3
- data/lib/chef/resource/dsc_resource.rb +11 -28
- data/lib/chef/resource/dsc_script.rb +14 -37
- data/lib/chef/resource/execute.rb +15 -78
- data/lib/chef/resource/file.rb +6 -5
- data/lib/chef/resource/file/verification.rb +5 -1
- data/lib/chef/resource/freebsd_package.rb +2 -1
- data/lib/chef/resource/gem_package.rb +6 -3
- data/lib/chef/resource/git.rb +4 -15
- data/lib/chef/resource/group.rb +7 -46
- data/lib/chef/resource/homebrew_cask.rb +98 -0
- data/lib/chef/resource/homebrew_package.rb +3 -3
- data/lib/chef/resource/homebrew_tap.rb +86 -0
- data/lib/chef/resource/hostname.rb +249 -0
- data/lib/chef/resource/http_request.rb +8 -22
- data/lib/chef/resource/ifconfig.rb +3 -2
- data/lib/chef/resource/ips_package.rb +4 -3
- data/lib/chef/resource/ksh.rb +7 -6
- data/lib/chef/resource/launchd.rb +4 -4
- data/lib/chef/resource/link.rb +18 -56
- data/lib/chef/resource/log.rb +6 -8
- data/lib/chef/resource/lwrp_base.rb +4 -5
- data/lib/chef/resource/macos_userdefaults.rb +133 -0
- data/lib/chef/resource/macosx_service.rb +7 -23
- data/lib/chef/resource/macports_package.rb +2 -1
- data/lib/chef/resource/mdadm.rb +13 -84
- data/lib/chef/resource/mount.rb +21 -127
- data/lib/chef/resource/msu_package.rb +4 -4
- data/lib/chef/resource/ohai.rb +5 -3
- data/lib/chef/resource/ohai_hint.rb +93 -0
- data/lib/chef/resource/openbsd_package.rb +3 -3
- data/lib/chef/resource/openssl_dhparam.rb +80 -0
- data/lib/chef/resource/openssl_rsa_private_key.rb +93 -0
- data/lib/chef/resource/openssl_rsa_public_key.rb +73 -0
- data/lib/chef/resource/osx_profile.rb +9 -10
- data/lib/chef/resource/package.rb +8 -6
- data/lib/chef/resource/pacman_package.rb +3 -2
- data/lib/chef/resource/paludis_package.rb +4 -4
- data/lib/chef/resource/perl.rb +6 -4
- data/lib/chef/resource/portage_package.rb +3 -6
- data/lib/chef/resource/powershell_package.rb +9 -13
- data/lib/chef/resource/powershell_script.rb +9 -8
- data/lib/chef/resource/python.rb +5 -4
- data/lib/chef/resource/reboot.rb +8 -9
- data/lib/chef/resource/registry_key.rb +9 -19
- data/lib/chef/resource/remote_directory.rb +5 -3
- data/lib/chef/resource/remote_file.rb +11 -50
- data/lib/chef/resource/resource_notification.rb +2 -2
- data/lib/chef/resource/rhsm_errata.rb +44 -0
- data/lib/chef/resource/rhsm_errata_level.rb +51 -0
- data/lib/chef/resource/rhsm_register.rb +162 -0
- data/lib/chef/resource/rhsm_repo.rb +62 -0
- data/lib/chef/resource/rhsm_subscription.rb +95 -0
- data/lib/chef/resource/route.rb +3 -1
- data/lib/chef/resource/rpm_package.rb +3 -3
- data/lib/chef/resource/ruby.rb +6 -4
- data/lib/chef/resource/ruby_block.rb +6 -17
- data/lib/chef/resource/scm.rb +14 -146
- data/lib/chef/resource/script.rb +7 -5
- data/lib/chef/resource/service.rb +2 -1
- data/lib/chef/resource/smartos_package.rb +4 -3
- data/lib/chef/resource/solaris_package.rb +3 -2
- data/lib/chef/resource/subversion.rb +20 -4
- data/lib/chef/resource/sudo.rb +231 -0
- data/lib/chef/resource/support/sudoer.erb +18 -0
- data/lib/chef/resource/swap_file.rb +209 -0
- data/lib/chef/resource/sysctl.rb +111 -0
- data/lib/chef/resource/systemd_unit.rb +6 -5
- data/lib/chef/resource/template.rb +6 -27
- data/lib/chef/resource/windows_ad_join.rb +92 -0
- data/lib/chef/resource/windows_auto_run.rb +87 -0
- data/lib/chef/resource/{env.rb → windows_env.rb} +11 -5
- data/lib/chef/resource/windows_feature.rb +95 -0
- data/lib/chef/resource/windows_feature_dism.rb +226 -0
- data/lib/chef/resource/windows_feature_powershell.rb +256 -0
- data/lib/chef/resource/windows_font.rb +127 -0
- data/lib/chef/resource/windows_package.rb +5 -3
- data/lib/chef/resource/windows_pagefile.rb +206 -0
- data/lib/chef/resource/windows_path.rb +3 -3
- data/lib/chef/resource/windows_printer.rb +148 -0
- data/lib/chef/resource/windows_printer_port.rb +136 -0
- data/lib/chef/resource/windows_service.rb +79 -38
- data/lib/chef/resource/windows_shortcut.rb +79 -0
- data/lib/chef/resource/windows_task.rb +5 -5
- data/lib/chef/resource/yum_package.rb +8 -2
- data/lib/chef/resource/yum_repository.rb +12 -5
- data/lib/chef/resource/zypper_package.rb +5 -3
- data/lib/chef/resource/zypper_repository.rb +17 -12
- data/lib/chef/resource_inspector.rb +89 -0
- data/lib/chef/resource_reporter.rb +5 -6
- data/lib/chef/resource_resolver.rb +4 -4
- data/lib/chef/resources.rb +31 -6
- data/lib/chef/role.rb +1 -3
- data/lib/chef/run_context.rb +21 -12
- data/lib/chef/run_context/cookbook_compiler.rb +18 -9
- data/lib/chef/search/query.rb +1 -2
- data/lib/chef/shell.rb +0 -1
- data/lib/chef/shell/model_wrapper.rb +1 -1
- data/lib/chef/shell/shell_session.rb +4 -3
- data/lib/chef/util/diff.rb +2 -2
- data/lib/chef/util/dsc/configuration_generator.rb +1 -1
- data/lib/chef/util/dsc/lcm_output_parser.rb +1 -1
- data/lib/chef/util/dsc/local_configuration_manager.rb +4 -4
- data/lib/chef/util/selinux.rb +1 -1
- data/lib/chef/util/windows/logon_session.rb +5 -2
- data/lib/chef/util/windows/net_user.rb +2 -2
- data/lib/chef/util/windows/volume.rb +0 -4
- data/lib/chef/version.rb +1 -1
- data/lib/chef/win32/api/error.rb +2 -2
- data/lib/chef/win32/api/net.rb +1 -1
- data/lib/chef/win32/api/security.rb +11 -0
- data/lib/chef/win32/eventlog.rb +2 -2
- data/lib/chef/win32/mutex.rb +1 -1
- data/lib/chef/win32/registry.rb +17 -17
- data/lib/chef/win32/security.rb +34 -12
- data/lib/chef/win32/security/sid.rb +1 -2
- data/lib/chef/win32/version.rb +2 -15
- data/lib/chef/win32_service_constants.rb +143 -0
- data/spec/data/mixin/invalid_data.rb +3 -0
- data/spec/data/mixin/real_data.rb +2 -0
- data/spec/functional/assets/yumrepo/chef_rpm-1.10-1.aarch64.rpm +0 -0
- data/spec/functional/assets/yumrepo/chef_rpm-1.10-1.i686.rpm +0 -0
- data/spec/functional/assets/yumrepo/chef_rpm-1.10-1.ppc64.rpm +0 -0
- data/spec/functional/assets/yumrepo/chef_rpm-1.10-1.ppc64le.rpm +0 -0
- data/spec/functional/assets/yumrepo/chef_rpm-1.10-1.s390x.rpm +0 -0
- data/spec/functional/assets/yumrepo/chef_rpm-1.10-1.src.rpm +0 -0
- data/spec/functional/assets/yumrepo/chef_rpm-1.10-1.x86_64.rpm +0 -0
- data/spec/functional/assets/yumrepo/chef_rpm-1.2-1.aarch64.rpm +0 -0
- data/spec/functional/assets/yumrepo/chef_rpm-1.2-1.i686.rpm +0 -0
- data/spec/functional/assets/yumrepo/chef_rpm-1.2-1.ppc64.rpm +0 -0
- data/spec/functional/assets/yumrepo/chef_rpm-1.2-1.ppc64le.rpm +0 -0
- data/spec/functional/assets/yumrepo/chef_rpm-1.2-1.s390x.rpm +0 -0
- data/spec/functional/assets/yumrepo/chef_rpm-1.2-1.src.rpm +0 -0
- data/spec/functional/assets/yumrepo/chef_rpm-1.2-1.x86_64.rpm +0 -0
- data/spec/functional/assets/yumrepo/repodata/4632d67cb92636e7575d911c24f0e04d3505a944e97c483abe0c3e73a7c62d33-filelists.sqlite.bz2 +0 -0
- data/spec/functional/assets/yumrepo/repodata/74599b793e54d877323837d2d81a1c3c594c44e4335f9528234bb490f7b9b439-other.xml.gz +0 -0
- data/spec/functional/assets/yumrepo/repodata/a845d418f919d2115ab95a56b2c76f6825ad0d0bede49181a55c04f58995d057-primary.sqlite.bz2 +0 -0
- data/spec/functional/assets/yumrepo/repodata/af9b7cf9ef23bd7b43068d74a460f3b5d06753d638e58e4a0c9edc35bfb9cdc4-other.sqlite.bz2 +0 -0
- data/spec/functional/assets/yumrepo/repodata/bdb4f5f1492a3b9532f22c43110a81500dd744f23da0aec5c33b2a41317c737d-filelists.xml.gz +0 -0
- data/spec/functional/assets/yumrepo/repodata/c10d1d34ce99e02f12ec96ef68360543ab1bb7c3cb81a4a2bf78df7d8597e9df-primary.xml.gz +0 -0
- data/spec/functional/assets/yumrepo/repodata/filelists.xml.gz +0 -0
- data/spec/functional/assets/yumrepo/repodata/other.xml.gz +0 -0
- data/spec/functional/assets/yumrepo/repodata/primary.xml.gz +0 -0
- data/spec/functional/assets/yumrepo/repodata/repomd.xml +19 -53
- data/spec/functional/event_loggers/windows_eventlog_spec.rb +2 -2
- data/spec/functional/http/simple_spec.rb +6 -6
- data/spec/functional/mixin/from_file_spec.rb +82 -0
- data/spec/functional/notifications_spec.rb +1 -1
- data/spec/functional/resource/{package_spec.rb → apt_package_spec.rb} +4 -4
- data/spec/functional/resource/dnf_package_spec.rb +115 -115
- data/spec/functional/resource/ifconfig_spec.rb +1 -2
- data/spec/functional/resource/link_spec.rb +9 -13
- data/spec/functional/resource/powershell_script_spec.rb +0 -2
- data/spec/functional/resource/registry_spec.rb +3 -3
- data/spec/functional/resource/remote_file_spec.rb +4 -4
- data/spec/functional/resource/user/windows_spec.rb +3 -1
- data/spec/functional/resource/windows_env_spec.rb +285 -0
- data/spec/functional/resource/windows_task_spec.rb +303 -2
- data/spec/functional/resource/yum_package_spec.rb +949 -0
- data/spec/functional/root_alias_spec.rb +1 -1
- data/spec/functional/win32/security_spec.rb +60 -7
- data/spec/functional/win32/versions_spec.rb +7 -9
- data/spec/integration/client/client_spec.rb +99 -7
- data/spec/integration/knife/chef_fs_data_store_spec.rb +23 -4
- data/spec/integration/recipes/recipe_dsl_spec.rb +26 -26
- data/spec/integration/recipes/resource_action_spec.rb +25 -120
- data/spec/spec_helper.rb +10 -2
- data/spec/support/lib/chef/resource/one_two_three_four.rb +0 -2
- data/spec/support/lib/chef/resource/zen_master.rb +1 -3
- data/spec/support/mock/constant.rb +1 -1
- data/spec/support/platform_helpers.rb +24 -7
- data/spec/support/shared/context/client.rb +13 -10
- data/spec/support/shared/examples/client.rb +50 -0
- data/spec/support/shared/functional/file_resource.rb +1 -1
- data/spec/support/shared/functional/securable_resource.rb +2 -2
- data/spec/support/shared/integration/knife_support.rb +5 -0
- data/spec/unit/application/client_spec.rb +39 -13
- data/spec/unit/application/solo_spec.rb +1 -8
- data/spec/unit/application_spec.rb +66 -2
- data/spec/unit/audit/audit_event_proxy_spec.rb +1 -1
- data/spec/unit/audit/audit_reporter_spec.rb +16 -16
- data/spec/unit/chef_fs/file_system_spec.rb +1 -1
- data/spec/unit/client_spec.rb +3 -4
- data/spec/unit/cookbook/metadata_spec.rb +1 -1
- data/spec/unit/cookbook_loader_spec.rb +6 -6
- data/spec/unit/cookbook_manifest_spec.rb +2 -2
- data/spec/unit/cookbook_version_file_specificity_spec.rb +5 -25
- data/spec/unit/data_collector/messages/helpers_spec.rb +9 -0
- data/spec/unit/data_collector/resource_report_spec.rb +3 -3
- data/spec/unit/data_collector_spec.rb +135 -1
- data/spec/unit/dsl/reboot_pending_spec.rb +0 -13
- data/spec/unit/dsl/recipe_spec.rb +0 -13
- data/spec/unit/environment_spec.rb +2 -2
- data/spec/unit/exceptions_spec.rb +1 -1
- data/spec/unit/http/validate_content_length_spec.rb +5 -5
- data/spec/unit/knife/bootstrap_spec.rb +11 -15
- data/spec/unit/knife/configure_spec.rb +1 -2
- data/spec/unit/knife/cookbook_test_spec.rb +2 -2
- data/spec/unit/knife/core/gem_glob_loader_spec.rb +2 -2
- data/spec/unit/knife/core/node_editor_spec.rb +6 -6
- data/spec/unit/knife/environment_compare_spec.rb +3 -3
- data/spec/unit/knife/node_edit_spec.rb +3 -1
- data/spec/unit/knife/node_policy_set_spec.rb +122 -0
- data/spec/unit/knife/osc_user_reregister_spec.rb +1 -1
- data/spec/unit/knife/osc_user_show_spec.rb +1 -1
- data/spec/unit/knife/ssh_spec.rb +18 -0
- data/spec/unit/log/syslog_spec.rb +2 -4
- data/spec/unit/log/winevt_spec.rb +2 -3
- data/spec/unit/lwrp_spec.rb +4 -4
- data/spec/unit/mixin/homebrew_user_spec.rb +1 -5
- data/spec/unit/mixin/openssl_helper_spec.rb +252 -0
- data/spec/unit/mixin/powershell_exec_spec.rb +43 -0
- data/spec/unit/node/attribute_spec.rb +3 -3
- data/spec/unit/node/immutable_collections_spec.rb +11 -1
- data/spec/unit/node_map_spec.rb +2 -2
- data/spec/unit/node_spec.rb +11 -16
- data/spec/unit/platform/query_helpers_spec.rb +0 -13
- data/spec/unit/policy_builder/policyfile_spec.rb +79 -2
- data/spec/unit/property/validation_spec.rb +51 -4
- data/spec/unit/provider/apt_repository_spec.rb +97 -32
- data/spec/unit/provider/cookbook_file_spec.rb +2 -1
- data/spec/unit/provider/cron/unix_spec.rb +8 -3
- data/spec/unit/provider/cron_spec.rb +27 -32
- data/spec/unit/provider/file_spec.rb +2 -1
- data/spec/unit/provider/group/dscl_spec.rb +7 -8
- data/spec/unit/provider/group/gpasswd_spec.rb +5 -2
- data/spec/unit/provider/group/groupmod_spec.rb +6 -3
- data/spec/unit/provider/group/pw_spec.rb +5 -2
- data/spec/unit/provider/link_spec.rb +6 -4
- data/spec/unit/provider/log_spec.rb +18 -13
- data/spec/unit/provider/mount/aix_spec.rb +1 -9
- data/spec/unit/provider/mount/mount_spec.rb +22 -0
- data/spec/unit/provider/osx_profile_spec.rb +3 -3
- data/spec/unit/provider/package/apt_spec.rb +431 -411
- data/spec/unit/provider/package/{aix_spec.rb → bff_spec.rb} +7 -5
- data/spec/unit/provider/package/chocolatey_spec.rb +0 -13
- data/spec/unit/provider/package/homebrew_spec.rb +2 -1
- data/spec/unit/provider/package/portage_spec.rb +11 -147
- data/spec/unit/provider/package/powershell_spec.rb +208 -57
- data/spec/unit/provider/package/rubygems_spec.rb +11 -2
- data/spec/unit/provider/package/windows_spec.rb +0 -19
- data/spec/unit/provider/package/yum/python_helper_spec.rb +29 -0
- data/spec/unit/provider/package/yum/yum_cache_spec.rb +86 -4
- data/spec/unit/provider/package/zypper_spec.rb +8 -0
- data/spec/unit/provider/package_spec.rb +47 -20
- data/spec/unit/provider/registry_key_spec.rb +7 -1
- data/spec/unit/provider/remote_directory_spec.rb +1 -1
- data/spec/unit/provider/remote_file_spec.rb +2 -1
- data/spec/unit/provider/service/macosx_spec.rb +4 -2
- data/spec/unit/provider/service/systemd_service_spec.rb +2 -10
- data/spec/unit/provider/service/windows_spec.rb +447 -30
- data/spec/unit/provider/systemd_unit_spec.rb +50 -13
- data/spec/unit/provider/template_spec.rb +2 -4
- data/spec/unit/provider/user/windows_spec.rb +3 -0
- data/spec/unit/provider/{env_spec.rb → windows_env_spec.rb} +102 -12
- data/spec/unit/provider/zypper_repository_spec.rb +4 -2
- data/spec/unit/provider_resolver_spec.rb +23 -38
- data/spec/unit/recipe_spec.rb +4 -4
- data/spec/unit/resource/apt_package_spec.rb +4 -0
- data/spec/unit/resource/apt_preference_spec.rb +0 -5
- data/spec/unit/resource/apt_repository_spec.rb +35 -10
- data/spec/unit/resource/apt_update_spec.rb +0 -5
- data/spec/unit/resource/bash_spec.rb +2 -3
- data/spec/unit/resource/batch_spec.rb +1 -4
- data/spec/unit/resource/{timestamped_deploy_spec.rb → build_essential_spec.rb} +10 -11
- data/spec/unit/resource/cab_package_spec.rb +1 -3
- data/{lib/chef/mixin/language_include_attribute.rb → spec/unit/resource/chef_handler_spec.rb} +13 -12
- data/spec/unit/resource/chocolatey_package_spec.rb +1 -3
- data/spec/unit/resource/cron_spec.rb +0 -5
- data/spec/unit/resource/csh_spec.rb +2 -3
- data/spec/unit/resource/directory_spec.rb +1 -6
- data/{lib/chef/resource/deploy_revision.rb → spec/unit/resource/dmg_package_spec.rb} +14 -10
- data/spec/unit/resource/dnf_package_spec.rb +20 -26
- data/spec/unit/resource/file_spec.rb +1 -1
- data/spec/unit/resource/freebsd_package_spec.rb +22 -23
- data/spec/unit/resource/gem_package_spec.rb +3 -5
- data/spec/unit/resource/git_spec.rb +1 -2
- data/spec/unit/resource/group_spec.rb +0 -5
- data/spec/unit/resource/homebrew_cask_spec.rb +35 -0
- data/spec/unit/resource/homebrew_package_spec.rb +4 -0
- data/spec/unit/resource/homebrew_tap_spec.rb +39 -0
- data/spec/unit/resource/hostname_spec.rb +43 -0
- data/spec/unit/resource/http_request_spec.rb +0 -5
- data/spec/unit/resource/ips_package_spec.rb +4 -0
- data/spec/unit/resource/ksh_spec.rb +2 -3
- data/spec/unit/resource/launchd_spec.rb +0 -5
- data/spec/unit/resource/link_spec.rb +1 -6
- data/spec/unit/resource/log_spec.rb +0 -5
- data/spec/unit/resource/macos_user_defaults_spec.rb +45 -0
- data/spec/unit/resource/mdadm_spec.rb +0 -5
- data/spec/unit/resource/mount_spec.rb +1 -6
- data/spec/unit/resource/msu_package_spec.rb +1 -3
- data/spec/unit/resource/ohai_hint_spec.rb +43 -0
- data/spec/unit/resource/ohai_spec.rb +0 -5
- data/spec/unit/resource/openbsd_package_spec.rb +8 -12
- data/spec/unit/resource/openssl_dhparam.rb +51 -0
- data/spec/unit/resource/openssl_rsa_private_key_spec.rb +59 -0
- data/spec/unit/resource/openssl_rsa_public_key_spec.rb +39 -0
- data/spec/unit/resource/osx_profile_spec.rb +0 -5
- data/spec/unit/resource/package_spec.rb +0 -5
- data/spec/unit/resource/perl_spec.rb +2 -3
- data/spec/unit/resource/portage_package_spec.rb +3 -7
- data/spec/unit/resource/powershell_package_spec.rb +11 -4
- data/spec/unit/resource/python_spec.rb +0 -5
- data/spec/unit/resource/reboot_spec.rb +0 -5
- data/spec/unit/resource/registry_key_spec.rb +5 -6
- data/spec/unit/resource/remote_directory_spec.rb +0 -5
- data/spec/unit/resource/remote_file_spec.rb +1 -5
- data/spec/unit/resource/rhsm_errata_level_spec.rb +46 -0
- data/{lib/chef/mixin/language_include_recipe.rb → spec/unit/resource/rhsm_errata_spec.rb} +14 -10
- data/spec/unit/resource/rhsm_register_spec.rb +199 -0
- data/spec/unit/resource/rhsm_repo_spec.rb +59 -0
- data/spec/unit/resource/rhsm_subscription_spec.rb +93 -0
- data/spec/unit/resource/route_spec.rb +1 -6
- data/spec/unit/resource/rpm_package_spec.rb +4 -0
- data/spec/unit/resource/ruby_block_spec.rb +0 -5
- data/spec/unit/resource/ruby_spec.rb +0 -5
- data/spec/unit/resource/scm_spec.rb +0 -15
- data/spec/unit/resource/service_spec.rb +0 -5
- data/spec/unit/resource/subversion_spec.rb +12 -0
- data/spec/unit/resource/sudo_spec.rb +92 -0
- data/spec/unit/resource/swap_file_spec.rb +40 -0
- data/spec/unit/resource/sysctl_spec.rb +56 -0
- data/spec/unit/resource/systemd_unit_spec.rb +5 -7
- data/spec/unit/resource/template_spec.rb +1 -3
- data/spec/unit/resource/user_spec.rb +0 -5
- data/spec/unit/resource/windows_ad_join.rb +45 -0
- data/spec/unit/resource/windows_auto_run_spec.rb +50 -0
- data/spec/unit/resource/{env_spec.rb → windows_env_spec.rb} +19 -21
- data/spec/unit/resource/windows_feature.rb +41 -0
- data/spec/unit/resource/windows_feature_dism.rb +51 -0
- data/spec/unit/resource/windows_feature_powershell.rb +51 -0
- data/spec/unit/resource/windows_font_spec.rb +44 -0
- data/spec/unit/resource/windows_package_spec.rb +2 -2
- data/spec/unit/resource/windows_pagefile_spec.rb +45 -0
- data/spec/unit/resource/windows_printer_port_spec.rb +45 -0
- data/spec/unit/resource/windows_printer_spec.rb +45 -0
- data/spec/unit/resource/windows_service_spec.rb +25 -4
- data/spec/unit/resource/windows_shortcut_spec.rb +39 -0
- data/spec/unit/resource/windows_task_spec.rb +0 -5
- data/spec/unit/resource/yum_repository_spec.rb +4 -0
- data/spec/unit/resource/zypper_repository_spec.rb +4 -0
- data/spec/unit/resource_inspector_spec.rb +60 -0
- data/spec/unit/resource_reporter_spec.rb +2 -2
- data/spec/unit/resource_spec.rb +0 -5
- data/spec/unit/shell/shell_session_spec.rb +0 -1
- data/spec/unit/user_spec.rb +1 -1
- data/spec/unit/util/windows/logon_session_spec.rb +2 -1
- data/spec/unit/win32/security_spec.rb +44 -1
- data/spec/unit/windows_service_spec.rb +4 -2
- data/tasks/announce.rb +1 -1
- data/tasks/cbgb.rb +84 -0
- data/tasks/dependencies.rb +38 -2
- data/tasks/maintainers.rb +7 -7
- data/tasks/rspec.rb +2 -2
- data/tasks/templates/prerelease.md.erb +2 -11
- data/tasks/templates/release.md.erb +1 -9
- metadata +225 -96
- data/lib/chef/knife/help.rb +0 -101
- data/lib/chef/knife/help_topics.rb +0 -4
- data/lib/chef/knife/index_rebuild.rb +0 -133
- data/lib/chef/mixin/language.rb +0 -48
- data/lib/chef/mixin/recipe_definition_dsl_core.rb +0 -35
- data/lib/chef/provider/deploy.rb +0 -470
- data/lib/chef/provider/deploy/revision.rb +0 -107
- data/lib/chef/provider/deploy/timestamped.rb +0 -34
- data/lib/chef/provider/env/windows.rb +0 -76
- data/lib/chef/provider/erl_call.rb +0 -76
- data/lib/chef/provider/package/yum/yum-dump.py +0 -307
- data/lib/chef/resource/deploy.rb +0 -449
- data/lib/chef/resource/erl_call.rb +0 -90
- data/lib/chef/resource/timestamped_deploy.rb +0 -26
- data/spec/functional/assets/yumrepo/chef_rpm-1.10-1.fc24.i686.rpm +0 -0
- data/spec/functional/assets/yumrepo/chef_rpm-1.10-1.fc24.src.rpm +0 -0
- data/spec/functional/assets/yumrepo/chef_rpm-1.10-1.fc24.x86_64.rpm +0 -0
- data/spec/functional/assets/yumrepo/chef_rpm-1.2-1.fc24.i686.rpm +0 -0
- data/spec/functional/assets/yumrepo/chef_rpm-1.2-1.fc24.src.rpm +0 -0
- data/spec/functional/assets/yumrepo/chef_rpm-1.2-1.fc24.x86_64.rpm +0 -0
- data/spec/functional/assets/yumrepo/repodata/313329137b55fd333b2dc66394a6661a2befa6cc535d8460d92a4a78a9c581f0-primary.sqlite.bz2 +0 -0
- data/spec/functional/assets/yumrepo/repodata/31ac4db5d5ac593728fcc26aef82b7b93c4cc4dbec843786b1845b939b658553-other.xml.gz +0 -0
- data/spec/functional/assets/yumrepo/repodata/4ac40fa3c6728c1401318e2e20a997436624e83dcf7a5f952b851ef422637773-filelists.sqlite.bz2 +0 -0
- data/spec/functional/assets/yumrepo/repodata/66391e53f0510b98b3f0b79f40ba1048026d9a1ef20905d9c40ba6f5411f3243-primary.xml.gz +0 -0
- data/spec/functional/assets/yumrepo/repodata/8b34697595fcc87928e12d24644dda9462c3857bd932861e28bc77ae1f31be16-filelists.xml.gz +0 -0
- data/spec/functional/assets/yumrepo/repodata/b97cca3fe14bcf06c52be4449b6108f7731239ff221111dcce8aada5467f60dc-other.sqlite.bz2 +0 -0
- data/spec/functional/resource/deploy_revision_spec.rb +0 -881
- data/spec/functional/resource/env_spec.rb +0 -192
- data/spec/unit/knife/index_rebuild_spec.rb +0 -125
- data/spec/unit/knife/knife_help.rb +0 -92
- data/spec/unit/provider/deploy/revision_spec.rb +0 -110
- data/spec/unit/provider/deploy/timestamped_spec.rb +0 -40
- data/spec/unit/provider/deploy_spec.rb +0 -641
- data/spec/unit/provider/env/windows_spec.rb +0 -103
- data/spec/unit/provider/erl_call_spec.rb +0 -77
- data/spec/unit/provider/package/yum_spec.rb +0 -2294
- data/spec/unit/resource/deploy_revision_spec.rb +0 -42
- data/spec/unit/resource/deploy_spec.rb +0 -283
- data/spec/unit/resource/erl_call_spec.rb +0 -81
Binary file
|
@@ -0,0 +1,354 @@
|
|
1
|
+
"""Implementation of JSONDecoder
|
2
|
+
"""
|
3
|
+
import re
|
4
|
+
import sys
|
5
|
+
import struct
|
6
|
+
|
7
|
+
from simplejson.scanner import make_scanner
|
8
|
+
try:
|
9
|
+
from simplejson._speedups import scanstring as c_scanstring
|
10
|
+
except ImportError:
|
11
|
+
c_scanstring = None
|
12
|
+
|
13
|
+
__all__ = ['JSONDecoder']
|
14
|
+
|
15
|
+
FLAGS = re.VERBOSE | re.MULTILINE | re.DOTALL
|
16
|
+
|
17
|
+
def _floatconstants():
|
18
|
+
_BYTES = '7FF80000000000007FF0000000000000'.decode('hex')
|
19
|
+
if sys.byteorder != 'big':
|
20
|
+
_BYTES = _BYTES[:8][::-1] + _BYTES[8:][::-1]
|
21
|
+
nan, inf = struct.unpack('dd', _BYTES)
|
22
|
+
return nan, inf, -inf
|
23
|
+
|
24
|
+
NaN, PosInf, NegInf = _floatconstants()
|
25
|
+
|
26
|
+
|
27
|
+
def linecol(doc, pos):
|
28
|
+
lineno = doc.count('\n', 0, pos) + 1
|
29
|
+
if lineno == 1:
|
30
|
+
colno = pos
|
31
|
+
else:
|
32
|
+
colno = pos - doc.rindex('\n', 0, pos)
|
33
|
+
return lineno, colno
|
34
|
+
|
35
|
+
|
36
|
+
def errmsg(msg, doc, pos, end=None):
|
37
|
+
# Note that this function is called from _speedups
|
38
|
+
lineno, colno = linecol(doc, pos)
|
39
|
+
if end is None:
|
40
|
+
#fmt = '{0}: line {1} column {2} (char {3})'
|
41
|
+
#return fmt.format(msg, lineno, colno, pos)
|
42
|
+
fmt = '%s: line %d column %d (char %d)'
|
43
|
+
return fmt % (msg, lineno, colno, pos)
|
44
|
+
endlineno, endcolno = linecol(doc, end)
|
45
|
+
#fmt = '{0}: line {1} column {2} - line {3} column {4} (char {5} - {6})'
|
46
|
+
#return fmt.format(msg, lineno, colno, endlineno, endcolno, pos, end)
|
47
|
+
fmt = '%s: line %d column %d - line %d column %d (char %d - %d)'
|
48
|
+
return fmt % (msg, lineno, colno, endlineno, endcolno, pos, end)
|
49
|
+
|
50
|
+
|
51
|
+
_CONSTANTS = {
|
52
|
+
'-Infinity': NegInf,
|
53
|
+
'Infinity': PosInf,
|
54
|
+
'NaN': NaN,
|
55
|
+
}
|
56
|
+
|
57
|
+
STRINGCHUNK = re.compile(r'(.*?)(["\\\x00-\x1f])', FLAGS)
|
58
|
+
BACKSLASH = {
|
59
|
+
'"': u'"', '\\': u'\\', '/': u'/',
|
60
|
+
'b': u'\b', 'f': u'\f', 'n': u'\n', 'r': u'\r', 't': u'\t',
|
61
|
+
}
|
62
|
+
|
63
|
+
DEFAULT_ENCODING = "utf-8"
|
64
|
+
|
65
|
+
def py_scanstring(s, end, encoding=None, strict=True, _b=BACKSLASH, _m=STRINGCHUNK.match):
|
66
|
+
"""Scan the string s for a JSON string. End is the index of the
|
67
|
+
character in s after the quote that started the JSON string.
|
68
|
+
Unescapes all valid JSON string escape sequences and raises ValueError
|
69
|
+
on attempt to decode an invalid string. If strict is False then literal
|
70
|
+
control characters are allowed in the string.
|
71
|
+
|
72
|
+
Returns a tuple of the decoded string and the index of the character in s
|
73
|
+
after the end quote."""
|
74
|
+
if encoding is None:
|
75
|
+
encoding = DEFAULT_ENCODING
|
76
|
+
chunks = []
|
77
|
+
_append = chunks.append
|
78
|
+
begin = end - 1
|
79
|
+
while 1:
|
80
|
+
chunk = _m(s, end)
|
81
|
+
if chunk is None:
|
82
|
+
raise ValueError(
|
83
|
+
errmsg("Unterminated string starting at", s, begin))
|
84
|
+
end = chunk.end()
|
85
|
+
content, terminator = chunk.groups()
|
86
|
+
# Content is contains zero or more unescaped string characters
|
87
|
+
if content:
|
88
|
+
if not isinstance(content, unicode):
|
89
|
+
content = unicode(content, encoding)
|
90
|
+
_append(content)
|
91
|
+
# Terminator is the end of string, a literal control character,
|
92
|
+
# or a backslash denoting that an escape sequence follows
|
93
|
+
if terminator == '"':
|
94
|
+
break
|
95
|
+
elif terminator != '\\':
|
96
|
+
if strict:
|
97
|
+
msg = "Invalid control character %r at" % (terminator,)
|
98
|
+
#msg = "Invalid control character {0!r} at".format(terminator)
|
99
|
+
raise ValueError(errmsg(msg, s, end))
|
100
|
+
else:
|
101
|
+
_append(terminator)
|
102
|
+
continue
|
103
|
+
try:
|
104
|
+
esc = s[end]
|
105
|
+
except IndexError:
|
106
|
+
raise ValueError(
|
107
|
+
errmsg("Unterminated string starting at", s, begin))
|
108
|
+
# If not a unicode escape sequence, must be in the lookup table
|
109
|
+
if esc != 'u':
|
110
|
+
try:
|
111
|
+
char = _b[esc]
|
112
|
+
except KeyError:
|
113
|
+
msg = "Invalid \\escape: " + repr(esc)
|
114
|
+
raise ValueError(errmsg(msg, s, end))
|
115
|
+
end += 1
|
116
|
+
else:
|
117
|
+
# Unicode escape sequence
|
118
|
+
esc = s[end + 1:end + 5]
|
119
|
+
next_end = end + 5
|
120
|
+
if len(esc) != 4:
|
121
|
+
msg = "Invalid \\uXXXX escape"
|
122
|
+
raise ValueError(errmsg(msg, s, end))
|
123
|
+
uni = int(esc, 16)
|
124
|
+
# Check for surrogate pair on UCS-4 systems
|
125
|
+
if 0xd800 <= uni <= 0xdbff and sys.maxunicode > 65535:
|
126
|
+
msg = "Invalid \\uXXXX\\uXXXX surrogate pair"
|
127
|
+
if not s[end + 5:end + 7] == '\\u':
|
128
|
+
raise ValueError(errmsg(msg, s, end))
|
129
|
+
esc2 = s[end + 7:end + 11]
|
130
|
+
if len(esc2) != 4:
|
131
|
+
raise ValueError(errmsg(msg, s, end))
|
132
|
+
uni2 = int(esc2, 16)
|
133
|
+
uni = 0x10000 + (((uni - 0xd800) << 10) | (uni2 - 0xdc00))
|
134
|
+
next_end += 6
|
135
|
+
char = unichr(uni)
|
136
|
+
end = next_end
|
137
|
+
# Append the unescaped character
|
138
|
+
_append(char)
|
139
|
+
return u''.join(chunks), end
|
140
|
+
|
141
|
+
|
142
|
+
# Use speedup if available
|
143
|
+
scanstring = c_scanstring or py_scanstring
|
144
|
+
|
145
|
+
WHITESPACE = re.compile(r'[ \t\n\r]*', FLAGS)
|
146
|
+
WHITESPACE_STR = ' \t\n\r'
|
147
|
+
|
148
|
+
def JSONObject((s, end), encoding, strict, scan_once, object_hook, _w=WHITESPACE.match, _ws=WHITESPACE_STR):
|
149
|
+
pairs = {}
|
150
|
+
# Use a slice to prevent IndexError from being raised, the following
|
151
|
+
# check will raise a more specific ValueError if the string is empty
|
152
|
+
nextchar = s[end:end + 1]
|
153
|
+
# Normally we expect nextchar == '"'
|
154
|
+
if nextchar != '"':
|
155
|
+
if nextchar in _ws:
|
156
|
+
end = _w(s, end).end()
|
157
|
+
nextchar = s[end:end + 1]
|
158
|
+
# Trivial empty object
|
159
|
+
if nextchar == '}':
|
160
|
+
return pairs, end + 1
|
161
|
+
elif nextchar != '"':
|
162
|
+
raise ValueError(errmsg("Expecting property name", s, end))
|
163
|
+
end += 1
|
164
|
+
while True:
|
165
|
+
key, end = scanstring(s, end, encoding, strict)
|
166
|
+
|
167
|
+
# To skip some function call overhead we optimize the fast paths where
|
168
|
+
# the JSON key separator is ": " or just ":".
|
169
|
+
if s[end:end + 1] != ':':
|
170
|
+
end = _w(s, end).end()
|
171
|
+
if s[end:end + 1] != ':':
|
172
|
+
raise ValueError(errmsg("Expecting : delimiter", s, end))
|
173
|
+
|
174
|
+
end += 1
|
175
|
+
|
176
|
+
try:
|
177
|
+
if s[end] in _ws:
|
178
|
+
end += 1
|
179
|
+
if s[end] in _ws:
|
180
|
+
end = _w(s, end + 1).end()
|
181
|
+
except IndexError:
|
182
|
+
pass
|
183
|
+
|
184
|
+
try:
|
185
|
+
value, end = scan_once(s, end)
|
186
|
+
except StopIteration:
|
187
|
+
raise ValueError(errmsg("Expecting object", s, end))
|
188
|
+
pairs[key] = value
|
189
|
+
|
190
|
+
try:
|
191
|
+
nextchar = s[end]
|
192
|
+
if nextchar in _ws:
|
193
|
+
end = _w(s, end + 1).end()
|
194
|
+
nextchar = s[end]
|
195
|
+
except IndexError:
|
196
|
+
nextchar = ''
|
197
|
+
end += 1
|
198
|
+
|
199
|
+
if nextchar == '}':
|
200
|
+
break
|
201
|
+
elif nextchar != ',':
|
202
|
+
raise ValueError(errmsg("Expecting , delimiter", s, end - 1))
|
203
|
+
|
204
|
+
try:
|
205
|
+
nextchar = s[end]
|
206
|
+
if nextchar in _ws:
|
207
|
+
end += 1
|
208
|
+
nextchar = s[end]
|
209
|
+
if nextchar in _ws:
|
210
|
+
end = _w(s, end + 1).end()
|
211
|
+
nextchar = s[end]
|
212
|
+
except IndexError:
|
213
|
+
nextchar = ''
|
214
|
+
|
215
|
+
end += 1
|
216
|
+
if nextchar != '"':
|
217
|
+
raise ValueError(errmsg("Expecting property name", s, end - 1))
|
218
|
+
|
219
|
+
if object_hook is not None:
|
220
|
+
pairs = object_hook(pairs)
|
221
|
+
return pairs, end
|
222
|
+
|
223
|
+
def JSONArray((s, end), scan_once, _w=WHITESPACE.match, _ws=WHITESPACE_STR):
|
224
|
+
values = []
|
225
|
+
nextchar = s[end:end + 1]
|
226
|
+
if nextchar in _ws:
|
227
|
+
end = _w(s, end + 1).end()
|
228
|
+
nextchar = s[end:end + 1]
|
229
|
+
# Look-ahead for trivial empty array
|
230
|
+
if nextchar == ']':
|
231
|
+
return values, end + 1
|
232
|
+
_append = values.append
|
233
|
+
while True:
|
234
|
+
try:
|
235
|
+
value, end = scan_once(s, end)
|
236
|
+
except StopIteration:
|
237
|
+
raise ValueError(errmsg("Expecting object", s, end))
|
238
|
+
_append(value)
|
239
|
+
nextchar = s[end:end + 1]
|
240
|
+
if nextchar in _ws:
|
241
|
+
end = _w(s, end + 1).end()
|
242
|
+
nextchar = s[end:end + 1]
|
243
|
+
end += 1
|
244
|
+
if nextchar == ']':
|
245
|
+
break
|
246
|
+
elif nextchar != ',':
|
247
|
+
raise ValueError(errmsg("Expecting , delimiter", s, end))
|
248
|
+
|
249
|
+
try:
|
250
|
+
if s[end] in _ws:
|
251
|
+
end += 1
|
252
|
+
if s[end] in _ws:
|
253
|
+
end = _w(s, end + 1).end()
|
254
|
+
except IndexError:
|
255
|
+
pass
|
256
|
+
|
257
|
+
return values, end
|
258
|
+
|
259
|
+
class JSONDecoder(object):
|
260
|
+
"""Simple JSON <http://json.org> decoder
|
261
|
+
|
262
|
+
Performs the following translations in decoding by default:
|
263
|
+
|
264
|
+
+---------------+-------------------+
|
265
|
+
| JSON | Python |
|
266
|
+
+===============+===================+
|
267
|
+
| object | dict |
|
268
|
+
+---------------+-------------------+
|
269
|
+
| array | list |
|
270
|
+
+---------------+-------------------+
|
271
|
+
| string | unicode |
|
272
|
+
+---------------+-------------------+
|
273
|
+
| number (int) | int, long |
|
274
|
+
+---------------+-------------------+
|
275
|
+
| number (real) | float |
|
276
|
+
+---------------+-------------------+
|
277
|
+
| true | True |
|
278
|
+
+---------------+-------------------+
|
279
|
+
| false | False |
|
280
|
+
+---------------+-------------------+
|
281
|
+
| null | None |
|
282
|
+
+---------------+-------------------+
|
283
|
+
|
284
|
+
It also understands ``NaN``, ``Infinity``, and ``-Infinity`` as
|
285
|
+
their corresponding ``float`` values, which is outside the JSON spec.
|
286
|
+
|
287
|
+
"""
|
288
|
+
|
289
|
+
def __init__(self, encoding=None, object_hook=None, parse_float=None,
|
290
|
+
parse_int=None, parse_constant=None, strict=True):
|
291
|
+
"""``encoding`` determines the encoding used to interpret any ``str``
|
292
|
+
objects decoded by this instance (utf-8 by default). It has no
|
293
|
+
effect when decoding ``unicode`` objects.
|
294
|
+
|
295
|
+
Note that currently only encodings that are a superset of ASCII work,
|
296
|
+
strings of other encodings should be passed in as ``unicode``.
|
297
|
+
|
298
|
+
``object_hook``, if specified, will be called with the result
|
299
|
+
of every JSON object decoded and its return value will be used in
|
300
|
+
place of the given ``dict``. This can be used to provide custom
|
301
|
+
deserializations (e.g. to support JSON-RPC class hinting).
|
302
|
+
|
303
|
+
``parse_float``, if specified, will be called with the string
|
304
|
+
of every JSON float to be decoded. By default this is equivalent to
|
305
|
+
float(num_str). This can be used to use another datatype or parser
|
306
|
+
for JSON floats (e.g. decimal.Decimal).
|
307
|
+
|
308
|
+
``parse_int``, if specified, will be called with the string
|
309
|
+
of every JSON int to be decoded. By default this is equivalent to
|
310
|
+
int(num_str). This can be used to use another datatype or parser
|
311
|
+
for JSON integers (e.g. float).
|
312
|
+
|
313
|
+
``parse_constant``, if specified, will be called with one of the
|
314
|
+
following strings: -Infinity, Infinity, NaN.
|
315
|
+
This can be used to raise an exception if invalid JSON numbers
|
316
|
+
are encountered.
|
317
|
+
|
318
|
+
"""
|
319
|
+
self.encoding = encoding
|
320
|
+
self.object_hook = object_hook
|
321
|
+
self.parse_float = parse_float or float
|
322
|
+
self.parse_int = parse_int or int
|
323
|
+
self.parse_constant = parse_constant or _CONSTANTS.__getitem__
|
324
|
+
self.strict = strict
|
325
|
+
self.parse_object = JSONObject
|
326
|
+
self.parse_array = JSONArray
|
327
|
+
self.parse_string = scanstring
|
328
|
+
self.scan_once = make_scanner(self)
|
329
|
+
|
330
|
+
def decode(self, s, _w=WHITESPACE.match):
|
331
|
+
"""Return the Python representation of ``s`` (a ``str`` or ``unicode``
|
332
|
+
instance containing a JSON document)
|
333
|
+
|
334
|
+
"""
|
335
|
+
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
|
336
|
+
end = _w(s, end).end()
|
337
|
+
if end != len(s):
|
338
|
+
raise ValueError(errmsg("Extra data", s, end, len(s)))
|
339
|
+
return obj
|
340
|
+
|
341
|
+
def raw_decode(self, s, idx=0):
|
342
|
+
"""Decode a JSON document from ``s`` (a ``str`` or ``unicode`` beginning
|
343
|
+
with a JSON document) and return a 2-tuple of the Python
|
344
|
+
representation and the index in ``s`` where the document ended.
|
345
|
+
|
346
|
+
This can be used to decode a JSON document from a string that may
|
347
|
+
have extraneous data at the end.
|
348
|
+
|
349
|
+
"""
|
350
|
+
try:
|
351
|
+
obj, end = self.scan_once(s, idx)
|
352
|
+
except StopIteration:
|
353
|
+
raise ValueError("No JSON object could be decoded")
|
354
|
+
return obj, end
|
Binary file
|
@@ -0,0 +1,440 @@
|
|
1
|
+
"""Implementation of JSONEncoder
|
2
|
+
"""
|
3
|
+
import re
|
4
|
+
|
5
|
+
try:
|
6
|
+
from simplejson._speedups import encode_basestring_ascii as c_encode_basestring_ascii
|
7
|
+
except ImportError:
|
8
|
+
c_encode_basestring_ascii = None
|
9
|
+
try:
|
10
|
+
from simplejson._speedups import make_encoder as c_make_encoder
|
11
|
+
except ImportError:
|
12
|
+
c_make_encoder = None
|
13
|
+
|
14
|
+
ESCAPE = re.compile(r'[\x00-\x1f\\"\b\f\n\r\t]')
|
15
|
+
ESCAPE_ASCII = re.compile(r'([\\"]|[^\ -~])')
|
16
|
+
HAS_UTF8 = re.compile(r'[\x80-\xff]')
|
17
|
+
ESCAPE_DCT = {
|
18
|
+
'\\': '\\\\',
|
19
|
+
'"': '\\"',
|
20
|
+
'\b': '\\b',
|
21
|
+
'\f': '\\f',
|
22
|
+
'\n': '\\n',
|
23
|
+
'\r': '\\r',
|
24
|
+
'\t': '\\t',
|
25
|
+
}
|
26
|
+
for i in range(0x20):
|
27
|
+
#ESCAPE_DCT.setdefault(chr(i), '\\u{0:04x}'.format(i))
|
28
|
+
ESCAPE_DCT.setdefault(chr(i), '\\u%04x' % (i,))
|
29
|
+
|
30
|
+
# Assume this produces an infinity on all machines (probably not guaranteed)
|
31
|
+
INFINITY = float('1e66666')
|
32
|
+
FLOAT_REPR = repr
|
33
|
+
|
34
|
+
def encode_basestring(s):
|
35
|
+
"""Return a JSON representation of a Python string
|
36
|
+
|
37
|
+
"""
|
38
|
+
def replace(match):
|
39
|
+
return ESCAPE_DCT[match.group(0)]
|
40
|
+
return '"' + ESCAPE.sub(replace, s) + '"'
|
41
|
+
|
42
|
+
|
43
|
+
def py_encode_basestring_ascii(s):
|
44
|
+
"""Return an ASCII-only JSON representation of a Python string
|
45
|
+
|
46
|
+
"""
|
47
|
+
if isinstance(s, str) and HAS_UTF8.search(s) is not None:
|
48
|
+
s = s.decode('utf-8')
|
49
|
+
def replace(match):
|
50
|
+
s = match.group(0)
|
51
|
+
try:
|
52
|
+
return ESCAPE_DCT[s]
|
53
|
+
except KeyError:
|
54
|
+
n = ord(s)
|
55
|
+
if n < 0x10000:
|
56
|
+
#return '\\u{0:04x}'.format(n)
|
57
|
+
return '\\u%04x' % (n,)
|
58
|
+
else:
|
59
|
+
# surrogate pair
|
60
|
+
n -= 0x10000
|
61
|
+
s1 = 0xd800 | ((n >> 10) & 0x3ff)
|
62
|
+
s2 = 0xdc00 | (n & 0x3ff)
|
63
|
+
#return '\\u{0:04x}\\u{1:04x}'.format(s1, s2)
|
64
|
+
return '\\u%04x\\u%04x' % (s1, s2)
|
65
|
+
return '"' + str(ESCAPE_ASCII.sub(replace, s)) + '"'
|
66
|
+
|
67
|
+
|
68
|
+
encode_basestring_ascii = c_encode_basestring_ascii or py_encode_basestring_ascii
|
69
|
+
|
70
|
+
class JSONEncoder(object):
|
71
|
+
"""Extensible JSON <http://json.org> encoder for Python data structures.
|
72
|
+
|
73
|
+
Supports the following objects and types by default:
|
74
|
+
|
75
|
+
+-------------------+---------------+
|
76
|
+
| Python | JSON |
|
77
|
+
+===================+===============+
|
78
|
+
| dict | object |
|
79
|
+
+-------------------+---------------+
|
80
|
+
| list, tuple | array |
|
81
|
+
+-------------------+---------------+
|
82
|
+
| str, unicode | string |
|
83
|
+
+-------------------+---------------+
|
84
|
+
| int, long, float | number |
|
85
|
+
+-------------------+---------------+
|
86
|
+
| True | true |
|
87
|
+
+-------------------+---------------+
|
88
|
+
| False | false |
|
89
|
+
+-------------------+---------------+
|
90
|
+
| None | null |
|
91
|
+
+-------------------+---------------+
|
92
|
+
|
93
|
+
To extend this to recognize other objects, subclass and implement a
|
94
|
+
``.default()`` method with another method that returns a serializable
|
95
|
+
object for ``o`` if possible, otherwise it should call the superclass
|
96
|
+
implementation (to raise ``TypeError``).
|
97
|
+
|
98
|
+
"""
|
99
|
+
item_separator = ', '
|
100
|
+
key_separator = ': '
|
101
|
+
def __init__(self, skipkeys=False, ensure_ascii=True,
|
102
|
+
check_circular=True, allow_nan=True, sort_keys=False,
|
103
|
+
indent=None, separators=None, encoding='utf-8', default=None):
|
104
|
+
"""Constructor for JSONEncoder, with sensible defaults.
|
105
|
+
|
106
|
+
If skipkeys is false, then it is a TypeError to attempt
|
107
|
+
encoding of keys that are not str, int, long, float or None. If
|
108
|
+
skipkeys is True, such items are simply skipped.
|
109
|
+
|
110
|
+
If ensure_ascii is true, the output is guaranteed to be str
|
111
|
+
objects with all incoming unicode characters escaped. If
|
112
|
+
ensure_ascii is false, the output will be unicode object.
|
113
|
+
|
114
|
+
If check_circular is true, then lists, dicts, and custom encoded
|
115
|
+
objects will be checked for circular references during encoding to
|
116
|
+
prevent an infinite recursion (which would cause an OverflowError).
|
117
|
+
Otherwise, no such check takes place.
|
118
|
+
|
119
|
+
If allow_nan is true, then NaN, Infinity, and -Infinity will be
|
120
|
+
encoded as such. This behavior is not JSON specification compliant,
|
121
|
+
but is consistent with most JavaScript based encoders and decoders.
|
122
|
+
Otherwise, it will be a ValueError to encode such floats.
|
123
|
+
|
124
|
+
If sort_keys is true, then the output of dictionaries will be
|
125
|
+
sorted by key; this is useful for regression tests to ensure
|
126
|
+
that JSON serializations can be compared on a day-to-day basis.
|
127
|
+
|
128
|
+
If indent is a non-negative integer, then JSON array
|
129
|
+
elements and object members will be pretty-printed with that
|
130
|
+
indent level. An indent level of 0 will only insert newlines.
|
131
|
+
None is the most compact representation.
|
132
|
+
|
133
|
+
If specified, separators should be a (item_separator, key_separator)
|
134
|
+
tuple. The default is (', ', ': '). To get the most compact JSON
|
135
|
+
representation you should specify (',', ':') to eliminate whitespace.
|
136
|
+
|
137
|
+
If specified, default is a function that gets called for objects
|
138
|
+
that can't otherwise be serialized. It should return a JSON encodable
|
139
|
+
version of the object or raise a ``TypeError``.
|
140
|
+
|
141
|
+
If encoding is not None, then all input strings will be
|
142
|
+
transformed into unicode using that encoding prior to JSON-encoding.
|
143
|
+
The default is UTF-8.
|
144
|
+
|
145
|
+
"""
|
146
|
+
|
147
|
+
self.skipkeys = skipkeys
|
148
|
+
self.ensure_ascii = ensure_ascii
|
149
|
+
self.check_circular = check_circular
|
150
|
+
self.allow_nan = allow_nan
|
151
|
+
self.sort_keys = sort_keys
|
152
|
+
self.indent = indent
|
153
|
+
if separators is not None:
|
154
|
+
self.item_separator, self.key_separator = separators
|
155
|
+
if default is not None:
|
156
|
+
self.default = default
|
157
|
+
self.encoding = encoding
|
158
|
+
|
159
|
+
def default(self, o):
|
160
|
+
"""Implement this method in a subclass such that it returns
|
161
|
+
a serializable object for ``o``, or calls the base implementation
|
162
|
+
(to raise a ``TypeError``).
|
163
|
+
|
164
|
+
For example, to support arbitrary iterators, you could
|
165
|
+
implement default like this::
|
166
|
+
|
167
|
+
def default(self, o):
|
168
|
+
try:
|
169
|
+
iterable = iter(o)
|
170
|
+
except TypeError:
|
171
|
+
pass
|
172
|
+
else:
|
173
|
+
return list(iterable)
|
174
|
+
return JSONEncoder.default(self, o)
|
175
|
+
|
176
|
+
"""
|
177
|
+
raise TypeError(repr(o) + " is not JSON serializable")
|
178
|
+
|
179
|
+
def encode(self, o):
|
180
|
+
"""Return a JSON string representation of a Python data structure.
|
181
|
+
|
182
|
+
>>> JSONEncoder().encode({"foo": ["bar", "baz"]})
|
183
|
+
'{"foo": ["bar", "baz"]}'
|
184
|
+
|
185
|
+
"""
|
186
|
+
# This is for extremely simple cases and benchmarks.
|
187
|
+
if isinstance(o, basestring):
|
188
|
+
if isinstance(o, str):
|
189
|
+
_encoding = self.encoding
|
190
|
+
if (_encoding is not None
|
191
|
+
and not (_encoding == 'utf-8')):
|
192
|
+
o = o.decode(_encoding)
|
193
|
+
if self.ensure_ascii:
|
194
|
+
return encode_basestring_ascii(o)
|
195
|
+
else:
|
196
|
+
return encode_basestring(o)
|
197
|
+
# This doesn't pass the iterator directly to ''.join() because the
|
198
|
+
# exceptions aren't as detailed. The list call should be roughly
|
199
|
+
# equivalent to the PySequence_Fast that ''.join() would do.
|
200
|
+
chunks = self.iterencode(o, _one_shot=True)
|
201
|
+
if not isinstance(chunks, (list, tuple)):
|
202
|
+
chunks = list(chunks)
|
203
|
+
return ''.join(chunks)
|
204
|
+
|
205
|
+
def iterencode(self, o, _one_shot=False):
|
206
|
+
"""Encode the given object and yield each string
|
207
|
+
representation as available.
|
208
|
+
|
209
|
+
For example::
|
210
|
+
|
211
|
+
for chunk in JSONEncoder().iterencode(bigobject):
|
212
|
+
mysocket.write(chunk)
|
213
|
+
|
214
|
+
"""
|
215
|
+
if self.check_circular:
|
216
|
+
markers = {}
|
217
|
+
else:
|
218
|
+
markers = None
|
219
|
+
if self.ensure_ascii:
|
220
|
+
_encoder = encode_basestring_ascii
|
221
|
+
else:
|
222
|
+
_encoder = encode_basestring
|
223
|
+
if self.encoding != 'utf-8':
|
224
|
+
def _encoder(o, _orig_encoder=_encoder, _encoding=self.encoding):
|
225
|
+
if isinstance(o, str):
|
226
|
+
o = o.decode(_encoding)
|
227
|
+
return _orig_encoder(o)
|
228
|
+
|
229
|
+
def floatstr(o, allow_nan=self.allow_nan, _repr=FLOAT_REPR, _inf=INFINITY, _neginf=-INFINITY):
|
230
|
+
# Check for specials. Note that this type of test is processor- and/or
|
231
|
+
# platform-specific, so do tests which don't depend on the internals.
|
232
|
+
|
233
|
+
if o != o:
|
234
|
+
text = 'NaN'
|
235
|
+
elif o == _inf:
|
236
|
+
text = 'Infinity'
|
237
|
+
elif o == _neginf:
|
238
|
+
text = '-Infinity'
|
239
|
+
else:
|
240
|
+
return _repr(o)
|
241
|
+
|
242
|
+
if not allow_nan:
|
243
|
+
raise ValueError(
|
244
|
+
"Out of range float values are not JSON compliant: " +
|
245
|
+
repr(o))
|
246
|
+
|
247
|
+
return text
|
248
|
+
|
249
|
+
|
250
|
+
if _one_shot and c_make_encoder is not None and not self.indent and not self.sort_keys:
|
251
|
+
_iterencode = c_make_encoder(
|
252
|
+
markers, self.default, _encoder, self.indent,
|
253
|
+
self.key_separator, self.item_separator, self.sort_keys,
|
254
|
+
self.skipkeys, self.allow_nan)
|
255
|
+
else:
|
256
|
+
_iterencode = _make_iterencode(
|
257
|
+
markers, self.default, _encoder, self.indent, floatstr,
|
258
|
+
self.key_separator, self.item_separator, self.sort_keys,
|
259
|
+
self.skipkeys, _one_shot)
|
260
|
+
return _iterencode(o, 0)
|
261
|
+
|
262
|
+
def _make_iterencode(markers, _default, _encoder, _indent, _floatstr, _key_separator, _item_separator, _sort_keys, _skipkeys, _one_shot,
|
263
|
+
## HACK: hand-optimized bytecode; turn globals into locals
|
264
|
+
False=False,
|
265
|
+
True=True,
|
266
|
+
ValueError=ValueError,
|
267
|
+
basestring=basestring,
|
268
|
+
dict=dict,
|
269
|
+
float=float,
|
270
|
+
id=id,
|
271
|
+
int=int,
|
272
|
+
isinstance=isinstance,
|
273
|
+
list=list,
|
274
|
+
long=long,
|
275
|
+
str=str,
|
276
|
+
tuple=tuple,
|
277
|
+
):
|
278
|
+
|
279
|
+
def _iterencode_list(lst, _current_indent_level):
|
280
|
+
if not lst:
|
281
|
+
yield '[]'
|
282
|
+
return
|
283
|
+
if markers is not None:
|
284
|
+
markerid = id(lst)
|
285
|
+
if markerid in markers:
|
286
|
+
raise ValueError("Circular reference detected")
|
287
|
+
markers[markerid] = lst
|
288
|
+
buf = '['
|
289
|
+
if _indent is not None:
|
290
|
+
_current_indent_level += 1
|
291
|
+
newline_indent = '\n' + (' ' * (_indent * _current_indent_level))
|
292
|
+
separator = _item_separator + newline_indent
|
293
|
+
buf += newline_indent
|
294
|
+
else:
|
295
|
+
newline_indent = None
|
296
|
+
separator = _item_separator
|
297
|
+
first = True
|
298
|
+
for value in lst:
|
299
|
+
if first:
|
300
|
+
first = False
|
301
|
+
else:
|
302
|
+
buf = separator
|
303
|
+
if isinstance(value, basestring):
|
304
|
+
yield buf + _encoder(value)
|
305
|
+
elif value is None:
|
306
|
+
yield buf + 'null'
|
307
|
+
elif value is True:
|
308
|
+
yield buf + 'true'
|
309
|
+
elif value is False:
|
310
|
+
yield buf + 'false'
|
311
|
+
elif isinstance(value, (int, long)):
|
312
|
+
yield buf + str(value)
|
313
|
+
elif isinstance(value, float):
|
314
|
+
yield buf + _floatstr(value)
|
315
|
+
else:
|
316
|
+
yield buf
|
317
|
+
if isinstance(value, (list, tuple)):
|
318
|
+
chunks = _iterencode_list(value, _current_indent_level)
|
319
|
+
elif isinstance(value, dict):
|
320
|
+
chunks = _iterencode_dict(value, _current_indent_level)
|
321
|
+
else:
|
322
|
+
chunks = _iterencode(value, _current_indent_level)
|
323
|
+
for chunk in chunks:
|
324
|
+
yield chunk
|
325
|
+
if newline_indent is not None:
|
326
|
+
_current_indent_level -= 1
|
327
|
+
yield '\n' + (' ' * (_indent * _current_indent_level))
|
328
|
+
yield ']'
|
329
|
+
if markers is not None:
|
330
|
+
del markers[markerid]
|
331
|
+
|
332
|
+
def _iterencode_dict(dct, _current_indent_level):
|
333
|
+
if not dct:
|
334
|
+
yield '{}'
|
335
|
+
return
|
336
|
+
if markers is not None:
|
337
|
+
markerid = id(dct)
|
338
|
+
if markerid in markers:
|
339
|
+
raise ValueError("Circular reference detected")
|
340
|
+
markers[markerid] = dct
|
341
|
+
yield '{'
|
342
|
+
if _indent is not None:
|
343
|
+
_current_indent_level += 1
|
344
|
+
newline_indent = '\n' + (' ' * (_indent * _current_indent_level))
|
345
|
+
item_separator = _item_separator + newline_indent
|
346
|
+
yield newline_indent
|
347
|
+
else:
|
348
|
+
newline_indent = None
|
349
|
+
item_separator = _item_separator
|
350
|
+
first = True
|
351
|
+
if _sort_keys:
|
352
|
+
items = dct.items()
|
353
|
+
items.sort(key=lambda kv: kv[0])
|
354
|
+
else:
|
355
|
+
items = dct.iteritems()
|
356
|
+
for key, value in items:
|
357
|
+
if isinstance(key, basestring):
|
358
|
+
pass
|
359
|
+
# JavaScript is weakly typed for these, so it makes sense to
|
360
|
+
# also allow them. Many encoders seem to do something like this.
|
361
|
+
elif isinstance(key, float):
|
362
|
+
key = _floatstr(key)
|
363
|
+
elif key is True:
|
364
|
+
key = 'true'
|
365
|
+
elif key is False:
|
366
|
+
key = 'false'
|
367
|
+
elif key is None:
|
368
|
+
key = 'null'
|
369
|
+
elif isinstance(key, (int, long)):
|
370
|
+
key = str(key)
|
371
|
+
elif _skipkeys:
|
372
|
+
continue
|
373
|
+
else:
|
374
|
+
raise TypeError("key " + repr(key) + " is not a string")
|
375
|
+
if first:
|
376
|
+
first = False
|
377
|
+
else:
|
378
|
+
yield item_separator
|
379
|
+
yield _encoder(key)
|
380
|
+
yield _key_separator
|
381
|
+
if isinstance(value, basestring):
|
382
|
+
yield _encoder(value)
|
383
|
+
elif value is None:
|
384
|
+
yield 'null'
|
385
|
+
elif value is True:
|
386
|
+
yield 'true'
|
387
|
+
elif value is False:
|
388
|
+
yield 'false'
|
389
|
+
elif isinstance(value, (int, long)):
|
390
|
+
yield str(value)
|
391
|
+
elif isinstance(value, float):
|
392
|
+
yield _floatstr(value)
|
393
|
+
else:
|
394
|
+
if isinstance(value, (list, tuple)):
|
395
|
+
chunks = _iterencode_list(value, _current_indent_level)
|
396
|
+
elif isinstance(value, dict):
|
397
|
+
chunks = _iterencode_dict(value, _current_indent_level)
|
398
|
+
else:
|
399
|
+
chunks = _iterencode(value, _current_indent_level)
|
400
|
+
for chunk in chunks:
|
401
|
+
yield chunk
|
402
|
+
if newline_indent is not None:
|
403
|
+
_current_indent_level -= 1
|
404
|
+
yield '\n' + (' ' * (_indent * _current_indent_level))
|
405
|
+
yield '}'
|
406
|
+
if markers is not None:
|
407
|
+
del markers[markerid]
|
408
|
+
|
409
|
+
def _iterencode(o, _current_indent_level):
|
410
|
+
if isinstance(o, basestring):
|
411
|
+
yield _encoder(o)
|
412
|
+
elif o is None:
|
413
|
+
yield 'null'
|
414
|
+
elif o is True:
|
415
|
+
yield 'true'
|
416
|
+
elif o is False:
|
417
|
+
yield 'false'
|
418
|
+
elif isinstance(o, (int, long)):
|
419
|
+
yield str(o)
|
420
|
+
elif isinstance(o, float):
|
421
|
+
yield _floatstr(o)
|
422
|
+
elif isinstance(o, (list, tuple)):
|
423
|
+
for chunk in _iterencode_list(o, _current_indent_level):
|
424
|
+
yield chunk
|
425
|
+
elif isinstance(o, dict):
|
426
|
+
for chunk in _iterencode_dict(o, _current_indent_level):
|
427
|
+
yield chunk
|
428
|
+
else:
|
429
|
+
if markers is not None:
|
430
|
+
markerid = id(o)
|
431
|
+
if markerid in markers:
|
432
|
+
raise ValueError("Circular reference detected")
|
433
|
+
markers[markerid] = o
|
434
|
+
o = _default(o)
|
435
|
+
for chunk in _iterencode(o, _current_indent_level):
|
436
|
+
yield chunk
|
437
|
+
if markers is not None:
|
438
|
+
del markers[markerid]
|
439
|
+
|
440
|
+
return _iterencode
|