summaryrefslogtreecommitdiff
path: root/lib/ohai/provides_map.rb
Commit message (Expand)AuthorAgeFilesLines
* Freeze the strings we're not later modifyingTim Smith2020-10-301-0/+1
* Remove Copyright DatesLamont Granquist2020-08-271-1/+1
* Use .match? when we don't need the resultTim Smith2020-07-061-2/+2
* fix linting errorRitesh Khadgaray2019-08-071-1/+0
* Add minor yard commentsTim Smith2019-08-061-0/+20
* new chefstyle rules for 0.13.2Lamont Granquist2019-07-081-3/+7
* Apply require speedups to ohailcg/require-speedupsLamont Granquist2019-05-151-4/+4
* Resolve the last of the chefstyle warningsgreen_travisTim Smith2018-03-061-1/+1
* Update chefstyle to 0.3.1 and fix new offenses.chefstyle-0.3.1mcquin2016-04-011-2/+2
* chefstyle catchup for ohaiLamont Granquist2016-02-111-7/+7
* Update e-mails and copyrightsTim Smith2016-01-131-3/+3
* Find the plugins for the first parent for a given attribute in CLI if there a...sersut2014-01-151-4/+20
* add methods for verifying and splitting attributes, fix behavior of find_clos...Claire McQuin2013-12-181-47/+84
* separate out different ways of gathering attribute providers into different m...Claire McQuin2013-12-171-35/+58
* move lookup of parent providers for attributes from runner to provides_mapClaire McQuin2013-12-171-3/+14
* Add option to only run plugins providing requested attributesdanielsdeleo2013-12-161-5/+12
* Move VersionVI and VersionVII plugin classes into their own files.sersut2013-12-121-1/+1
* Remove access to ProvidesMap internal data structuredanielsdeleo2013-12-041-15/+0
* Extract ProvidesMap and tests to their own filesdanielsdeleo2013-12-041-0/+105