summaryrefslogtreecommitdiff
path: root/lib/chef/application
Commit message (Expand)AuthorAgeFilesLines
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-1/+1
* 1) No longer allowing multiple args passed to ResourceCollection#<< 2) removi...tyler-ball2014-10-171-0/+5
* Merge branch 'patch-1' of github.com:workmad3/chef into sersut/rebase-chef-1971sersut/rebase-chef-1971Serdar Sutay2014-10-101-8/+10
|\
| * Expanding the file name before checking existanceDavid Workman2014-09-041-2/+1
| * Fixing travis-ci failure.David Workman2014-09-041-1/+0
| * Fixing case of a nil recipe file with chef applyDavid Workman2014-09-031-7/+11
| * Update apply.rbDavid Workman2014-09-031-1/+1
* | 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-012-25/+26
* | Disable unforked interval runs.Claire McQuin2014-10-012-4/+51
* | inverted if and removed elseNolan Davidson2014-09-101-4/+3
* | Fixed Issue 1882 by printing usage when chef-apply is run with no argumentsNolan Davidson2014-09-101-2/+7
* | 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
|/
* CHEF-5075: order matters for recipe_urlBryan McLellan2014-08-291-8/+14
* Add comment about orderStanislav Bogatyrev2014-08-291-0/+2
* [CHEF-5075] Fix json_attribs and recipe_url load order.Stanislav Bogatyrev2014-08-291-5/+5
* Support --chef-zero-port=A-B,C,D-E syntax for finding portsJohn Keiser2014-07-072-2/+2
* remove setting proxy environment variablesClaire McQuin2014-06-191-1/+0
* Merge pull request #1130 from philsturgeon/masterClaire McQuin2014-06-091-1/+1
|\
| * Doc fix to highlight that -E is not respected by knife ssh [search]Phil Sturgeon2014-05-221-1/+1
* | making the chef-zero host configurable for knife and chef-clientLuke Amdor2014-06-052-0/+9
* | rename configure_environment_variables to configure_proxy_environment_variablesClaire McQuin2014-06-032-2/+2
* | set ENV vars for http proxiesClaire McQuin2014-06-032-0/+2
|/
* convert cli argument to int, tidy exception messageClaire McQuin2014-05-062-2/+4
* add command line option to soloClaire McQuin2014-05-051-0/+4
* add command line option to clientClaire McQuin2014-05-051-0/+4
* [CHEF-5150] chef-service-manager: don't create interactive servicePierre Ynard2014-04-101-0/+3
* [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
* CHEF-4725: Disable buffering on all log streamsNikhil Benesch2014-01-201-1/+0
* Add ability to run recipes directly from chef-client command lineJohn Keiser2013-12-061-1/+3
* CHEF-4759: chef-solo --no-color default on windowsLamont Granquist2013-11-262-1/+7
* Force knife to load http monkey patchesdanielsdeleo2013-11-191-0/+2
* Adapt windows_service to be compatible with win32-service 0.8.2.sersut2013-10-281-7/+23
* Application::Solo must set @chef_client_jsondanielsdeleo2013-10-241-2/+2
* Move json attribs fetching to a classdanielsdeleo2013-10-162-51/+6
* Add --config-file-jail to avoid loading user knife.rb in testsJohn Keiser2013-10-151-0/+5
* Rename -. to -zJohn Keiser2013-10-102-2/+2
* 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-092-9/+12
* Start chef-client in new process when it is run as a service on windowsMukta A2013-10-041-9/+23
* Add version parameter to chef-service-manager.sersut2013-10-041-0/+8