summaryrefslogtreecommitdiff
path: root/lib/chef/util/dsc
Commit message (Expand)AuthorAgeFilesLines
* Simplify file readssimplified_readTim Smith2021-12-171-1/+1
* Fix an interpolation mistake in an error message + turn on the copinterpolationTim Smith2021-01-261-1/+1
* Enable more RuboCop cops that were previously disabledTim Smith2020-12-281-0/+1
* Avoid regex range for a single characterTim Smith2020-12-211-1/+1
* responding to feedbackmwrock2020-11-302-3/+2
* replace usages of Cmdlet class with powershell_execmwrock2020-11-304-40/+78
* Collapse several duplicate branches downTim Smith2020-11-061-3/+1
* Avoid using complex regexes when we can use include?Tim Smith2020-10-161-1/+1
* Align all our comments with the codeTim Smith2020-05-061-3/+3
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-134-4/+4
* Fix typoVivek Singh2020-04-061-1/+1
* fix 4 copsLamont Granquist2019-07-051-1/+2
* Style/SymbolProcLamont Granquist2019-07-051-3/+1
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-052-3/+3
* Style/NegatedIfLamont Granquist2019-07-051-1/+1
* Style/EmptyLiteralLamont Granquist2019-07-051-2/+2
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+1
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-2/+2
* Convert require to require_relativeLamont Granquist2019-05-084-9/+9
* fix Layout/IndentHeredocLamont Granquist2018-07-021-10/+10
* fix Style/HashSyntaxLamont Granquist2018-07-022-2/+2
* mechanical conversion of most debug log statements to traceThom May2018-03-263-6/+6
* MSYS-684: Added parser for DSC configurationpiyushawasthi2017-10-052-18/+73
* 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
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-1/+1
* fix Style/NilComparisonLamont Granquist2016-12-061-1/+1
* set erroraction stop instead of continueNimishaS2016-09-301-1/+1
* autofixing Style/RedundantException copLamont Granquist2016-08-161-1/+1
* 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