summaryrefslogtreecommitdiff
path: root/lib/chef/recipe.rb
Commit message (Expand)AuthorAgeFilesLines
* deprecate Chef::DSL::Recipe::FullDSLlcg/deprecate-fulldslLamont Granquist2016-03-161-1/+1
* lazy module inclusion into DSL moduleslcg/use-and-lazy-module-includeLamont Granquist2016-03-151-1/+0
* autofixing whitespace copsLamont Granquist2016-02-051-1/+0
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-12/+12
* Route all tags access through Chef::Node#{tags,tag}Jos Backus2015-10-201-3/+3
* Stop checking for nil hereJos Backus2015-10-201-2/+0
* Rename Chef::DSL::Recipe::Everything -> FullDSLJohn Keiser2015-06-231-8/+1
* Add integration point for ps_credential dslJay Mundrawala2015-03-201-0/+2
* make include_recipe "::foo" use current cookbookLamont Granquist2015-01-201-4/+8
* First pass at DSL additionstyler-ball2014-12-171-0/+2
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-1/+1
* 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