summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Expand)AuthorAgeFilesLines
* Use find instead of select.firstrubocop_Performance_DetectTim Smith2020-08-031-1/+1
* Merge pull request #10249 from chef/lcg/openssl-resources-unified-modeTim Smith2020-08-039-42/+62
|\
| * fix bad search + replacelcg/openssl-resources-unified-modeLamont Granquist2020-08-032-2/+2
| * Update lib/chef/resource/openssl_x509_request.rbLamont Granquist2020-08-031-8/+6
| * Update lib/chef/resource/openssl_x509_certificate.rbLamont Granquist2020-08-031-8/+6
| * Convert openssl resources to unified_modeLamont Granquist2020-08-039-42/+66
* | One chefstyle fixTim Smith2020-08-031-1/+1
* | Update RuboCop config to Ruby 2.6Tim Smith2020-08-0326-322/+322
* | Bump version to 16.3.64 by Chef Expeditorv16.3.64Chef Expeditor2020-08-041-1/+1
* | Bump version to 16.3.63 by Chef Expeditorv16.3.63Chef Expeditor2020-08-041-1/+1
* | Merge pull request #10252 from chef/rubocop_performance_CountTim Smith2020-08-031-1/+1
|\ \
| * | Use .count instead of .select{}.countTim Smith2020-08-031-1/+1
* | | Merge pull request #10253 from chef/we-need-to-go-deeperTim Smith2020-08-031-10/+1
|\ \ \
| * | | Avoid unnecessary control flow.Pete Higgins2020-08-031-10/+1
| |/ /
* | | Bump version to 16.3.62 by Chef Expeditorv16.3.62Chef Expeditor2020-08-041-1/+1
* | | Merge pull request #10251 from chef/rubocop_Performance_StringReplacementTim Smith2020-08-031-1/+1
|\ \ \
| * | | Use tr not gsub for string replacementTim Smith2020-08-031-1/+1
| |/ /
* | | Bump version to 16.3.61 by Chef Expeditorv16.3.61Chef Expeditor2020-08-031-1/+1
* | | Use .key? instead of keys.includeTim Smith2020-08-034-4/+5
|/ /
* | Bump version to 16.3.60 by Chef Expeditorv16.3.60Chef Expeditor2020-08-031-1/+1
* | Bump version to 16.3.59 by Chef Expeditorv16.3.59Chef Expeditor2020-08-031-1/+1
* | Bump version to 16.3.58 by Chef Expeditorv16.3.58Chef Expeditor2020-08-031-1/+1
* | Bump version to 16.3.57 by Chef Expeditorv16.3.57Chef Expeditor2020-08-031-1/+1
* | Merge pull request #10247 from chef/rubocop_Performance_SortReverseTim Smith2020-08-031-1/+1
|\ \
| * | Use sort.reverse instead of sort { |a, b| b <=> a }Tim Smith2020-08-031-1/+1
| |/
* | Merge pull request #10245 from chef/rubocop_Performance_RangeIncludeTim Smith2020-08-031-3/+3
|\ \
| * | Resolve Performance/RangeInclude warningsrubocop_Performance_RangeIncludeTim Smith2020-08-031-3/+3
| |/
* | Merge pull request #10239 from chef/lcg/osx_profileLamont Granquist2020-08-033-261/+227
|\ \
| * | Convert osx_profile to custom resourcelcg/osx_profileLamont Granquist2020-08-033-261/+227
| |/
* | Use .match? when we don't need data from a regex matchTim Smith2020-08-032-3/+3
|/
* Bump version to 16.3.56 by Chef Expeditorv16.3.56Chef Expeditor2020-08-021-1/+1
* Bump version to 16.3.55 by Chef Expeditorv16.3.55Chef Expeditor2020-07-311-1/+1
* Bump version to 16.3.54 by Chef Expeditorv16.3.54Chef Expeditor2020-07-311-1/+1
* Bump version to 16.3.53 by Chef Expeditorv16.3.53Chef Expeditor2020-07-311-1/+1
* Bump version to 16.3.52 by Chef Expeditorv16.3.52Chef Expeditor2020-07-311-1/+1
* Merge pull request #9820 from MsysTechnologiesllc/dh/fix_feature_install_when...Tim Smith2020-07-311-2/+6
|\
| * optimized codedheerajd-msys2020-07-301-4/+4
| * install removed feature when source is availabledheerajd-msys2020-07-291-1/+5
| * Fix install features when install state is removeddheerajd-msys2020-05-071-2/+2
* | Bump version to 16.3.51 by Chef Expeditorv16.3.51Chef Expeditor2020-07-311-1/+1
* | Bump version to 16.3.50 by Chef Expeditorv16.3.50Chef Expeditor2020-07-301-1/+1
* | Bump version to 16.3.49 by Chef Expeditorv16.3.49Chef Expeditor2020-07-301-1/+1
* | Bump version to 16.3.48 by Chef Expeditorv16.3.48Chef Expeditor2020-07-301-1/+1
* | Bump version to 16.3.47 by Chef Expeditorv16.3.47Chef Expeditor2020-07-291-1/+1
* | Bump version to 16.3.46 by Chef Expeditorv16.3.46Chef Expeditor2020-07-291-1/+1
* | mark the crazy node cache here as not a public API very clearlyLamont Granquist2020-07-291-0/+6
* | Bump version to 16.3.45 by Chef Expeditorv16.3.45Chef Expeditor2020-07-291-1/+1
* | Bump version to 16.3.44 by Chef Expeditorv16.3.44Chef Expeditor2020-07-281-1/+1
* | clean up some weird looking conditionals in the retry logiclcg/fix-protocol-negotiationLamont Granquist2020-07-281-5/+5
* | Fix protocol negotiation for unversioned objectsLamont Granquist2020-07-283-8/+10