summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Total spitball of what a resource-centric lookup could bejk/node_map_power_to_the_resourceJohn Keiser2015-05-121-0/+534
* Add platform_version to supported filtersJohn Keiser2015-05-095-26/+20
* Clean up match code to get rid of TODOJohn Keiser2015-05-095-69/+38
* Let Ruby validate parameters for usJohn Keiser2015-05-081-35/+9
* Fix Solaris and Gentoo package resources, clean up testsJohn Keiser2015-05-084-325/+225
* Fix ifconfig platform version filterJohn Keiser2015-05-086-28/+19
* Remove generic provides :package and provides :service from base classesJohn Keiser2015-05-082-4/+0
* Fix issue with supported_handlers including disabled handlersJohn Keiser2015-05-081-1/+1
* Bring back platform mapping resolution call, fix automatic ubuntu provider testsJohn Keiser2015-05-073-22/+18
* Add specificity matchingJohn Keiser2015-05-071-4/+36
* Remove platform mapping from lookup, add comment about how resolution now worksJohn Keiser2015-05-071-79/+15
* Move provider_mapping values out into the actual resource classesJohn Keiser2015-05-0722-325/+102
* DRY the service priorities a bitJohn Keiser2015-05-071-74/+52
* Remove ambiguous resolution warning test (it is no longer ambiguous)John Keiser2015-05-071-7/+0
* Fix resource unit testJohn Keiser2015-05-073-10/+11
* Make resource deprecation warnings once-only; fix recipe DSL tests back upJohn Keiser2015-05-074-7/+6
* Put homebrew and macports together in an explicit priority arrayJohn Keiser2015-05-073-7/+7
* Narrow resolvers to only look at parts of the map we supportJohn Keiser2015-05-0711-126/+155
* Use the central priority map for `provides`John Keiser2015-05-0718-142/+175
* Replace lookup_provider_constant and protect against deprecation in testsJohn Keiser2015-05-075-24/+81
* Deprecate Chef::Provider::LwrpClass the same way we did ResourceJohn Keiser2015-05-075-109/+160
* Allow LWRPBase.loaded_lwrps to be called from subclassesJohn Keiser2015-05-071-4/+6
* Fix exception thrown from deprecation warningJohn Keiser2015-05-071-6/+6
* Convert "override LWRP" spec to one explicit check, be absolutelyJohn Keiser2015-05-072-12/+38
* Deprecate dsl_name (the "DSL name for this class" is no longer meaningful).John Keiser2015-05-075-99/+106
* Fix deprecation warning (and corresponding test) for Chef::Resource::BlahJohn Keiser2015-05-072-8/+10
* Make sure LWRPBase requires what it uses (fix travis issue)John Keiser2015-05-071-0/+7
* Move LWRP class deprecation warning to const_missingJohn Keiser2015-05-0711-76/+111
* Move deprecation back into resource_for_short_nameJohn Keiser2015-05-076-48/+42
* warn -> deprecationJohn Keiser2015-05-071-5/+5
* Make the double negative not be :)John Keiser2015-05-071-3/+2
* Don't use git in GemfileJohn Keiser2015-05-071-1/+1
* Add deprecation warning for providers that do not use providesJohn Keiser2015-05-072-1/+48
* Add `provides` to remaining provider resourcesJohn Keiser2015-05-076-0/+93
* Add "provides" to all resourcesJohn Keiser2015-05-0726-8/+27
* Remove provides_nothingJohn Keiser2015-05-074-34/+0
* Add method_missing and DSL deprecation to docsJohn Keiser2015-05-072-2/+38
* Remove automatic `provides`John Keiser2015-05-073-48/+15
* Add specs for many external dependent projectsJohn Keiser2015-05-0710-3/+74
* Add provides_nothing and let it override even Chef::Resource::X automatic namesJohn Keiser2015-05-075-21/+33
* Add tests for resource naming and creationJohn Keiser2015-05-075-6/+286
* Make explicit "provides" override automaticJohn Keiser2015-05-074-0/+35
* Deprecate automatic method_missing and Chef::Resource lookupJohn Keiser2015-05-0710-85/+240
* Merge pull request #3262 from chef/lcg/add-chef-log-syslogLamont Granquist2015-05-065-0/+108
|\
| * add md filesLamont Granquist2015-05-061-0/+2
| * fix global state in specsLamont Granquist2015-05-061-3/+10
| * avoid any_instance_of indirectionLamont Granquist2015-05-061-3/+3
| * symbol does not resolve on windowsLamont Granquist2015-05-061-1/+1
| * fix name + email in copyrightLamont Granquist2015-05-061-1/+1
| * another copyright notice fixLamont Granquist2015-05-061-1/+1