summaryrefslogtreecommitdiff
path: root/lib/ohai/system.rb
Commit message (Expand)AuthorAgeFilesLines
* Freeze the strings we're not later modifyingTim Smith2020-10-301-0/+1
* Target Mode OhaiLamont Granquist2020-10-011-4/+32
* Migrate to the chef-utils helpersLamont Granquist2020-08-211-3/+2
* fix linting errorRitesh Khadgaray2019-08-071-1/+0
* Add minor yard commentsTim Smith2019-08-061-0/+7
* new chefstyle rules for 0.13.2Lamont Granquist2019-07-081-0/+2
* fix shellout require idempotencyLamont Granquist2019-05-241-1/+1
* Apply require speedups to ohailcg/require-speedupsLamont Granquist2019-05-151-15/+15
* Require ohai/version where we use itTim Smith2019-05-091-1/+2
* Removed unused refresh_plugins method in System classrefresh_pluginsTim Smith2018-10-261-17/+0
* 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