summaryrefslogtreecommitdiff
path: root/lib/chef/util/powershell
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change some more require to require_relativeLamont Granquist2019-05-101-1/+1
* Convert require to require_relativeLamont Granquist2019-05-082-3/+3
* 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-052-147/+147
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-022-2/+2
* Manual fix ups for things that didn't follow the usual pattern.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-022-2/+2
* Use double quotes by defaultThom May2016-01-143-13/+13
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-3/+3
* Prevent inspect on PsCredential from printing out plain text passwordjdm/dont-print-pscredJay Mundrawala2015-11-231-3/+2
* Add to_s to ps_credentialJay Mundrawala2015-08-251-0/+4
* Guard ps_credential importJay Mundrawala2015-03-201-1/+1
* Refactor ps_credential for easier mockingJay Mundrawala2015-03-201-2/+8
* Display information from DSCJay Mundrawala2015-03-201-0/+4
* Add verbose streamJay Mundrawala2015-03-201-3/+6
* Reorganize nesting for powershell classesJay Mundrawala2015-03-202-2/+10
* Added PSCredential objectJay Mundrawala2015-03-201-0/+32
* JSON needs to be kept separate from other outputJay Mundrawala2015-03-202-4/+38
* Remove unused codeJay Mundrawala2015-03-201-2/+0
* Break super long string up onto multiple linesJay Mundrawala2015-03-201-2/+4
* Trying to eradicate all traces of the JSON gem from Cheftyler-ball2014-10-071-2/+2
* Switch fileformat to unix, clean up whitespace.Bryan McLellan2014-09-192-3/+3
* Correctly handle dsc resource import failuresAdam Edwards2014-09-191-4/+0
* Expose exit_code for cmdlet_result and use to detect DSC resource installatio...Adam Edwards2014-09-191-0/+4
* 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-192-0/+178