summaryrefslogtreecommitdiff
path: root/lib/ohai/runner.rb
Commit message (Expand)AuthorAgeFilesLines
* chefstyle catchup for ohaiLamont Granquist2016-02-111-3/+3
* Update e-mails and copyrightsTim Smith2016-01-131-2/+2
* Fix behavior of Ohai plug-in abortSalim Alam2015-09-241-0/+2
* Merge pull request #326 from opscode/sersut/disable-fixSerdar Sutay2014-04-291-5/+0
* Remove `force` option to run pluginsdanielsdeleo2014-01-091-8/+8
* fix specs for exception handlingLamont Granquist2014-01-071-3/+3
* propagate Ohai exceptions up the stackLamont Granquist2014-01-071-0/+2
* rescue exceptions thrown collecting dataLamont Granquist2014-01-071-7/+11
* Fix dependency cycle error explanation.danielsdeleo2013-12-191-1/+1
* separate out different ways of gathering attribute providers into different m...Claire McQuin2013-12-171-1/+1
* move lookup of parent providers for attributes from runner to provides_mapClaire McQuin2013-12-171-38/+1
* when a plugin depends on an attribute that doesn't have a provider, look for ...Claire McQuin2013-12-171-1/+37
* Rewrite system specs with OHAI integration testing infra.sersut2013-12-171-7/+35
* Move VersionVI and VersionVII plugin classes into their own files.sersut2013-12-121-1/+1
* Rename variables/methods for ProvidesMap to provides_mapdanielsdeleo2013-12-041-2/+2
* Extract ProvidesMap and tests to their own filesdanielsdeleo2013-12-041-0/+1
* Extract plugin<->provides mapping to custom classdanielsdeleo2013-12-041-20/+11
* add exceptions to ohai/exception.rbClaire McQuin2013-10-291-8/+3
* change _providers to _pluginsClaire McQuin2013-10-171-9/+7
* actually make os a mixin and update corresponding filesClaire McQuin2013-10-171-1/+1
* change :providers to :_providers to avoid attribute conflictsClaire McQuin2013-10-171-1/+1
* add #name method for plugins, error messagesClaire McQuin2013-10-171-5/+5
* fix cycle detectionClaire McQuin2013-09-111-6/+4
* fix cycle reportingClaire McQuin2013-09-031-2/+2
* Ohai::Runner class for running plugins, add run_plugins to Ohai::System to ru...Claire McQuin2013-09-031-0/+93