summaryrefslogtreecommitdiff
path: root/lib/ohai/application.rb
Commit message (Expand)AuthorAgeFilesLines
* Freeze the strings we're not later modifyingTim Smith2020-10-301-0/+1
* Target Mode OhaiLamont Granquist2020-10-011-0/+39
* Gate more of the external requiresTim Smith2020-08-091-2/+2
* Use Benchmark.realtime for the main application time as wellmore_debug_timeTim Smith2019-08-081-2/+2
* Apply require speedups to ohailcg/require-speedupsLamont Granquist2019-05-151-3/+3
* Merge pull request #1250 from chef/chdirTim Smith2018-10-261-4/+0
|\
| * Remove the chdir to / when running ohaichdirTim Smith2018-09-161-4/+0
* | Add more yard commentsyard++Tim Smith2018-09-231-0/+19
|/
* Fix provided relative paths to the config filefix_configTim Smith2018-09-081-8/+4
* Switch to just using --directory more than onceTim Smith2018-08-071-6/+4
* Allow passing more than one directory on the CLITim Smith2018-08-071-2/+7
* fixes for new chefstyle rulesLamont Granquist2018-07-051-29/+29
* Move to mixlib-log 2Thom May2018-03-151-0/+1
* Use benchmark vs. timeTim Smith2017-09-191-5/+6
* Add plugin timing information in debug modetimingTim Smith2017-09-111-0/+3
* refactor to use the config flag because the initalizer is awfullcg/fix-loggerLamont Granquist2017-02-281-1/+2
* fix ohai logger problems.Lamont Granquist2017-02-271-1/+1
* Only explicitly initialize a logger when neededtm/fix_app_loggingThom May2017-01-201-0/+2
* Clarify what this CLI option actually doesTim Smith2016-04-221-1/+1
* chefstyle catchup for ohaiLamont Granquist2016-02-111-6/+7
* Escape plugin directories for globbingmcquin/ohai-636Claire McQuin2015-10-201-1/+3
* Allow system to accept configuration options and configure ohai on initializemcquin/ohai-config/load-configClaire McQuin2015-07-241-12/+1
* Load workstation configClaire McQuin2015-07-241-0/+20
* Use Ohai.configClaire McQuin2015-07-211-4/+4
* Add ohai config context and deprecate top-level config.Claire McQuin2015-07-211-3/+4
* Remove -f / --file option from OHAI. This option was useful when developing O...OC-10958sersut2014-01-081-10/+2
* Pass user-requested attributes from CLI to whitelistcli-run-modedanielsdeleo2014-01-021-2/+3
* Correct help output to reference ohai not chefTim Smith2013-10-311-1/+1
* OHAI-174: Always switch to a readable directory. Keeps subsequentMatthew Kent2010-05-051-0/+8
* workaround OHAI-147, convert non enumerable (string) attributes to array for ...jtimberman2010-01-221-9/+9
* fix log level settingChristopher Brown2009-12-111-1/+1
* refactor ohai to use mixlibMathieu Sauve-Frankel2009-10-021-0/+113