summaryrefslogtreecommitdiff
path: root/lib/chef/mixin
Commit message (Expand)AuthorAgeFilesLines
* Doc string message changes, test case cleanupBapu L2022-06-211-1/+1
* Property values should be suppressed irrespective of desired stateBapu L2022-06-211-0/+6
* Update Chef Client to retrieve client.pem from Windows CertStoreJohn McCrae2022-01-311-1/+1
* Updated the chef client to retrieve certs from the Windows registry. Tests in...John McCrae2022-01-311-1/+3
* Updated the chef client to retrieve certs from the Windows registry. Tests in...John McCrae2022-01-311-2/+3
* Updated the chef client to retrieve certs from the Windows registry. Tests in...John McCrae2022-01-311-29/+3
* Unit fixes and :all_actions support for DRR fixeslcg/define-resource-requirements-fixLamont Granquist2021-11-151-1/+1
* Fix DRR assertion parsingLamont Granquist2021-11-121-2/+8
* change default timeout to -1Lamont Granquist2021-11-031-1/+1
* Revert back to positional parameters for the interpreterLamont Granquist2021-11-031-5/+4
* update powershell_exec mixinrishichawda2021-11-031-6/+8
* 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