summaryrefslogtreecommitdiff
path: root/lib/chef/provider/powershell_script.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix broken powershell_script resourceJay Mundrawala2014-12-161-0/+4
* Change default powershell_script executionpolicy to unrestrictedAdam Edwards2014-10-231-1/+1
* Debug logging should show transformed script code for easier debugging of pow...Adam Edwards2014-10-231-0/+2
* Address regression with convert_boolean_return always set to trueAdam Edwards2014-03-291-1/+1
* CR feedback: clean up convert boolean expressions and add testsAdam Edwards2014-03-291-1/+1
* CR feedback: freeze constants, remove special case conditionalAdam Edwards2014-03-291-13/+10
* Interpolated boolean return support for powershell_scriptadamedx2014-03-291-6/+18
* Add line breaks to generated scriptadamedx2014-03-291-2/+3
* Handle explicitly thrown exceptions, method name convention violationsadamedx2014-03-291-4/+7
* Normalize whitespace on all filesSeth Vargo2013-09-261-7/+7
* Fix invalid assumption of non-nil code attribute and handle change to use -Fi...adamedx2013-06-251-1/+1
* Add functional tests for exit code and flags, fix architecture test verificationadamedx2013-06-251-2/+44
* OC-8337: Architecture functional test coverageadamedx2013-06-251-1/+1
* OC-8337: Add architecture functional test coverage, fix resource name collisionadamedx2013-06-251-0/+35