summaryrefslogtreecommitdiff
path: root/lib/chef/resource
Commit message (Expand)AuthorAgeFilesLines
* Overwrite resource_name with providesJohn Keiser2015-06-0865-115/+0
* Move deprecated LWRP class override to the deprecation method registrarJohn Keiser2015-06-031-5/+2
* Fix issue #3463: use real constants instead of const_missingJohn Keiser2015-06-031-3/+6
* finish wiring up to DSLLamont Granquist2015-06-031-0/+2
* wire zypper_package up to the DSLLamont Granquist2015-06-031-0/+29
* fix package timeout attributeLamont Granquist2015-06-021-1/+1
* Use the central priority map for `provides`John Keiser2015-06-021-0/+5
* Add default_action and allowed_actions to Resource class, remove from LWRPJohn Keiser2015-06-0136-100/+90
* Deprecate provider_basejk/resource_nameJohn Keiser2015-06-011-2/+6
* Add use_automatic_resource_nameJohn Keiser2015-06-0165-66/+66
* Make resource_name call providesJohn Keiser2015-06-0164-55/+66
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-0165-147/+14
* Allow spaces in files for remote_fileJay Mundrawala2015-05-211-1/+4
* Merge branch 'master' of https://github.com/Kasen/chef into Kasen-masterThom May2015-05-201-1/+1
|\
| * Behavior of default_action method changed.Pavel Yudin2015-03-271-1/+1
* | Fix LWRP instance.to_s to look like normal resources againjk/fix_lwrp_class_nameJohn Keiser2015-05-181-2/+2
* | Use canonical_path in windows_package resource for sourcejdm/msi-uri-sourceJay Mundrawala2015-05-151-1/+1
* | Surface checksum attributeJay Mundrawala2015-05-151-0/+8
* | Allow users to override remote_file attributes in windows_packageJay Mundrawala2015-05-151-0/+8
* | 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
|/