summaryrefslogtreecommitdiff
path: root/lib/chef/client.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ensure that solo specific code is run at the proper timeThom May2016-05-161-3/+3
* Log platform along with client version and pid.Chris Doherty2016-03-171-0/+1
* fix some UselessAssignment caseslcg/useless-assignmentLamont Granquist2016-03-141-2/+0
* autofixing whitespace copsLamont Granquist2016-02-051-7/+7
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-4/+4
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* fix typo in commentLamont Granquist2016-01-271-1/+1
* suppress reporter failures by using validate_utf8=falselcg/suppress-reporter-failuresLamont Granquist2016-01-261-2/+22
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-1/+1
* Use double quotes by defaultThom May2016-01-141-40/+40
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-4/+4
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-4/+5
* Use signing protocol 1.1 by defaultjdm/default-auth-1.1Jay Mundrawala2015-12-101-12/+0
* Use why-run vs. why_run or whyrunTim Smith2015-10-181-1/+1
* fix PR feedbacklcg/ruby-profilingLamont Granquist2015-10-131-5/+3
* lazy load ruby-profLamont Granquist2015-10-061-6/+3
* add optional ruby-profiling with --profile-rubyLamont Granquist2015-10-051-0/+32
* Use the dynamic policy builder everywheredanielsdeleo2015-09-171-1/+1
* remove now-useless GCLamont Granquist2015-08-241-2/+1
* Exceptions for audits should only get wrapped if audit mode is enabledJay Mundrawala2015-06-161-6/+12
* Use the central priority map for `provides`John Keiser2015-06-021-7/+0
* Minor updates for PR comments.sd/CI-31Serdar Sutay2015-05-291-1/+1
* Make sure the audit mode output is reflected both in the logs and in the form...Serdar Sutay2015-05-291-2/+2
* Make audit comments nicer!John Keiser2015-05-281-9/+23
* Move notification methods back to ClientJohn Keiser2015-05-281-2/+83
* Don't use deprecated "runner" in RunContext itselfJohn Keiser2015-05-281-1/+1
* Un-deprecate node writingJohn Keiser2015-05-281-2/+4
* Deprecate some things that don't seem to be needed outsideJohn Keiser2015-05-281-31/+44
* Move public APIs first, private secondJohn Keiser2015-05-281-274/+201
* Comment the heck out of Chef::ClientJohn Keiser2015-05-281-44/+384
* remove cruftClaire McQuin2015-05-271-2/+0
* Raise errors at the end of the client run, for proper exiting.Claire McQuin2015-05-271-24/+25
* remove configuration optionClaire McQuin2015-05-271-8/+5
* Mark run failed on failed audits unless configured to audit as warning.Claire McQuin2015-05-271-7/+21