summaryrefslogtreecommitdiff
path: root/lib/ohai/dsl/plugin.rb
Commit message (Expand)AuthorAgeFilesLines
* Support optional pluginstm/disable_noisy_neighboursThom May2018-02-161-9/+2
* Remove support for Ohai V6 pluginsTim Smith2018-02-151-0/+1
* Critical Plugins (#1064)Phil Dibowitz2017-10-041-0/+4
* autofixing cops for 0.5.0Lamont Granquist2017-06-201-8/+6
* Merge pull request #822 from chef/OHAI-794/set-attributeThom May2016-11-291-8/+13
|\
| * Extend set_attribute to set sub-attributes.OHAI-794/set-attributemcquin2016-06-091-8/+13
* | FileHelper will just stay in the base Plugin class indefinitely. It's small, ...Noah Kantrowitz2016-07-291-3/+0
* | Avoid global mutation. Closes #851.Noah Kantrowitz2016-07-291-0/+5
|/
* Raise TypeError when intermediate key is not a HashOHAI-794/attribute-from-mashmcquin2016-04-191-3/+7
* Extend attribute? and get_attribute DSL methods to apply to sub-attributes.mcquin2016-04-191-3/+13
* Update chefstyle to 0.3.1 and fix new offenses.chefstyle-0.3.1mcquin2016-04-011-1/+1
* chefstyle catchup for ohaiLamont Granquist2016-02-111-5/+5
* Update e-mails and copyrightsTim Smith2016-01-131-3/+3
* Use Ohai.configClaire McQuin2015-07-211-1/+1
* Define #has_key? for pluginsdanielsdeleo2014-06-091-3/+5
* Merge pull request #326 from opscode/sersut/disable-fixSerdar Sutay2014-04-291-1/+6
* Fix and/or Turn off the errors, warnings from ohai in the default run condition.sersut2014-01-141-1/+1
* Update refresh plugin logic for 7.0 architecturedanielsdeleo2014-01-091-0/+4
* Merge pull request #261 from opscode/lcg/fix-network-listenerslamont-granquist2014-01-071-0/+2
|\
| * rethrow internal ohai errorsLamont Granquist2014-01-071-0/+2
* | save plugin source(s) for version 7 plugins during loadingClaire McQuin2014-01-071-1/+0
|/
* tune syntax error message output, handle invalid plugin names that aren't syn...Claire McQuin2013-12-191-0/+6
* Refactor hints to its own class.sersut2013-12-131-23/+2
* This PR includes a few refactorings. Since they are intertwined they are done...sersut2013-12-131-43/+8
* Move VersionVI and VersionVII plugin classes into their own files.sersut2013-12-121-115/+0
* Rename variables/methods for ProvidesMap to provides_mapdanielsdeleo2013-12-041-4/+3
* Extract plugin<->provides mapping to custom classdanielsdeleo2013-12-041-14/+6
* add exceptions to ohai/exception.rbClaire McQuin2013-10-291-4/+1
* add PluginDefinitionError to Ohai, rescue in loader.rbClaire McQuin2013-10-291-1/+4
* fail when more than one collect_data blocks defined per platformClaire McQuin2013-10-291-1/+2
* change _providers to _pluginsClaire McQuin2013-10-171-2/+2
* 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-2/+2
* remove @todo that was doneClaire McQuin2013-10-171-1/+0
* make Ohai::OS a mixin (Ohai::Mixin::OS)Claire McQuin2013-10-171-1/+1
* add #name method for plugins, error messagesClaire McQuin2013-10-171-2/+10
* modify system, loader for plugin namingClaire McQuin2013-10-171-1/+3
* add plugin namespacing, platform option to collect_dataClaire McQuin2013-10-171-29/+104
* log error to debugClaire McQuin2013-09-061-10/+0
* move #provides to specific plugin version classClaire McQuin2013-09-061-20/+0
* add ability to run v6 plugins with Ohai::System#run_pluginsClaire McQuin2013-09-061-0/+10
* run v6 plugins with Ohai::System#all_plugins, add deprecation messageClaire McQuin2013-09-061-0/+1
* merge with OC-9012 (local)Claire McQuin2013-09-061-1/+20
* Move stacktrace to debug errorlevelTheodore Nordsieck2013-09-041-1/+1
* Merge pull request #181 from opscode/OC-9012Claire McQuin2013-09-041-17/+54
|\
| * move version-specific dsl behavior to version classClaire McQuin2013-09-041-28/+29
| * add has_run? to plugin dsl, store plugin instance(s) with attributesClaire McQuin2013-09-021-10/+46
* | Added abs_path method to the DSLTheodore Nordsieck2013-09-021-0/+6
* | Make invocations of /dev/null cross platformTheodore Nordsieck2013-09-021-1/+10
|/
* add v6 deprecation warning to load phaseClaire McQuin2013-08-211-1/+0