docs: jsdoc + travis auto build to gh-pages.#127
Merged
silvolu merged 1 commit intogoogleapis:masterfrom Aug 27, 2014
Merged
Conversation
Contributor
Author
|
Let me know if/when this is merge-worthy, and I'll do a rebase and rebuild of the docs so we're current. |
Contributor
|
Oh, I thought it was still WIP from the commit message :) Looks good to me, please go forward. I'll then make some tweaks that we'll discuss later! |
cc6dfcc to
d27dfad
Compare
Contributor
Author
|
Re-built :) |
Contributor
|
Is it possible to remove TODOs and private types/members/methods from docs? We should generate docs only for user-facing stuff. |
Contributor
Author
|
Poll time! Do you think the docs should be: var dataset = new Dataset(){};or a real use case: var gcloud = require('gcloud');
var dataset = new gcloud.datastore.Dataset({});? |
Contributor
|
I vote real use case. |
Contributor
|
I vote for the real use case too. Maybe we don't need to mention |
Contributor
Author
|
Holy moly, the big PR is updated! http://stephenplusplus.github.io/gcloud-node/ for a preview. |
Closed
Contributor
|
Looks great! |
Contributor
|
Great, thanks! |
silvolu
added a commit
that referenced
this pull request
Aug 27, 2014
docs: jsdoc + travis auto build to gh-pages.
chingor13
pushed a commit
that referenced
this pull request
Aug 22, 2022
4 tasks
sofisl
pushed a commit
that referenced
this pull request
Sep 15, 2022
4 tasks
4 tasks
sofisl
pushed a commit
that referenced
this pull request
Oct 12, 2022
4 tasks
This was referenced Jan 27, 2026
miguelvelezsa
pushed a commit
that referenced
this pull request
Jan 28, 2026
4 tasks
miguelvelezsa
pushed a commit
that referenced
this pull request
Jan 29, 2026
This was referenced Jan 29, 2026
GautamSharda
pushed a commit
that referenced
this pull request
Feb 2, 2026
4 tasks
sofisl
pushed a commit
that referenced
this pull request
Feb 3, 2026
4 tasks
GautamSharda
pushed a commit
that referenced
this pull request
Feb 3, 2026
4 tasks
sofisl
pushed a commit
that referenced
this pull request
Feb 4, 2026
There is an issue with delay@3.1.0 with the included types. This is being tracked at delay [issue #32](sindresorhus/delay#32) and is preventing @google-cloud/logging-bunyan from compiling. Until delay issue #32 is resolved, delay will be pinned to version 3.0.x.
This was referenced Feb 4, 2026
sofisl
pushed a commit
that referenced
this pull request
Feb 5, 2026
GautamSharda
pushed a commit
that referenced
this pull request
Feb 5, 2026
Adds the `reportMode` configuration option. The `ignoreEnvironmentCheck` configuration option is now deprecated, and the `reportMode` option should be used instead. In particular, the `reportMode` can have one of three values: * 'production' (default) - Only report errors if NODE_ENV is set to "production".: * 'always' - Always report errors regardless of the value of NODE_ENV. * 'never' - Never report errors regardless of the value of NODE_ENV. Fixes #127
This file contains hidden or 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
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.
work in progress
RE: #125
Preview:
JSDoc-rendered HTML: http://stephenplusplus.github.io/gcloud-node
Readme changes: https://github.com/stephenplusplus/gcloud-node/tree/docs