summaryrefslogtreecommitdiff
path: root/lib/chef/application.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add shorthand :syslog and :win_evt for log_location configjr/logger-configJordan Running2016-03-291-0/+15
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-2/+3
* Some more author domain stragglers.Noah Kantrowitz2016-02-021-1/+1
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Force config file setting to absolute path in chef-clientdanielsdeleo2016-01-271-0/+7
* Do openssl initialization from applicationsJay Mundrawala2016-01-251-0/+1
* Use double quotes by defaultThom May2016-01-141-14/+14
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-3/+3