summaryrefslogtreecommitdiff
path: root/lib/chef/application/client.rb
Commit message (Expand)AuthorAgeFilesLines
* Remote ohai support for chef-clientLamont Granquist2020-10-141-1/+6
* Use ChefUtils::CANARY and update to the chefstyle that enforces thatTim Smith2020-09-231-1/+1
* Chefstyle fixesLance Albertson2020-09-151-1/+1
* Move chef-config/dist to chef-utils/distLance Albertson2020-09-151-1/+1
* tighten all require statements for dist implementationMarc Chamberland2020-09-151-0/+1
* move dist implementation into chef-utilsMarc Chamberland2020-09-151-3/+3
* use autoloading for many required gemsmwrock2020-09-081-1/+6
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-111-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-1/+1
* fail on interval runs on windowsLamont Granquist2019-08-281-2/+6
* support named run list on commandline in soloLamont Granquist2019-07-151-5/+0
* consolidate some options in the base classLamont Granquist2019-07-151-48/+0
* --fips, --fatal-windows-admin-check and --disable-configLamont Granquist2019-07-151-19/+1
* add some comments on deprecation of the solo classLamont Granquist2019-07-151-0/+4
* missing SELF_PIPE for the daemon loopLamont Granquist2019-07-151-3/+0
* migrate --delete-entire-chef-repo to base classLamont Granquist2019-07-151-5/+0
* Copy the daemon loop from client to baseLamont Granquist2019-07-151-107/+0
* add --target-mode to base classLamont Granquist2019-07-151-9/+0
* add --once to base classLamont Granquist2019-07-151-5/+0
* normalize fetch_recipe_tarballLamont Granquist2019-07-151-16/+0
* create application base class for de-duplicationLamont Granquist2019-07-151-173/+2
* Style/NegatedIfLamont Granquist2019-07-051-1/+1
* more distro constantsMarc Chamberland2019-06-031-2/+2
* distro constants for solo, zero and automateMarc Chamberland2019-05-231-2/+2
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-2/+2
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-10/+10
* Merge pull request #7758 from chef/btm/target-modeTim Smith2019-05-061-0/+15
|\
| * Update target mode log message for Chef::DistBryan McLellan2019-05-061-1/+1
| * Target Mode initial implementationBryan McLellan2019-05-061-0/+15
* | Adding in the license-acceptance flowtyler-ball2019-05-031-0/+3
|/
* Update more help descriptionsTim Smith2019-05-021-1/+1
* Fix up main binary help messagesTim Smith2019-05-021-42/+42
* fixing testsMarc Chamberland2019-04-191-2/+2
* Replacing workmarks with distro constantsMarc Chamberland2019-04-191-17/+18
* fix undefined local variable 'recipes_path'Adam Bewsher2019-03-151-1/+1
* WIP: Remove audit mode from chef-clientTim Smith2019-03-111-23/+0
* [SHACK-290] Unpacking tarball paths suffer from URI errortyler-ball2018-08-031-3/+3
* fix Style/MutableConstantLamont Granquist2018-07-021-1/+1
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-6/+6
* fix Style/UnneededInterpolationLamont Granquist2018-07-021-1/+1
* fix Style/HashSyntaxLamont Granquist2018-07-021-162/+161
* check the path to --recipe-urlwindows-open-uriThom May2018-05-041-3/+7
* Trying to use --recipe-url on Windows with local file failstyler-ball2018-05-031-3/+7
* Updating a few logging references to include :tracesp/cli-logging-optionsStuart Preston2018-04-251-1/+1
* mechanical conversion of most debug log statements to traceThom May2018-03-261-5/+5
* Don't use supervisor process for one-shot / command-line runsLamont Granquist2018-02-261-3/+7
* Allow tarballs generated by chef export to be usedtm/policyful_tarballsThom May2018-02-201-0/+2
* Revert "Fail on interval runs on windows"Lamont Granquist2018-01-231-14/+3