summaryrefslogtreecommitdiff
path: root/lib/ohai/mixin/gce_metadata.rb
Commit message (Expand)AuthorAgeFilesLines
* fix: CAlling only once YAJL parserRenato Covarrubias2023-02-171-26/+20
* Misc RuboCop cleanup of the codebaseTim Smith2020-11-231-1/+1
* Stop freezing things that are already frozenfrozen_strings_v2Tim Smith2020-10-301-2/+2
* Freeze the strings we're not later modifyingTim Smith2020-10-301-0/+1
* Convert StringIO.new to just StringTim Smith2020-03-031-2/+2
* new chefstyle rules for 0.13.2Lamont Granquist2019-07-081-3/+2
* Use ||= instead of unless defined? for constantsCONVERSION_STATUSTim Smith2019-06-031-2/+2
* Apply require speedups to ohailcg/require-speedupsLamont Granquist2019-05-151-1/+1
* Set User-Agent in HTTP header for GCE pluginNathen Harvey2018-11-151-1/+5
* Revert "Connect to GCE metadata by IP not name"Tim Smith2018-09-171-1/+2
* Connect to GCE metadata by IP not namegce_metadataTim Smith2018-09-161-2/+1
* fixes for new chefstyle rulesLamont Granquist2018-07-051-2/+2
* Add more yard commentscommentsTim Smith2018-05-171-0/+6
* Resolve the last of the chefstyle warningsgreen_travisTim Smith2018-03-061-1/+1
* Move duplicate http logic into a helperhttp_helperTim Smith2017-02-031-33/+0
* Remove a bit of dead codedead_codeTim Smith2017-01-251-4/+0
* Consistent plugin debug loggingTim Smith2016-04-221-2/+2
* Fix GCE specs and chefstyleTim Smith2016-02-261-1/+1
* Update GCE metadata API version and fail betterTim Smith2016-02-151-8/+16
* chefstyle catchup for ohaiLamont Granquist2016-02-111-9/+9
* Add a trailing dot to avoid using search option in resolv.confJose Luis Salas2015-02-171-1/+2
* this blocks local for 10 minuteslance.zhou2014-08-051-1/+1
* convert to using ffi-yajlLamont Granquist2014-06-241-5/+5
* merged most of 6-stable into master. remaining files: lib/ohai/plugins/cloud....Claire McQuin2014-01-091-1/+1
|\
| * verify gce only by metadata.google.internal, remove dmi checkPaul Rossman2013-10-101-1/+1
| * updated metadata hostnamePaul Rossman2013-10-101-1/+1
| * new metadata server urlPaul Rossman2013-10-101-1/+1
| * Revert "Merge pull request #175 from opscode/adamed-oc-9106"adamedx2013-09-231-0/+2
| * Revert "Merge branch 'OHAI-489'"danielsdeleo2013-08-191-2/+0
* | Revert "Merge branch 'OHAI-489'"danielsdeleo2013-07-151-2/+0
|/
* Use module functions to avoid method name conflictdanielsdeleo2013-07-151-0/+2
* no need for readonly response,Ranjib Dey2013-06-201-1/+1
* this will be easy to mock while testingRanjib Dey2013-06-201-1/+1
* add google compute engine as cloud providerRanjib Dey2013-06-201-0/+101