summaryrefslogtreecommitdiff
path: root/lib/chef/dsl/recipe.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove previously deprecated mixins and Chef::DSL::Recipe::FullDSLchef14_deprecationsTim Smith2018-01-011-12/+2
* Chef-13: remove method_missing from the DSLLamont Granquist2017-03-211-4/+1
* Fix a few bad copyrightsTim Smith2016-10-201-1/+1
* update for feedback from stevenLamont Granquist2016-05-171-0/+1
* create 'universal' DSLLamont Granquist2016-05-161-9/+14
* rearrange dsl mixinslcg/dsl-rearrangementLamont Granquist2016-03-181-63/+15
* rub some YARD on deprecation commentLamont Granquist2016-03-171-1/+1
* deprecate Chef::DSL::Recipe::FullDSLlcg/deprecate-fulldslLamont Granquist2016-03-161-18/+16
* lazy module inclusion into DSL moduleslcg/use-and-lazy-module-includeLamont Granquist2016-03-151-2/+7
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-2/+2
* Use double quotes by defaultThom May2016-01-141-15/+15
* extract declare_resource to a mixin and extend APILamont Granquist2015-12-011-73/+3
* Rename log.deprecation to log_deprecationJohn Keiser2015-09-011-2/+2
* Pass deprecations through formatter instead of logsJohn Keiser2015-09-011-3/+2
* Add current_value_does_not_exist! API, pretty up the outputJohn Keiser2015-07-311-2/+4
* Rename Chef::DSL::Recipe::Everything -> FullDSLJohn Keiser2015-06-231-1/+1
* Create the `action :name do ... end` syntax for ResourceJohn Keiser2015-06-231-2/+20
* Make resource_for_short_name look up the canonical resourcejk/automatic-automatic-nameJohn Keiser2015-06-081-1/+1
* Move method_missing to the bottomJohn Keiser2015-06-021-46/+43
* Make resource deprecation warnings once-only; fix recipe DSL tests back upJohn Keiser2015-06-021-0/+1
* Narrow resolvers to only look at parts of the map we supportJohn Keiser2015-06-021-11/+0
* include powershell_out in DSL placesLamont Granquist2015-05-291-0/+2
* warn -> deprecationJohn Keiser2015-05-131-5/+5
* Deprecate automatic method_missing and Chef::Resource lookupJohn Keiser2015-05-131-35/+50
* Missing require - causes missing Constant when files are loaded in unexpected...tyler-ball2015-02-251-0/+1
* Add comments, fix faulty ||=John Keiser2015-02-171-0/+38
* Skip 3694 warnings on trivial resource cloningLamont Granquist2015-01-121-31/+11
* First pass at fixing broken notificationstyler-ball2014-12-161-1/+2
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-1/+0
* Merge pull request #2216 from opscode/tball/bsd_package_nameTyler Ball2014-10-171-16/+2
|\
| * Cleaning up based on review commentstyler-ball2014-10-171-1/+1
| * Refactoring ResourceCollection interface to be backwards compatiable, all spe...tyler-ball2014-10-161-2/+1
| * first attempt at refactoring ResourceCollection into two objectstyler-ball2014-10-161-16/+3
* | return whatever the definition returnsLamont Granquist2014-10-161-5/+1
|/
* Changed exception to ResourceNotFound and printed the passed block nameNolan Davidson2014-09-111-1/+2
* Added exec method to Recipe, addressing Issue 1689Nolan Davidson2014-09-111-0/+4
* Make sure freebsd_package is captured with the resource name it's declared wi...Serdar Sutay2014-08-131-0/+14
* add shell_out mixins to recipe DSLLamont Granquist2014-07-281-0/+1
* Make it possible to include Chef::Provider / Chef::ResourceJohn Keiser2014-04-241-1/+4
* Remove default implementation of Recipe DSL interfacedanielsdeleo2014-02-191-14/+0
* Move method call to resource.load_prior_resource to fix CHEF-5052 resource me...Jon Cowie2014-02-191-2/+3
* Localize rescues in Recipe method_missing DSLdanielsdeleo2014-02-071-5/+7
* Better specify what happens for NoMethodErrors in the DSLdanielsdeleo2014-02-031-2/+23
* Expose resource creation via more static methodsdanielsdeleo2014-02-031-38/+98
* [CHEF-3783] Make deprecated constants availabledanielsdeleo2013-01-231-1/+4
* Merge branch '10-stable' into integrate-chef-10-18-0danielsdeleo2013-01-171-1/+1
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+84