summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 16.7.29 by Chef Expeditorv16.7.29Chef Expeditor2020-11-181-1/+1
* Merge pull request #1575 from chef/aix_kernelTim Smith2020-11-181-2/+2
|\
| * Just set the aix platform / platform_family directlyTim Smith2020-11-181-2/+2
* | Bump version to 16.7.28 by Chef Expeditorv16.7.28Chef Expeditor2020-11-181-1/+1
* | Merge pull request #1574 from chef/aix_kernelTim Smith2020-11-181-4/+6
|\ \ | |/
| * Avoid calling uname 4 times on aixTim Smith2020-11-181-4/+6
* | Bump version to 16.7.27 by Chef Expeditorv16.7.27Chef Expeditor2020-11-181-1/+1
|/
* Merge pull request #1573 from chef/more_aix_networkTim Smith2020-11-181-7/+5
|\
| * Avoid running the regex for each lineTim Smith2020-11-181-6/+4
| * Convert shellouts to grep to use regexes in Ruby insteadTim Smith2020-11-181-1/+1
| * Don't try to create the arp mash once each lineTim Smith2020-11-181-1/+1
* | Bump version to 16.7.26 by Chef Expeditorv16.7.26Chef Expeditor2020-11-181-1/+1
|/
* Simplify how we gather memory on AIXTim Smith2020-11-181-3/+3
* Bump version to 16.7.25 by Chef Expeditorv16.7.25Chef Expeditor2020-11-181-1/+1
* Use each_slice to further simplify key/value parsingTim Smith2020-11-181-3/+2
* lin -> line variableTim Smith2020-11-181-8/+8
* Collapse down some shellout uses to avoid setting variablesTim Smith2020-11-181-4/+2
* Update the provides for this plugin to match other network pluginsTim Smith2020-11-181-1/+1
* Update lib/ohai/plugins/aix/network.rb Tim Smith2020-11-181-1/+1
* Avoid setting the addresses mash twiceTim Smith2020-11-181-2/+1
* Refactor how we parse ifconfig in AIXTim Smith2020-11-181-28/+27
* Bump version to 16.7.24 by Chef Expeditorv16.7.24Chef Expeditor2020-11-181-1/+1
* Bump version to 16.7.23 by Chef Expeditorv16.7.23Chef Expeditor2020-11-181-1/+1
* Remove the :Joyent plugin as Joyent cloud went EOL 11/2019joyentTim Smith2020-11-171-78/+0
* Bump version to 16.7.22 by Chef Expeditorv16.7.22Chef Expeditor2020-11-181-1/+1
* Simplify all our splitsTim Smith2020-11-176-10/+10
* Bump version to 16.7.21 by Chef Expeditorv16.7.21Chef Expeditor2020-11-181-1/+1
* Update lib/ohai/plugins/aix/network.rb Tim Smith2020-11-171-1/+1
* Further optimize the netstat -rn parsingTim Smith2020-11-171-9/+7
* Fixes for test failuresTim Smith2020-11-171-2/+3
* Use .each_line vs. .lines.eachTim Smith2020-11-171-6/+6
* Use pure ruby vs. shelling out to grep to parse netstat dataTim Smith2020-11-171-7/+7
* Don't set network[:interfaces] to an empty mash when we set it laterTim Smith2020-11-171-1/+0
* Bump version to 16.7.20 by Chef Expeditorv16.7.20Chef Expeditor2020-11-161-1/+1
* Bump version to 16.7.19 by Chef Expeditorv16.7.19Chef Expeditor2020-11-161-1/+1
* Bump version to 16.7.18 by Chef Expeditorv16.7.18Chef Expeditor2020-11-071-1/+1
* Bump version to 16.7.17 by Chef Expeditorv16.7.17Chef Expeditor2020-11-071-1/+1
* Merge pull request #1561 from chef/lsbTim Smith2020-11-061-4/+4
|\
| * Remove the line anchor from the LSB plugin matcheslsbTim Smith2020-11-061-4/+4
* | Merge pull request #1562 from chef/remove_legacy_lsbTim Smith2020-11-061-15/+1
|\ \
| * | Remove Linux LSB support for systems with lsb-release CLIremove_legacy_lsbTim Smith2020-11-061-15/+1
| |/
* | Bump version to 16.7.16 by Chef Expeditorv16.7.16Chef Expeditor2020-11-071-1/+1
* | Remove regex anchors in the Linux Memory pluginmore_anchorsTim Smith2020-11-061-36/+36
|/
* Bump version to 16.7.15 by Chef Expeditorv16.7.15Chef Expeditor2020-11-071-1/+1
* Update lib/ohai/plugins/linux/hostnamectl.rb Tim Smith2020-11-061-1/+1
* Update lib/ohai/plugins/linux/hostnamectl.rb Tim Smith2020-11-061-1/+1
* Fix parsing of hostnamectl to support values with colonsfix_hostnamectlTim Smith2020-11-061-2/+2
* Bump version to 16.7.14 by Chef Expeditorv16.7.14Chef Expeditor2020-11-061-1/+1
* Merge pull request #1558 from chef/speedupTim Smith2020-11-063-9/+3
|\
| * Collapse duplicate branches in case statementsTim Smith2020-11-063-9/+3