summaryrefslogtreecommitdiff
path: root/lib/ohai/plugins
Commit message (Expand)AuthorAgeFilesLines
* Remove regex anchors in the Linux Memory pluginmore_anchorsTim Smith2020-11-061-36/+36
* 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
* Collapse duplicate branches in case statementsTim Smith2020-11-062-6/+2
* pop_os is a derivative of ubuntuChase Bolt2020-11-041-1/+1
* Check for the Rackspace kernel 3x fastermemoryTim Smith2020-10-311-1/+1
* Use an array vs. appending a string in RubyTim Smith2020-10-311-2/+3
* Minor memory optimizationsTim Smith2020-10-3114-14/+16
* Merge branch 'master' into frozen_strings_v2Tim Smith2020-10-303-4/+4
|\
| * Merge pull request #1549 from chef/zpoolTim Smith2020-10-301-1/+1
| |\
| | * Detect XVD disks as wellTim Smith2020-10-301-1/+1
| | * Properly detect NVME devices in ZFS zpoolsTim Smith2020-10-301-1/+1
| * | Split on strings intead of regex for 3x speedupTim Smith2020-10-302-3/+3
| |/
* | Freeze the strings we're not later modifyingTim Smith2020-10-3099-0/+99
|/
* Merge pull request #1547 from chef/more_zpoolTim Smith2020-10-301-1/+3
|\
| * Gather zpool disks even if we use labels/guidsmore_zpoolTim Smith2020-10-291-1/+3
* | Simplify regexes by removing extra character classessimplify_regexTim Smith2020-10-304-5/+5
|/
* Collapse down the duplicate Solaris checksTim Smith2020-10-281-3/+1
* Properly detect OpenIndiana and its version numbersTim Smith2020-10-281-6/+6
* Remove detection of EOL NexentaCoreNexentaTim Smith2020-10-281-2/+0
* Remove detection of opensolaris platformopensolarisTim Smith2020-10-281-3/+0
* Merge pull request #1525 from kcbraunschweig/issue1524Tim Smith2020-10-141-5/+11
|\
| * Include IAM role and info in ec2 data (issue #1524)KC Braunschweig2020-10-081-5/+11
* | Merge pull request #1503 from chef/lcg/ohai-target-modeTim Smith2020-10-1430-120/+163
|\ \
| * | Target Mode OhaiLamont Granquist2020-10-0130-120/+163
* | | Renamed 'whitelist' to 'allowlist' and 'blacklist' to 'denylist'Vijay A2020-10-122-2/+2
| |/ |/|
* | Merge pull request #1516 from jaymzh/passwdTim Smith2020-10-021-1/+57
|\ \ | |/ |/|
| * Move this all to WMIPhil Dibowitz2020-10-021-22/+36
| * Windows support for Passwd pluginPhil Dibowitz2020-10-011-1/+43
* | Detect Azure when DHCP domain is set to reddog.microsoft.comJason Barnett2020-09-301-1/+21
|/
* chefstyle fixesLamont Granquist2020-09-173-4/+4
* Merge pull request #1505 from mattray/macos_packagesTim Smith2020-09-081-0/+20
|\
| * Add MacOS packages supportMatt Ray2020-09-041-0/+20
* | Fix another redundant regexrubocop_RedundantParenthesesTim Smith2020-09-081-1/+1
* | Resolve RuboCop Style/RedundantParentheses warningsTim Smith2020-09-087-9/+9
* | Remove unused spec helpersTim Smith2020-09-081-1/+1
* | Updates for the new perf copsTim Smith2020-09-081-1/+1
* | Merge pull request #1507 from chef/chefstyleTim Smith2020-09-083-14/+12
|\ \ | |/ |/|
| * 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
* | Remove Copyright DatesLamont Granquist2020-08-2756-56/+56
* | chefstyleLamont Granquist2020-08-252-2/+2
|/
* Add missing require for windows network pluginnetworkTim Smith2020-08-191-1/+1
* Optimize 2 of our requiresrequiresTim Smith2020-08-122-2/+2
* Update network plugin to use ipaddr not ipaddress gemfix_requireTim Smith2020-08-101-2/+2
* Avoid creating more shellout objectsavoid_valsTim Smith2020-08-091-10/+5
* Simplify constantsTim Smith2020-08-092-4/+2