summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Make sure :disabled_plugins can disable both v6 and v7 plugins.OC-10161sersut2014-01-086-16/+105
* 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
| * move lookup of parent providers for attributes from runner to provides_mapClaire McQuin2013-12-174-74/+65
| * when a plugin depends on an attribute that doesn't have a provider, look for ...Claire McQuin2013-12-172-4/+90
* | Merge pull request #245 from opscode/OC-10876Serdar Sutay2013-12-171-0/+23
|\ \ | |/ |/|
| * Add spec test to check the platform specific collect_data check.OC-10876sersut2013-12-171-0/+23
|/
* Merge pull request #242 from opscode/OC-10251Serdar Sutay2013-12-175-394/+341
|\
| * Remove the left over pry statements.OC-10251sersut2013-12-172-2/+2
| * Handle AttributeNotFound exception correctly.sersut2013-12-174-4/+32
| * Rewrite system specs with OHAI integration testing infra.sersut2013-12-175-401/+320
|/
* Merge branch 'run-mode-option'danielsdeleo2013-12-164-10/+113
|\
| * Add option to only run plugins providing requested attributesdanielsdeleo2013-12-164-10/+113
|/
* Merge pull request #239 from opscode/OC-9924Serdar Sutay2013-12-1618-452/+594
|\