summaryrefslogtreecommitdiff
path: root/lib/chef/application/client.rb
Commit message (Expand)AuthorAgeFilesLines
* Chef-15: Remove copyright dateslcg/remove-copyright-dates-chef-15Lamont 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
* fail on interval runs on windowslcg/windows-intervalLamont Granquist2018-01-221-3/+9
* Add a warning about using --interval on Windows.Noah Kantrowitz2018-01-221-2/+7
* Sleep for another interval after handling SIGHUPGiedrius Rekasius2017-10-091-1/+1
* Always run reconfigure between runs, and when HUP'dBryan McLellan2017-05-311-21/+24
* Calling reconfigure outside trap('HUP')nimisha2017-05-311-0/+6
* Change the default listen mode to false.Noah Kantrowitz2017-05-251-1/+1
* Fix --no-fips on chef-clientbtm/no-fipsBryan McLellan2017-02-021-1/+1
* fixes for rubocop 0.44.1 enginelcg/rubocop-0.44.1Lamont Granquist2016-10-201-2/+2