summaryrefslogtreecommitdiff
path: root/lib/chef/mixin/powershell_type_coercions.rb
Commit message (Expand)AuthorAgeFilesLines
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-2/+2
* simplify some overly complicated powershell codelcg/unified-integerLamont Granquist2016-11-151-19/+19
* fix Lint/UnifiedInteger copLamont Granquist2016-11-151-1/+1
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-9/+9
* Allow PowerShellTypeCoercions to translate Chef::Node::ImmutableArraysmurawski/dsc_resource_converge_loggingSteven Murawski2016-02-031-1/+2
* Allow PowerShellTypeCoercions to translate Chef::Node::ImmutableMashSteven Murawski2016-02-031-0/+1
* Update all auth email address from opscode.com and getchef.com to chef.io.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-3/+3
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
* Reorganize powershell_type_coercionsJay Mundrawala2015-03-201-13/+15
* Remove unused codeJay Mundrawala2015-03-201-6/+6
* Escape strings when they contain a special characterJay Mundrawala2015-03-201-10/+21
* Added type coercsion for arrayJay Mundrawala2015-03-201-1/+9
* Update PowershelTypeCoercions to call to_psobjectJay Mundrawala2015-03-201-1/+4
* Add type coercion for hashJay Mundrawala2015-03-201-1/+9
* Added Powershell Type Coercion mixinJay Mundrawala2015-03-201-0/+50