summaryrefslogtreecommitdiff
path: root/lib/chef/util
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-306-270/+78
* Collapse several duplicate branches downTim Smith2020-11-062-12/+4
* Avoid using complex regexes when we can use include?Tim Smith2020-10-161-1/+1
* Use Ruby 2.6 endless Range syntax007lva2020-09-241-1/+1
* Resolve Lint/RedundantRequireStatement warningsTim Smith2020-09-161-2/+0
* use autoloading for many required gemsmwrock2020-09-083-18/+24
* File.exists? -> File.exist?existTim Smith2020-08-122-2/+2
* Update RuboCop config to Ruby 2.6Tim Smith2020-08-031-10/+10
* Use sort.reverse instead of sort { |a, b| b <=> a }Tim Smith2020-08-031-1/+1
* Scratch this off the TODO list.Pete Higgins2020-07-241-1/+0
* Minor docs updates and MacOS -> macOSTim Smith2020-06-171-1/+1
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-113-3/+3
* 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