summaryrefslogtreecommitdiff
path: root/lib/chef/application.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* rename configure_environment_variables to configure_proxy_environment_variablesClaire McQuin2014-06-031-3/+3
* percent encode @, : in proxy user/passClaire McQuin2014-06-031-8/+9
* set ENV vars for http proxiesClaire McQuin2014-06-031-0/+67
* Explicitly add org defaults to pedant testJohn Keiser2014-05-271-2/+3
* Add "knife serve" to serve up chef repo in chef-zeroJohn Keiser2014-05-261-0/+5
* Prevent tests from overriding rspec's trap handlerdanielsdeleo2014-04-241-14/+19
* added require for config_fetcherJoseph Smith2014-03-311-0/+1
* Add `-r` flag to chef-clientdanielsdeleo2014-02-201-1/+2
* Fix indentation of rescue clausedanielsdeleo2014-01-201-3/+3
* CHEF-4725: Disable buffering on all log streamsNikhil Benesch2014-01-201-1/+0
* CHEF-4725: Validate 'log_location' setting on log initializationNikhil Benesch2014-01-201-0/+3
* Add ability to run recipes directly from chef-client command lineJohn Keiser2013-12-061-2/+7
* Flip config_missing? to return true when missingJohn Keiser2013-10-161-2/+0
* Remove extra newline from error messagingdanielsdeleo2013-10-161-1/+1
* Make configuration errors more informativedanielsdeleo2013-10-161-3/+4
* Use function args for error messages in config file loadingdanielsdeleo2013-10-161-3/+2
* Load client/solo config via ConfigFetcherdanielsdeleo2013-10-161-58/+14
* Prettify JSON output from PUT/POST in local modeJohn Keiser2013-10-161-1/+4
|\
| * Prettify data when writing it out in --local-modeJohn Keiser2013-10-161-1/+4