summaryrefslogtreecommitdiff
path: root/chef/lib/chef/application
Commit message (Expand)AuthorAgeFilesLines
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-305-1019/+0
* Fix description and option type for reporting flag.ssutay2012-09-241-2/+2
* Change disable_reporting config parameter to enable_reporting.ssutay2012-09-241-3/+3
* Add a new config option to disable reporting if a customer doesn't want to us...ssutay2012-09-051-0/+6
* Converge via forkChris Roberts2012-07-262-1/+13
* Collect garbage after client runChris Roberts2012-07-263-21/+0
* Collect garbage before putting chef to sleepChris Roberts2012-07-263-3/+18
* launching chef-client as a daemon does not load all required libraries.Tim Green2012-07-261-0/+1
* Fix option long form typoChris Roberts2012-05-293-3/+3
* fixed wrong boolean indicator for color flagMarc Paradise2012-05-172-4/+4
* Added color output optionMarc Paradise2012-05-172-0/+16
* more polish for doc formatter, disable diffs for nowDaniel DeLeo2012-05-141-0/+6
* add why_run mixlib-config and -W/--whyrun mixlib-cliLamont Granquist2012-05-112-0/+12
* Override runlist supportChris Roberts2012-04-193-3/+45
* refactor Chef::Application::WindowsService to mirror Chef::Application::Clien...Seth Chisamore2011-12-191-47/+32
* only sleep for splay value at beginning of pass through service loopSeth Chisamore2011-12-191-4/+3
* don't set defaults for splay and interval CLI options to match other Chef::Ap...Seth Chisamore2011-12-191-2/+0
* ensure Win32 namespace from win32-service does not clash with Chef::Win32Seth Chisamore2011-12-191-1/+1
* update codebase to leverage new Chef::Platform.windows? methodSeth Chisamore2011-12-081-1/+1
* CHEF-2317: fix mispelling of chef-solo configuration file as solor.rbBryan McLellan2011-12-081-1/+1
* CHEF-2641 updated knife to use standard -no prefixMarc Paradise2011-12-071-12/+7
* Minor cleanup on Windows Service code.Christopher Maier2011-11-091-1/+0
* Add WindowsService daemonChristopher Maier2011-11-091-0/+243
* CHEF-2317: Enable Chef to detect windows and use windows paths by defaultMark Mzyk2011-11-092-4/+5
* Initial work to get a framework in place for modifying the base path to work ...Mark Mzyk2011-11-091-0/+1
* [CHEF-2218] environment config option is `environment` w/o chef_Daniel DeLeo2011-04-261-1/+1
* [CHEF-2218] add chef_environment command line optionDaniel DeLeo2011-04-261-0/+5
* [CHEF-2224] default exception handler prints the node dataDaniel DeLeo2011-04-151-0/+4
* [CHEF-2201] update knife, knife-tag pagesDaniel DeLeo2011-04-091-1/+1
* CHEF-1473: avoid USR1 trap framework on windowsBryan McLellan2011-04-061-3/+17
* CHEF-1473: switch to a less destructive IO.select method for waking upBryan McLellan2011-04-051-2/+17
* Add ability for SIGUSR1 to wakeup the daemon and start a chef run.Caleb Tennis2011-04-051-0/+3
* [CHEF-2173] add a tree formatter without all the noise. and colorsDaniel DeLeo2011-04-031-1/+1
* [CHEF-2171] misc improvements to knife uiDaniel DeLeo2011-04-031-0/+24
* remove a few more unneeded requiresDaniel DeLeo2011-04-011-1/+1
* Adding a stack trace fileAdam Jacob2011-04-012-10/+7
* Stack Trace only on debug log level - fixes CHEF-2156Adam Jacob2011-04-012-6/+12
* [CHEF-2150] replace log level with verbosity in knifeDaniel DeLeo2011-03-311-11/+7
* [CHEF-1768] knife commands that use ssh should allow the port to be configuredSeth Chisamore2011-03-311-1/+0
* lazy load knife deps for a snappier experienceDaniel DeLeo2011-03-271-11/+2
* remove verbose logger CLI opt, fix run once opt nameDaniel DeLeo2011-03-161-20/+14
* Upgrade Mixlib::Log to get multilogger support, add auto-verboseDaniel DeLeo2011-03-151-2/+2
* switch to rspec 2.xDaniel DeLeo2011-03-033-28/+32
* Fix CHEF-2057: renamed Chef::JSON to Chef::JSONCompat, soTim Hinderliter2011-02-162-2/+2
* [CHEF-2011] expand the path to the client key and config fileDaniel DeLeo2011-02-011-2/+4
* Fix CHEF-1292/PL-538: make JSON.parse/to_json default recursion depthTim Hinderliter2010-11-222-2/+2
* Replacing tabs with two spaces.Christian Paredes2010-11-081-1/+1
* add :environment to Chef::Config and knife.rbsdelano2010-11-011-0/+5
* [CHEF-1746] allow the client to loop when running in foregroundDaniel DeLeo2010-10-071-1/+8
* add callbacks to Chef::Client to notify on chef run start/stopDaniel DeLeo2010-09-291-3/+2