Skip to content

Commit

Permalink
update templates
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui committed Apr 25, 2019
1 parent 5e99ce0 commit f7f7a34
Show file tree
Hide file tree
Showing 26 changed files with 39 additions and 39 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Thanks for stopping by to let us know something could be better!

Please run down the following list and make sure you've tried the usual "quick fixes":

- Search the issues already opened: https://github.com/GoogleCloudPlatform/google-cloud-node/issues
- Search the issues already opened: https://github.com/googleapis/nodejs-recaptcha-enterprise/issues
- Search the issues on our "catch-all" repository: https://github.com/googleapis/google-cloud-node
- Search StackOverflow: http://stackoverflow.com/questions/tagged/google-cloud-platform+node.js

Expand All @@ -21,7 +21,7 @@ If you are still having issues, please be sure to include as much information as
- OS:
- Node.js version:
- npm version:
- `recaptchaenterprise` version:
- `@google-cloud/recaptcha-enterprise` version:

#### Steps to reproduce

Expand Down
2 changes: 1 addition & 1 deletion .jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module.exports = {
copyright: 'Copyright 2018 Google, LLC.',
includeDate: false,
sourceFiles: false,
systemName: 'recaptchaenterprise',
systemName: '@google-cloud/recaptcha-enterprise',
theme: 'lumen'
}
};
4 changes: 2 additions & 2 deletions .kokoro/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ action {
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"

# Use the trampoline script to run in docker.
build_file: "google-cloud-node/.kokoro/trampoline.sh"
build_file: "nodejs-recaptcha-enterprise/.kokoro/trampoline.sh"

# Configure the docker image for kokoro-trampoline.
env_vars: {
Expand All @@ -20,5 +20,5 @@ env_vars: {
}
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/google-cloud-node/.kokoro/test.sh"
value: "github/nodejs-recaptcha-enterprise/.kokoro/test.sh"
}
4 changes: 2 additions & 2 deletions .kokoro/continuous/node10/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ action {
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"

# Use the trampoline script to run in docker.
build_file: "google-cloud-node/.kokoro/trampoline.sh"
build_file: "nodejs-recaptcha-enterprise/.kokoro/trampoline.sh"

# Configure the docker image for kokoro-trampoline.
env_vars: {
Expand All @@ -20,5 +20,5 @@ env_vars: {
}
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/google-cloud-node/.kokoro/test.sh"
value: "github/nodejs-recaptcha-enterprise/.kokoro/test.sh"
}
2 changes: 1 addition & 1 deletion .kokoro/continuous/node10/docs.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/google-cloud-node/.kokoro/docs.sh"
value: "github/nodejs-recaptcha-enterprise/.kokoro/docs.sh"
}
2 changes: 1 addition & 1 deletion .kokoro/continuous/node10/lint.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/google-cloud-node/.kokoro/lint.sh"
value: "github/nodejs-recaptcha-enterprise/.kokoro/lint.sh"
}
2 changes: 1 addition & 1 deletion .kokoro/continuous/node10/samples-test.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/google-cloud-nodejs"

env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/google-cloud-node/.kokoro/samples-test.sh"
value: "github/nodejs-recaptcha-enterprise/.kokoro/samples-test.sh"
}
2 changes: 1 addition & 1 deletion .kokoro/continuous/node10/system-test-grpcjs.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/google-cloud-nodejs"

env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/google-cloud-node/.kokoro/system-test.sh"
value: "github/nodejs-recaptcha-enterprise/.kokoro/system-test.sh"
}

