summaryrefslogtreecommitdiff
path: root/spec/unit/client_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename audit mode to Compliance Phase.Pete Higgins2020-12-011-1/+1
* Fix Chef::Client unit tests.Pete Higgins2020-12-011-0/+1
* Added deprecation warning for enforce_path_sanityKapil Chouhan2020-11-101-0/+16
* Pick some of the unit test fixes from #10068lcg/win-unit-test-cherrypickLamont Granquist2020-06-261-1/+4
* Logging consistency fixes.lcg/chef-16-logging-fixedLamont Granquist2020-04-271-3/+3
* Simplify the logic + improve the specTim Smith2020-04-151-3/+3
* Add a spec for the EOL warningsTim Smith2020-04-151-0/+16
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-2/+2
* Style/MethodCallWithoutArgsParenthesesLamont Granquist2019-07-021-1/+1
* Early alloction of the Chef::RunContextLamont Granquist2019-03-141-1/+0
* resimplify + fix specsauditLamont Granquist2019-03-121-8/+5
* WIP: Remove audit mode from chef-clientTim Smith2019-03-111-143/+2
* Extract Action Collection from Data CollectorLamont Granquist2019-03-111-4/+339
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-2/+2
* Don't system exit on ohai CriticalPluginFailure (#8098)Joshua Miller2019-01-091-1/+1
* 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
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-1/+1
* fix Layout/DotPositionLamont Granquist2018-07-021-6/+6
* fix Layout/IndentHeredocLamont Granquist2018-07-021-4/+4
* fix Style/HashSyntaxLamont Granquist2018-07-021-6/+6
* Merge pull request #7016 from chef/tm/chef_guidThom May2018-03-211-1/+0
|\
| * Save the node's UUID as an attributetm/chef_guidThom May2018-03-211-1/+0
* | Add the ability to inject log objectstm/inject_logThom May2018-03-191-3/+3
|/
* Add ohai_time to minimal_ohai filterbtm/minimal_ohai_timeBryan McLellan2017-11-141-1/+1
* Support new CriticalOhaiPlugins (#6486)Phil Dibowitz2017-10-091-0/+11
* Clarify log messaging for required recipe featuredanielsdeleo2017-04-101-1/+1
* chefstyle fixessdelano2017-04-061-4/+4
* server enforced required recipesdelano2017-04-061-0/+49
* CHEF-13: remove magic from the logger/formatter settingsLamont Granquist2017-04-051-29/+21
* RFC 67: Remove cookbook segmentsThom May2017-04-041-2/+2
* Ensure that solo specific code is run at the proper timeThom May2016-05-161-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-5/+5
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-3/+3
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Merge pull request #4409 from chef/lcg/suppress-reporter-failuresLamont Granquist2016-01-271-1/+1
|\
| * suppress reporter failures by using validate_utf8=falselcg/suppress-reporter-failuresLamont Granquist2016-01-261-1/+1
* | Fix client_specjdm/1.3-fipsJay Mundrawala2016-01-261-2/+6
* | Rename openssl-fips to fips and add messagesJay Mundrawala2016-01-251-2/+2
* | Use sign v1.3 when fips mode is selectedJay Mundrawala2016-01-251-2/+17
|/
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-1/+1
* ServerAPI will return a raw hash, so do thattm/fix_failing_testThom May2016-01-141-2/+1
* Use double quotes by defaultThom May2016-01-141-10/+10
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-9/+9
* Use signing protocol 1.1 by defaultjdm/default-auth-1.1Jay Mundrawala2015-12-101-20/+2
* Ensure that our list of recipes is backwards compattm/duplicate_recipesThom May2015-09-291-1/+2
* Use the dynamic policy builder everywheredanielsdeleo2015-09-171-0/+4
* Fixup spec to only expect wrapped exception when audit mode is enabledjdm/fix-audit-excepJay Mundrawala2015-06-191-19/+35
* Raise errors at the end of the client run, for proper exiting.Claire McQuin2015-05-271-4/+9