summaryrefslogtreecommitdiff
path: root/lib/chef/util/dsc
Commit message (Expand)AuthorAgeFilesLines
* chefstyle Style/AndOr fixesLamont Granquist2016-03-142-2/+2
* pull rubocop 0.37.2 into chefstyleLamont Granquist2016-02-121-1/+1
* auto fixing some rubocopsLamont Granquist2016-02-091-5/+5
* autofixing whitespace copsLamont Granquist2016-02-055-94/+93
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-023-3/+3
* Manual fix ups for things that didn't follow the usual pattern.Noah Kantrowitz2016-02-023-3/+3
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-144-24/+24
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-1/+1
* Useful error message when dsc resource is not foundJay Mundrawala2015-03-201-1/+3
* ResourceStore does not deal with exceptionsJay Mundrawala2015-03-201-9/+3
* Update dsc_resource provider to work with 3rd party resourcesJay Mundrawala2015-03-201-1/+1
* Added resource store for dscJay Mundrawala2015-03-201-0/+114
* Added basic skeleton for DscResource providerJay Mundrawala2015-03-201-6/+0
* Add method to get LCM meta configurationJay Mundrawala2015-03-201-0/+6
* Merge pull request #2779 from chef/jdm/dsc_script_importsJay Mundrawala2015-02-121-6/+30
|\
| * Modified dsc_script imports to not use hash rocketJay Mundrawala2015-02-081-3/+3
| * Modified dsc_script resource provider to use the imports hashJay Mundrawala2015-01-201-6/+30
* | dsc_script passes timeout to lcm shelloutJay Mundrawala2015-02-101-7/+7
|/
* Rename Chef::Exceptions::LCMParserException to Chef::Exceptions::LCMParserJay Mundrawala2014-12-172-2/+2
* Fix bug where error parser what-if output causes resource to be considered co...Jay Mundrawala2014-12-172-4/+8
* Refactored local_configuration_manager to use function to test for what-if su...Jay Mundrawala2014-10-221-8/+12
* Improve detection missing WhatIf supportBob2014-10-221-1/+1
* Renamed output_has_dsc_module_failure to dsc_module_import_failureJay Mundrawala2014-10-221-2/+2
* Try to apply dsc configuration even if what-if failsjdmundrawala/issue-2169Jay Mundrawala2014-10-081-3/+3
* lcm parser is a lot more forgivingJay Mundrawala2014-09-191-78/+33
* Switch fileformat to unix, clean up whitespace.Bryan McLellan2014-09-192-6/+6
* Explicitly require erroraction continue for predictability, consistency in ma...Adam Edwards2014-09-191-2/+2
* No erroraction stop since that filters the excepitonAdam Edwards2014-09-191-3/+3
* Correctly handle dsc resource import failuresAdam Edwards2014-09-191-32/+20
* Expose exit_code for cmdlet_result and use to detect DSC resource installatio...Adam Edwards2014-09-191-1/+1
* Fixup use of status.exitcode to status.status.exitstatusAdam Edwards2014-09-191-1/+1
* Handle not installed DSC resource errors from LCMAdam Edwards2014-09-191-3/+10
* Set exit code from start-dscconfiguraiton to enable identification of DSC errorsAdam Edwards2014-09-191-1/+22
* Deal with LCM failing when a resource does not support WhatIfJay Mundrawala2014-09-193-8/+30
* Added unit tests for configuration_generatorJay Mundrawala2014-09-191-1/+1
* Add configurationdata attribute supportAdam Edwards2014-09-191-1/+1
* Parse WhatIf from LCMJay Mundrawala2014-09-193-23/+201
* Initial dsc_configuration resource implementationAdam Edwards2014-09-192-0/+240