summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* Re-separate priority map and DSL handler map so that provides has veto power ...John Keiser2015-07-0620-54/+30
* Make provider resolution tests less invasive (don't actually instantiate the ...jk/call_provides_when_resolvingJohn Keiser2015-06-302-10/+6
* Make ProviderResolver tests work, fix resources to resolve correctly as well ...John Keiser2015-06-304-7/+12
* Rename NoProviderAvailable to ProviderNotFound, add aliasJohn Keiser2015-06-302-3/+3
* remove extraneous spaceDave Eddy2015-06-261-1/+1
* Issue #3080: powershell_script: do not allow suppression of syntax errorsadamedx/ps-syntax-always-raiseadamedx2015-06-261-19/+32
* changed the registry_key provider to scan collected registry keys with downca...JKerry2015-06-261-5/+5
* Rename Chef::DSL::Recipe::Everything -> FullDSLJohn Keiser2015-06-231-1/+1
* Create the `action :name do ... end` syntax for ResourceJohn Keiser2015-06-232-72/+3
* Give run contexts children instead of using external dupingJohn Keiser2015-06-232-25/+18
* Sort identical "provides" alphabetically (for backcompat)John Keiser2015-06-186-12/+0
* fix rpm_package when sourced packages have a tilde character in the versionIrving Popovetsky2015-06-091-2/+2
* allow include_recipe from LWRP provider codeLamont Granquist2015-06-041-0/+4
* wire zypper_package up to the DSLLamont Granquist2015-06-031-13/+14
* fix package timeout attributeLamont Granquist2015-06-0221-88/+110
* Create tests for all previous provider_mappingsjk/one_map_to_rule_them_allJohn Keiser2015-06-025-10/+11
* Fix up comments and default priority (when nothing matches)John Keiser2015-06-0211-17/+14
* Remove unnecessary "ClassName." from "ClassName.provides"John Keiser2015-06-022-3/+3
* Add platform_version to supported filtersJohn Keiser2015-06-024-25/+5
* Fix Solaris and Gentoo package resources, clean up testsJohn Keiser2015-06-022-1/+12
* Fix ifconfig platform version filterJohn Keiser2015-06-021-1/+10
* Remove generic provides :package and provides :service from base classesJohn Keiser2015-06-022-4/+0
* Bring back platform mapping resolution call, fix automatic ubuntu provider testsJohn Keiser2015-06-021-1/+0
* Move provider_mapping values out into the actual resource classesJohn Keiser2015-06-0219-55/+100
* DRY the service priorities a bitJohn Keiser2015-06-021-74/+52
* Put homebrew and macports together in an explicit priority arrayJohn Keiser2015-06-023-7/+7
* Use the central priority map for `provides`John Keiser2015-06-024-0/+81
* Drop support for rubygems 1.xdrop-rubygems-1.xdanielsdeleo2015-06-011-8/+1
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-1/+1
* Use executionpolicy Bypass in powershell_script provider for PS 3.0 and lateradamedx2015-05-291-3/+9
* 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
* Get specs to passAdam Edwards2015-05-291-20/+54
* Fix dsc_resource to work with WMF 5 April Previewjdm/wmfJay Mundrawala2015-05-291-1/+8
* directory resource needs to call FAC for DRRLamont Granquist2015-05-261-0/+3
* Fix ruby warning for unused local variabledanielsdeleo2015-05-231-1/+1
* Update specs for remote local file + spacesJay Mundrawala2015-05-211-3/+5
* Allow spaces in files for remote_fileJay Mundrawala2015-05-212-5/+12
* Move Chef::Config into a subprojectdanielsdeleo2015-05-201-0/+1
* Fix LWRP instance.to_s to look like normal resources againjk/fix_lwrp_class_nameJohn Keiser2015-05-181-2/+2
* Merge pull request #3318 from chef/jdm/msi-uri-sourceJay Mundrawala2015-05-151-6/+90
|\
| * download_file_missing? -> downloadable_file_missing?Jay Mundrawala2015-05-151-2/+2
| * Surface checksum attributeJay Mundrawala2015-05-151-0/+16
| * Allow users to override remote_file attributes in windows_packageJay Mundrawala2015-05-151-10/+18
| * Refactor uri detectionJay Mundrawala2015-05-151-17/+7
| * Modify windows package provider to allow urlJay Mundrawala2015-05-151-6/+76
* | Merge pull request #3360 from chef/jdm/resource-semanticsJay Mundrawala2015-05-151-0/+6
|\ \ | |/ |/|
| * Fail if both source and multipackage are provided for packageJay Mundrawala2015-05-111-0/+6