summaryrefslogtreecommitdiff
path: root/lib/chef/application.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Ask for stacktrace.out in bug reportslcg/ask-for-stacktracesLamont Granquist2015-12-091-1/+2
* Moving the proxy export to environment varibles into Chef::Configtyler-ball2015-12-091-83/+1
* Rename log.deprecation to log_deprecationJohn Keiser2015-09-011-1/+1
* Pass deprecations through formatter instead of logsJohn Keiser2015-09-011-1/+1
* Remove leftover debug statementdanielsdeleo2015-06-051-1/+0
* Refs #2709: Isolate/fix the no-fork faultAJ Christensen2015-02-091-11/+19
* patch chef_gem to use Chef::Log.deprecationlcg/chef-gem-config-optionLamont Granquist2015-02-091-1/+1
* add Chef::Config[:chef_gem_compile_time] plus RELNOTESLamont Granquist2015-02-091-0/+7
* Ensure 'uri' is required where it's used.danielsdeleo2014-11-261-0/+1
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-1/+1
* add 'class Chef' outer scopelcg/fix-exceptionsLamont Granquist2014-10-281-302/+304
* Tidy up some comments, whitespace.Claire McQuin2014-10-011-1/+1
* Reconfigure signal trapping.Claire McQuin2014-10-011-25/+51
* Disable unforked interval runs.Claire McQuin2014-10-011-1/+45
* remove setting the internal encodingLamont Granquist2014-09-081-1/+0