-
Notifications
You must be signed in to change notification settings - Fork 595
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
Fixes/docs v0.27.0 datastore request #1079
Closed
hrovira
wants to merge
1,275
commits into
googleapis:master
from
hrovira:fixes/docs-v0.27.0-datastore-request
Closed
Fixes/docs v0.27.0 datastore request #1079
hrovira
wants to merge
1,275
commits into
googleapis:master
from
hrovira:fixes/docs-v0.27.0-datastore-request
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
docs: updated java docs link
…ning core: refactor util.makeWritableStream
…le-upload-mod use gcs-resumable-upload module
This reverts commit 96d5469.
…correction storage: getSigned*: clear up expiration format
…-fixes storage: allow more time for signed urls to expire
…-tests Revert "storage: skip acl delete tests"
tests: docs: increased timeout to 5 seconds for doc testing
docs: updates to language links
…ing-resumable-uploads storage: support creating resumable upload uris
added tests
core: preserve all class members
docs: flagged private methods as private
add travis support for 4.0
This appears to be a simple copy/paste error.
Fix wrong method in zone.js test
…fixes execute callback with error if signing is not possible
Update README to state that for pubsub topic must exist before publish
installed array-uniq as dependency
core: filter out duplicate error messages
remove executable files (chmod 755 -> 644)
storage: add support for generation on getSignedUrl
core: fix linting fails
core: move jshint to devDependency
search: warn about 404s on official docs
readme: bigquery: correct example
bigquery: remove automatic `insertId` generation & allow specifying raw format
set default filter operator to equals
datastore: separated property names from operators
update entity description
docs: remove entity module references
We found a Contributor License Agreement for you (the sender of this pull request) and all commit authors, but as best as we can tell these commits were authored by someone else. If that's the case, please add them to this pull request and have them confirm that they're okay with these commits being contributed to Google. If we're mistaken and you did author these commits, just reply here to confirm. |
googlebot
added
the
cla: no
This human has *not* signed the Contributor License Agreement.
label
Jan 20, 2016
4 tasks
sofisl
pushed a commit
that referenced
this pull request
Jan 17, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
re-submitting PR, made mistake changing author on commits to satisfy CLA
fixing docs