summaryrefslogtreecommitdiff
path: root/lib/chef/util/powershell/cmdlet.rb
Commit message (Expand)AuthorAgeFilesLines
* replace usages of Cmdlet class with powershell_execmwrock2020-11-301-169/+0
* Collapse several duplicate branches downTim Smith2020-11-061-9/+3
* use autoloading for many required gemsmwrock2020-09-081-1/+3
* File.exists? -> File.exist?existTim Smith2020-08-121-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Style/NegatedIfLamont Granquist2019-07-051-1/+1
* fix shellout require idempotency and bump gemsLamont Granquist2019-05-241-1/+1
* 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-2/+2
* Properly capitalize PowerShell in descriptions and errorspowershellTim Smith2018-09-071-1/+1
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-1/+1
* fix Style/HashSyntaxLamont Granquist2018-07-021-3/+3
* fixing Style/MultilineTernaryOperator copLamont Granquist2016-08-161-2/+5
* autofixing whitespace copsLamont Granquist2016-02-051-114/+114
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Manual fix ups for things that didn't follow the usual pattern.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-11/+11
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-3/+3
* Add verbose streamJay Mundrawala2015-03-201-3/+6
* Reorganize nesting for powershell classesJay Mundrawala2015-03-201-1/+5
* JSON needs to be kept separate from other outputJay Mundrawala2015-03-201-2/+29
* Remove unused codeJay Mundrawala2015-03-201-2/+0
* Break super long string up onto multiple linesJay Mundrawala2015-03-201-2/+4
* Switch fileformat to unix, clean up whitespace.Bryan McLellan2014-09-191-1/+1
* Deal with LCM failing when a resource does not support WhatIfJay Mundrawala2014-09-191-7/+11
* Added unit test for powershell cmdletJay Mundrawala2014-09-191-2/+2
* Initial dsc_configuration resource implementationAdam Edwards2014-09-191-0/+132