summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | fix in case the unit is not uppercase (kB for kilobytes is an example)Pat Collins2013-01-081-4/+4
| | * | | | provide basic memory information for Mac OS XPat Collins2013-01-081-0/+34
| * | | | | update to ohai v7 formatPat Collins2014-05-072-48/+54
| * | | | | include test. use from helper.Pat Collins2014-05-072-3/+70
| * | | | | use sysctl and vm_stat to get up-to-date mem stats. also lump in wired memory...Pat Collins2014-05-071-9/+29
| * | | | | fix in case the unit is not uppercase (kB for kilobytes is an example)Pat Collins2014-05-071-4/+4
| * | | | | provide basic memory information for Mac OS XPat Collins2014-05-071-0/+34
* | | | | | contribution info for https://github.com/opscode/ohai/pull/332Claire McQuin2014-06-181-1/+4
* | | | | | Merge pull request #332 from miketheman/OHAI-541Claire McQuin2014-06-182-37/+82
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | OHAI-541: catch more opportunities for invalid returnsMike Fiedler2014-05-241-3/+6
| * | | | | OHAI-541: update fetch_metadata and metadata_getMike Fiedler2014-05-162-40/+55
| * | | | | OHAI-541: return a response even when ec2 metadata is 404Mike Fiedler2014-05-112-2/+29
| |/ / / /
* | | | | update for mergesClaire McQuin2014-06-181-0/+6
* | | | | Merge pull request #133 from ZCloud-Firstserver/OHAI-458Claire McQuin2014-06-183-0/+163
|\ \ \ \ \
| * | | | | updates by reviwes.sawanoboly2014-06-022-6/+3
| * | | | | Merge branch 'master' into OHAI-458sawanoboly2014-06-0213-107/+118
| |\ \ \ \ \
| * | | | | | update specsawanoboly2014-05-231-1/+1
| * | | | | | Merge branch 'OHAI-458' of github.com:ZCloud-Firstserver/ohai into OHAI-458sawanoboly2014-05-231-40/+29
| |\ \ \ \ \ \
| | * | | | | | remove comment from specsawanoboly2014-05-231-5/+0
| | * | | | | | update spec for plugin/joyentsawanoboly2014-05-231-40/+34
| * | | | | | | move .collect_guest_id from joyent to solaris2/virtualizationsawanoboly2014-05-232-8/+7
| |/ / / / / /
| * | | | | | update method collect pkgsrc for testsawanoboly2014-05-231-5/+7
| * | | | | | new method collect pkgsrc for testsawanoboly2014-05-231-2/+8
| * | | | | | define method for collect product informationsawanoboly2014-05-231-14/+22
| * | | | | | fill providessawanoboly2014-05-231-1/+3
| * | | | | | update syntax from ohai6 to ohai7sawanoboly2014-05-231-34/+50
| * | | | | | Merge branch 'master' into OHAI-458sawanoboly2014-05-23297-7919/+18233
| |\ \ \ \ \ \
| * | | | | | | change license mit to apache2sawanoboly2013-04-031-4/+17
| * | | | | | | [OHAI-458] Include Joyent SmartOS specific attributes in Ohaisawanoboly2013-03-282-0/+131
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #290 from hollow/do_not_warn_for_missing_gateway_ipsClaire McQuin2014-06-182-4/+4
|\ \ \ \ \ \ \
| * | | | | | | Update network_spec.rbBenedikt Böhm2014-06-021-0/+6
| * | | | | | | more spec fixesBenedikt Böhm2014-05-311-5/+0
| * | | | | | | fix specBenedikt Böhm2014-05-311-1/+0
| * | | | | | | do not warn for missing gateway IPsBenedikt Boehm2014-02-231-1/+1
* | | | | | | | Merge pull request #238 from jasonpgignac/masterClaire McQuin2014-06-182-2/+46
|\ \ \ \ \ \ \ \
| * | | | | | | | Added inodes testingJason Gignac2013-12-112-2/+46
* | | | | | | | | Update CONTRIBUTING.md document.sersut2014-06-161-99/+138
* | | | | | | | | Merge branch 'schisamo/ci-user-not-always-set'Seth Chisamore2014-06-111-2/+2
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | $USER is not always set :( in Jenkin’s processesschisamo/ci-user-not-always-setSeth Chisamore2014-06-111-1/+1
| * | | | | | | | | Ensure test script picks up first `bash` in PATHSeth Chisamore2014-06-111-1/+1
|/ / / / / / / / /
* | | | | | | | | Merge pull request #338 from opscode/schisamo/execute-with-sudoSeth Chisamore2014-06-111-2/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Execute tests with elevated privilegesSeth Chisamore2014-06-111-2/+6
|/ / / / / / / / /
* | | | | | | | | Fetch junit formatter via public git:// URLdanielsdeleo2014-06-091-1/+1
* | | | | | | | | Temporarily use junit formatter from github for rspec 3 compatdanielsdeleo2014-06-091-0/+6
* | | | | | | | | Merge branch 'rspec3-ci-fail-fix'danielsdeleo2014-06-099-52/+83
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Configure rspec to allow 'should' syntax for mocks+expectationsrspec3-ci-fail-fixdanielsdeleo2014-06-091-1/+11
| * | | | | | | | | Fix/clarify expectations on network pluginsdanielsdeleo2014-06-091-28/+45
| * | | | | | | | | Define #has_key? for pluginsdanielsdeleo2014-06-091-3/+5
| * | | | | | | | | Switch all `be_BOOL` to `be BOOL`danielsdeleo2014-06-094-16/+16
| * | | | | | | | | Lock rspec version to 3.x, add collection matchersdanielsdeleo2014-06-092-3/+5