summaryrefslogtreecommitdiff
path: root/lib/chef/application
Commit message (Expand)AuthorAgeFilesLines
...
* Fix a description I missedTim Smith2019-05-021-1/+1
* Fix up main binary help messagesTim Smith2019-05-025-109/+110
* chef-client => Chef::Dist::CLIENTMarc Chamberland2019-04-262-2/+2
* applying requested fixesMarc Chamberland2019-04-231-1/+1
* reversing changes to knifeMarc Chamberland2019-04-191-3/+3
* addressing comments by coderangerMarc Chamberland2019-04-191-1/+1
* fixing testsMarc Chamberland2019-04-191-2/+2
* Replacing workmarks with distro constantsMarc Chamberland2019-04-195-49/+54
* Merge pull request #8391 from chef/solo_syncLamont Granquist2019-04-171-5/+5
|\
| * Sync the CLI option descriptions between chef-client and chef-solosolo_syncTim Smith2019-04-171-5/+5
* | Use color in chef-solo by default on Windowssolo_colorTim Smith2019-04-171-1/+1
|/
* Break the error message into 2 sentencesTim Smith2019-04-171-1/+1
* Improve the error message when no config can be loadedTim Smith2019-04-171-1/+1
* Drop privileges before creating files in solo modebtm/fix-solo-permsBryan McLellan2019-04-111-1/+1
* fix undefined local variable 'recipes_path'Adam Bewsher2019-03-151-1/+1
* WIP: Remove audit mode from chef-clientTim Smith2019-03-113-35/+1
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-152-2/+2
* fix chef-apply crash for rebootdheerajd-msys2018-10-041-4/+6
* [SHACK-290] Unpacking tarball paths suffer from URI errortyler-ball2018-08-031-3/+3
* Merge pull request #7390 from coderanger/yet-more-credsLamont Granquist2018-07-031-0/+1
|\
| * Merge branch 'master' into yet-more-credsNoah Kantrowitz2018-07-024-9/+9
| |\
| * \ Merge branch 'master' into yet-more-credsNoah Kantrowitz2018-07-026-469/+468
| |\ \
| * | | Add support for a $CHEF_HOME environment variable and improve support for the...Noah Kantrowitz2018-06-231-0/+1
* | | | fix Style/MutableConstantLamont Granquist2018-07-025-8/+8
| |_|/ |/| |
* | | fix Style/PreferredHashMethodsLamont Granquist2018-07-024-9/+9
| |/ |/|
* | fix Style/UnneededInterpolationLamont Granquist2018-07-023-4/+4
* | fix Layout/IndentHeredocLamont Granquist2018-07-021-6/+6
* | fix Style/HashSyntaxLamont Granquist2018-07-026-459/+458
|/
* 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-253-3/+3
* mechanical conversion of most debug log statements to traceThom May2018-03-263-16/+16
* fix legacy mode and legacy mode testsLamont Granquist2018-02-261-3/+7
* 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-232-31/+7
* fail on interval runs on windowslcg/windows-intervalLamont Granquist2018-01-222-6/+18
* This isn't chef-client, probably an old copy-pasta.Noah Kantrowitz2018-01-221-2/+2
* Add a warning about using --interval on Windows.Noah Kantrowitz2018-01-222-3/+15
* Remove deprecated -r option for Solo modedash_r_soloTim Smith2018-01-011-8/+1
* Specify a profile on the command lineThom May2017-12-181-0/+4
* 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-252-2/+2
* Make non-legacy solo use socketless mode.Noah Kantrowitz2017-05-241-0/+1
* Chef-13: restore log_location in client.rbLamont Granquist2017-04-061-1/+16
* remove logger magic from the windows serviceLamont Granquist2017-04-051-17/+2
* removing the use of Chef::Exception::DeprecatedExitCodesmurawski/exit_status_defaultSteven Murawski2017-04-042-12/+4
* use rfc exit codesSteven Murawski2017-04-041-72/+11