summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Expand)AuthorAgeFilesLines
* Fix hyphenated LWRP nameshyphenated-lwrpJohn Keiser2015-06-031-4/+10
* Move deprecated LWRP class override to the deprecation method registrarJohn Keiser2015-06-032-6/+16
* Fix issue #3463: use real constants instead of const_missingJohn Keiser2015-06-032-21/+41
* finish wiring up to DSLLamont Granquist2015-06-031-0/+2
* wire zypper_package up to the DSLLamont Granquist2015-06-033-13/+44
* fix package timeout attributeLamont Granquist2015-06-0222-89/+111
* Merge pull request #3467 from chef/jdm/shelloutJay Mundrawala2015-06-021-0/+2
|\
| * Add missing requirejdm/shelloutJay Mundrawala2015-06-021-0/+2
* | Merge pull request #3471 from chef/jdm/3066Jay Mundrawala2015-06-021-6/+16
|\ \
| * | Fix copying ntfs dacl and sacl when nulljdm/3066SteveLowe2015-06-021-6/+16
* | | add lazy require for 'chef/config'lcg/chef-config-requireLamont Granquist2015-06-021-0/+2
* | | Create tests for all previous provider_mappingsjk/one_map_to_rule_them_allJohn Keiser2015-06-026-11/+12
* | | Fix up comments and default priority (when nothing matches)John Keiser2015-06-0213-220/+23
* | | Remove unnecessary "ClassName." from "ClassName.provides"John Keiser2015-06-022-3/+3
* | | Move method_missing to the bottomJohn Keiser2015-06-021-46/+43
* | | Add platform_version to supported filtersJohn Keiser2015-06-025-26/+20
* | | 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
* | | Fix Solaris and Gentoo package resources, clean up testsJohn Keiser2015-06-022-1/+12
* | | Fix ifconfig platform version filterJohn Keiser2015-06-025-25/+18
* | | Remove generic provides :package and provides :service from base classesJohn Keiser2015-06-022-4/+0
* | | 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-022-2/+2
* | | Add specificity matchingJohn Keiser2015-06-021-4/+36
* | | Remove platform mapping from lookup, add comment about how resolution now worksJohn Keiser2015-06-021-79/+15
* | | Move provider_mapping values out into the actual resource classesJohn Keiser2015-06-0221-322/+101
* | | DRY the service priorities a bitJohn Keiser2015-06-021-74/+52
* | | Fix resource unit testJohn Keiser2015-06-022-4/+5
* | | Make resource deprecation warnings once-only; fix recipe DSL tests back upJohn Keiser2015-06-022-1/+1
* | | Put homebrew and macports together in an explicit priority arrayJohn Keiser2015-06-023-7/+7
* | | Narrow resolvers to only look at parts of the map we supportJohn Keiser2015-06-029-123/+154
* | | Use the central priority map for `provides`John Keiser2015-06-0215-129/+366
* | | Merge pull request #3412 from chef/sd/CI-31Thom May2015-06-026-11/+51
|\ \ \ | |_|/ |/| |
| * | Minor updates for PR comments.sd/CI-31Serdar Sutay2015-05-292-5/+3
| * | Make sure the audit mode output is reflected both in the logs and in the form...Serdar Sutay2015-05-296-10/+52
* | | Add default_action and allowed_actions to Resource class, remove from LWRPJohn Keiser2015-06-0137-111/+167
* | | Drop support for rubygems 1.xdrop-rubygems-1.xdanielsdeleo2015-06-011-8/+1
* | | Deprecate provider_basejk/resource_nameJohn Keiser2015-06-012-2/+11
* | | Add use_automatic_resource_nameJohn Keiser2015-06-0166-66/+86
* | | Make resource_name call providesJohn Keiser2015-06-0165-59/+75
* | | Toss an error if a resource without a resource_name is createdJohn Keiser2015-06-011-0/+7
* | | Fix Chef version # for deprecationJohn Keiser2015-06-011-1/+1
* | | Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-0167-182/+74
* | | Merge branch 'master' into namelessNoah Kantrowitz2015-05-2925-272/+930
|\ \ \
| * | | Allow knife sub-command loader to match platform specific gems.Torben Knerr2015-05-291-1/+1
| * | | Use executionpolicy Bypass in powershell_script provider for PS 3.0 and lateradamedx2015-05-292-3/+14
| * | | powershell_script provider readability fixesAdam Edwards2015-05-291-38/+46
| * | | Simplify powershell_script exit status logicAdam Edwards2015-05-291-6/+3
| * | | powershell_script script wrapper comment improvementsAdam Edwards2015-05-291-6/+33
| * | | Refactor powershell_script, additional powershell syntax testsAdam Edwards2015-05-291-71/+81