summaryrefslogtreecommitdiff
path: root/lib/chef/util/dsc/lcm_output_parser.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix chefstyle warnings (spacing on comments)Tim Smith2020-05-211-3/+3
* Chef-15: Remove copyright dateslcg/remove-copyright-dates-chef-15Lamont Granquist2020-04-131-1/+1
* Style/EmptyLiteralLamont Granquist2019-07-051-2/+2
* Convert require to require_relativeLamont Granquist2019-05-081-3/+3
* fix Style/HashSyntaxLamont Granquist2018-07-021-1/+1
* mechanical conversion of most debug log statements to traceThom May2018-03-261-1/+1
* MSYS-684: Added parser for DSC configurationpiyushawasthi2017-10-051-2/+57
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-1/+1
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-1/+1
* 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-4/+4
* 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-3/+7
* lcm parser is a lot more forgivingJay Mundrawala2014-09-191-78/+33
* Switch fileformat to unix, clean up whitespace.Bryan McLellan2014-09-191-5/+5
* Deal with LCM failing when a resource does not support WhatIfJay Mundrawala2014-09-191-2/+8
* Parse WhatIf from LCMJay Mundrawala2014-09-191-0/+172