summaryrefslogtreecommitdiff
path: root/lib/chef/resource
Commit message (Expand)AuthorAgeFilesLines
...
* | | Refactor uri detectionJay Mundrawala2015-05-151-13/+3
* | | Modify windows package provider to allow urlJay Mundrawala2015-05-151-2/+18
* | | Deprecate Chef::Provider::LwrpClass the same way we did ResourceJohn Keiser2015-05-131-4/+4
* | | Allow LWRPBase.loaded_lwrps to be called from subclassesJohn Keiser2015-05-131-4/+6
* | | Deprecate dsl_name (the "DSL name for this class" is no longer meaningful).John Keiser2015-05-131-96/+96
* | | Make sure LWRPBase requires what it uses (fix travis issue)John Keiser2015-05-131-0/+7
* | | Move LWRP class deprecation warning to const_missingJohn Keiser2015-05-131-24/+2
* | | Add "provides" to all resourcesJohn Keiser2015-05-1326-8/+27
* | | Remove provides_nothingJohn Keiser2015-05-131-3/+0
* | | Add provides_nothing and let it override even Chef::Resource::X automatic namesJohn Keiser2015-05-131-0/+3
* | | Deprecate automatic method_missing and Chef::Resource lookupJohn Keiser2015-05-131-18/+50
* | | remote_file support for windows network sharesJay Mundrawala2015-05-051-1/+1
* | | test state_for_resource_reporter on file resourceLamont Granquist2015-05-011-1/+1
* | | create Chef::Resource#state_for_resource_reporterLamont Granquist2015-05-011-0/+18
* | | Make multipackage and arch play nicely togetherPhil Dibowitz2015-04-291-1/+1
* | | Merge pull request #3051 from mikedodge04/macosx_service_updatePhil Dibowitz2015-04-111-0/+59
|\ \ \
| * | | added requsted chagnesMike Dodge2015-03-261-1/+0
| * | | addressed each of the commentsMike Dodge2015-03-251-1/+2
| * | | removing vim comment (sorry its a habit to add)Mike Dodge2015-03-241-1/+0
| * | | First pass at fixing the unit testsMike Dodge2015-03-122-1/+5
| * | | Load LaunchAgents as console user, adding plist and session_type optionsMike Dodge2015-03-102-0/+56
* | | | Ensure link's path attribute works with delayedThom May2015-03-271-1/+1
* | | | Clearing sources works for string optionsPeter Burkholder2015-03-271-0/+5
* | | | Removed after_created and added test to recipe_specNolan Davidson2015-03-271-4/+0
| |/ / |/| |
* | | Revert "Merge pull request #3004 from chef/lcg/deploy-provider-nillable"Jay Mundrawala2015-03-252-3/+2
* | | Revert "Merge pull request #2956 from chef/lcg/deploy-fixes"Jay Mundrawala2015-03-252-50/+224
| |/ |/|
* | Added module_name to dsc_resourceJay Mundrawala2015-03-201-0/+8
* | Add integration point for ps_credential dslJay Mundrawala2015-03-201-0/+4
* | Make things workJay Mundrawala2015-03-201-3/+3
* | Added DelayedEvaluator to dsc_resourceJay Mundrawala2015-03-201-3/+18
* | Added dsc_resource resourceJay Mundrawala2015-03-201-0/+56
|/
* Merge pull request #3004 from chef/lcg/deploy-provider-nillableLamont Granquist2015-03-092-2/+3
|\
| * make deploy provider support nilLamont Granquist2015-03-052-2/+3
* | provider_resolver migration from provider_mappingLamont Granquist2015-03-049-4/+18
|/
* fix specsLamont Granquist2015-02-231-2/+0
* fixes Lint/UselessAccessModifierLamont Granquist2015-02-231-2/+2
* nillable deploy resource + nillable LWRP argsLamont Granquist2015-02-232-224/+50
* Add Chef::GuardInterpreter.for_resource method to reduce duplicationSteven Danna2015-02-172-18/+4
* Update comments in File::Verification classSteven Danna2015-02-171-1/+3
* Change @user_verifications to @verificationsSteven Danna2015-02-171-3/+3
* Use Chef::Mixin::DescendantsTracker to track registered verificationsSteven Danna2015-02-171-6/+11
* Implement RFC 027 File VerificationSteven Danna2015-02-172-0/+132
* Merge pull request #2779 from chef/jdm/dsc_script_importsJay Mundrawala2015-02-121-0/+14
|\
| * Modified dsc_script imports to not use hash rocketJay Mundrawala2015-02-081-6/+12
| * Added imports to dsc_script resource.Jay Mundrawala2015-01-201-0/+8
* | allow_downgrade in rpm_packagesonots2015-02-121-0/+9
* | patch chef_gem to use Chef::Log.deprecationlcg/chef-gem-config-optionLamont Granquist2015-02-091-3/+3
* | add Chef::Config[:chef_gem_compile_time] plus RELNOTESLamont Granquist2015-02-091-4/+4
* | Merge pull request #2692 from jaymzh/multipackageLamont Granquist2015-02-041-2/+2
|\ \
| * | Multipackge supportPhil Dibowitz2015-02-031-2/+2