summaryrefslogtreecommitdiff
path: root/lib/chef/provider/dsc_script.rb
Commit message (Expand)AuthorAgeFilesLines
* fix typocmdletmwrock2020-11-301-1/+1
* responding to feedbackmwrock2020-11-301-3/+2
* replace usages of Cmdlet class with powershell_execmwrock2020-11-301-20/+17
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Use the action DSL consistentlyLamont Granquist2020-03-021-1/+1
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-1/+1
* Style/NegatedIfLamont Granquist2019-07-051-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-4/+4
* Properly capitalize PowerShell in descriptions and errorspowershellTim Smith2018-09-071-4/+4
* fix Style/HashSyntaxLamont Granquist2018-07-021-8/+8
* mechanical conversion of most debug log statements to traceThom May2018-03-261-3/+3
* Remove platfom restrictions in provides and don't require providersTim Smith2018-03-071-1/+1
* MSYS-684: Added parser for DSC configurationpiyushawasthi2017-10-051-1/+5
* support why-run by defaultlcg/default-whyrun-supportedLamont Granquist2017-03-011-5/+1
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-4/+4
* autofixing whitespace copsLamont Granquist2016-02-051-3/+3
* 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-10/+10
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-2/+2
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-1/+1
* Rename NoProviderAvailable to ProviderNotFound, add aliasJohn Keiser2015-06-301-1/+1
* Merge pull request #2779 from chef/jdm/dsc_script_importsJay Mundrawala2015-02-121-1/+1
|\
| * Modified dsc_script resource provider to use the imports hashJay Mundrawala2015-01-201-1/+1
* | dsc_script passes timeout to lcm shelloutJay Mundrawala2015-02-101-5/+11
* | Fix typo resouces to resourcesdrag00n2015-01-051-1/+1
|/
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-0/+3
* DSC terminology correction in insufficient powershell version messageAdam Edwards2014-10-141-1/+1
* DSC parameters should be passed even when there is no config data fileAdam Edwards2014-10-141-2/+1
* Merge pull request #2103 from opscode/jdmundrawala/issue-2027-masterJay Mundrawala2014-10-081-3/+31
|\
| * We now check for powershell/dsc compat in provider.jdmundrawala/issue-2027-masterJay Mundrawala2014-09-221-3/+31
* | Remove requires path_helper from provider class, add to provider subclasses u...Claire McQuin2014-09-241-0/+1
|/
* Switch fileformat to unix, clean up whitespace.Bryan McLellan2014-09-191-3/+3
* Better logging for dsc scripts with multiple resourcesJay Mundrawala2014-09-191-3/+8
* Deal with LCM failing when a resource does not support WhatIfJay Mundrawala2014-09-191-2/+2
* DSC: Added test for dsc_script providerAdam Edwards2014-09-191-1/+3
* Add configurationdata attribute supportAdam Edwards2014-09-191-2/+26
* Parse WhatIf from LCMJay Mundrawala2014-09-191-2/+16
* Initial dsc_configuration resource implementationAdam Edwards2014-09-191-0/+103