summaryrefslogtreecommitdiff
path: root/lib/chef/provider/powershell_script.rb
Commit message (Expand)AuthorAgeFilesLines
* add interpreter to handle pwsh and powershell to powershell_scriptps_scriptmwrock2020-10-071-1/+12
* Simplify property definition.Pete Higgins2020-08-071-5/+21
* Restrict temp file to when it is used.Pete Higgins2020-06-031-1/+1
* Cleanup some shared code in WindowsScript and children.Pete Higgins2020-06-031-2/+0
* Remove a temp variable.Pete Higgins2020-06-031-2/+1
* Untangle some inheritance code around script code.Pete Higgins2020-06-031-9/+5
* Untangle some inheritance code around script extension.Pete Higgins2020-06-031-2/+5
* Avoid ruby deprecation warnings in cab_package and powershell_scriptdeprecation_warningsTim Smith2020-05-121-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Fix typoVivek Singh2020-04-061-1/+1
* Convert more resources to unified_modelcg/unified-mode4Lamont Granquist2020-04-011-0/+1
* fixing some windows func test breaksLamont Granquist2020-03-041-2/+2
* Merge pull request #9433 from chef/lcg/action-dslTim Smith2020-03-021-1/+1
|\
| * Use the action DSL consistentlyLamont Granquist2020-03-021-1/+1
* | Remove all the code that checks for Windows Nanonano_supportTim Smith2020-02-281-8/+1
|/
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* As per the review commentsNimesh-Msys2019-02-041-32/+2
* Prefer user defined flags over the default oneNimesh-Msys2019-02-041-2/+2
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-2/+2
* Properly capitalize PowerShell in descriptions and errorspowershellTim Smith2018-09-071-3/+3
* clean up whitespace againLamont Granquist2018-07-021-11/+11
* fix Layout/IndentHeredocLamont Granquist2018-07-021-73/+73
* mechanical conversion of most debug log statements to traceThom May2018-03-261-2/+2
* Remove platfom restrictions in provides and don't require providersTim Smith2018-03-071-1/+1
* cleans up the remaining new/current_resource ivarslcg/remove-ivarsLamont Granquist2017-02-151-6/+6
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-1/+1
* Windows alternate user support for execute resourcesAdam Edwards2017-02-021-0/+8
* Attributes v1.1 changeslcg/attributes-v1.1Lamont Granquist2016-06-271-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-3/+3
* auto-fixing some easy copschefstyle/fixesLamont Granquist2016-02-031-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-8/+8
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
* print STDOUT from the powershell wrapper. fixes issue #3596Alex Pop2015-10-211-0/+3
* Quote paths.mcquin/chef-3883Claire McQuin2015-10-061-7/+12
* Use -Command flag on NanoClaire McQuin2015-10-011-1/+7
* Fix powershell_script validationJay Mundrawala2015-08-241-1/+4
* Enable 64-bit support for Powershell and Batch scriptsSalim Alam2015-08-191-0/+9
* Issue #3080: powershell_script: do not allow suppression of syntax errorsadamedx/ps-syntax-always-raiseadamedx2015-06-261-19/+32
* Use executionpolicy Bypass in powershell_script provider for PS 3.0 and lateradamedx2015-05-291-3/+9
* powershell_script provider readability fixesAdam Edwards2015-05-291-38/+46
* Simplify powershell_script exit status logicAdam Edwards2015-05-291-6/+3
* powershell_script script wrapper comment improvementsAdam Edwards2015-05-291-6/+33
* Refactor powershell_script, additional powershell syntax testsAdam Edwards2015-05-291-71/+81
* Get specs to passAdam Edwards2015-05-291-20/+54
* provider_resolver migration from provider_mappingLamont Granquist2015-03-041-0/+2
* Fix up powershell scriptJay Mundrawala2015-01-191-2/+2
* Use attr_accessor for script resource providerJay Mundrawala2014-12-171-6/+2