summaryrefslogtreecommitdiff
path: root/lib/chef/util
Commit message (Expand)AuthorAgeFilesLines
* 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
* Guard ps_credential importJay Mundrawala2015-03-201-1/+1
* Refactor ps_credential for easier mockingJay Mundrawala2015-03-201-2/+8
* Display information from DSCJay Mundrawala2015-03-201-0/+4
* Add verbose streamJay Mundrawala2015-03-201-3/+6
* 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
* Reorganize nesting for powershell classesJay Mundrawala2015-03-202-2/+10
* Added PSCredential objectJay Mundrawala2015-03-201-0/+32
* Added basic skeleton for DscResource providerJay Mundrawala2015-03-201-6/+0
* Add method to get LCM meta configurationJay Mundrawala2015-03-201-0/+6
* JSON needs to be kept separate from other outputJay Mundrawala2015-03-202-4/+38
* Remove unused codeJay Mundrawala2015-03-201-2/+0
* Break super long string up onto multiple linesJay Mundrawala2015-03-201-2/+4
* Added a path helper to determine the home directory.Kartik Null Cating-Subramanian2015-03-201-0/+76
* fix Lint/BlockAlignmentlcg/unreachable-codeLamont Granquist2015-02-181-3/+3
* fix Lint/LiteralInConditionLamont Granquist2015-02-181-1/+1
* 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
* | Util::Diff: remove Object::Encoding existence check (ruby 1.8 specific, issue...Xabier de Zuazo2015-01-271-4/+1
* | Remove some RUBY_VERSION < 2 comparisons (ruby < 2 specific, issue #2497)Xabier de Zuazo2015-01-271-3/+0
|/
* 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
* Merge branch 'typofixes-vlajos-20141107' of github.com:vlajos/chef into tball...tyler-ball2014-11-251-2/+2
|\
| * typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-2/+2
* | extract which to a mixin, use for systemctlLamont Granquist2014-11-081-10/+2
|/
* 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
* Merge pull request #2190 from opscode/jdmundrawala/issue-2169Jay Mundrawala2014-10-131-3/+3
|\
| * Try to apply dsc configuration even if what-if failsjdmundrawala/issue-2169Jay Mundrawala2014-10-081-3/+3
* | Trying to eradicate all traces of the JSON gem from Cheftyler-ball2014-10-071-2/+2
|/
* Fixing cookbook loading for windowsJay Mundrawala2014-09-291-0/+4
* Add spec for escape_glob with multiple path parts.Claire McQuin2014-09-241-1/+1
* Use cleanpath after joinClaire McQuin2014-09-221-1/+1
* Escape path for globbing.Claire McQuin2014-09-221-2/+3
* Add method to escape glob reserved characters.Claire McQuin2014-09-221-0/+8
* lcm parser is a lot more forgivingJay Mundrawala2014-09-191-78/+33
* Switch fileformat to unix, clean up whitespace.Bryan McLellan2014-09-194-9/+9
* 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-192-36/+20
* Expose exit_code for cmdlet_result and use to detect DSC resource installatio...Adam Edwards2014-09-192-1/+5
* 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-194-15/+41