summaryrefslogtreecommitdiff
path: root/lib/chef/resource/execute.rb
Commit message (Expand)AuthorAgeFilesLines
* [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
* Capitalize sentencesTim Smith2015-10-181-1/+1
* Overwrite resource_name with providesJohn Keiser2015-06-081-1/+0
* Add default_action and allowed_actions to Resource class, remove from LWRPJohn Keiser2015-06-011-2/+2
* Add use_automatic_resource_nameJohn Keiser2015-06-011-1/+1
* Make resource_name call providesJohn Keiser2015-06-011-1/+1
* Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-1/+0
* Add "provides" to all resourcesJohn Keiser2015-05-131-0/+1
* Fixing #2694 - resource guards are executed in why_run modetball/guard_interpretertyler-ball2015-01-051-0/+7
* 28fd0c9c87c6fceb7068776a04c32cd8381fe8f6 removed the path attribute fromSerdar Sutay2014-12-081-0/+11
* Execute and Script Resource improvementsLamont Granquist2014-12-081-7/+7
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-0/+1
* Differentiate between the default and the user set guard_attributes in order ...Serdar Sutay2014-10-161-1/+1
* Enable guard_interpreters for the execute resource and set the default interp...Serdar Sutay2014-10-161-0/+25
* Remove the "path" attribute from "execute" resource which has never been back...Serdar Sutay2014-10-161-9/+0
* Guard resource new specs and spec fixesAdam Edwards2014-03-291-6/+0
* Refactor to move inheritance to script and derived resourcesAdam Edwards2014-03-291-9/+4
* Enable inheritance in guards for certain attributes of execute resourcesadamedx2014-03-291-0/+9
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+132
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-133/+0
* A whole bunch of missing changes!Adam Jacob2008-10-071-3/+3
* Adding in execute supportAdam Jacob2008-09-011-0/+133