Skip to content
This repository was archived by the owner on Mar 17, 2022. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: GoogleCloudPlatform/nodejs-repo-tools
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7b3af4120eca30747b0dc6c373b0c70e505811d3
Choose a base ref
...
head repository: GoogleCloudPlatform/nodejs-repo-tools
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5dd2ab9ffb2d2f867465d3c61cf2365852349803
Choose a head ref
  • 1 commit
  • 4 files changed
  • 1 contributor

Commits on Mar 16, 2018

  1. 2.2.4

    jmdobry committed Mar 16, 2018

    Verified

    This commit was signed with the committer’s verified signature.
    jmdobry Jason Dobry
    Copy the full SHA
    5dd2ab9 View commit details
Showing with 27 additions and 1 deletion.
  1. +6 −0 CHANGELOG.md
  2. +1 −1 package.json
  3. +16 −0 src/utils/products.js
  4. +4 −0 templates/nodejs/gitignore.tpl
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
##### 2.2.4 - 16 March 2018

###### Bug fixes
- Add missing lines to `.gitignore` Node.js template
- Add missing configuration for two products

##### 2.2.3 - 14 March 2018

###### Bug fixes
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@google-cloud/nodejs-repo-tools",
"description": "Tools used to maintain and test Node.js repositories in the GoogleCloudPlaftorm organization.",
"version": "2.2.3",
"version": "2.2.4",
"license": "Apache-2.0",
"author": "Google Inc.",
"engines": {
16 changes: 16 additions & 0 deletions src/utils/products.js
Original file line number Diff line number Diff line change
@@ -86,6 +86,14 @@ const products = [
`[Compute Engine]({{docs_url}}) lets you create and run virtual machines on Google infrastructure. Compute Engine offers scale, performance, and value that allows you to easily launch large compute clusters on Google's infrastructure. There are no upfront investments and you can run thousands of virtual CPUs on a system that has been designed to be fast, and to offer strong consistency of performance.`,
`compute.googleapis.com`
),
new Product(
`container`,
`Google Kubernetes Engine`,
`Kubernetes Engine`,
`${BASE}/kubernetes-engine/docs/`,
`[Kubernetes Engine]({{docs_url}}) is used for building and managing container based applications, powered by the open source Kubernetes technology.`,
`container.googleapis.com`
),
new Product(
`container_builder`,
`Google Container Builder`,
@@ -254,6 +262,14 @@ const products = [
`[Cloud Natural Language API]({{docs_url}}) provides natural language understanding technologies to developers, including sentiment analysis, entity analysis, and syntax analysis. This API is part of the larger Cloud Machine Learning API family.`,
`language.googleapis.com`
),
new Product(
`oslogin`,
`Google Cloud OS Login API`,
`Cloud OS Login API`,
`${BASE}/compute/docs/oslogin/rest`,
`The [Google Cloud OS Login API]({{docs_url}}) manages OS login configuration for Google account users.`,
`oslogin.googleapis.com`
),
new Product(
`prediction`,
`Google Prediction API`,
4 changes: 4 additions & 0 deletions templates/nodejs/gitignore.tpl
Original file line number Diff line number Diff line change
@@ -4,6 +4,10 @@
.nyc_output
docs/
out/
build/
system-test/secrets.js
system-test/*key.json
*.lock
.DS_Store
google-cloud-logging-winston-*.tgz
google-cloud-logging-bunyan-*.tgz