env_vars: {
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/continuous/node10/system-test.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/google-cloud-nodejs"

env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/google-cloud-node/.kokoro/system-test.sh"
value: "github/nodejs-recaptcha-enterprise/.kokoro/system-test.sh"
}
4 changes: 2 additions & 2 deletions .kokoro/continuous/node11/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ action {
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"

# Use the trampoline script to run in docker.
build_file: "google-cloud-node/.kokoro/trampoline.sh"
build_file: "nodejs-recaptcha-enterprise/.kokoro/trampoline.sh"

# Configure the docker image for kokoro-trampoline.
env_vars: {
Expand All @@ -20,5 +20,5 @@ env_vars: {
}
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/google-cloud-node/.kokoro/test.sh"
value: "github/nodejs-recaptcha-enterprise/.kokoro/test.sh"
}
4 changes: 2 additions & 2 deletions .kokoro/continuous/node6/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ action {
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"

# Use the trampoline script to run in docker.
build_file: "google-cloud-node/.kokoro/trampoline.sh"
build_file: "nodejs-recaptcha-enterprise/.kokoro/trampoline.sh"

# Configure the docker image for kokoro-trampoline.
env_vars: {
Expand All @@ -20,5 +20,5 @@ env_vars: {
}
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/google-cloud-node/.kokoro/test.sh"
value: "github/nodejs-recaptcha-enterprise/.kokoro/test.sh"
}
4 changes: 2 additions & 2 deletions .kokoro/continuous/node8/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ action {
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"

# Use the trampoline script to run in docker.
build_file: "google-cloud-node/.kokoro/trampoline.sh"
build_file: "nodejs-recaptcha-enterprise/.kokoro/trampoline.sh"

# Configure the docker image for kokoro-trampoline.
env_vars: {
Expand All @@ -20,5 +20,5 @@ env_vars: {
}
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/google-cloud-node/.kokoro/test.sh"
value: "github/nodejs-recaptcha-enterprise/.kokoro/test.sh"
}
4 changes: 2 additions & 2 deletions .kokoro/presubmit/node10/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ action {
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"

# Use the trampoline script to run in docker.
build_file: "google-cloud-node/.kokoro/trampoline.sh"
build_file: "nodejs-recaptcha-enterprise/.kokoro/trampoline.sh"

# Configure the docker image for kokoro-trampoline.
env_vars: {
Expand All @@ -20,5 +20,5 @@ env_vars: {
}
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/google-cloud-node/.kokoro/test.sh"
value: "github/nodejs-recaptcha-enterprise/.kokoro/test.sh"
}
2 changes: 1 addition & 1 deletion .kokoro/presubmit/node10/docs.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/google-cloud-node/.kokoro/docs.sh"
value: "github/nodejs-recaptcha-enterprise/.kokoro/docs.sh"
}
2 changes: 1 addition & 1 deletion .kokoro/presubmit/node10/lint.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/google-cloud-node/.kokoro/lint.sh"
value: "github/nodejs-recaptcha-enterprise/.kokoro/lint.sh"
}
2 changes: 1 addition & 1 deletion .kokoro/presubmit/node10/samples-test.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/google-cloud-nodejs"

env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/google-cloud-node/.kokoro/samples-test.sh"
value: "github/nodejs-recaptcha-enterprise/.kokoro/samples-test.sh"
}
2 changes: 1 addition & 1 deletion .kokoro/presubmit/node10/system-test-grpcjs.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/google-cloud-nodejs"

env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/google-cloud-node/.kokoro/system-test.sh"
value: "github/nodejs-recaptcha-enterprise/.kokoro/system-test.sh"
}

