summaryrefslogtreecommitdiff
path: root/lib/chef/recipe.rb
Commit message (Expand)AuthorAgeFilesLines
* Return correct value for tagged? when node[:tags] is nil.Serdar Sutay2014-10-151-0/+2
* Remove deprecated @node ivarsjk/remove_deprecated_ivarsJohn Keiser2014-08-271-1/+0
* CHEF-5086/COOK-3890: Add reboot_pending? to core DSLBryan McLellan2014-02-271-0/+2
* Moved Chef::Recipe#tag into the Chef::Node objectPaul Mooring2013-10-041-19/+2
* moving registry_helper to dsl classLamont Granquist2012-12-191-2/+2
* adding registry helper for recipes+resourcesLamont Granquist2012-12-191-0/+2
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+133
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-127/+0
* Fixing searching in recipes to use the RESTful server, instead of the local i...Adam Jacob2008-10-051-2/+7
* Only eval the block if one was passedAdam Jacob2008-10-021-1/+1
* Refactoring to support a base package class, that package providers can inher...Adam Jacob2008-09-081-1/+1
* Added template support, changed license to Apache v 2Adam Jacob2008-08-161-14/+12
* Updating search ticketsAdam Jacob2008-07-281-0/+2
* Adding functional search supportAdam Jacob2008-07-101-0/+6
* Adding chef-solo command, config examples, Chef::Log class, Chef::Log::Format...Adam Jacob2008-04-081-0/+1
* Adding the Params::Validate mixin, refactored Chef::Config to be a singleton,...Adam Jacob2008-04-071-15/+34
* Adding cookbook support, updating rcov coverageAdam Jacob2008-03-121-4/+4
* Added rcov coverage, lots of tests, definitions, node supportAdam Jacob2008-03-101-0/+96