From cd9f909632898b8b327064e72a6cc37d02aa15e7 Mon Sep 17 00:00:00 2001 From: Alexander Fenster Date: Wed, 17 Jan 2018 11:27:16 -0800 Subject: [PATCH] fix client docs url and regenerate README (#9) * fix client docs url and regenerate README * bump version to update README on npm --- .../.cloud-repo-tools.json | 12 ++++++++--- .../.mailmap | 2 ++ .../CONTRIBUTORS | 3 ++- .../README.md | 20 +++++++++---------- .../package.json | 5 +++-- 5 files changed, 25 insertions(+), 17 deletions(-) create mode 100644 packages/google-cloud-bigquery-datatransfer/.mailmap diff --git a/packages/google-cloud-bigquery-datatransfer/.cloud-repo-tools.json b/packages/google-cloud-bigquery-datatransfer/.cloud-repo-tools.json index 30819a250f5..33829101cc9 100644 --- a/packages/google-cloud-bigquery-datatransfer/.cloud-repo-tools.json +++ b/packages/google-cloud-bigquery-datatransfer/.cloud-repo-tools.json @@ -1,7 +1,13 @@ { "requiresKeyFile": true, "requiresProjectId": true, - "product": "datatransfer", - "client_reference_url": "https://cloud.google.com/nodejs/docs/reference/datatransfer/latest/", - "release_quality": "alpha" + "client_reference_url": "https://cloud.google.com/nodejs/docs/reference/bigquery-data-transfer/latest/", + "release_quality": "alpha", + "_product": "bigquery_data_transfer", + "id": "bigquery_data_transfer", + "name": "Google BigQuery Data Transfer Service", + "short_name": "BigQuery Data Transfer Service", + "docs_url": "https://cloud.google.com/bigquery/docs/reference/datatransfer/rest/", + "description": "The [BigQuery Data Transfer Service]({{docs_url}}) transfers data from partner SaaS applications to Google BigQuery on a scheduled, managed basis.", + "api_id": "bigquerydatatransfer.googleapis.com" } diff --git a/packages/google-cloud-bigquery-datatransfer/.mailmap b/packages/google-cloud-bigquery-datatransfer/.mailmap new file mode 100644 index 00000000000..4501e987259 --- /dev/null +++ b/packages/google-cloud-bigquery-datatransfer/.mailmap @@ -0,0 +1,2 @@ +Alexander Fenster Alexander Fenster +Ethan Bao ethanbao diff --git a/packages/google-cloud-bigquery-datatransfer/CONTRIBUTORS b/packages/google-cloud-bigquery-datatransfer/CONTRIBUTORS index d0f6f11ccd9..eaafbdf361c 100644 --- a/packages/google-cloud-bigquery-datatransfer/CONTRIBUTORS +++ b/packages/google-cloud-bigquery-datatransfer/CONTRIBUTORS @@ -3,5 +3,6 @@ # Names are formatted as: # name # +Alexander Fenster Ethan Bao -ethanbao +greenkeeper[bot] diff --git a/packages/google-cloud-bigquery-datatransfer/README.md b/packages/google-cloud-bigquery-datatransfer/README.md index 7593ffbbc4f..88c0bf37a6b 100644 --- a/packages/google-cloud-bigquery-datatransfer/README.md +++ b/packages/google-cloud-bigquery-datatransfer/README.md @@ -1,21 +1,19 @@ Google Cloud Platform logo -# [Google BigQuery Data Transfer Service: Node.js Client](https://github.com/GoogleCloudPlatform/google-cloud-node) - -[![Greenkeeper badge](https://badges.greenkeeper.io/googleapis/nodejs-bigquery-data-transfer.svg)](https://greenkeeper.io/) +# [Google BigQuery Data Transfer Service: Node.js Client](https://github.com/googleapis/nodejs-bigquery-data-transfer) [![release level](https://img.shields.io/badge/release%20level-alpha-orange.svg?style=flat)](https://cloud.google.com/terms/launch-stages) -[![CircleCI](https://img.shields.io/circleci/project/github/GoogleCloudPlatform/google-cloud-node.svg?style=flat)](https://circleci.com/gh/GoogleCloudPlatform/google-cloud-node) -[![AppVeyor](https://ci.appveyor.com/api/projects/status/github/GoogleCloudPlatform/google-cloud-node?branch=master&svg=true)](https://ci.appveyor.com/project/GoogleCloudPlatform/google-cloud-node) -[![codecov](https://img.shields.io/codecov/c/github/GoogleCloudPlatform/google-cloud-node/master.svg?style=flat)](https://codecov.io/gh/GoogleCloudPlatform/google-cloud-node) +[![CircleCI](https://img.shields.io/circleci/project/github/googleapis/nodejs-bigquery-data-transfer.svg?style=flat)](https://circleci.com/gh/googleapis/nodejs-bigquery-data-transfer) +[![AppVeyor](https://ci.appveyor.com/api/projects/status/github/googleapis/nodejs-bigquery-data-transfer?branch=master&svg=true)](https://ci.appveyor.com/project/googleapis/nodejs-bigquery-data-transfer) +[![codecov](https://img.shields.io/codecov/c/github/googleapis/nodejs-bigquery-data-transfer/master.svg?style=flat)](https://codecov.io/gh/googleapis/nodejs-bigquery-data-transfer) > Node.js idiomatic client for [BigQuery Data Transfer Service][product-docs]. -The [BigQuery Data Transfer Service](https://cloud.google.com/bigquery/docs/reference/datatransfer/rest/) transfers data from partner SaaS applications to Google BigQuery on a scheduled, managed basis. +The [BigQuery Data Transfer Service]({{docs_url}}) transfers data from partner SaaS applications to Google BigQuery on a scheduled, managed basis. * [BigQuery Data Transfer Service Node.js Client API Reference][client-docs] -* [github.com/GoogleCloudPlatform/google-cloud-node](https://github.com/GoogleCloudPlatform/google-cloud-node) +* [github.com/googleapis/nodejs-bigquery-data-transfer](https://github.com/googleapis/nodejs-bigquery-data-transfer) * [BigQuery Data Transfer Service Documentation][product-docs] Read more about the client libraries for Cloud APIs, including the older @@ -80,14 +78,14 @@ More Information: [Google Cloud Platform Launch Stages][launch_stages] ## Contributing -Contributions welcome! See the [Contributing Guide](https://github.com/GoogleCloudPlatform/google-cloud-node/blob/master/.github/CONTRIBUTING.md). +Contributions welcome! See the [Contributing Guide](https://github.com/googleapis/nodejs-bigquery-data-transfer/blob/master/.github/CONTRIBUTING.md). ## License Apache Version 2.0 -See [LICENSE](https://github.com/GoogleCloudPlatform/google-cloud-node/blob/master/LICENSE) +See [LICENSE](https://github.com/googleapis/nodejs-bigquery-data-transfer/blob/master/LICENSE) -[client-docs]: https://cloud.google.com/nodejs/docs/reference/datatransfer/latest/ +[client-docs]: https://cloud.google.com/nodejs/docs/reference/bigquery-data-transfer/latest/ [product-docs]: https://cloud.google.com/bigquery/docs/reference/datatransfer/rest/ [shell_img]: http://gstatic.com/cloudssh/images/open-btn.png diff --git a/packages/google-cloud-bigquery-datatransfer/package.json b/packages/google-cloud-bigquery-datatransfer/package.json index 06aa53f7a77..c18df49271c 100644 --- a/packages/google-cloud-bigquery-datatransfer/package.json +++ b/packages/google-cloud-bigquery-datatransfer/package.json @@ -1,7 +1,7 @@ { "name": "@google-cloud/bigquery-data-transfer", "description": "BigQuery Data Transfer API client for Node.js", - "version": "0.1.0", + "version": "0.1.1", "license": "Apache-2.0", "author": "Google Inc", "engines": { @@ -29,8 +29,9 @@ "BigQuery Data Transfer API" ], "contributors": [ + "Alexander Fenster ", "Ethan Bao ", - "ethanbao " + "greenkeeper[bot] " ], "scripts": { "test": "repo-tools test run --cmd npm -- run cover",