summaryrefslogtreecommitdiff
path: root/lib/chef/resource/execute.rb
Commit message (Expand)AuthorAgeFilesLines
* Chef-15: Remove copyright dateslcg/remove-copyright-dates-chef-15Lamont Granquist2020-04-131-1/+1
* Use the chef-utils helpers in our resourcesTim Smith2020-03-161-1/+1
* Turn on unified_mode for 35 core resourcesLamont Granquist2019-10-281-0/+2
* lazy procs are instance_exec in the resource alreadyLamont Granquist2019-07-051-2/+2
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-13/+13
* More distro constant applicationsMarc Chamberland2019-05-231-2/+2
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* Target Mode initial implementationBryan McLellan2019-05-061-1/+2
* chef-client => Chef::Dist::CLIENTMarc Chamberland2019-04-261-2/+3
* Add misc YARD commentsyard3Tim Smith2019-03-111-0/+3
* Added back the resource name as per reviewVasu11052019-01-311-0/+1
* Fixed review comments.Vasu11052019-01-301-1/+1
* Fixed typoVasu11052019-01-301-1/+1
* Conver execute_resource to use properties.Vasu11052019-01-301-13/+6
* Replace several uses of attribute with property in resourcesattribute_is_propertyTim Smith2018-11-151-1/+1
* Updates from the review of #7929Tim Smith2018-11-151-1/+1
* Improve resource descriptions for documentationTim Smith2018-11-141-1/+1
* Skip more resources and set others to desired state falseresource_descriptionsTim Smith2018-10-301-1/+1
* Update descriptions and add default_description fieldsTim Smith2018-10-301-1/+1
* Add additional resource descriptionsTim Smith2018-09-061-1/+4
* Remove some default values in descriptionsTim Smith2018-07-251-3/+3
* Add descriptions to the execute resourceTim Smith2018-07-251-13/+38
* fix Style/HashSyntaxLamont Granquist2018-07-021-1/+1
* change "internal" to "default_env"Lamont Granquist2018-05-301-2/+2
* add description + make rubocop less annoyinglcg/shell-out-internal-flagLamont Granquist2018-05-251-1/+2
* add internal flag to shell_out and execute resourceLamont Granquist2018-05-251-1/+3
* Remove platfom restrictions in provides and don't require providersTim Smith2018-03-071-1/+2
* Convert more set_or_returns to proper propertiesmore_propertiesTim Smith2018-03-051-74/+8
* Add new introduced and description resource properties to many resourceTim Smith2018-02-141-3/+5
* [MSYS-725] [chef#6073] allow forcing senistive to false on execute and batch ...Vasu11052017-12-261-1/+2
* Add descriptions and @since comments to all resourcesTim Smith2017-12-191-0/+3
* [MSYS-629] Added username/password validation for elevated option (#6293)Nimisha Sharad2017-07-261-0/+4
* Added :elevated option for powershell_script resourceNimishaS2017-07-191-2/+8
* Very minor follow up to https://github.com/chef/chef/commit/81db0e0cfc218169a...Noah Kantrowitz2017-04-041-1/+0
* convert additional resource methods to propertieslcg/chef-resource-propertiesLamont Granquist2017-03-071-7/+1
* Chef 13: remove unused path property from execute resourceLamont Granquist2017-02-281-11/+1
* Fixed specsnimisha2017-02-021-0/+8
* Using node[:platform_family] for checking windows platformnimisha2017-02-021-1/+1
* Fixing review commentsnimisha2017-02-021-29/+61
* Additional rubocop for execute resource default argumentsadamedx2017-02-021-3/+3
* Windows alternate user support for execute resourcesAdam Edwards2017-02-021-0/+24
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-11/+11
* autofixing whitespace copsLamont Granquist2016-02-051-12/+12
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-2/+2
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-11/+11
* respond to review commentsThom May2015-11-091-0/+8