summaryrefslogtreecommitdiff
path: root/lib/chef/resource_resolver.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve performance of method_missingjk/perfJohn Keiser2015-06-081-14/+15
* Make resource deprecation warnings once-only; fix recipe DSL tests back upJohn Keiser2015-06-021-1/+0
* Narrow resolvers to only look at parts of the map we supportJohn Keiser2015-06-021-37/+47
* Use the central priority map for `provides`John Keiser2015-06-021-5/+0
* Add Chef::ResourceResolver.resolvejk/missing_method_missingJohn Keiser2015-05-131-0/+10
* Move LWRP class deprecation warning to const_missingJohn Keiser2015-05-131-1/+1
* Move deprecation back into resource_for_short_nameJohn Keiser2015-05-131-44/+20
* Remove automatic `provides`John Keiser2015-05-131-5/+3
* Add provides_nothing and let it override even Chef::Resource::X automatic namesJohn Keiser2015-05-131-3/+5
* Deprecate automatic method_missing and Chef::Resource lookupJohn Keiser2015-05-131-22/+46
* add resource_resolver and resource_priority_mapLamont Granquist2015-04-151-0/+101