summaryrefslogtreecommitdiff
path: root/lib/chef/recipe.rb
Commit message (Collapse)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
| | | | | | Accessible in recipes and in resources, can be used to detect if Windows needs to reboot to finish a software installation or operating system update.
* 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
| | | | The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!
* big refactor of the repo layout. move to a chef gem and a chef-server gem ↵Ezra Zygmuntowicz2008-10-081-127/+0
| | | | all with proper deps
* Fixing searching in recipes to use the RESTful server, instead of the local ↵Adam Jacob2008-10-051-2/+7
| | | | index. Adding debugging
* Only eval the block if one was passedAdam Jacob2008-10-021-1/+1
|
* Refactoring to support a base package class, that package providers can ↵Adam Jacob2008-09-081-1/+1
| | | | inherit from
* 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, ↵Adam Jacob2008-04-081-0/+1
| | | | Chef::Log::Formatter, Chef::Compile, and all the tests
* Adding the Params::Validate mixin, refactored Chef::Config to be a ↵Adam Jacob2008-04-071-15/+34
| | | | singleton, Implemented require_recipe
* 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