summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a CONTRIBUTING documentbtm/contributingBryan McLellan2013-10-241-0/+153
* Merge pull request #214 from opscode/OC-10249Claire McQuin2013-10-178-112/+135
|\
| * collect v7 methods at top and collect v6 methods at bottom of system.rbClaire McQuin2013-10-171-33/+43
| * change _providers to _pluginsClaire McQuin2013-10-178-80/+93
* | Merge pull request #208 from opscode/OC-9409Claire McQuin2013-10-17185-2258/+1561
|\ \ | |/
| * update new solaris2 plugins and specsClaire McQuin2013-10-174-6/+6
| * update spec_helper, system_spec to Ohai::Mixin::OSClaire McQuin2013-10-172-3/+3
| * actually make os a mixin and update corresponding filesClaire McQuin2013-10-174-33/+35
| * change :providers to :_providers to avoid attribute conflictsClaire McQuin2013-10-178-32/+32
| * insert plugin documentation URL to v6 deprecation messageClaire McQuin2013-10-171-1/+1
| * remove @todo that was doneClaire McQuin2013-10-171-1/+0
| * move dmi require into collect_dataClaire McQuin2013-10-171-2/+1
| * move dmi_common.rb to common folderClaire McQuin2013-10-173-126/+131
| * make Ohai::OS a mixin (Ohai::Mixin::OS)Claire McQuin2013-10-174-33/+19
| * correct spelling of definedClaire McQuin2013-10-171-1/+1
| * automatically clear plugins and constants between testsClaire McQuin2013-10-1766-527/+39
| * add #name method for plugins, error messagesClaire McQuin2013-10-175-16/+24
| * fix linux/kernel specClaire McQuin2013-10-171-1/+1
| * update runner spec for new DSLClaire McQuin2013-10-171-17/+167
| * update plugin filesClaire McQuin2013-10-17174-1333/+947
| * consolidate hostname pluginClaire McQuin2013-10-1718-319/+136
| * update system spec for plugin namespacingClaire McQuin2013-10-171-31/+147
| * update loader spec for plugin namespacingClaire McQuin2013-10-172-89/+58
| * add spec tests for plugin namespacingClaire McQuin2013-10-171-149/+196
| * modify system, loader for plugin namingClaire McQuin2013-10-174-7/+11
| * add plugin namespacing, platform option to collect_dataClaire McQuin2013-10-171-29/+104
|/
* Clean up a crufty comment, whoopsBryan McLellan2013-10-101-1/+0
* OHAI-501 / OHAI-502: Switch to using shell_out.Bryan McLellan2013-10-104-8/+10
* Merge branch 'OHAI-502'Bryan McLellan2013-10-102-33/+122
|\
| * Add cpu check for solaris2Blake Irvin & Eric Saxby2013-10-102-33/+122
|/
* Merge branch 'OHAI-501'Bryan McLellan2013-10-102-0/+54
|\
| * Add memory check for solaris2Blake Irvin & Eric Saxby2013-10-102-0/+54
|/
* Add scripts that can run specs on jenkins.sersut2013-10-092-0/+22
* Merge pull request #203 from opscode/tn/languagesDan DeLeo2013-10-0113-63/+1425
|\
| * Fix 1.8.7 issues.Theodore Nordsieck2013-09-241-5/+19
| * wipTheodore Nordsieck2013-09-2410-53/+1188
| * Cross platform tests can now be set to pending.Theodore Nordsieck2013-09-241-1/+2
| * Added support for absolute paths.Theodore Nordsieck2013-09-231-9/+44
| * Added cross platform tests for Groovy.Theodore Nordsieck2013-09-202-0/+177
* | Bump mixlib-config dependency to 2.0jk/mixlib-config-2-officialJohn Keiser2013-09-251-1/+1
* | [OHAI-492] - IP address detection fails if there is an interface with no addr...Douglas Thrift2013-09-251-0/+1
* | [OHAI-492] - IP address detection fails if there is an interface with no addr...Douglas Thrift2013-09-251-2/+153
* | [OHAI-492] - IP address detection fails if there is an interface with noDouglas Thrift2013-09-251-0/+1
* | simplify check for rackspace[:public_ip]Joseph Anthony Pasquale Holsten2013-09-251-3/+1
* | [OHAI-499] If the public IP is nil, don't attempt to set a cloud-ips.com-base...Graham Christensen2013-09-251-1/+5
* | [OHAI-499] add specs for attributes effected by rackspace[:public_ip]Joseph Anthony Pasquale Holsten2013-09-251-0/+33
* | [OHAI-503] Fix typo in ip_scopes pluginEric Saxby2013-09-241-1/+1
|/
* Merge pull request #199 from opscode/tn/windowsTheodore Nordsieck2013-09-177-32/+18
|\
| * Enabled shell command timeout on windows.tn/windowsTheodore Nordsieck2013-09-171-16/+6
| * Fix windows line termination issues.Theodore Nordsieck2013-09-173-3/+3