summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move Ohai Platform Simulation tests to its own directory under spec.OC-10057sersut2014-01-0928-225/+463
* Merge pull request #268 from opscode/OC-10958Serdar Sutay2014-01-0912-63/+2
|\
| * Remove -f / --file option from OHAI. This option was useful when developing O...OC-10958sersut2014-01-0812-63/+2
* | Merge pull request #247 from opscode/OC-10161Serdar Sutay2014-01-096-16/+105
|\ \
| * | Make sure :disabled_plugins can disable both v6 and v7 plugins.OC-10161sersut2014-01-086-16/+105
| |/
* | Merge pull request #193 from alexzorin/508-cloudlinuxlamont-granquist2014-01-081-1/+1
|\ \
| * | Fix for OHAI-508Alex2013-09-051-1/+1
* | | Merge pull request #266 from opscode/lcg/fix-uptime-pluginlamont-granquist2014-01-081-12/+6
|\ \ \
| * | | add :aix and :hpux targets back inLamont Granquist2014-01-081-1/+1
| * | | fix uptime plugin to remove sigarLamont Granquist2014-01-081-12/+6
| | |/ | |/|
* | | Merge pull request #267 from opscode/lcg/fix-sigar-pluginslamont-granquist2014-01-085-5/+5
|\ \ \ | |/ / |/| |
| * | s/:sigar/:default/gLamont Granquist2014-01-085-5/+5
|/ /
* | Merge pull request #261 from opscode/lcg/fix-network-listenerslamont-granquist2014-01-075-20/+30
|\ \
| * | rethrow internal ohai errorsLamont Granquist2014-01-071-0/+2
| * | change base of exceptions to StandardErrorLamont Granquist2014-01-071-1/+1
| * | fix specs for exception handlingLamont Granquist2014-01-073-14/+16
| * | propagate Ohai exceptions up the stackLamont Granquist2014-01-071-0/+2
| * | rescue exceptions thrown collecting dataLamont Granquist2014-01-072-9/+11
| * | remove :sigar "platform"Lamont Granquist2014-01-061-1/+1
| * | fix network listeners pluginLamont Granquist2014-01-061-1/+3
* | | Merge pull request #263 from opscode/linux-networkClaire McQuin2014-01-072-1/+2
|\ \ \
| * | | make linux/network.rb define collect_data(:linux)linux-networkClaire McQuin2014-01-072-1/+2
* | | | Merge pull request #264 from opscode/collect-sourcesClaire McQuin2014-01-075-10/+46
|\ \ \ \
| * | | | save plugin source(s) for version 7 plugins during loadingClaire McQuin2014-01-075-10/+46
| |/ / /
* | | | Merge pull request #262 from opscode/rm-kernel-devicesClaire McQuin2014-01-071-45/+0
|\ \ \ \ | |/ / / |/| | |
| * | | remove plugin windows/kernel_devices.rb, included in :windows collect_data bl...Claire McQuin2014-01-071-45/+0
|/ / /
* | | Merge pull request #256 from opscode/kernel-plugin-fixClaire McQuin2014-01-072-2/+24
|\ \ \ | |/ / |/| |
| * | add kernel kextstat -k -l output to test kernel/modules in darwin/kernel.rbClaire McQuin2014-01-071-1/+23
| * | The kernel plugin now sets the kernel/modules attribute on the :darwin platformClaire McQuin2014-01-021-1/+1
* | | Merge pull request #258 from opscode/lcg/catch-chef-loaderrorlamont-granquist2014-01-061-3/+10
|\ \ \
| * | | add comment on why rescue'ingLamont Granquist2014-01-061-0/+3
| * | | catch and ignore failure to load chefLamont Granquist2014-01-061-3/+7
* | | | Merge pull request #259 from opscode/lcg/move-default-log-to-stderrlamont-granquist2014-01-061-5/+5
|\ \ \ \ | |/ / / |/| | |
| * | | send log output to STDERR by defaultLamont Granquist2014-01-061-5/+5
|/ / /
* | | Merge branch 'one-plugin-per-class'danielsdeleo2014-01-022-55/+137
|\ \ \ | |/ / |/| |
| * | Evaluate all plugin files before instatiating plugin objectsdanielsdeleo2014-01-022-55/+137
|/ /
* | Merge branch 'cli-run-mode'danielsdeleo2014-01-021-2/+3
|\ \
| * | Pass user-requested attributes from CLI to whitelistcli-run-modedanielsdeleo2014-01-021-2/+3
|/ /
* | Merge branch 'ruby18-travis-workaround'danielsdeleo2014-01-021-1/+14
|\ \
| * | Temporarily force rubygems 2.1.x for travisdanielsdeleo2014-01-021-1/+14
|/ /
* | Merge pull request #250 from opscode/OC-10250Claire McQuin2014-01-025-19/+140
|\ \
| * | modify error messages, processing syntax error messagesClaire McQuin2013-12-202-19/+22
| * | tune syntax error message output, handle invalid plugin names that aren't syn...Claire McQuin2013-12-195-0/+53
| * | rescue from syntax error in loaderClaire McQuin2013-12-192-16/+81
* | | Explicitly test dependency cycle detection for self-dependencydanielsdeleo2013-12-191-25/+48
* | | Remove Solaris2 DMI self-dependencydanielsdeleo2013-12-191-1/+0
* | | Fix dependency cycle error explanation.danielsdeleo2013-12-192-2/+3
|/ /
* | Merge pull request #240 from opscode/OC-9410Claire McQuin2013-12-185-34/+205
|\ \
| * | add methods for verifying and splitting attributes, fix behavior of find_clos...Claire McQuin2013-12-184-53/+116
| * | separate out different ways of gathering attribute providers into different m...Claire McQuin2013-12-174-66/+97