summaryrefslogtreecommitdiff
path: root/lib/chef/provider/windows_script.rb
Commit message (Expand)AuthorAgeFilesLines
* Resolve chefstyle warningsTim Smith2021-05-071-1/+1
* Move some requires to where they are used.Pete Higgins2020-06-101-0/+2
* Remove unix code from WindowsScript.Pete Higgins2020-06-031-13/+1
* Restrict temp file to when it is used.Pete Higgins2020-06-031-19/+18
* Move code using temp file from Script to WindowsScript.Pete Higgins2020-06-031-1/+68
* Move some code out of the action block to its own method.Pete Higgins2020-06-031-4/+10
* Cleanup some shared code in WindowsScript and children.Pete Higgins2020-06-031-16/+16
* Untangle some inheritance code around script extension.Pete Higgins2020-06-031-6/+6
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* fixing some windows func test breaksLamont Granquist2020-03-041-2/+2
* Use the action DSL consistentlyLamont Granquist2020-03-021-1/+1
* Style/NegatedIfLamont Granquist2019-07-051-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* fixing Style/MultilineTernaryOperator copLamont Granquist2016-08-161-2/+5
* autofixing whitespace copsLamont Granquist2016-02-051-1/+1
* 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
* Enable 64-bit support for Powershell and Batch scriptsSalim Alam2015-08-191-5/+3
* add a comment about incompatible architecturesBryan McLellan2014-06-261-0/+1
* Only check WOW64 process when system architecture is x64.sersut2014-06-251-1/+1
* CHEF-5287: Use IsWow64Process instead of ENV hash to determine 32-bit process...Adam Edwards2014-06-201-1/+1
* Normalize whitespace on all filesSeth Vargo2013-09-261-7/+7
* OC-4739: Merge functional tests, Win2k3 compatibilityadamedx2013-02-191-8/+33
* OC-4739: OC-4748: Refactor tests to share examples across batch and powershel...adamedx2013-02-191-1/+1
* OC-4739: OC-4748: Create powershell and batch providers in core Chefadamedx2013-02-191-0/+48