summaryrefslogtreecommitdiff
path: root/lib/ohai/loader.rb
Commit message (Expand)AuthorAgeFilesLines
* Warn on invalid plugin directoriesTim Smith2016-04-221-0/+6
* Debug logging around the plugin paths and loaded pluginsTim Smith2016-04-221-0/+2
* Update chefstyle to 0.3.1 and fix new offenses.chefstyle-0.3.1mcquin2016-04-011-1/+1
* Make ohai work with Chef 12.7 and belowjk/chef-12.7John Keiser2016-03-091-1/+7
* Use escape_glob_dir instead of escape_globJay Mundrawala2016-02-261-1/+1
* chefstyle catchup for ohaiLamont Granquist2016-02-111-6/+6
* Update e-mails and copyrightsTim Smith2016-01-131-1/+1
* Escape plugin directories for globbingmcquin/ohai-636Claire McQuin2015-10-201-3/+4
* Use Ohai.configClaire McQuin2015-07-211-2/+2
* Update WARNING for ohai 7 syntax docs page.drag00n2015-01-281-1/+1
* Make sure the file_path is passed to eval.sersut2014-01-141-1/+1
* Make sure :disabled_plugins can disable both v6 and v7 plugins.OC-10161sersut2014-01-081-6/+7
* save plugin source(s) for version 7 plugins during loadingClaire McQuin2014-01-071-0/+1
* Evaluate all plugin files before instatiating plugin objectsdanielsdeleo2014-01-021-36/+136
* modify error messages, processing syntax error messagesClaire McQuin2013-12-201-12/+15
* tune syntax error message output, handle invalid plugin names that aren't syn...Claire McQuin2013-12-191-0/+2
* rescue from syntax error in loaderClaire McQuin2013-12-191-1/+8
* This PR includes a few refactorings. Since they are intertwined they are done...sersut2013-12-131-26/+39
* 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/+5
* Extract plugin<->provides mapping to custom classdanielsdeleo2013-12-041-15/+1
* add exceptions to ohai/exception.rbClaire McQuin2013-10-291-2/+2
* add PluginDefinitionError to Ohai, rescue in loader.rbClaire McQuin2013-10-291-0/+2
* change _providers to _pluginsClaire McQuin2013-10-171-2/+2
* change :providers to :_providers to avoid attribute conflictsClaire McQuin2013-10-171-2/+2
* insert plugin documentation URL to v6 deprecation messageClaire McQuin2013-10-171-1/+1
* update loader spec for plugin namespacingClaire McQuin2013-10-171-1/+1
* modify system, loader for plugin namingClaire McQuin2013-10-171-2/+4
* switch from instance_eval to TOPLEVEL_BINDING eval in Ohai::Loader#load_pluginClaire McQuin2013-09-041-1/+1
* add has_run? to plugin dsl, store plugin instance(s) with attributesClaire McQuin2013-09-021-12/+7
* move v6_dependency_solver management to systemClaire McQuin2013-08-211-2/+0
* add v6 deprecation warning to load phaseClaire McQuin2013-08-211-0/+1
* fix error/exception handling for loading pluginsClaire McQuin2013-08-201-13/+11
* create/update spec testsClaire McQuin2013-08-191-0/+2
* revise internals for loading pluginsClaire McQuin2013-08-191-59/+26
* detect plugin versionClaire McQuin2013-08-191-19/+42
* remove ohai plugin class namesClaire McQuin2013-08-131-1/+1
* randomize plugin class namesClaire McQuin2013-08-131-4/+18
* updated and added spec tests for new dslClaire McQuin2013-08-071-2/+24
* convert plugins to new dsl.Claire McQuin2013-08-071-34/+29
* extend plugin dsl for ohai 7. separate plugin loading.Claire McQuin2013-08-071-0/+70