summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Bail out early to avoid safe operatorchefstyleTim Smith2020-09-081-3/+5
* Simplify respond_to?Tim Smith2020-09-081-1/+1
* Simplify things with &.Tim Smith2020-09-083-13/+9
* Resolve new chefstyle warningsTim Smith2020-08-252-2/+2
* Bump version to 16.4.12 by Chef Expeditorv16.4.12Chef Expeditor2020-08-191-1/+1
* Add missing require for windows network pluginnetworkTim Smith2020-08-191-1/+1
* Bump version to 16.4.11 by Chef Expeditorv16.4.11Chef Expeditor2020-08-121-1/+1
* Optimize 2 of our requiresrequiresTim Smith2020-08-122-2/+2
* Bump version to 16.4.10 by Chef Expeditorv16.4.10Chef Expeditor2020-08-121-1/+1
* Bump version to 16.4.9 by Chef Expeditorv16.4.9Chef Expeditor2020-08-121-1/+1
* Bump version to 16.4.8 by Chef Expeditorv16.4.8Chef Expeditor2020-08-101-1/+1
* Bump version to 16.4.7 by Chef Expeditorv16.4.7Chef Expeditor2020-08-101-1/+1
* Merge pull request #1493 from chef/fix_requireTim Smith2020-08-101-2/+2
|\
| * Update network plugin to use ipaddr not ipaddress gemfix_requireTim Smith2020-08-101-2/+2
* | Bump version to 16.4.6 by Chef Expeditorv16.4.6Chef Expeditor2020-08-101-1/+1
* | Bump version to 16.4.5 by Chef Expeditorv16.4.5Chef Expeditor2020-08-101-1/+1
|/
* Avoid creating more shellout objectsavoid_valsTim Smith2020-08-091-10/+5
* Simplify constantsTim Smith2020-08-092-4/+2
* Avoid creating more shellout objects we don't needTim Smith2020-08-099-34/+16
* Avoid creating shellout objects in the platform pluginsTim Smith2020-08-095-18/+9
* Avoid setting the mid value to nil and then setting it againTim Smith2020-08-091-2/+2
* Avoid a constant we don't actually needTim Smith2020-08-091-17/+14
* Move requires into collect methodsTim Smith2020-08-0910-15/+20
* Gate more of the external requiresTim Smith2020-08-0927-29/+29
* Require net/http not net/https in softlayerTim Smith2020-08-091-1/+1
* Simplify load_additional methodTim Smith2020-08-091-2/+1
* Bump version to 16.4.4 by Chef Expeditorv16.4.4Chef Expeditor2020-08-081-1/+1
* Merge pull request #1489 from chef/fix_fipsTim Smith2020-08-071-5/+1
|\
| * Simplify FIPS plugin and use system fips statusfix_fipsTim Smith2020-08-071-5/+1
* | Bump version to 16.4.3 by Chef Expeditorv16.4.3Chef Expeditor2020-08-081-1/+1
* | Make sure /proc/cmdline exists before reading itrubocop_Performance_RegexpMatchTim Smith2020-08-071-1/+1
* | Use match? instead of =~ when MatchData is not usedTim Smith2020-08-071-1/+1
|/
* Bump version to 16.4.2 by Chef Expeditorv16.4.2Chef Expeditor2020-08-041-1/+1
* Merge pull request #1485 from cooperlees/route_is_valid_default_route_afTim Smith2020-08-031-1/+9
|\
| * Add Address Family Check to route_is_valid_default_route?Cooper Lees2020-07-291-1/+9
* | Bump version to 16.4.1 by Chef Expeditorv16.4.1Chef Expeditor2020-08-041-1/+1
* | Use .find instead of .select.firstrubocop_Performance_DetectTim Smith2020-08-032-3/+3
* | Bump version to 16.4.0 by Chef Expeditorv16.4.0Chef Expeditor2020-08-031-1/+1
* | Faster ruby language pluginlcg/faster-rubylang-pluginLamont Granquist2020-08-031-15/+4
|/
* Bump version to 16.3.2 by Chef Expeditorv16.3.2Chef Expeditor2020-07-281-1/+1
* Spelling fixesspellingTim Smith2020-07-288-23/+23
* Bump version to 16.3.1 by Chef Expeditorv16.3.1Chef Expeditor2020-07-241-1/+1
* Bump version to 16.3.0 by Chef Expeditorv16.3.0Chef Expeditor2020-07-241-1/+1
* Bump version to 16.2.5 by Chef Expeditorv16.2.5Chef Expeditor2020-07-221-1/+1
* Merge pull request #1477 from cooperlees/handle_both_uintsTim Smith2020-07-221-1/+1
|\
| * Move to @jaymzh .to_i suggestionCooper Lees2020-07-061-1/+1
| * Fix bad copy paste + rerun rspec locallyCooper Lees2020-07-021-1/+1
| * Go back to a one liner using .respond_to? rather than family == inetCooper Lees2020-07-021-8/+1
| * Be more Rubonic and please the linterCooper Lees2020-07-011-6/+4
| * Handle IP to int conversion for inet + inet6Cooper Lees2020-07-011-1/+10