summaryrefslogtreecommitdiff
path: root/lib/chef/util
Commit message (Expand)AuthorAgeFilesLines
* Try to apply dsc configuration even if what-if failsjdmundrawala/issue-2169Jay Mundrawala2014-10-081-3/+3
* 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
* Added unit test for powershell cmdletJay Mundrawala2014-09-191-2/+2
* 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-194-0/+418
* Make join work properly with leading slashesJohn Keiser2014-08-301-4/+4
* Move Chef::Config path functions to Chef::Util::PathHelperJohn Keiser2014-08-301-6/+54
* unpack the conditionals a little for readabilityBryan McLellan2014-08-221-2/+5
* Make exception for a user not existing more explicitBryan McLellan2014-08-221-3/+3
* remove JSON gem usageLamont Granquist2014-08-111-2/+1
* Revert "remove #to_json Monkeytpatching"Lamont Granquist2014-08-091-1/+2
* remove #to_json MonkeypatchingLamont Granquist2014-08-091-2/+1
* Updated selinux path check to allow for directories that have a space in the ...Scott Hain2014-06-171-1/+1
* CHEF-5322: Add utility for validating Windows pathsBryan McLellan2014-06-051-0/+94
* CHEF-4423: extract cookbook upload threaded queue into utility classNikhil Benesch2014-05-131-0/+61
* CHEF-3714: Update file_edited? for FileEdit refactorBryan McLellan2014-03-191-1/+3
* CHEF-3714 - Method returns if a file was editedNanuk Krinner2014-03-191-0/+5
* CHEF-3714: Check for file existence before openingBryan McLellan2014-03-191-0/+1
* CHEF-3714: New method to advertise unwritten editsChris Bandy2014-03-191-0/+4
* CHEF-3714: Use Editor to manipulate textChris Bandy2014-03-191-56/+12
* CHEF-3714: New object dedicated to manipulating textChris Bandy2014-03-191-0/+92
* CHEF-5018: fix File.new does not take a blockLamont Granquist2014-02-101-1/+1
* CHEF-3012: Use SID instead of username for group membership checksadamedx2014-01-131-6/+7
* Merge pull request #1161 from deployable/CHEF-4850lamont-granquist2014-01-081-1/+1
|\
| * CHEF-4850 Close file in Chef::File::Edit after reading contentsMatt2013-12-041-1/+1
* | Support :excluded_members in windows group provider.sersut2013-11-121-1/+5
|/
* Implemented review commentameyavarade2013-10-101-0/+1
* Changes to remove redundant code and use chef/util/diff for knife diffameyavarade2013-10-101-36/+36
* [CHEF-4529]sawanoboly2013-10-041-1/+2
* Normalize whitespace on all filesSeth Vargo2013-09-266-15/+15
* IO:: -> IO.Claire McQuin2013-07-171-2/+2
* Added license informationClaire McQuin2013-07-171-0/+25
* required diff librariesClaire McQuin2013-07-161-0/+3
* shell_out to diff => diff-lcs, cleaned up tests, updated gem versionsClaire McQuin2013-07-161-34/+48