summaryrefslogtreecommitdiff
path: root/lib/chef/mixin
Commit message (Expand)AuthorAgeFilesLines
* Fix nil deep_merginglcg/fix-nil-deep-mergeLamont Granquist2020-09-031-12/+0
* Simplify implementation for checksum ellipsisThomas Heinen2020-08-171-4/+0
* Change output to clearly show checksums are displayed incompletelyThomas Heinen2020-08-141-0/+3
* Optimize requires for non-omnibus installsrequire_optimizationTim Smith2020-08-122-2/+2
* Mark deep_merge as privateLamont Granquist2020-08-071-6/+35
* Convert openssl resources to unified_modeLamont Granquist2020-08-031-1/+3
* fix el6 selinuxLamont Granquist2020-07-241-1/+1
* Fix default_paths patchLamont Granquist2020-07-232-6/+6
* Convert to default_paths APIlcg/default-pathsLamont Granquist2020-07-223-8/+41
* clean up the chefutils wiring with a common helper classlcg/extract-mixlib-shelloutLamont Granquist2020-07-213-20/+44
* just code changes, no spec modificationsLamont Granquist2020-07-212-183/+18
* Look for openssl.cnf if it is not in the default location.fix-windows-openssl-conf-testPete Higgins2020-07-091-3/+26
* Merge pull request #10123 from chef/assignmentTim Smith2020-07-071-2/+1
|\
| * Avoid assigning variables before returning if we don't have toTim Smith2020-07-071-2/+1
* | Add spaces after attrsTim Smith2020-07-071-0/+1
|/
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-111-2/+2
* Update our usage of OpenSSL::Digest to avoid Ruby 3 breaking changeopenssl_fixesTim Smith2020-05-221-4/+4
* Remove an unused require.Pete Higgins2020-05-191-1/+0
* Get lib/ free of spelling violations.Pete Higgins2020-05-183-4/+4
* Fix a small rdoc formatting bug for `copy_properties_from`.Pete Higgins2020-05-061-0/+2
* Align all our comments with the codeTim Smith2020-05-061-8/+8
* Add .error! for powershell_execTim Smith2020-04-261-1/+10
* Ruby 2.7 fix for powershell_outlcg/ruby-2.7-6Lamont Granquist2020-04-161-1/+1
* Replace a few uses of attributes / parameters in messaging with propertiesTim Smith2020-04-151-4/+4
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-1334-35/+35
* Revert someVivek Singh2020-04-061-1/+1
* Fix typoVivek Singh2020-04-065-8/+8
* Change name_property to be identity and not desired_state by defaultLamont Granquist2020-04-021-1/+13
* Remove outdated comment about shell args on different platforms.remove-outdated-commentPete Higgins2020-03-201-4/+0
* Update all our links to use the new docs site formatTim Smith2020-03-041-1/+1
* Removed useless checkJulien Huon2019-12-251-3/+0
* Fix chefstyle errorsJulien Huon2019-12-251-2/+2
* Add the capability to automatically renew a certificate with x509_certificate...Julien Huon2019-12-251-0/+24
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-0811-161/+36
* Fix RDoc copy-pasta in Chef::Mixin::ParamsValidate#validateReuben Garrett2019-07-111-1/+1
* fix 4 copsLamont Granquist2019-07-051-2/+2
* Style/SymbolProcLamont Granquist2019-07-052-6/+6
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-052-3/+3
* Style/ClassCheckLamont Granquist2019-07-054-13/+13
* Style/RegexpLiteralLamont Granquist2019-07-051-1/+1
* Style/NegatedIfLamont Granquist2019-07-055-14/+14
* Style/EmptyLiteralLamont Granquist2019-07-052-3/+3
* Style/MethodCallWithoutArgsParenthesesLamont Granquist2019-07-021-1/+1
* Style/SymbolArrayLamont Granquist2019-07-022-2/+2
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-0210-0/+22
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-023-7/+7
* update commentsLamont Granquist2019-06-141-4/+20
* Target mode for systemd service helperLamont Granquist2019-05-292-2/+45
* Merge pull request #8562 from brodock/8561-include-filename-template-errorLamont Granquist2019-05-281-9/+14
|\
| * Improving error handling for template renderGabriel Mazetto2019-05-261-9/+14