summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add scripts that can run specs on jenkins.enable-manhattansersut2013-10-092-0/+22
|
* Merge pull request #207 from opscode/adamed-OC-9106-re-mergeAdam Edwards2013-09-2915-19/+905
|\ | | | | OC-9106 AIX Ohai changes re-merge
| * Port AIX plugins to 6-stableadamedx2013-09-238-135/+111
| |
| * Fixed the uptime test-case that was failing in jenkins due to missing ↵Prabhu Das2013-09-231-3/+4
| | | | | | | | stubbing of DateTime.
| * Unit tests for cpu, kernel and platform plugins of AIX.Prabhu Das2013-09-234-1/+136
| |
| * ohai plugins hostname and platform specs.Prabhu Das2013-09-232-0/+67
| |
| * Added missing tests for netstat -nrf inet6.Prabhu Das2013-09-231-15/+40
| |
| * Added unit tests for AIX filesystem and network plugins along with a minor fix.Prabhu Das2013-09-233-4/+373
| |
| * Fixed few bugs while unit testing.Prabhu Das2013-09-232-6/+8
| |
| * Refactored Aix uptime unit tests.Prabhu Das2013-09-231-6/+1
| |
| * Unit test for Aix plugin uptime.Prabhu Das2013-09-231-0/+44
| |
| * fix aix uptime.kaustubh-d2013-09-231-2/+2
| |
| * AIX plugin for filesystemdeepalijagtap2013-09-231-3/+56
| |
| * fix regex for interface info.kaustubh-d2013-09-231-1/+1
| |
| * aix uptime lookup is similar to solaris one.kaustubh-d2013-09-231-3/+18
| |
| * minor code style fix.kaustubh-d2013-09-231-1/+1
| |
| * implement network plugin for aix.kaustubh-d2013-09-231-3/+138
| |
| * [WIP] - converting sigar -> AIX commandsjtimberman2013-09-235-10/+79
|/
* Merge pull request #204 from opscode/adamed-6-stable-revertAdam Edwards2013-09-2399-3507/+2512
|\ | | | | Revert unintentional changes from master
| * Revert "Merge pull request #175 from opscode/adamed-oc-9106"adamedx2013-09-2399-3507/+2512
|/ | | | | This reverts commit f1dd92a10aefce1ca316c98937fd62dfba3c62d8, reversing changes made to dfe0051098fbd3b6f37869db2040877422eb07e3. This commit unintentionally pulled in changes from the master branch.
* Merge pull request #175 from opscode/adamed-oc-9106Adam Edwards2013-08-2099-2512/+3507
|\ | | | | OC-8704: OC-9106: AIX patches for Ohai platform detection
| * Fixed the uptime test-case that was failing in jenkins due to missing ↵Prabhu Das2013-08-191-3/+4
| | | | | | | | stubbing of DateTime.
| * Unit tests for cpu, kernel and platform plugins of AIX.Prabhu Das2013-08-194-1/+136
| |
| * ohai plugins hostname and platform specs.Prabhu Das2013-08-192-0/+67
| |
| * Added missing tests for netstat -nrf inet6.Prabhu Das2013-08-191-15/+40
| |
| * Added unit tests for AIX filesystem and network plugins along with a minor fix.Prabhu Das2013-08-193-4/+373
| |
| * Fixed few bugs while unit testing.Prabhu Das2013-08-192-6/+8
| |
| * Refactored Aix uptime unit tests.Prabhu Das2013-08-191-6/+1
| |
| * Unit test for Aix plugin uptime.Prabhu Das2013-08-191-0/+44
| |
| * fix aix uptime.kaustubh-d2013-08-191-2/+2
| |
| * AIX plugin for filesystemdeepalijagtap2013-08-191-3/+56
| |
| * fix regex for interface info.kaustubh-d2013-08-191-1/+1
| |
| * aix uptime lookup is similar to solaris one.kaustubh-d2013-08-191-3/+18
| |
| * minor code style fix.kaustubh-d2013-08-191-1/+1
| |
| * implement network plugin for aix.kaustubh-d2013-08-191-3/+138
| |
| * [WIP] - converting sigar -> AIX commandsjtimberman2013-08-195-10/+79
| |
| * Disable root_group on Windowsdanielsdeleo2013-08-191-42/+0
| | | | | | | | | | | | | | | | | | Fixes OHAI-490: http://tickets.opscode.com/browse/OHAI-490 Implementation of root_group for windows has been found to have poor performance when the host is joined to an AD domain. Opting to disable on Windows since large changes will be required for a performant implementation.
| * update chef plugin tests for system/plugin splitdanielsdeleo2013-08-191-2/+2
| | | | | | | | Appears to have been broken in rebase
| * include chef as a dev dependencydanielsdeleo2013-08-191-1/+2
| | | | | | | | | | Otherwise the chef plugin does not run when tests are run with `bundle exec`
| * Replace deprecated should_receive(:m).any_number_of_timesdanielsdeleo2013-08-192-18/+18
| | | | | | | | | | In Rspec 2.14.x, `should_receive(:m).any_number_of_times` is deprecated and should be replaced with just `stub(:m)`
| * replace all calls to `mock` with `double`danielsdeleo2013-08-1915-102/+102
| | | | | | | | `mock` is deprecated in RSpec 2.14.x
| * Replace all calls to `stub!` with `stub`danielsdeleo2013-08-1956-346/+388
| | | | | | | | `stub!` is deprecated as of RSpec 2.14.x.
| * Configure bundler for HTTPSdanielsdeleo2013-08-191-1/+1
| |
| * OHAI-412 allow attribute access via System objectsdanielsdeleo2013-08-191-0/+3
| |
| * OHAI-412: fix provides collection w/ plugin objectsdanielsdeleo2013-08-191-1/+1
| |
| * Fix ruby warnings Config => RbConfigdanielsdeleo2013-08-191-11/+11
| | | | | | | | | | | | | | | | Fixes warnings like: spec/unit/plugins/ruby_spec.rb:44:in `block in <top (required)>': Use RbConfig instead of obsolete and deprecated Config. RbConfig is available at least as far back as 1.8.7.
| * Update new specs for plugin class splitdanielsdeleo2013-08-1916-268/+266
| | | | | | | | | | | | Rebased from 3967b5a3fd619dc392b8bf5dd2554d822a8fd400 to d338698f288d08379bb36611f93a3a8db7ff45f5. Fix tests added in the interim to correctly setup Ohai::System and plugin classes.
| * [OHAI-412] fix missing stub in linux kernel plugindanielsdeleo2013-08-191-0/+1
| | | | | | | | Was causing spec failures on windows
| * [OHAI-412] fix missing stubs in darwin kernel specdanielsdeleo2013-08-191-0/+2
| | | | | | | | Some popen commands weren't being stubbed so the tests fail on windows.
| * [OHAI-412] fix uptime plugins for seconds_to_human changedanielsdeleo2013-08-197-7/+7
| | | | | | | | | | | | Previously there was a _seconds_to_human method defined by the top level uptime plugin, but this was moved to a mixin and the leading underscore removed from the method name.