summaryrefslogtreecommitdiff
path: root/lib/chef/mixin/provides.rb
Commit message (Expand)AuthorAgeFilesLines
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* Cleanup a bit of YARD and add a few thingsTim Smith2018-01-221-2/+3
* add some @yield docsLamont Granquist2016-03-041-0/+1
* remove unused block argumentslcg/chefstyle-perfLamont Granquist2016-02-231-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-1/+1
* Use double quotes by defaultThom May2016-01-141-1/+1
* Narrow resolvers to only look at parts of the map we supportJohn Keiser2015-06-021-8/+4
* Use the central priority map for `provides`John Keiser2015-06-021-18/+9
* Deprecate dsl_name (the "DSL name for this class" is no longer meaningful).John Keiser2015-05-131-0/+6
* Remove provides_nothingJohn Keiser2015-05-131-4/+0
* Add provides_nothing and let it override even Chef::Resource::X automatic namesJohn Keiser2015-05-131-2/+2
* Make explicit "provides" override automaticJohn Keiser2015-05-131-0/+4
* Deprecate automatic method_missing and Chef::Resource lookupJohn Keiser2015-05-131-1/+2
* Fix API break in 12.3.0.rc.0Lamont Granquist2015-04-241-0/+1
* Revert "Fix API break in 12.3.0.rc.0"Lamont Granquist2015-04-241-1/+0
* Fix API break in 12.3.0.rc.0Lamont Granquist2015-04-241-0/+1
* add resource_resolver and resource_priority_mapLamont Granquist2015-04-151-0/+32