summaryrefslogtreecommitdiff
path: root/lib/chef/resource
Commit message (Expand)AuthorAgeFilesLines
* Find the spot the user called and use that as the deprecation locationJohn Keiser2015-09-251-2/+1
* Rename action_provider_class to less-wordy action_classjk/declare_action_classJohn Keiser2015-09-221-1/+15
* Merge pull request #3806 from gh2k/subversion-shelloutThom May2015-09-021-0/+5
|\
| * Replace output_of_command with shell_out! in subversion providerSimon Detheridge2015-08-241-0/+5
* | Make file verification deprecation print the proper source locjk/dedup-messagesJohn Keiser2015-09-011-1/+2
* | Rename log.deprecation to log_deprecationJohn Keiser2015-09-012-4/+4
* | Pass deprecations through formatter instead of logsJohn Keiser2015-09-012-4/+4
* | Merge pull request #3772 from chef/jdm/dsc-script-ps-credJay Mundrawala2015-08-251-0/+2
|\ \
| * | Add ps_credential dsl method to dsc_scriptJay Mundrawala2015-08-251-0/+2
| |/
* | fix supports hash issues in service providersLamont Granquist2015-08-251-1/+1
|/
* fixes from code reviewLamont Granquist2015-08-201-1/+1
* class namespacingLamont Granquist2015-08-201-1/+1
* add yum_binaryLamont Granquist2015-08-201-1/+10
* remove bad merge conflict resolutionLamont Granquist2015-08-181-1/+0
* CHEF-5372: Support specific run_levels for RedHat serviceRobby Dyer2015-08-181-1/+10
* Merge pull request #3145 from veetow/patch-1Lamont Granquist2015-08-181-1/+1
|\
| * Update registry_key.rbveetow2015-03-251-1/+1
* | Add support for override depth and adding test in overriding depthGomes da Silva2015-08-121-2/+8
* | Move current_value_does_not_exist! directly on ResourceJohn Keiser2015-07-311-0/+2
* | Add current_value_does_not_exist! API, pretty up the outputJohn Keiser2015-07-311-6/+13
* | Move converge_if_changed to Chef::Provider properJohn Keiser2015-07-311-51/+0
* | Add Resource.action.converged_if_changedJohn Keiser2015-07-311-0/+111
* | Warn about deprecation `%{file}` interpolation in verify commandmarguerite2015-07-221-0/+4
* | Interpolate `%{path}` in verify commandmarguerite2015-07-211-1/+3
* | Revert "Merge pull request #3603 from chef/jdm/lwrp-base"Jay Mundrawala2015-06-301-46/+11
* | Make ProviderResolver tests work, fix resources to resolve correctly as well ...John Keiser2015-06-305-16/+11
* | Get tests passingJay Mundrawala2015-06-301-0/+15
* | Fix ability to monkey match LWRP through Chef::Resource::MyLwrpJay Mundrawala2015-06-301-11/+31
* | Create property on resource, alias attribute to itJohn Keiser2015-06-231-7/+1
* | Sort identical "provides" alphabetically (for backcompat)John Keiser2015-06-182-6/+2
* | Support arrays as input to actions / allowed_actionsjk/3535John Keiser2015-06-161-1/+2
* | Ensure :nothing is in the list of allowed actions for an LWRPJohn Keiser2015-06-161-1/+1
* | 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