summaryrefslogtreecommitdiff
path: root/lib/chef/application
Commit message (Expand)AuthorAgeFilesLines
* [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
* Remove Chef::RESTtm/remove_chef_restThom May2017-03-161-1/+0
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-135-48/+43
* Fix --no-fips on chef-clientbtm/no-fipsBryan McLellan2017-02-021-1/+1
* fix Style/MultilineIfModifierLamont Granquist2016-12-061-4/+6
* Merge pull request #5547 from chef/lcg/unified-integerLamont Granquist2016-11-161-1/+1
|\
| * fix Lint/UnifiedInteger copLamont Granquist2016-11-151-1/+1
* | Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-2/+2
|/
* fixes for rubocop 0.44.1 enginelcg/rubocop-0.44.1Lamont Granquist2016-10-202-3/+3
* Adding support for rfc 62 exit code 213Jeremy J. Miller2016-10-061-0/+9
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-172-6/+6
* Merge branch 'master' into configoptionNoah Kantrowitz2016-08-022-4/+11
|\
| * Use Mixlib::Archive to extract tarballsThom May2016-07-072-4/+4
| * Ensure that chef-solo uses the expected repo dirtm/correct_repo_pathThom May2016-06-241-0/+7
* | First pass on --config-option handling.Noah Kantrowitz2016-06-213-0/+24
|/
* Merge pull request #4957 from chef/tm/solo_fixesThom May2016-05-311-1/+9
|\
| * Ensure recipe-url works right in solotm/solo_fixesThom May2016-05-201-1/+9
* | * define exit codesSteven Murawski2016-05-235-12/+238
|/
* move legacy config into a separate functiontm/zoloThom May2016-05-161-26/+29