summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Simplify shellout and chompsaix_virtualizationTim Smith2020-11-181-3/+2
* Merge pull request #1573 from chef/more_aix_networkTim Smith2020-11-182-12/+124
|\
| * Avoid running the regex for each lineTim Smith2020-11-181-6/+4
| * Convert shellouts to grep to use regexes in Ruby insteadTim Smith2020-11-182-6/+120
| * 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-183-5/+6
|/
* Merge pull request #1572 from chef/memoryTim Smith2020-11-182-8/+8
|\
| * Simplify how we gather memory on AIXTim Smith2020-11-182-8/+8
|/
* Bump version to 16.7.25 by Chef Expeditorv16.7.25Chef Expeditor2020-11-183-5/+6
* Merge pull request #1570 from chef/more_aixTim Smith2020-11-181-40/+35
|\
| * 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-183-5/+6
* Merge pull request #1571 from chef/turn_off_cachingTim Smith2020-11-182-6/+0
|\
| * Disable gem caching / rubygems updates in BuildkiteTim Smith2020-11-182-6/+0
|/
* Bump version to 16.7.23 by Chef Expeditorv16.7.23Chef Expeditor2020-11-183-5/+6
* Merge pull request #1569 from chef/joyentTim Smith2020-11-172-178/+0
|\
| * Remove the :Joyent plugin as Joyent cloud went EOL 11/2019joyentTim Smith2020-11-172-178/+0
|/
* Bump version to 16.7.22 by Chef Expeditorv16.7.22Chef Expeditor2020-11-183-5/+6
* Merge pull request #1568 from chef/splitTim Smith2020-11-176-10/+10
|\
| * Simplify all our splitsTim Smith2020-11-176-10/+10
|/
* Bump version to 16.7.21 by Chef Expeditorv16.7.21Chef Expeditor2020-11-183-5/+6
* Merge pull request #1567 from chef/aixTim Smith2020-11-172-22/+32
|\
| * 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-172-6/+7
| * Use .each_line vs. .lines.eachTim Smith2020-11-171-6/+6
| * Update spec nameTim Smith2020-11-171-1/+1
| * Use pure ruby vs. shelling out to grep to parse netstat dataTim Smith2020-11-172-8/+20
| * 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-163-5/+6
* Merge pull request #1565 from chef/perfTim Smith2020-11-161-1/+1
|\
| * Update rubocop-performance to 1.9Tim Smith2020-11-161-1/+1
|/
* Bump version to 16.7.19 by Chef Expeditorv16.7.19Chef Expeditor2020-11-163-4/+12
* Merge pull request #1566 from chef/fix-specsTim Smith2020-11-161-1/+1
|\
| * Update mock logger to fix shellout specs.Pete Higgins2020-11-161-1/+1
|/
* Update CHANGELOG.md to reflect the promotion of 16.7.18Chef Expeditor2020-11-121-29/+26
* Bump version to 16.7.18 by Chef Expeditorv16.7.18Chef Expeditor2020-11-073-5/+6
* Bump version to 16.7.17 by Chef Expeditorv16.7.17Chef Expeditor2020-11-073-5/+6
* 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-062-49/+1
|\ \
| * | Remove Linux LSB support for systems with lsb-release CLIremove_legacy_lsbTim Smith2020-11-062-49/+1
| |/
* | Bump version to 16.7.16 by Chef Expeditorv16.7.16Chef Expeditor2020-11-073-5/+6
* | Merge pull request #1563 from chef/more_anchorsTim Smith2020-11-061-36/+36
|\ \ | |/ |/|