summaryrefslogtreecommitdiff
path: root/lib/chef/application/client.rb
Commit message (Expand)AuthorAgeFilesLines
* :interval setting can be used on Windows without fork when Chef Client window...Serdar Sutay2014-12-081-1/+3
* 1) No longer allowing multiple args passed to ResourceCollection#<< 2) removi...tyler-ball2014-10-171-0/+5
* Test signal safely on windowsmcquin/Issue-1910Claire McQuin2014-10-011-1/+1
* Tidy up some comments, whitespace.Claire McQuin2014-10-011-3/+2
* Reconfigure signal trapping.Claire McQuin2014-10-011-22/+16
* Do interval and splay sleep before running client.Claire McQuin2014-10-011-15/+18
* Disable unforked interval runs.Claire McQuin2014-10-011-2/+26
* Add debug/info logging for knife config file findingdanielsdeleo2014-09-031-1/+1
* rename '--dont-use-config' to '--disable-config'danielsdeleo2014-09-031-3/+3
* Remove config file jail, replaced with config skip optiondanielsdeleo2014-09-031-5/+0
* Extract Knife config file find/load to a reusable componentdanielsdeleo2014-09-031-3/+8
* Support --chef-zero-port=A-B,C,D-E syntax for finding portsJohn Keiser2014-07-071-1/+1
* making the chef-zero host configurable for knife and chef-clientLuke Amdor2014-06-051-0/+5
* convert cli argument to int, tidy exception messageClaire McQuin2014-05-061-1/+2
* add command line option to clientClaire McQuin2014-05-051-0/+4
* [11] Don't catch SIGTERM if not in daemon modePhil Dibowitz2014-04-011-3/+6
* Workaround ruby 1.8 IO#getc returning integer typesdanielsdeleo2014-03-181-2/+2
* Updates based on PR comments.sersut2014-03-181-30/+27
* Don't honor splay setting when sent USR1 signal.sersut2014-03-181-5/+9
* Add `-r` flag to chef-clientdanielsdeleo2014-02-201-1/+11
* Add ability to run recipes directly from chef-client command lineJohn Keiser2013-12-061-1/+3
* Move json attribs fetching to a classdanielsdeleo2013-10-161-25/+3
* Add --config-file-jail to avoid loading user knife.rb in testsJohn Keiser2013-10-151-0/+5
* Rename -. to -zJohn Keiser2013-10-101-1/+1
* Pick up knife config instead of /etc/chef/client.rb if local mode is specifiedJohn Keiser2013-10-091-1/+12
* Make --local-mode option so that local user can run local recipesJohn Keiser2013-10-091-5/+8
* Add -z and --chef-zero-port options to knife and chef-clientJohn Keiser2013-10-021-0/+13
* Print debug stacktraces from within a forked workerdanielsdeleo2013-07-051-2/+0
* CHEF-1761: Initialize @exit_gracefully in Chef::Application::ClientAlex Rakoczy & Matthew Horan2013-05-241-0/+1
* CHEF-1761: Exit gracefully on SIGTERMAlex Rakoczy & Matthew Horan2013-05-241-0/+7
* Make --[no-]color description more conciseadamedx2013-05-131-1/+1
* rephrase messages related to colored output options change.kaustubh-d2013-05-131-1/+1
* colored output should be disabled by default on windowskaustubh-d2013-05-131-2/+2
* remove default ErrorReport exception handler☃ pitr2013-04-111-3/+0
* make options negatableLamont Granquist2013-04-111-2/+2
* Remove references to now unused Chef::Application::Wakeupsersut2013-02-151-3/+0
* Fix typo: privilage -> privilegesersut2013-01-221-1/+1
* Introducing windows_admin_check and config option to make it fatal.sersut2013-01-221-0/+8
* Add force-(formatter|logger) cli optionsdanielsdeleo2012-11-201-0/+12
* Change default output to formatters when in consoledanielsdeleo2012-11-201-2/+3
* removing daemonize option for windowsLamont Granquist2012-11-011-5/+7
* Merge branch '10-stable'Bryan McLellan2012-10-301-11/+1
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+327