summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Pass user-requested attributes from CLI to whitelistcli-run-modedanielsdeleo2014-01-021-2/+3
* Merge branch 'ruby18-travis-workaround'danielsdeleo2014-01-021-1/+14
|\
| * Temporarily force rubygems 2.1.x for travisdanielsdeleo2014-01-021-1/+14
|/
* Merge pull request #250 from opscode/OC-10250Claire McQuin2014-01-025-19/+140
|\
| * modify error messages, processing syntax error messagesClaire McQuin2013-12-202-19/+22
| * tune syntax error message output, handle invalid plugin names that aren't syn...Claire McQuin2013-12-195-0/+53
| * rescue from syntax error in loaderClaire McQuin2013-12-192-16/+81
* | Explicitly test dependency cycle detection for self-dependencydanielsdeleo2013-12-191-25/+48
* | Remove Solaris2 DMI self-dependencydanielsdeleo2013-12-191-1/+0
* | Fix dependency cycle error explanation.danielsdeleo2013-12-192-2/+3
|/
* Merge pull request #240 from opscode/OC-9410Claire McQuin2013-12-185-34/+205
|\
| * add methods for verifying and splitting attributes, fix behavior of find_clos...Claire McQuin2013-12-184-53/+116
| * separate out different ways of gathering attribute providers into different m...Claire McQuin2013-12-174-66/+97
| * 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
|\