summaryrefslogtreecommitdiff
path: root/lib/chef/client.rb
Commit message (Expand)AuthorAgeFilesLines
* Correcting cert retrieval issues for multiple user scenariosJohn McCrae2023-02-281-6/+23
* Updated files to account for pem storage in the Certificate StoreJohn McCrae2022-05-261-0/+64
* removed errant requires statement for Singleton classJohn McCrae2022-03-291-1/+0
* updating gemlock files and updating code from feedbackJohn McCrae2022-03-241-2/+0
* updating gemlock files and updating code from feedbackJohn McCrae2022-03-231-3/+5
* updating gemlock files and updating code from feedbackJohn McCrae2022-03-231-1/+1
* updating gemlock files and updating code from feedbackJohn McCrae2022-03-231-2/+2
* updating gemlock files and updating code from feedbackJohn McCrae2022-03-231-54/+56
* updating gemlock filesJohn McCrae2022-03-221-22/+11
* updating gemlock filesJohn McCrae2022-03-221-9/+115
* Update Chef Client to retrieve client.pem from Windows CertStoreJohn McCrae2022-01-311-0/+3
* Updated the chef client to retrieve certs from the Windows registry. Tests in...John McCrae2022-01-311-2/+6
* Native compliance phaseLamont Granquist2021-09-171-2/+1
* Chefstyle fixes for RuboCop 1.18.3Tim Smith2021-07-061-1/+1
* Add a slow resources report to chef-clientLamont Granquist2021-05-281-0/+6
* ruby 3.0 fixes and post-bundle-install hookLamont Granquist2021-03-181-2/+2
* Rename audit mode to Compliance Phase.Pete Higgins2020-12-011-2/+2
* Fix chefstyle violations.Pete Higgins2020-12-011-1/+1
* Add basic audit mode with json file output.Pete Higgins2020-12-011-0/+3
* Added deprecation warning for enforce_path_sanityKapil Chouhan2020-11-101-1/+1
* Remote ohai support for chef-clientLamont Granquist2020-10-141-31/+2
* move dist implementation into chef-utilsMarc Chamberland2020-09-151-9/+8
* use autoloading for many required gemsmwrock2020-09-081-2/+2
* 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