summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Skip appveyor on docs/version bump commitsbtm/appveyor_skipsBryan McLellan2018-10-081-0/+11
| | | | | | | | This will skip commits that only change docs as well as the Expeditor commits that only change the version (which cause a second identical test to run). Signed-off-by: Bryan McLellan <btm@loftninjas.org>
* Merge pull request #1268 from jaymzh/appveyerTim Smith2018-10-061-1/+1
|\ | | | | [appveyer] make appveyor retry bundle install
| * [appveyer] make appveyor retry bundle installPhil Dibowitz2018-10-061-1/+1
|/ | | | | | Straight copy of https://github.com/chef/chef/pull/3015 to Ohai. Signed-off-by: Phil Dibowitz <phil@ipom.com>
* Bump version to 14.5.9 by Chef Expeditorv14.5.9Chef Expeditor2018-10-043-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1262 from jaymzh/unify_cpu_pluginTim Smith2018-10-0416-593/+425
|\ | | | | Unify the cpu plugin
| * Unify the cpu pluginPhil Dibowitz2018-10-0316-593/+425
| | | | | | | | | | | | | | Utilize the Ohai 7 syntax to keep the code for all these variations of the plugin in the same place and consistent. Signed-off-by: Phil Dibowitz <phil@ipom.com>
* | Bump version to 14.5.8 by Chef Expeditorv14.5.8Chef Expeditor2018-10-043-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1261 from jaymzh/unify_os_pluginTim Smith2018-10-047-160/+49
|\ \ | |/ |/| Unify the OS plugins
| * Unify the OS pluginsPhil Dibowitz2018-10-037-160/+49
|/ | | | | | | Utilize the Ohai 7 syntax to keep the code for all these variations of the plugin in the same place and consistent. Signed-off-by: Phil Dibowitz <phil@ipom.com>
* Bump version to 14.5.7 by Chef Expeditorv14.5.7Chef Expeditor2018-10-033-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1256 from chef/yard++Tim Smith2018-10-035-2/+39
|\ | | | | Add more yard comments
| * Add more yard commentsyard++Tim Smith2018-09-235-2/+39
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.5.6 by Chef Expeditorv14.5.6Chef Expeditor2018-09-273-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1259 from chef/sysctl_lessTim Smith2018-09-272-4/+4
|\ \ | |/ |/| Avoid gathering all data with sysctl which seems to hang
| * Avoid gathering all data with sysctl which seems to hangTim Smith2018-09-272-4/+4
|/ | | | | | | | | | While it works fine for me @bdausses was seeing chef-client hang forever. It turns out running sysctl -a on his host was causing the system to hang. Besides this crash it actually takes about 2x longer to gather the additional data. This shaves a whole 0.033255 seconds from the total runtime. Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.5.5 by Chef Expeditorv14.5.5Chef Expeditor2018-09-193-4/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1255 from chef/mjingle-copyedit1mjingle2018-09-191-4/+4
|\ | | | | Review and copyediting of RELEASE_NOTES
| * Link added to thank you note.Mary Jinglewski2018-09-191-1/+1
| | | | | | | | Signed-off-by: Mary Jinglewski <mjinglewski@chef.io>
| * Copyediting RELEASE_NOTESmjingle2018-09-191-3/+3
|/
* Merge pull request #1254 from chef/codeownersTim Smith2018-09-181-1/+4
|\ | | | | Update the codeowners
| * Update the codeownersTim Smith2018-09-181-1/+4
| | | | | | | | | | | | Lets get input from the docs team when we edit documentation like the readme or release notes Signed-off-by: Tim Smith <tsmith@chef.io>
* | Link to github profiles in the release notesTim Smith2018-09-181-3/+3
|/
* Update CHANGELOG.md to reflect the promotion of 14.5.4Chef Expeditor2018-09-171-14/+11
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.5.4 by Chef Expeditorv14.5.4Chef Expeditor2018-09-173-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1253 from chef/gceTim Smith2018-09-171-1/+2
|\ | | | | Revert "Connect to GCE metadata by IP not name"
| * Revert "Connect to GCE metadata by IP not name"Tim Smith2018-09-171-1/+2
|/ | | | This reverts commit 192f84944120bed9099a59e42b6fb43155cc0f6c.
* Bump version to 14.5.3 by Chef Expeditorv14.5.3Chef Expeditor2018-09-173-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1252 from chef/gce_metadataTim Smith2018-09-171-2/+1
|\ | | | | Connect to GCE metadata by IP not name
| * Connect to GCE metadata by IP not namegce_metadataTim Smith2018-09-161-2/+1
| | | | | | | | | | | | If you're using a non-GCE nameserver you won't be able to resolve the name. This aligns GCE with other clouds in Ohai. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.5.2 by Chef Expeditorv14.5.2Chef Expeditor2018-09-173-5/+6
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1249 from chef/yardTim Smith2018-09-175-2/+24
|\ \ | | | | | | Add additional yard comments
| * | Add additional yard commentsyardTim Smith2018-09-165-2/+24
| |/ | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #1251 from chef/require_yajlTim Smith2018-09-171-0/+1
|\ \ | | | | | | Add missing require ffi_yajl in System class
| * | Add missing require ffi_yajl in System classrequire_yajlTim Smith2018-09-161-0/+1
| |/ | | | | | | | | | | This is used several times in this class, but not required. Signed-off-by: Tim Smith <tsmith@chef.io>
* | Bump version to 14.5.1 by Chef Expeditorv14.5.1Chef Expeditor2018-09-173-4/+12
| | | | | | | | Obvious fix; these changes are the result of automation not creative thinking.
* | Merge pull request #1248 from chef/gemspecTim Smith2018-09-161-1/+0
|\ \ | |/ |/| Remove redundant platform from the gemspec
| * Remove redundant platform from the gemspecTim Smith2018-09-161-1/+0
|/ | | | | | This is always ruby. No need to define it here. Signed-off-by: Tim Smith <tsmith@chef.io>
* Add ohai MVPs for Ohai 13/14Tim Smith2018-09-161-9/+22
| | | | | | We should be better about keeping this up to date. Signed-off-by: Tim Smith <tsmith@chef.io>
* Update CHANGELOG.md to reflect the promotion of 14.5.0Chef Expeditor2018-09-141-15/+12
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Bump version to 14.5.0 by Chef Expeditorv14.5.0Chef Expeditor2018-09-143-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1247 from chef/bumpTim Smith2018-09-142-2/+16
|\ | | | | Release Ohai 14.5
| * Add 14.5 release notesTim Smith2018-09-141-0/+14
| | | | | | | | Signed-off-by: Tim Smith <tsmith@chef.io>
| * Readme tweaks + Bump to 14.5bumpTim Smith2018-09-141-2/+2
|/ | | | | | | I forgot to tag the last PR for a version bump. This is 99.99% an excuse to tag a PR Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump version to 14.4.6 by Chef Expeditorv14.4.6Chef Expeditor2018-09-143-5/+6
| | | | Obvious fix; these changes are the result of automation not creative thinking.
* Merge pull request #1240 from jugatsu/fix-root-group-plugin-on-localizedTim Smith2018-09-143-6/+28
|\ | | | | Fix root_group plugin invalid byte sequence on non-English version of Windows
| * Fix rubocop offensesAnton Kvashenkin2018-09-121-2/+2
| | | | | | | | Signed-off-by: Anton Kvashenkin <anton.jugatsu@gmail.com>
| * Fix rspec unit test for root_group pluginAnton Kvashenkin2018-09-121-2/+5
| | | | | | | | Signed-off-by: Anton Kvashenkin <anton.jugatsu@gmail.com>
| * Change rspec unit test for root_group pluginAnton Kvashenkin2018-09-121-4/+9
| | | | | | | | Signed-off-by: Anton Kvashenkin <anton.jugatsu@gmail.com>
| * Deprecate windows_root_group_name helperAnton Kvashenkin2018-09-121-0/+76
| | | | | | | | Signed-off-by: Anton Kvashenkin <anton.jugatsu@gmail.com>
| * Use wmi-lite for WMI queryAnton Kvashenkin2018-09-101-26/+12
| | | | | | | | Signed-off-by: Anton Kvashenkin <anton.jugatsu@gmail.com>