summaryrefslogtreecommitdiff
path: root/lib/chef/powershell.rb
Commit message (Expand)AuthorAgeFilesLines
* Clear up some more -1'sLamont Granquist2021-11-031-3/+3
* fix args error on powershell classrishichawda2021-11-031-1/+2
* chefstyle errorsrishichawda2021-11-031-1/+1
* review updatesrishichawda2021-11-031-3/+4
* update powershell class to support optional timeout parameterrishichawda2021-11-031-5/+5
* replace usages of Cmdlet class with powershell_execmwrock2020-11-301-0/+2
* update pwsh in powershell_exec to 7.1.0 and add comments explaining how to pu...ps71mwrock2020-11-171-0/+5
* pull in v0.2.1 of powershell shim that fixes .net resolverresolvermwrock2020-11-131-9/+1
* fix habitat adembly resolution failuresmwrock2020-10-301-1/+9
* convert most internal powershell_out to powershell_execmwrock2020-10-281-2/+0
* fix chefstyle and spellcheckmwrock2020-10-011-0/+1
* add interpreter arg to powershell_exec allowing it to run powershell coremwrock2020-10-011-3/+3
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-111-1/+1
* Add .error! for powershell_execTim Smith2020-04-261-0/+14
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+2
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* Fix formattingStuart Preston2018-06-261-0/+1
* powershell_exec uses FFI instead of COMStuart Preston2018-06-191-8/+9
* Address chefstyle issueStuart Preston2018-03-051-1/+1
* Addressing initial feedback from reviewStuart Preston2018-03-051-8/+10
* Initial commit of new Chef PowerShell supportStuart Preston2018-03-031-0/+53