summaryrefslogtreecommitdiff
path: root/lib/chef/provider_resolver.rb
Commit message (Expand)AuthorAgeFilesLines
* mechanical conversion of most debug log statements to traceThom May2018-03-261-4/+4
* Chef-13: remove more deprecated provider_resolver codeLamont Granquist2017-03-291-26/+0
* Fix Chef-13 action_class bug and cleanupLamont Granquist2017-03-271-2/+7
* Revert "Chef-13: remove more deprecated provider_resolver code"Lamont Granquist2017-03-201-0/+26
* Chef-13: remove more deprecated provider_resolver codeLamont Granquist2017-03-201-26/+0
* Chef-13: remove Chef::Platform.set and related methodsLamont Granquist2017-03-171-6/+1
* fix provider_resolver comment to remove FIXMELamont Granquist2016-12-081-2/+4
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-2/+2
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-2/+2
* Rename log.deprecation to log_deprecationJohn Keiser2015-09-011-2/+2
* Pass deprecations through formatter instead of logsJohn Keiser2015-09-011-2/+2
* Memoize enabled_handlers so it is not recomputedjk/separate-priority-mapJohn Keiser2015-07-061-1/+1
* Re-separate priority map and DSL handler map so that provides has veto power ...John Keiser2015-07-061-21/+25
* Code review commentsJohn Keiser2015-06-301-3/+3
* Optimize logic on class initialize so it doesn't fall into theJohn Keiser2015-06-301-22/+31
* Fix broken specsJohn Keiser2015-06-301-17/+16
* Call provides? when resolving, reduce number of calls to provides?John Keiser2015-06-301-43/+37
* Fix issue with supported_handlers including disabled handlersJohn Keiser2015-06-021-1/+1
* Bring back platform mapping resolution call, fix automatic ubuntu provider testsJohn Keiser2015-06-021-1/+2
* Remove platform mapping from lookup, add comment about how resolution now worksJohn Keiser2015-06-021-79/+15
* Narrow resolvers to only look at parts of the map we supportJohn Keiser2015-06-021-57/+73
* Add `provides` to remaining provider resourcesJohn Keiser2015-05-131-0/+87
* typo fix in commentlcg/fix-provider-resolver-api-breakLamont Granquist2015-04-271-1/+1
* Fix API break in 12.3.0.rc.0Lamont Granquist2015-04-241-1/+3
* Revert "Fix API break in 12.3.0.rc.0"Lamont Granquist2015-04-241-3/+1
* Fix API break in 12.3.0.rc.0Lamont Granquist2015-04-241-1/+3
* add resource_resolver and resource_priority_mapLamont Granquist2015-04-151-5/+10
* provider resolver perf improvementLamont Granquist2014-11-211-2/+2
* polishing provider_resolverLamont Granquist2014-11-081-14/+23
* add some more debug output and commentsLamont Granquist2014-11-081-2/+7
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-18/+64
* Initial sketch for provider resolverRichard Manyanza2014-10-221-0/+57