summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Capitalize plugin namebtm/go-pluginClaire McQuin2014-08-072-3/+1
* Updated test specsChristian Vozar2014-07-142-16/+31
* Synxtax issueChristian Vozar2014-07-141-1/+1
* Missing requireChristian Vozar2014-07-141-0/+1
* Spec for Go PluginChristian Vozar2014-07-142-1/+59
* Google Go language pluginChristian Vozar2014-07-141-0/+30
* Merge pull request #361 from opscode/lcg/aix-newlines-fixlamont-granquist2014-07-091-4/+4
|\
| * fix newlines in platform/platform_familyLamont Granquist2014-07-081-4/+4
|/
* Merge pull request #358 from opscode/lcg/add-json-compatlamont-granquist2014-07-072-2/+2
|\
| * add Object#to_json monkeypatchesLamont Granquist2014-07-072-2/+2
|/
* Merge pull request #350 from opscode/mcquin/chef-1558Serdar Sutay2014-07-024-28/+98
|\
| * Filter IAM from metadata unless 'iam' hint is present.Claire McQuin2014-07-024-42/+33
| * Save IAM security credentials only if hint is presentClaire McQuin2014-06-303-25/+104
|/
* Merge pull request #349 from opscode/sersut/ffi-bumpSerdar Sutay2014-06-271-1/+1
|\
| * Bump ffi version to something compatible with chef.sersut2014-06-271-1/+1
|/
* Version bump and CHANGELOG update after branching out for 7.2.0.sersut2014-06-272-5/+26
* Merge pull request #344 from opscode/lcg/ffi-yajl-gemlamont-granquist2014-06-248-18/+20
|\
| * convert to using ffi-yajlLamont Granquist2014-06-248-18/+20
|/
* Merge pull request #341 from opscode/adamed/ohai-491Adam Edwards2014-06-209-12/+179
|\
| * Back to one gemspec since FFI will be needed on all platforms soon anywayadamedx2014-06-194-10/+3
| * Fix Ruby 1.8.7 break caused by class reloading and preventing stubadamedx2014-06-191-2/+2
| * Use Unix instead of DOS line endingsadamedx2014-06-191-41/+41
| * Update deprecated rspec usageadamedx2014-06-191-8/+7
| * Ensure allocated memory is freed in error conditionsadamedx2014-06-191-25/+31
| * Remove extraneous mixin patternadamedx2014-06-191-1/+0
| * Use correct pointer type instead of integer with FFIadamedx2014-06-191-1/+1
| * Fix inaccurate usage of FFI::MemoryPointeradamedx2014-06-191-1/+1
| * Use platform-specific gemspec to conform to static evaluation of gemspecsadamedx2014-06-193-2/+9
| * .gitignore emacs autosave protectionadamedx2014-06-191-0/+1
| * CR feedback: simplify conditional test of Win32 api return valueadamedx2014-06-191-4/+4
| * Remove repetition of ffi imports, unnecessary empty moduleadamedx2014-06-191-14/+4
| * Include util in the correct classadamedx2014-06-191-5/+2
| * Remove emacs autosave fileadamedx2014-06-191-44/+0
| * OHAI-491 Documentation updateadamedx2014-06-191-0/+1
| * Stub constant in unit spec to enable Windows code pathAdam Edwards2014-06-191-0/+1
| * Generalize root group test to handle localization, admin group renameAdam Edwards2014-06-192-3/+12
| * Windows root_group testsAdam Edwards2014-06-195-12/+48
| * OHAI-491: Implement root_group provider for WindowsAdam Edwards2014-06-195-4/+176
|/
* contribution info for https://github.com/opscode/ohai/pull/342Claire McQuin2014-06-191-1/+3
* Merge pull request #342 from jcsalterego/fix-rackspace-plugin-rescues-errno-e...Claire McQuin2014-06-191-4/+7
|\
| * Rackspace Plugin: Remove remaining Ohai::Exceptions::Exec and don't use excep...Jerry Chen2014-06-191-2/+3
| * Remove Ohai::Exceptions::Exec (not thrown by shell_out) in Rackspace pluginJerry Chen2014-06-191-2/+2
| * Rackspace plugin rescues Errno::ENOENT if xenstore-* utils are not foundJerry Chen2014-06-181-3/+5
* | contribution info for https://github.com/opscode/ohai/pull/331Claire McQuin2014-06-191-0/+2
* | Merge pull request #331 from patcoll/OHAI-431Claire McQuin2014-06-192-0/+127
|\ \
| * \ OHAI-431 mergePat Collins2014-05-070-0/+0
| |\ \
| | * \ Merge branch 'master' of git://github.com/opscode/ohai into OHAI-431Pat Collins2013-06-054-53/+189
| | |\ \
| | * | | include test. use from helper.Pat Collins2013-03-252-3/+70
| | * | | use sysctl and vm_stat to get up-to-date mem stats. also lump in wired memory...Pat Collins2013-03-251-9/+29
| | * | | Merge branch 'master' of git://github.com/opscode/ohai into OHAI-431Pat Collins2013-03-221-1/+1
| | |\ \ \