summaryrefslogtreecommitdiff
path: root/lib/chef/util/dsc/local_configuration_manager.rb
Commit message (Expand)AuthorAgeFilesLines
* Avoid regex range for a single characterTim Smith2020-12-211-1/+1
* replace usages of Cmdlet class with powershell_execmwrock2020-11-301-14/+17
* Avoid using complex regexes when we can use include?Tim Smith2020-10-161-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Fix typoVivek Singh2020-04-061-1/+1
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-2/+2
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* mechanical conversion of most debug log statements to traceThom May2018-03-261-4/+4
* MSYS-684: Added parser for DSC configurationpiyushawasthi2017-10-051-16/+16
* Code refactor and add spec for powershell version 5piyushawasthi2017-09-121-1/+0
* Refactor all command line options into lcm_command()Bryan McLellan2017-09-121-12/+13
* MSYS-656 - fixed dsc_script for WMF5piyushawasthi2017-09-121-5/+15
* set erroraction stop instead of continueNimishaS2016-09-301-1/+1
* auto fixing some rubocopsLamont Granquist2016-02-091-5/+5
* autofixing whitespace copsLamont Granquist2016-02-051-2/+2
* 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-7/+7
* dsc_script passes timeout to lcm shelloutJay Mundrawala2015-02-101-7/+7
* Rename Chef::Exceptions::LCMParserException to Chef::Exceptions::LCMParserJay Mundrawala2014-12-171-1/+1
* Fix bug where error parser what-if output causes resource to be considered co...Jay Mundrawala2014-12-171-1/+1
* 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
* 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-191-5/+21
* Parse WhatIf from LCMJay Mundrawala2014-09-191-23/+3
* Initial dsc_configuration resource implementationAdam Edwards2014-09-191-0/+125