summaryrefslogtreecommitdiff
path: root/lib/chef/util
Commit message (Expand)AuthorAgeFilesLines
* Align all our comments with the codeTim Smith2020-05-061-3/+3
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-1315-15/+15
* Fix typoVivek Singh2020-04-061-1/+1
* Chefstyle fixes identified with Rubocop 0.80Tim Smith2020-02-182-5/+5
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-083-5/+5
* fix 4 copsLamont Granquist2019-07-051-1/+2
* Style/SymbolProcLamont Granquist2019-07-053-6/+4
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-052-3/+3
* Style/NegatedIfLamont Granquist2019-07-053-7/+7
* Style/EmptyLiteralLamont Granquist2019-07-052-3/+3
* Style/MethodCallWithoutArgsParenthesesLamont Granquist2019-07-022-2/+2
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-024-0/+6
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-022-3/+3
* fix shellout require idempotency and bump gemsLamont Granquist2019-05-241-1/+1
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-202-2/+2
* Change some more require to require_relativeLamont Granquist2019-05-102-2/+2
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-084-4/+4
* Convert require to require_relativeLamont Granquist2019-05-0814-27/+27
* Added support for setting the comment/description on a group in Windows. This...Kapil Chouhan2018-12-131-0/+6
* Properly capitalize PowerShell in descriptions and errorspowershellTim Smith2018-09-071-1/+1
* Assume credentials supplied are still valid if they cannot be validated due t...Stuart Preston2018-07-251-2/+10
* fix Style/MutableConstantLamont Granquist2018-07-021-1/+1
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-1/+1
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-026-31/+31
* fix Layout/IndentHeredocLamont Granquist2018-07-021-10/+10
* fix Style/HashSyntaxLamont Granquist2018-07-027-9/+9
* Unification of shell_out APIsLamont Granquist2018-06-151-1/+1
* mechanical conversion of most debug log statements to traceThom May2018-03-265-9/+9
* rubocop fixes from engine bump to 0.54.0lcg/rubocop-fixesLamont Granquist2018-03-211-2/+2
* Fixed review commentsnimisha2018-01-241-5/+2
* Fixed/added specs for LogonSession changesnimisha2018-01-241-5/+5
* Fixed/added specs for LogonSession changesnimisha2018-01-241-1/+1
* Brought back Chef::Win32::Security functional test for running as a non admin...nimisha2018-01-241-2/+8
* prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-171-4/+0
* fix argument to restorecon not being shell-escapedDavid Ashby2017-11-221-4/+5
* 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
* Using LOGON32_LOGON_NEW_CREDENTIALS instead of LOGON32_LOGON_NETWORKnimisha2017-09-051-1/+1
* Fixing specsnimisha2017-09-051-4/+4
* Added define_resource_requirement and some other validationsnimisha2017-09-051-3/+3
* Alternate user remote file code review feedbackadamedx2017-09-051-17/+25
* Windows thread alternate user impersonation supportadamedx2017-09-051-0/+118
* Merge pull request #5725 from pescuma/masterThom May2017-03-211-1/+1
|\
| * Fix for creating users in non english windows machines: uses SID instead of n...Ricardo Pescuma Domenecci2017-01-131-1/+1
* | fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-137-76/+48
|/
* fix Style/NilComparisonLamont Granquist2016-12-061-1/+1
* set erroraction stop instead of continueNimishaS2016-09-301-1/+1
* fixing Style/MultilineTernaryOperator copLamont Granquist2016-08-161-2/+5