summaryrefslogtreecommitdiff
path: root/lib/chef/application.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix all(?) circular requires coming from the specs.Ryan Davis2020-03-161-1/+1
* fix ruby 2.7 encoding bug and add --always-dump-stacktrace optionLamont Granquist2020-03-111-2/+6
* some leftover/new "Chef" references converted to distro constantsMarc Chamberland2019-12-051-3/+3
* inserting distro constants into windows service messagesMarc Chamberland2019-12-051-2/+2
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-2/+2
* fix this error messageLamont Granquist2019-09-101-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+1
* more distro constantsMarc Chamberland2019-06-031-1/+1
* Merge pull request #8460 from cc-build/dist_solo_zeroTim Smith2019-05-271-1/+1
|\
| * more distro constants for "Chef"Marc Chamberland2019-05-231-1/+1
* | Fixed issue for chef-client run was throwing error when provided empty string...vinay sharma2019-05-251-1/+7
|/
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-4/+4
* Convert require to require_relativeLamont Granquist2019-05-081-8/+8
* Use keyword arguments for acceptanceMark Anderson2019-05-031-1/+1
* Only Chef Software binaries should enforce EULAtyler-ball2019-05-031-2/+2
* Read license-acceptance from chef config (knife.rb, client.rb)tyler-ball2019-05-031-1/+6
* Adding in the license-acceptance flowtyler-ball2019-05-031-0/+6
* chef-client => Chef::Dist::CLIENTMarc Chamberland2019-04-261-1/+2
* Break the error message into 2 sentencesTim Smith2019-04-171-2/+2
* Improve the error message when no config can be loadedTim Smith2019-04-171-2/+2
* Allow empty strings in -o to result in empty override run listlcg/empty-override-runlistLamont Granquist2019-04-121-2/+1
* fixed review commentsdheerajd-msys2018-10-231-1/+1
* fix duplicate logsdheerajd-msys2018-10-231-1/+1
* fix logger logic with is_default? from new mixlib-configchef-nolan/double-stdoutLamont Granquist2018-07-051-5/+1
* Adding log_location_default? methodNolan Davidson2018-07-051-1/+5
* Fix dupe stdout_loggerNolan Davidson2018-07-051-1/+1
* Address possible gem installs between interval runs that are then used in the...configure-gemsNoah Kantrowitz2018-04-021-0/+2
* mechanical conversion of most debug log statements to traceThom May2018-03-261-3/+3
* Add the ability to inject log objectstm/inject_logThom May2018-03-191-31/+32
* Stop mixlib-cli default clobbering mixlib-config settingslcg/fix-default-precedenceLamont Granquist2018-02-261-45/+71
* fix double-logging buglcg/fix-double-loggingLamont Granquist2018-01-181-2/+2
* fix non-daemonized umasklcg/fix-non-daemonized-umaskLamont Granquist2018-01-161-0/+1
* Always run reconfigure between runs, and when HUP'dBryan McLellan2017-05-311-0/+5
* Calling reconfigure outside trap('HUP')nimisha2017-05-311-5/+0
* Chef-13: restore log_location in client.rbLamont Granquist2017-04-061-0/+15
* CHEF-13: remove magic from the logger/formatter settingsLamont Granquist2017-04-051-27/+4
* Chef-13: turn on zypper gpg checks by defaultlcg/zypper-gpgLamont Granquist2017-04-021-0/+5
* Chef-13: chef_gem no longer runs at compile time by defaultLamont Granquist2017-02-281-8/+1
* fix Style/NonNilCheckLamont Granquist2016-12-061-1/+1
* fix Style/MultilineIfModifierLamont Granquist2016-12-061-3/+4
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-1/+1
* Implement `--config-option` CLI opt for knifedan/config-option-in-knifedanielsdeleo2016-10-181-15/+7
* Revert "Merge pull request #5123 from chef/lcg/resolv-replace"John Keiser2016-08-081-4/+0
* Log cause chain for exceptionsjdm/logexceptionJay Mundrawala2016-08-031-0/+7
* Merge branch 'master' into configoptionNoah Kantrowitz2016-08-021-0/+4
|\
| * only work around resolver caching on linuxLamont Granquist2016-07-191-1/+3
| * replace glibc resolver with ruby resolverLamont Granquist2016-07-191-0/+2
* | Remove my manual parser in favor of YAML safe_load.Noah Kantrowitz2016-06-211-12/+3
* | First pass on --config-option handling.Noah Kantrowitz2016-06-211-0/+25
|/
* * define exit codesSteven Murawski2016-05-231-9/+14