summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | move lookup of parent providers for attributes from runner to provides_mapClaire McQuin2013-12-174-74/+65
| * | when a plugin depends on an attribute that doesn't have a provider, look for ...Claire McQuin2013-12-172-4/+90
* | | Merge pull request #245 from opscode/OC-10876Serdar Sutay2013-12-171-0/+23
|\ \ \ | |/ / |/| |
| * | Add spec test to check the platform specific collect_data check.OC-10876sersut2013-12-171-0/+23
|/ /
* | Merge pull request #242 from opscode/OC-10251Serdar Sutay2013-12-175-394/+341
|\ \
| * | Remove the left over pry statements.OC-10251sersut2013-12-172-2/+2
| * | Handle AttributeNotFound exception correctly.sersut2013-12-174-4/+32
| * | Rewrite system specs with OHAI integration testing infra.sersut2013-12-175-401/+320
|/ /
* | Merge branch 'run-mode-option'danielsdeleo2013-12-164-10/+113
|\ \
| * | Add option to only run plugins providing requested attributesdanielsdeleo2013-12-164-10/+113
|/ /
* | Merge pull request #239 from opscode/OC-9924Serdar Sutay2013-12-1618-452/+594
|\ \
| * | Disable one test which requires changes to require_plugin() which will be don...OC-9924sersut2013-12-133-32/+17
| * | Refactor hints to its own class.sersut2013-12-136-73/+199
| * | This PR includes a few refactorings. Since they are intertwined they are done...sersut2013-12-1313-306/+275
| * | Move VersionVI and VersionVII plugin classes into their own files.sersut2013-12-128-119/+181
|/ /
* | Merge pull request #236 from opscode/fix-windows-testsSeth Chisamore2013-12-051-4/+11
|\ \
| * | Clean up `jenkins_run_tests.bat`Seth Chisamore2013-12-051-4/+11
|/ /
* | Merge branch 'plugin-provider-cleanup'danielsdeleo2013-12-0412-220/+295
|\ \
| * | Remove no-longer-relevant "TODO"danielsdeleo2013-12-041-1/+0
| * | Rename variables/methods for ProvidesMap to provides_mapdanielsdeleo2013-12-049-40/+41
| * | Remove access to ProvidesMap internal data structuredanielsdeleo2013-12-044-28/+13
| * | Extract ProvidesMap and tests to their own filesdanielsdeleo2013-12-046-211/+245
| * | Extract plugin<->provides mapping to custom classdanielsdeleo2013-12-045-72/+125
| * | Add support for :focus tests to spec helperdanielsdeleo2013-12-041-0/+4
| * | Fix warnings in DSL::Plugin specdanielsdeleo2013-12-041-12/+11
|/ /
* | OHAI-529 ensure virtual IPs are never chosen for privateaddressEric Saxby2013-11-262-13/+25
* | OHAI-529 Remove ipaddr_extension from GemfileEric Saxby2013-11-262-48/+56
* | OHAI-529 sort interfaces in ip_scopes before assigning privateaddressEric Saxby2013-11-261-1/+1
* | OHAI-529: ip_scopes prefers ethernet to pppEric Saxby2013-11-263-2/+91
* | Merge branch 'OHAI-358'Bryan McLellan2013-11-252-3/+10
|\ \
| * | update test with current masterElan Ruusamäe2013-11-251-3/+1
| * | [OHAI-358] add test for php version parseElan Ruusamäe2013-11-251-0/+9
| * | [OHAI-509] fix build date parsing from php if php patched with suhosin:Elan Ruusamäe2013-11-251-3/+3
|/ /
* | OHAI-525 : can now detect qemu/kvm according the cpu typeThibaut Notteboom2013-11-252-1/+17
* | Merge branch 'OHAI-527'Bryan McLellan2013-11-251-0/+19
|\ \
| * | added comment to help someonecaryp2013-11-131-0/+19
|/ /
* | Merge branch 'OHAI-514'danielsdeleo2013-11-112-93/+171
|\ \
| * | Fix Mac OS X stub java workaroundOHAI-514danielsdeleo2013-11-072-93/+171
|/ /
* | Remove self-dependency in libvirt plugindanielsdeleo2013-11-071-2/+0
* | Merge pull request #221 from tas50/OHAI-522Bryan McLellan2013-11-061-1/+1
|\ \
| * | Correct help output to reference ohai not chefTim Smith2013-10-311-1/+1
* | | Merge branch 'OHAI-495'Bryan McLellan2013-11-042-11/+25
|\ \ \
| * | | Update Virtualbox guest test for the dmidecode detectionTim Smith2013-11-041-8/+20
| * | | Detect virtualbox guests via dmidecode so guest additions aren'tTim Smith2013-11-041-3/+5
|/ / /
* | | Merge pull request #217 from opscode/OC-10247Claire McQuin2013-10-3012-33/+55
|\ \ \ | |/ / |/| |
| * | fix mime-types dependency versionClaire McQuin2013-10-292-2/+4
| * | check for detailed warning messageClaire McQuin2013-10-291-1/+1
| * | add exceptions to ohai/exception.rbClaire McQuin2013-10-2910-36/+26
| * | add PluginDefinitionError to Ohai, rescue in loader.rbClaire McQuin2013-10-295-4/+28
| * | fail when more than one collect_data blocks defined per platformClaire McQuin2013-10-293-14/+20
|/ /