summaryrefslogtreecommitdiff
path: root/chef/lib/chef/application.rb
Commit message (Expand)AuthorAgeFilesLines
* [formatters,reporting] disable magic STDOUT logger, formatter tweaksDaniel DeLeo2012-06-211-1/+5
* add missing require for chef/platformSeth Chisamore2011-12-091-0/+1
* leverage new windows? helper from Chef::PlatformSeth Chisamore2011-12-081-1/+1
* Chef-2012 Fix to stop catching all errors but instead handle errors more grac...Mark Mzyk2011-11-091-5/+8
* CHEF-2317: Enable Chef to detect windows and use windows paths by defaultMark Mzyk2011-11-091-9/+3
* Initial work to get a framework in place for modifying the base path to work ...Mark Mzyk2011-11-091-0/+8
* Chef::Application references constants from socketDaniel DeLeo2011-05-171-0/+1
* [CHEF-2256] use Chef::FileCache to write out failed-run-data.json and chef-st...Seth Chisamore2011-04-261-6/+5
* write error dumps to file_cache_pathDaniel DeLeo2011-04-151-1/+1
* CHEF-1473: switch to a less destructive IO.select method for waking upBryan McLellan2011-04-051-11/+0
* Add ability for SIGUSR1 to wakeup the daemon and start a chef run.Caleb Tennis2011-04-051-0/+14
* Tweaking the default log output to be less verbose, and more usefulAdam Jacob2011-04-011-1/+0
* Adding a stack trace fileAdam Jacob2011-04-011-0/+13
* Printing call stack on SIGQUITChris Walters2011-03-241-4/+4
* Always set the primary log device to sync outputDaniel DeLeo2011-03-161-0/+1
* Upgrade Mixlib::Log to get multilogger support, add auto-verboseDaniel DeLeo2011-03-151-1/+10
* [CHEF-1728] apply the command line config when no config file is foundDaniel DeLeo2010-10-011-0/+2
* [CHEF-624] always close file handles when reading configDaniel DeLeo2010-07-221-10/+14
* Allow URLs in configuration file argumentTollef Fog Heen2010-07-221-2/+14
* don't fail if config[:config_file] is nilDaniel DeLeo2010-06-111-1/+1
* CHEF-947 chef-solr seems to ignore the settings in server.rb fileIan Meyer2010-06-111-0/+6
* hotfix: only cd into / when dropping privs.0.8.12Daniel DeLeo2010-05-061-1/+0
* purge whitespaceDaniel DeLeo2010-05-041-17/+17
* adding windows to platform matchNuo Yan2010-05-041-1/+1
* trap HUP signal only if not on WindowsNuo Yan2010-05-041-3/+5
* CHEF-1092: Always switch to a readable directory. Keeps subsequentMatthew Kent2010-04-301-1/+5
* fix log level stuff, mkdir_p, and downto idiomChristopher Brown2009-12-101-1/+1
* CHEF-400: Make Chef::Application#fatal! log to STDERR for clarityAJ Christensen2009-07-061-1/+2
* CHEF-299: add sigterm trap handlerAJ Christensen2009-06-241-1/+5
* Fixing regressions regarding run interval, exiting cleanly is not fatal, and ...Adam Jacob2009-05-201-9/+16
* Fixing log level for tests, fixing spec error in Mount providerAdam Jacob2009-05-181-1/+1
* CHEF-151: Some failing specsAJ Christensen2009-05-151-1/+1
* CHEF-151: Indexer specs, tweak default config filesAJ Christensen2009-05-141-1/+1
* CHEF-151: chef solo application class, new binaryAJ Christensen2009-05-121-35/+7
* CHEF-151: Upfactor chef application classes.AJ Christensen2009-05-121-51/+36
* CHEF-151: new chef-client binary, application::client class, testsAJ Christensen2009-05-091-3/+3
* CHEF-151: Additional changes to the Application class, specificationsAJ Christensen2009-05-091-36/+34
* CHEF-151: Initial work refactoring the binary logic into classesAJ Christensen2009-05-091-0/+131