-
Notifications
You must be signed in to change notification settings - Fork 438
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stream wrapper for Google Compute Engine metadata #8
Comments
Hey Takashi! I could certainly see something like this being beneficial and would be interested in taking a look at a PR. @jgeewax Do you have any thoughts on this? |
tmatsuo
pushed a commit
to tmatsuo/google-cloud-php
that referenced
this issue
Nov 9, 2015
tmatsuo
pushed a commit
to tmatsuo/google-cloud-php
that referenced
this issue
Nov 10, 2015
tmatsuo
pushed a commit
to tmatsuo/google-cloud-php
that referenced
this issue
Nov 10, 2015
tmatsuo
pushed a commit
to tmatsuo/google-cloud-php
that referenced
this issue
Nov 10, 2015
Merged
tmatsuo
pushed a commit
to tmatsuo/google-cloud-php
that referenced
this issue
Nov 10, 2015
tmatsuo
pushed a commit
to tmatsuo/google-cloud-php
that referenced
this issue
Nov 10, 2015
tmatsuo
pushed a commit
to tmatsuo/google-cloud-php
that referenced
this issue
Nov 10, 2015
tmatsuo
pushed a commit
to tmatsuo/google-cloud-php
that referenced
this issue
Nov 10, 2015
tmatsuo
pushed a commit
to tmatsuo/google-cloud-php
that referenced
this issue
Nov 10, 2015
tmatsuo
pushed a commit
to tmatsuo/google-cloud-php
that referenced
this issue
Nov 10, 2015
tmatsuo
pushed a commit
to tmatsuo/google-cloud-php
that referenced
this issue
Nov 10, 2015
tmatsuo
pushed a commit
to tmatsuo/google-cloud-php
that referenced
this issue
Nov 10, 2015
jdpedrie
added a commit
that referenced
this issue
Mar 10, 2017
* Reorganize namespaces and fix tests * # This is a combination of 9 commits. # This is the 1st commit message: Reorganize namespaces and fix tests Update component versions via the CLI # This is the commit message #2: Create tags in components # This is the commit message #3: Send component name and version in user agent # This is the commit message #4: Add README files # This is the commit message #5: Fix CLI # This is the commit message #6: Add split to travis # This is the commit message #7: Test datastore release # This is the commit message #8: Compile splitsh # This is the commit message #9: Reintroduce full split process * # This is a combination of 2 commits. # This is the 1st commit message: Reorganize namespaces and fix tests Update component versions via the CLI Create tags in components Send component name and version in user agent Add README files Fix CLI Add split to travis Test datastore release Compile splitsh Reintroduce full split process Release patches # This is the commit message #2: Run split in each build matrix * Reorganize namespaces and fix tests Update component versions via the CLI Create tags in components Send component name and version in user agent Add README files Fix CLI Add split to travis Test datastore release Compile splitsh Reintroduce full split process Release patches Run split in each build matrix Release datastore patch enable set -e * Work with github API directly * Fix Vision class reference * Create VERSION file for all components * Remove componentName * Fix int64 snippet tests * Update component release target * Parse documentation separately for each component * This works now * Add flag to docs to use JSON_PRETTY_PRINT for debugging * Parse correct links between components * Fix unit tests * Doc links within component should not change version * Cross-component links should go to the correct version docs * Update snippets to remove refs to ServiceBuilder * Remove unnecessary env vars * Don't write VERSION for parent * Release packages * release v0.24.1 * Add autoloaders to each component * Pass libVersion to gax config * Update push docs command * add gcsUri helper * allow gcsUri or storage object * Release 0.24.2 * Update things again * this is the worst * Link to upstream tag * tag * Update table of contents * Reset versions * Update suggests and requires * fix build docs trigger * dont throw exceptions on decode * Fix docs link * Fix various doc issues * fix namespace
yoshi-automation
added
🚨
This issue needs some love.
triage me
I really want to be triaged.
labels
Apr 7, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a prototype code for a stream wrapper for Google Compute Engine metadata.
https://cloud.google.com/compute/docs/metadata?hl=en
I'd like to contribute it. What do you think?
The text was updated successfully, but these errors were encountered: