summaryrefslogtreecommitdiff
path: root/lib/chef/node_map.rb
Commit message (Expand)AuthorAgeFilesLines
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-2/+2
* autofixing whitespace copsLamont Granquist2016-02-051-7/+7
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-3/+3
* Rename log.deprecation to log_deprecationJohn Keiser2015-09-011-2/+2
* Pass deprecations through formatter instead of logsJohn Keiser2015-09-011-2/+2
* Code review commentsJohn Keiser2015-06-301-1/+0
* Optimize logic on class initialize so it doesn't fall into theJohn Keiser2015-06-301-17/+14
* Fix issue where blocks were not considered in priority mappingjdm/3593Jay Mundrawala2015-06-251-1/+1
* Sort identical "provides" alphabetically (for backcompat)John Keiser2015-06-181-38/+63
* Make resource_for_short_name look up the canonical resourcejk/automatic-automatic-nameJohn Keiser2015-06-081-4/+18
* Make real exceptions, remove stray canonical argumentJohn Keiser2015-06-081-5/+3
* Make sure resource_name :x only removes automatic provides from that classJohn Keiser2015-06-081-2/+2
* Overwrite resource_name with providesJohn Keiser2015-06-081-14/+21
* Make use_automatic_resource_name automaticJohn Keiser2015-06-081-10/+28
* Fix up comments and default priority (when nothing matches)John Keiser2015-06-021-2/+6
* Add platform_version to supported filtersJohn Keiser2015-06-021-1/+15
* Clean up match code to get rid of TODOJohn Keiser2015-06-021-38/+23
* Let Ruby validate parameters for usJohn Keiser2015-06-021-35/+9
* Add specificity matchingJohn Keiser2015-06-021-4/+36
* Narrow resolvers to only look at parts of the map we supportJohn Keiser2015-06-021-0/+7
* Use the central priority map for `provides`John Keiser2015-06-021-8/+10
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-0/+146