summaryrefslogtreecommitdiff
path: root/lib/chef/provider/powershell_script.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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