summaryrefslogtreecommitdiff
path: root/lib/chef/mixin
Commit message (Expand)AuthorAgeFilesLines
* Use include? instead of a regex with string matchingTim Smith2020-12-211-1/+1
* replace usages of Cmdlet class with powershell_execmwrock2020-11-301-1/+3
* Simplify regexes by removing extra character classesTim Smith2020-10-301-1/+1
* Merge repetitive conditionalsTim Smith2020-10-271-1/+1
* Merge pull request #10520 from chef/lwrp_cleanupTim Smith2020-10-191-0/+2
|\
| * Move the alias for attribute to property right into the property mixinlwrp_cleanupTim Smith2020-10-161-0/+2
* | Remove constantize method from Chef::Mixin::ConvertToClassNameTim Smith2020-10-161-56/+0
|/
* Merge pull request #10476 from chef/exec_coreTim Smith2020-10-051-10/+22
|\
| * remove redundant codemwrock2020-10-011-8/+1
| * add interpreter arg to powershell_exec allowing it to run powershell coremwrock2020-10-011-10/+29
* | add interpreter arg to powershell_out allowing it to call pwsh.exemwrock2020-10-011-5/+12
|/
* Merge pull request #10463 from 007lva/chore/use-ruby-2.6-endless-rangeTim Smith2020-09-251-1/+1
|\
| * Use Ruby 2.6 endless Range syntax007lva2020-09-241-1/+1
* | autoload addressable/uri on :URI inside addressable modulemwrock2020-09-241-1/+3
|/
* Update lib/chef/mixin/versioned_api.rb Tim Smith2020-09-161-1/+1
* Resolve Style/RedundantSort warningsTim Smith2020-09-161-2/+1
* use autoloading for many required gemsmwrock2020-09-083-8/+5
* 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