-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Compute Engine samples #94
Conversation
/** | ||
* @param {Function} callback Callback function. | ||
*/ | ||
function getVmsExample(callback) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks the same as the example above, just using the api client instead of gcloud. Why?
LGTM |
"node": ">=0.10.x" | ||
}, | ||
"scripts": { | ||
"sendgrid": "node sendgrid.js", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nothing in this sample is really compute engine specific - at what point do we just have a single sendgrid sample, and use that for g[cka]e?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just realized that wasn't a yes/no question. 😆
* Fix E2E test failure * Make tests more concise * Fix lint * Make tests faster + add console.log calls * Use updated nodejs-repo-tools in package.json * Don't delete apps after they are deployed * Move tests to appspot-preview.com * Add sub-dependencies to main package.json file (so Jenkins recognizes them) * Unpin nodejs-repo-tools dependency * Ignore yarn lockfiles * TODO DEBUG COMMIT - change location of nodejs-repo-tools * Put each test on a different port * Switch to yarn + unified dependency model * Update lockfile * Update unify script * Add yarn to Travis + debug yarn install * Fix lint
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
* updated CHANGELOG.md [ci skip] * updated package.json [ci skip] * updated samples/package.json [ci skip]
No description provided.