summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 16.4.16 by Chef Expeditorv16.4.16Chef Expeditor2020-08-071-1/+1
* Mark deep_merge as privateLamont Granquist2020-08-071-6/+35
* Bump version to 16.4.15 by Chef Expeditorv16.4.15Chef Expeditor2020-08-071-1/+1
* Simplify property definition.Pete Higgins2020-08-072-27/+22
* Remove unused instance variable.Pete Higgins2020-08-071-1/+0
* Convert set_or_return use to property, copy docs from docs site.Pete Higgins2020-08-071-9/+24
* Bump version to 16.4.14 by Chef Expeditorv16.4.14Chef Expeditor2020-08-071-1/+1
* chef_client_systemd_timer: Fix failures in the :remove actionTim Smith2020-08-071-2/+2
* Bump version to 16.4.13 by Chef Expeditorv16.4.13Chef Expeditor2020-08-061-1/+1
* Merge pull request #10269 from chef/rubocop_Style_RedundantAssignmentTim Smith2020-08-062-6/+3
|\
| * Resolve Style/RedundantAssignment warningsrubocop_Style_RedundantAssignmentTim Smith2020-08-052-6/+3
* | Bump version to 16.4.12 by Chef Expeditorv16.4.12Chef Expeditor2020-08-061-1/+1
* | Combine attr_reader / attr_writer into attr_accessorattrTim Smith2020-08-051-6/+2
|/
* Bump version to 16.4.11 by Chef Expeditorv16.4.11Chef Expeditor2020-08-051-1/+1
* Bump version to 16.4.10 by Chef Expeditorv16.4.10Chef Expeditor2020-08-051-1/+1
* Bump version to 16.4.9 by Chef Expeditorv16.4.9Chef Expeditor2020-08-051-1/+1
* Bump version to 16.4.8 by Chef Expeditorv16.4.8Chef Expeditor2020-08-051-1/+1
* Bump version to 16.4.7 by Chef Expeditorv16.4.7Chef Expeditor2020-08-041-1/+1
* Merge pull request #10260 from chef/lcg/windows-custom-resources-unified-modeLamont Granquist2020-08-0424-45/+105
|\
| * Convert windows custom resources to unified_modeLamont Granquist2020-08-0424-45/+105
* | Bump version to 16.4.6 by Chef Expeditorv16.4.6Chef Expeditor2020-08-041-1/+1
* | Merge pull request #10258 from chef/requiresTim Smith2020-08-044-10/+0
|\ \
| * | Remove more requires that come for freeTim Smith2020-08-044-10/+0
| |/
* | Bump version to 16.4.5 by Chef Expeditorv16.4.5Chef Expeditor2020-08-041-1/+1
* | Bump version to 16.4.4 by Chef Expeditorv16.4.4Chef Expeditor2020-08-041-1/+1
|/
* Bump version to 16.4.3 by Chef Expeditorv16.4.3Chef Expeditor2020-08-041-1/+1
* Bump version to 16.4.2 by Chef Expeditorv16.4.2Chef Expeditor2020-08-041-1/+1
* Merge pull request #10255 from chef/rubocop_Performance_DetectTim Smith2020-08-041-1/+1
|\
| * Use find instead of select.firstrubocop_Performance_DetectTim Smith2020-08-031-1/+1
* | fix second chef run hangdheerajd-msys2020-08-041-1/+2
* | Bump version to 16.4.1 by Chef Expeditorv16.4.1Chef Expeditor2020-08-041-1/+1
* | Remove unnecessary Mixin::ShellOut in providersshell_outTim Smith2020-08-038-19/+0
* | Bump version to 16.4.0 by Chef Expeditorv16.4.0Chef Expeditor2020-08-041-1/+1
* | Bump version to 16.3.65 by Chef Expeditorv16.3.65Chef Expeditor2020-08-041-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
| |/ /