summaryrefslogtreecommitdiff
path: root/lib/chef/provider/execute.rb
Commit message (Expand)AuthorAgeFilesLines
* Improve docs generation + update property / action descriptionsTim Smith2021-08-131-1/+1
* Add login option to execute resourceLamont Granquist2021-03-171-1/+2
* Add an input property to the execute resource for passing input on STDIN.Pete Higgins2020-05-261-1/+2
* Fix more ruby 2.7 warning logspamlcg/more-ruby-27-logging-suppressionLamont Granquist2020-04-281-1/+1
* Give execute resource a proper timeout defaulttimeoutsTim Smith2020-04-131-7/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Use the action DSL consistentlyLamont Granquist2020-03-021-1/+1
* fix 4 copsLamont Granquist2019-07-051-1/+1
* Better target mode shell_outlcg/better-target-mode-shell-outLamont Granquist2019-05-231-4/+1
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-081-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-3/+3
* add missing requireBryan McLellan2019-05-061-0/+3
* Target Mode initial implementationBryan McLellan2019-05-061-2/+2
* Replace several uses of attribute with property in resourcesattribute_is_propertyTim Smith2018-11-151-1/+1
* fix Style/HashSyntaxLamont Granquist2018-07-021-1/+1
* change "internal" to "default_env"Lamont Granquist2018-05-301-2/+2
* add internal flag to shell_out and execute resourceLamont Granquist2018-05-251-3/+4
* mechanical conversion of most debug log statements to traceThom May2018-03-261-3/+3
* Use a better (read: working) technique because I was totally wrong about $!.pr-6203Noah Kantrowitz2018-03-221-3/+6
* Prevent shelled out command from execute resourceJohn Snow2018-03-221-0/+1
* Added :elevated option for powershell_script resourceNimishaS2017-07-191-1/+2
* fix execute resource to use shell_out_with_systems_localeLamont Granquist2017-06-301-1/+1
* fixing small typoBernado Vale2017-04-211-1/+1
* support why-run by defaultlcg/default-whyrun-supportedLamont Granquist2017-03-011-4/+0
* Chef-13: relative creates paths in the execute resource requires a cwdLamont Granquist2017-02-281-3/+3
* cleans up the remaining new/current_resource ivarslcg/remove-ivarsLamont Granquist2017-02-151-1/+1
* Fixing review commentsnimisha2017-02-021-12/+0
* Fixed bugs, review comments and specsnimisha2017-02-021-1/+9
* Alternate user execute resource code review feedackadamedx2017-02-021-4/+0
* Rubocop violations in execute resource alternate user implementationadamedx2017-02-021-5/+5
* Windows alternate user support for execute resourcesAdam Edwards2017-02-021-4/+15
* autofixing whitespace copsLamont Granquist2016-02-051-3/+3
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* 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-3/+3
* More code reviewtm/live_execute_streamingThom May2015-11-111-6/+2
* respond to review commentsThom May2015-11-091-3/+7
* Implement code review comments and fix failing testsThom May2015-11-091-4/+14
* Implement live streaming for execute resourcesAdam Jacob2015-11-091-1/+3
* dont wrap exception. preserve stackstraceRanjib Dey2015-10-241-2/+2
* dont spit out stdout and stderr for execute resource failure, if its declared...Ranjib Dey2015-10-241-1/+10
* Improve sentencesTim Smith2015-10-181-1/+1
* Execute and Script Resource improvementsLamont Granquist2014-12-081-36/+55
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-0/+2
* Changed variable namejoe.nuspl2014-09-091-7/+2
* Dummy change to get curry to re-examine repo.joe.nuspl2014-09-091-0/+1
* Support sensitive execute resources.joe.nuspl2014-09-081-2/+7
* fixing all the extra blank linesLamont Granquist2014-07-291-1/+0