summaryrefslogtreecommitdiff
path: root/lib/ohai/system.rb
Commit message (Expand)AuthorAgeFilesLines
* Add more yard commentsyard++Tim Smith2018-09-231-2/+12
* Merge pull request #1249 from chef/yardTim Smith2018-09-171-0/+8
|\
| * Add additional yard commentsyardTim Smith2018-09-161-0/+8
* | Add missing require ffi_yajl in System classrequire_yajlTim Smith2018-09-161-0/+1
|/
* Account for directory being a string via client.rbTim Smith2018-08-071-1/+2
* Allow passing more than one directory on the CLITim Smith2018-08-071-3/+6
* Move to mixlib-log 2Thom May2018-03-151-5/+8
* Remove support for Ohai V6 pluginsTim Smith2018-02-151-66/+0
* Remove extra ()s on methodsredundantTim Smith2017-12-021-2/+2
* Critical Plugins (#1064)Phil Dibowitz2017-10-041-0/+11
* Allow ohai to load a plugin pathtm/load_additional_pluginsThom May2017-04-041-0/+9
* Make Rubocop happy.Noah Kantrowitz2017-04-031-2/+2
* Freeze all string values coming out of Ohai.Noah Kantrowitz2017-04-031-0/+23
* refactor to use the config flag because the initalizer is awfullcg/fix-loggerLamont Granquist2017-02-281-2/+2
* add some comments to the codeLamont Granquist2017-02-271-0/+4
* fix ohai logger problems.Lamont Granquist2017-02-271-3/+4
* autofixing new chefstyle issueslcg/chefstyleLamont Granquist2017-02-091-1/+1
* Config is used in system so require it there.require_configTim Smith2017-01-261-0/+1
* Merge pull request #939 from chef/deprecate_old_configTim Smith2017-01-241-1/+0
|\
| * Remove deprecated config logicTim Smith2017-01-081-1/+0
* | Only explicitly initialize a logger when neededtm/fix_app_loggingThom May2017-01-201-4/+0
|/
* more chefstyle autocorrects after the engine upgradeLamont Granquist2016-08-191-2/+2
* only configure logging if we musttm/less_greedy_initThom May2016-08-121-0/+2
* Add debug logging for the complete merged configTim Smith2016-04-221-0/+2
* Update chefstyle to 0.3.1 and fix new offenses.chefstyle-0.3.1mcquin2016-04-011-1/+1
* autofixing chefstyle copsLamont Granquist2016-02-181-1/+1
* reverting errant pushes to master without PRLamont Granquist2016-02-181-1/+1
* autofixing chefstyle copsLamont Granquist2016-02-181-1/+1
* chefstyle catchup for ohaiLamont Granquist2016-02-111-21/+22
* Update e-mails and copyrightsTim Smith2016-01-131-2/+2
* Escape plugin directories for globbingmcquin/ohai-636Claire McQuin2015-10-201-1/+1
* Resolve :auto log levelmcquin/ohai-config/loggingClaire McQuin2015-08-061-1/+9
* Allow system to accept configuration options and configure ohai on initializemcquin/ohai-config/load-configClaire McQuin2015-07-241-5/+18
* Use Ohai.configClaire McQuin2015-07-211-2/+2
* Make Ohai::Log usable by Ohai::Config.Claire McQuin2015-07-211-0/+4
* force ohai output to UTF-8Lamont Granquist2015-05-261-1/+1
* remove ffi_yajl monkeypatchingLamont Granquist2014-08-261-2/+0
* add Object#to_json monkeypatchesLamont Granquist2014-07-071-1/+1
* convert to using ffi-yajlLamont Granquist2014-06-241-3/+3
* Skip v7 plugins when refreshing a v6 plugindanielsdeleo2014-04-091-0/+11
* Move constant clean up functions to its own mixin.sersut2014-01-141-20/+3
* Reset the plugin information when all_plugins is called consecutively in orde...sersut2014-01-141-3/+33
* Remove `force` option to run pluginsdanielsdeleo2014-01-091-6/+6
* Update refresh plugin logic for 7.0 architecturedanielsdeleo2014-01-091-24/+13
* Remove -f / --file option from OHAI. This option was useful when developing O...OC-10958sersut2014-01-081-1/+0
* Evaluate all plugin files before instatiating plugin objectsdanielsdeleo2014-01-021-19/+1
* Handle AttributeNotFound exception correctly.sersut2013-12-171-2/+7
* Rewrite system specs with OHAI integration testing infra.sersut2013-12-171-83/+48
* Add option to only run plugins providing requested attributesdanielsdeleo2013-12-161-5/+5
* Refactor hints to its own class.sersut2013-12-131-6/+6