summaryrefslogtreecommitdiff
path: root/lib/chef/resource
Commit message (Expand)AuthorAgeFilesLines
* Add timeout attribute to dsc_resourcejdm/dsc_resource_timeoutJay Mundrawala2015-12-031-1/+9
* dpkg multipackage and bonus fixesLamont Granquist2015-12-021-3/+4
* Prevent inspect on PsCredential from printing out plain text passwordjdm/dont-print-pscredJay Mundrawala2015-11-231-2/+20
* Add reboot notification to dsc_resourceSteven Murawski2015-11-181-0/+12
* base package provider fixesLamont Granquist2015-11-172-10/+9
* Merge pull request #4040 from chef/tm/live_execute_streamingThom May2015-11-121-0/+8
|\
| * respond to review commentsThom May2015-11-091-0/+8
* | Merge pull request #4014 from nsdavidson/issue-3923Thom May2015-11-121-0/+32
|\ \ | |/ |/|
| * removing provider require in ksh resource and updating copyright infoNolan Davidson2015-10-071-2/+1
| * Adding ksh resource and specsNolan Davidson2015-10-061-0/+33
* | Remove now-unused function (already implemented by Chef::Resource)John Keiser2015-11-061-4/+0
* | Use SHA256 instead for registry_key when data is not displayableJay Mundrawala2015-10-241-1/+1
* | We shouldn't be subclassing Struct.new - if the file is loaded twice we get a...tyler-ball2015-10-241-1/+14
* | Update messaging to match LWRP -> Custom Resource renameTim Smith2015-10-211-6/+6
* | Improve sentencesTim Smith2015-10-181-1/+1
* | Capitalize sentencesTim Smith2015-10-181-1/+1
* | Raise error when running 32-bit scripts on Windows Nano.mcquin/nano/disable-32-bitClaire McQuin2015-10-051-2/+6
|/
* 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