env_vars: {
Expand Down
2 changes: 1 addition & 1 deletion .kokoro/presubmit/node10/system-test.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/google-cloud-nodejs"

env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/google-cloud-node/.kokoro/system-test.sh"
value: "github/nodejs-recaptcha-enterprise/.kokoro/system-test.sh"
}
4 changes: 2 additions & 2 deletions .kokoro/presubmit/node11/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ action {
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"

# Use the trampoline script to run in docker.
build_file: "google-cloud-node/.kokoro/trampoline.sh"
build_file: "nodejs-recaptcha-enterprise/.kokoro/trampoline.sh"

# Configure the docker image for kokoro-trampoline.
env_vars: {
Expand All @@ -20,5 +20,5 @@ env_vars: {
}
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/google-cloud-node/.kokoro/test.sh"
value: "github/nodejs-recaptcha-enterprise/.kokoro/test.sh"
}
4 changes: 2 additions & 2 deletions .kokoro/presubmit/node6/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ action {
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"

# Use the trampoline script to run in docker.
build_file: "google-cloud-node/.kokoro/trampoline.sh"
build_file: "nodejs-recaptcha-enterprise/.kokoro/trampoline.sh"

# Configure the docker image for kokoro-trampoline.
env_vars: {
Expand All @@ -20,5 +20,5 @@ env_vars: {
}
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/google-cloud-node/.kokoro/test.sh"
value: "github/nodejs-recaptcha-enterprise/.kokoro/test.sh"
}
4 changes: 2 additions & 2 deletions .kokoro/presubmit/node8/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ action {
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"

# Use the trampoline script to run in docker.
build_file: "google-cloud-node/.kokoro/trampoline.sh"
build_file: "nodejs-recaptcha-enterprise/.kokoro/trampoline.sh"

# Configure the docker image for kokoro-trampoline.
env_vars: {
Expand All @@ -20,5 +20,5 @@ env_vars: {
}
env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/google-cloud-node/.kokoro/test.sh"
value: "github/nodejs-recaptcha-enterprise/.kokoro/test.sh"
}
2 changes: 1 addition & 1 deletion .kokoro/presubmit/windows/test.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Use the test file directly
build_file: "google-cloud-node/.kokoro/test.bat"
build_file: "nodejs-recaptcha-enterprise/.kokoro/test.bat"
2 changes: 1 addition & 1 deletion .kokoro/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ python3 -m releasetool publish-reporter-script > /tmp/publisher-script; source /

cd $(dirname $0)/..

NPM_TOKEN=$(cat $KOKORO_KEYSTORE_DIR/73713_recaptchaenterprise-npm-token)
NPM_TOKEN=$(cat $KOKORO_KEYSTORE_DIR/73713_google-cloud-recaptcha-enterprise-npm-token)
echo "//wombat-dressing-room.appspot.com/:_authToken=${NPM_TOKEN}" > ~/.npmrc

npm install
Expand Down
6 changes: 3 additions & 3 deletions .kokoro/release/publish.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ before_action {
fetch_keystore {
keystore_resource {
keystore_config_id: 73713
keyname: "recaptchaenterprise-npm-token"
keyname: "google-cloud-recaptcha-enterprise-npm-token"
}
}
}
Expand All @@ -60,7 +60,7 @@ before_action {
gfile_resources: "/bigstore/cloud-devrel-kokoro-resources/trampoline"

# Use the trampoline script to run in docker.
build_file: "google-cloud-node/.kokoro/trampoline.sh"
build_file: "nodejs-recaptcha-enterprise/.kokoro/trampoline.sh"

# Configure the docker image for kokoro-trampoline.
env_vars: {
Expand All @@ -70,5 +70,5 @@ env_vars: {

env_vars: {
key: "TRAMPOLINE_BUILD_FILE"
value: "github/google-cloud-node/.kokoro/publish.sh"
value: "github/nodejs-recaptcha-enterprise/.kokoro/publish.sh"
}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# [Google Cloud reCAPTCHA Enterprise: Node.js Client](https://github.com/googleapis/nodejs-recaptcha-enterprise)

[![release level](https://img.shields.io/badge/release%20level-alpha-orange.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
[![npm version](https://img.shields.io/npm/v/recaptchaenterprise.svg)](https://www.npmjs.org/package/recaptchaenterprise)
[![npm version](https://img.shields.io/npm/v/@google-cloud/recaptcha-enterprise.svg)](https://www.npmjs.org/package/@google-cloud/recaptcha-enterprise)
[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-recaptcha-enterprise/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-recaptcha-enterprise)


Expand Down Expand Up @@ -48,7 +48,7 @@ Google APIs Client Libraries, in [Client Libraries Explained][explained].
### Installing the client library

```bash
npm install recaptchaenterprise
npm install @google-cloud/recaptcha-enterprise
```


Expand Down
2 changes: 1 addition & 1 deletion synth.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
library = gapic.node_library(
'recaptchaenterprise',
version)
s.copy(library, excludes=['README.md', 'package.json', 'src/index.js'])
s.copy(library, excludes=['package.json', 'src/index.js'])

# Copy common templates
common_templates = gcp.CommonTemplates()
Expand Down

0 comments on commit f7f7a34

Please sign in to comment.