summaryrefslogtreecommitdiff
path: root/lib/chef/application.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* force the default internal/external encodingLamont Granquist2014-09-081-0/+7
* Remove config file jail, replaced with config skip optiondanielsdeleo2014-09-031-1/+2
* fix proxy var issuesLamont Granquist2014-08-141-8/+16
* Refactor caller decorations into with_server_connectivityJohn Keiser2014-07-071-5/+1
* Move local-mode server connectivity code to Chef::LocalModeJohn Keiser2014-07-071-72/+18
* Support --chef-zero-port=A-B,C,D-E syntax for finding portsJohn Keiser2014-07-071-1/+24
* making the chef-zero host configurable for knife and chef-clientLuke Amdor2014-06-051-2/+2
* update error messageClaire McQuin2014-06-031-1/+4
* add error handling, set *_proxy instead of *_PROXYClaire McQuin2014-06-031-24/+31
* use URI to parse/build proxiesClaire McQuin2014-06-031-29/+29