summaryrefslogtreecommitdiff
path: root/lib/chef/provider/dsc_resource.rb
Commit message (Expand)AuthorAgeFilesLines
* replace usages of Cmdlet class with powershell_execmwrock2020-11-301-24/+12
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Use the action DSL consistentlyLamont Granquist2020-03-021-1/+1
* Style/NegatedIfLamont Granquist2019-07-051-1/+1
* Style/EmptyMethodLamont Granquist2019-07-021-2/+1
* Convert require to require_relativeLamont Granquist2019-05-081-4/+4
* Properly capitalize PowerShell in descriptions and errorspowershellTim Smith2018-09-071-2/+2
* fix Style/HashSyntaxLamont Granquist2018-07-021-1/+1
* 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
* support why-run by defaultlcg/default-whyrun-supportedLamont Granquist2017-03-011-5/+1
* cleans up the remaining new/current_resource ivarslcg/remove-ivarsLamont Granquist2017-02-151-5/+5
* Added module_version attribute for dsc_resource. (#5701)Aliasgar162017-01-231-1/+17
* if no module name is found for a valid dsc resource default to PSDesiredState...dscMatt Wrock2016-02-291-5/+2
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-3/+3
* autofixing whitespace copsLamont Granquist2016-02-051-3/+3
* include verbose output from the set method and shared function for accessing ...Steven Murawski2016-02-031-12/+18
* 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-8/+8
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-3/+3
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-1/+1
* Add timeout attribute to dsc_resourcejdm/dsc_resource_timeoutJay Mundrawala2015-12-031-1/+1
* Update dsc_resource to use verbose stream outputsalam/dsc-resource-fixSalim Alam2015-11-191-4/+9
* WMF 5 RTM and Win 10 Threshold 2 allow the RefreshMode to be enabled.Steven Murawski2015-11-181-2/+26
* Add reboot notification to dsc_resourceSteven Murawski2015-11-181-32/+37
* Rename refresh_mode_disabled? to dsc_refresh_mode_disabled?mcquin/dsc_resource_specClaire McQuin2015-09-081-3/+3
* Skip tests unless RefreshMode is DisabledClaire McQuin2015-09-081-9/+5
* Rename NoProviderAvailable to ProviderNotFound, add aliasJohn Keiser2015-06-301-2/+2
* Fix dsc_resource to work with WMF 5 April Previewjdm/wmfJay Mundrawala2015-05-291-1/+8
* Fixed bug where module_name would return an object instead of stringjdm/dsc-resourceJay Mundrawala2015-03-251-1/+1
* Useful error message when dsc resource is not foundJay Mundrawala2015-03-201-3/+9
* Don't test the current state of the resource until the action is runJay Mundrawala2015-03-201-4/+2
* ResourceStore does not deal with exceptionsJay Mundrawala2015-03-201-6/+14
* Better error message in define_resource_requirementsJay Mundrawala2015-03-201-2/+2
* Display information from DSCJay Mundrawala2015-03-201-2/+7
* dsc_resource provider honors module_name is providedJay Mundrawala2015-03-201-0/+1
* Update dsc_resource provider to work with 3rd party resourcesJay Mundrawala2015-03-201-0/+21
* Make things workJay Mundrawala2015-03-201-11/+11
* Added basic skeleton for DscResource providerJay Mundrawala2015-03-201-0/+118