summaryrefslogtreecommitdiff
path: root/lib/chef/client.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Extract policy building concerns from Chef::Clientdanielsdeleo2014-01-141-152/+16
* Add ability to run recipes directly from chef-client command lineJohn Keiser2013-12-061-0/+6
* Modify a message when any cookbook is not found.Ryota Arai2013-11-261-1/+1
* Raise an error if any directory of `cookbook_path` contains no cookbook.Ryota Arai2013-11-261-9/+6
* Raise CookbookNotFound error if any directory of cookbook_path contains no co...Ryota Arai2013-11-261-11/+8
* Improve an error message "No cookbook found".Ryota Arai2013-11-261-2/+5
* compute elapsed time without altering public apiRanjib Dey2013-11-061-2/+2
* pass elapsed time along with node/exception in event hanldersRanjib Dey2013-11-061-2/+2
* Stacktrace should be hidden by defaultdanielsdeleo2013-10-241-2/+2
* Make waiting for the release of the lock optional in RunLock class.sersut2013-10-071-0/+1
* Start chef-client in new process when it is run as a service on windowsMukta A2013-10-041-0/+1
* Do not require client_key to be specified for chef-client when chef-zero is e...John Keiser2013-10-021-1/+4
* Report error when chef-client throws an exceptionJohn Keiser2013-10-021-0/+1
* Use Chef::Config defaults for lockfile defaultJohn Keiser2013-09-161-1/+1
* avoid appearing very, very wrongMike Fiedler2013-08-281-1/+1
* Exit worker process on INT/TERMdanielsdeleo2013-07-051-1/+2
* Print debug stacktraces from within a forked workerdanielsdeleo2013-07-051-6/+27
* Don't call fork when chef is running on windows.sersut2013-06-131-3/+6
* [CHEF-4157] split Platform to prune dep graphdanielsdeleo2013-05-031-1/+1
* Adding the run_started callbackPrajaktaPurohit2013-04-241-0/+1
* CHEF-4010 Ensure lock release for all operationsGregoire Seux2013-04-111-10/+10
* [CHEF-3919] Removed Chef::Version::Cookbook code and replaced by a Chef::Vers...Xabier de Zuazo2013-04-111-1/+1
* [CHEF-3919] cookbook version specific code factored out from Chef::Version, n...Xabier de Zuazo2013-04-111-1/+1
* Fix typo: privilage -> privilegesersut2013-01-221-6/+6
* Include windows admin privilege check in chef-solo as well.sersut2013-01-221-1/+1
* Tests for the windows admin privilege check logic.sersut2013-01-221-21/+24
* Actual logic for doing administrator privilege check for windows.sersut2013-01-221-1/+5
* Introducing windows_admin_check and config option to make it fatal.sersut2013-01-221-0/+21
* CHEF-3571 add chef-recipe commandBryan Berry2013-01-171-2/+2
* [CHEF-3689] use ApiClient::Registration to registerdanielsdeleo2012-12-181-1/+2
* Change default output to formatters when in consoledanielsdeleo2012-11-201-10/+32
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+505
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-277/+0
* Fixing searching in recipes to use the RESTful server, instead of the local i...Adam Jacob2008-10-051-1/+10
* No need for this - leftovers from prototypingAdam Jacob2008-10-021-2/+0
* merging in fujins service resource and providerAdam Jacob2008-10-021-3/+29
|\
| * recipe playingAdam Jacob2008-09-261-0/+28
* | Updating example recipes and improving log outputAdam Jacob2008-10-021-2/+2
* | When we save the node, we need to update @node, so we have the proper @couchd...Adam Jacob2008-10-021-1/+1
* | Removing the compile method from the server.. so sad, was so fun to watch.Adam Jacob2008-10-021-8/+9
* | Compile on the edge from a cache workingAdam Jacob2008-10-021-36/+62
* | Refactoring do_attribute_files to download attribute files, cache them, and r...Adam Jacob2008-09-301-1/+56
|/
* Adding default node configAdam Jacob2008-09-221-1/+9
* Adding specs for new resource types, fixes to node, mixin::templateAdam Jacob2008-09-081-1/+1
* Added template support, changed license to Apache v 2Adam Jacob2008-08-161-14/+11
* Updating search ticketsAdam Jacob2008-07-281-0/+34
* Moving chef-server into lib, reworking specs, adding storieschef-server-packageAdam Jacob2008-06-151-3/+3
* Huge amount of work, covering openid, clients, and all sorts of server stuffAdam Jacob2008-06-091-0/+123