summaryrefslogtreecommitdiff
path: root/lib/chef/client.rb
Commit message (Expand)AuthorAgeFilesLines
* Optimize requires for non-omnibus installsrequire_optimizationTim Smith2020-08-121-1/+1
* Update RuboCop config to Ruby 2.6Tim Smith2020-08-031-10/+10
* Convert to default_paths APIlcg/default-pathsLamont Granquist2020-07-221-2/+2
* Fix syslog logging on Chef-16Lamont Granquist2020-07-011-1/+1
* Logging consistency fixes.lcg/chef-16-logging-fixedLamont Granquist2020-04-271-12/+8
* Simplify the logic + improve the specTim Smith2020-04-151-8/+5
* Add a warning to the end of the chef run for EOL releseseol_release_warningTim Smith2020-04-151-0/+18
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* fix enforce_path_sanity being set to trueLamont Granquist2019-11-191-1/+1
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-5/+4
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-1/+1
* Style/ClassCheckLamont Granquist2019-07-051-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+2
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-2/+2
* Convert require to require_relativeLamont Granquist2019-05-081-39/+39
* Feedback from Ryan DavisBryan McLellan2019-05-061-6/+2
* Target Mode initial implementationBryan McLellan2019-05-061-3/+44
* Replacing workmarks with distro constantsMarc Chamberland2019-04-191-7/+8
* another chefspec fixLamont Granquist2019-03-151-1/+1
* fix for chefspecLamont Granquist2019-03-151-1/+1
* make the run_context a proper instance variableLamont Granquist2019-03-151-1/+8
* add some backcompat for chefspecLamont Granquist2019-03-151-2/+4
* Early alloction of the Chef::RunContextLamont Granquist2019-03-141-25/+30
* remove more converge_exceptionLamont Granquist2019-03-121-3/+0
* resimplify + fix specsauditLamont Granquist2019-03-121-23/+5
* unnecessary conditionalLamont Granquist2019-03-111-8/+2
* revert back to properly catching errorsLamont Granquist2019-03-111-3/+14
* more bizarre cruft removal in Chef::ClientLamont Granquist2019-03-111-20/+7
* remove register_reportersLamont Granquist2019-03-111-12/+3
* WIP: Remove audit mode from chef-clientTim Smith2019-03-111-98/+9
* Extract Action Collection from Data CollectorLamont Granquist2019-03-111-34/+9
* Don't system exit on ohai CriticalPluginFailure (#8098)Joshua Miller2019-01-091-3/+0
* change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-031-1/+1
* minimal_ohai: Add init_package plugin as a required plugininit_package_pluginTim Smith2018-11-221-1/+1
* Update script resource deprecation waringscript_resourceTim Smith2018-09-171-1/+1
* First pass on an implementation for https://github.com/chef/chef-rfc/pull/305Noah Kantrowitz2018-06-051-0/+3
* Merge pull request #7016 from chef/tm/chef_guidThom May2018-03-211-0/+23
|\
| * Save the node's UUID as an attributetm/chef_guidThom May2018-03-211-0/+23
* | Add the ability to inject log objectstm/inject_logThom May2018-03-191-29/+32
|/
* prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-171-11/+5
* Makes life easier for hook authors switching from the older report handler sy...Noah Kantrowitz2017-11-271-2/+2
* Add ohai_time to minimal_ohai filterbtm/minimal_ohai_timeBryan McLellan2017-11-141-1/+1
* Support new CriticalOhaiPlugins (#6486)Phil Dibowitz2017-10-091-0/+3
* Clarify log messaging for required recipe featuredanielsdeleo2017-04-101-1/+2
* chefstyle fixessdelano2017-04-061-27/+24
* server enforced required recipesdelano2017-04-061-0/+47
* CHEF-13: remove magic from the logger/formatter settingsLamont Granquist2017-04-051-1/+1
* Chef-13: Remove deprecated Chef::Client attrsLamont Granquist2017-03-211-10/+1
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-0/+1
* Creation of the new DataCollector reporterAdam Leff2016-06-021-0/+8