summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Remove extra rspecshain/whatishthis2Scott Hain2017-06-231-6/+0
| | | | Signed-off-by: Scott Hain <shain@chef.io>
* Merge pull request #467 from chef/jdm/appveyor-7.4-stable7.4-stableJay Mundrawala2015-01-221-0/+32
|\ | | | | Added appveyor.yml
| * Rename buildJay Mundrawala2015-01-221-1/+1
| |
| * Added appveyor.ymlJay Mundrawala2015-01-221-0/+32
|/
* Merge pull request #462 from opscode/jdm/7.4.17.4.1Jay Mundrawala2015-01-142-2/+6
|\ | | | | Bump version to 7.4.1
| * Added changelog entry for ffi_yajl monekypatching removalJay Mundrawala2015-01-141-1/+5
| |
| * Bump version to 7.4.1Jay Mundrawala2015-01-141-1/+1
|/
* Merge pull request #461 from opscode/jdm/json-backportJay Mundrawala2015-01-148-14/+16
|\ | | | | remove ffi_yajl monkeypatching
| * Pin to old mixlib shellout for ruby < 1.9.3Jay Mundrawala2015-01-142-1/+5
| |
| * Bump git clone depthJay Mundrawala2015-01-141-0/+3
| |
| * remove ffi_yajl monkeypatchingLamont Granquist2015-01-146-13/+8
|/ | | | | | | | also remove last few straggling JSON gem uses. requires a minor version bump of ohai to pick up DateTime serialization to JSON. Conflicts: lib/ohai/plugins/openstack.rb
* Version bump for 7.4.07.4.0adamedx2014-09-051-1/+1
|
* Version bump for 7.4.0.rc.0Bryan McLellan2014-08-291-1/+1
| | | | Powershell plugin released
* Update CHANGELOG for Powershell plugin and 7.2.4Bryan McLellan2014-08-281-5/+11
|
* Added plugin to detect Powershell versionJay Mundrawala2014-08-283-0/+212
|
* Bump version for 7.2.4.7.2.4Serdar Sutay2014-08-171-1/+1
|
* Merge pull request #391 from opscode/sersut/port-ohai-390Serdar Sutay2014-08-174-7/+21
|\ | | | | Merge pull request #390 from jaymzh/7-ecmp-routes
| * Merge pull request #390 from jaymzh/7-ecmp-routesPhil Dibowitz2014-08-174-7/+21
|/ | | | | | [Ohai 7] Add support for ECMP routes to linux::network Conflicts: CHANGELOG.md
* Bump version number for release. Update CHANGELOG info.7.2.2Serdar Sutay2014-08-152-3/+3
|
* Merge pull request #375 from jaymzh/mounts_7Phil Dibowitz2014-08-074-19/+46
| | | | Fix reading /proc/mounts harder
* Merge pull request #363 from jaymzh/lsblk-7Phil Dibowitz2014-08-074-7/+143
| | | | | | [ohai 7] Linux::filesystems should prefer lsblk to blkid when available Conflicts: CHANGELOG.md
* [ci] bundle install into system gems7.2.0Seth Chisamore2014-07-231-1/+1
| | | | | | | | | | | Git on Windows respects the MAX_PATH from the Win32 API. Since MAX_PATH is 260 characters and the path to the Jenkin’s workspace is fairly long, `bundle install --path=vendor/bundle` commands will fail if the `Gemfile` contains a `git` sources. Although `msysgit` is working on experimental long path support, there are still various bugs in the implementation: https://github.com/msysgit/git/pull/122
* Revert "use 0.2.0 release of rspec_junit_formatter"Lamont Granquist2014-07-212-1/+7
| | | | This reverts commit b61eadcd4bedc223ee0a407eb19a8996f2f1d848.
* fix cvt testsLamont Granquist2014-07-211-0/+2
| | | | | on ec2 nodes that do have actual ec2 hints files on the server that we're running rspec on, we need to setup this stub by default.
* use 0.2.0 release of rspec_junit_formatterLamont Granquist2014-07-212-7/+1
| | | | | | this is necessary for rspec 3.0 support and this will break ruby 1.8.7 tests. ohai 7.2.0 will therefor be the last version which will be tested on 1.8.7
* semver-style pin ffi_yajl to 1.xLamont Granquist2014-07-211-1/+1
|
* bump version to 7.2.0 for releaseLamont Granquist2014-07-181-1/+1
|
* Merge commit '3b18b074b792ec81acd989cfe609fd23476d5314' into 7-stableLamont Granquist2014-07-183-6/+6
|\ | | | | | | | | | | Conflicts: CHANGELOG.md lib/ohai/version.rb
| * Merge pull request #361 from opscode/lcg/aix-newlines-fixlamont-granquist2014-07-091-4/+4
| |\ | | | | | | fix newlines in platform/platform_family
| | * fix newlines in platform/platform_familyLamont Granquist2014-07-081-4/+4
| |/ | | | | | | | | | | follows the pattern used by all the other plugins to strip off the newlines (not sure why we don't just use .chomp, but i'm being consistent with all the rest of the code)
| * Merge pull request #358 from opscode/lcg/add-json-compatlamont-granquist2014-07-072-2/+2
| |\ | | | | | | add Object#to_json monkeypatches
| | * add Object#to_json monkeypatchesLamont Granquist2014-07-072-2/+2
| |/ | | | | | | | | because the JSON gem has infected the universe with them and I don't have time to clean it all up right now.
| * Merge pull request #350 from opscode/mcquin/chef-1558Serdar Sutay2014-07-024-28/+98
| |\ | | | | | | Save IAM security credentials only if hint is present
| | * 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.
| | * 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
| |
* | Bump the version number for rc.27.2.0.rc.2sersut2014-07-021-1/+1
| |
* | Merge pull request #350 from opscode/mcquin/chef-1558Serdar Sutay2014-07-024-28/+98
| | | | | | | | Save IAM security credentials only if hint is present
* | Version bump for 7.2.0.rc.1.7.2.0.rc.1sersut2014-06-271-1/+1
| |
* | Merge pull request #349 from opscode/sersut/ffi-bumpSerdar Sutay2014-06-271-1/+1
| | | | | | | | Bump ffi version to something compatible with chef.
* | Version bump for release.7.2.0.rc.0sersut2014-06-271-1/+1
| |
* | Merge pull request #348 from opscode/sersut/merge-7.2.0Serdar Sutay2014-06-2764-470/+1632
|\ \ | | | | | | Merge master into 7-stable for 7.2.0 release.
| * \ Merge branch 'master' into 7-stablesersut2014-06-2764-470/+1632
| |\ \ |/ / / | | _ | | | | | | | | Conflicts: CHANGELOG.md lib/ohai/version.rb spec/unit/dsl/plugin_spec.rb
| * Merge pull request #344 from opscode/lcg/ffi-yajl-gemlamont-granquist2014-06-248-18/+20
| |\ | | | | | | replace ruby-yajl with ffi-yajl gem
| | * convert to using ffi-yajlLamont Granquist2014-06-248-18/+20
| |/
| * Merge pull request #341 from opscode/adamed/ohai-491Adam Edwards2014-06-209-12/+179
| |\ | | | | | | OHAI-491: Implement root_group for Windows
| | * 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
| | |