Skip to content

Commit

Permalink
build: runs generator (#6)
Browse files Browse the repository at this point in the history
* docs: add instructions for authenticating for system tests

* docs: add instructions for authenticating for system tests

* docs: add phrasing change to README

Source-Author: sofisl <55454395+sofisl@users.noreply.github.com>
Source-Date: Mon Dec 21 13:21:29 2020 -0800
Source-Repo: googleapis/synthtool
Source-Sha: 363fe305e9ce34a6cd53951c6ee5f997094b54ee
Source-Link: googleapis/synthtool@363fe30

Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
  • Loading branch information
yoshi-automation and sofisl authored Jan 12, 2021
1 parent e739fbb commit 7494933
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 7 deletions.
15 changes: 13 additions & 2 deletions packages/google-devtools-artifactregistry/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@ accept your pull requests.
1. Title your pull request following [Conventional Commits](https://www.conventionalcommits.org/) styling.
1. Submit a pull request.

### Before you begin

1. [Select or create a Cloud Platform project][projects].
1. [Enable billing for your project][billing].
1. [Enable the Artifact Registry API][enable_api].
1. [Set up authentication with a service account][auth] so you can access the
API from your local workstation.


## Running the tests

1. [Prepare your environment for Node.js setup][setup].
Expand All @@ -51,15 +60,17 @@ accept your pull requests.
npm test

# Run sample integration tests.
gcloud auth application-default login
npm run samples-test

# Run all system tests.
gcloud auth application-default login
npm run system-test

1. Lint (and maybe fix) any changes:

npm run fix

[setup]: https://cloud.google.com/nodejs/docs/setup
[projects]: https://console.cloud.google.com/project
[billing]: https://support.google.com/cloud/answer/6293499#enable-billing
[enable_api]: https://console.cloud.google.com/flows/enableapi?apiid=artifactregistry.googleapis.com
[auth]: https://cloud.google.com/docs/authentication/getting-started
3 changes: 1 addition & 2 deletions packages/google-devtools-artifactregistry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ listsRepositories();

## Samples

Samples are in the [`samples/`](https://github.com/googleapis/nodejs-artifact-registry/tree/master/samples) directory. The samples' `README.md`
has instructions for running the samples.
Samples are in the [`samples/`](https://github.com/googleapis/nodejs-artifact-registry/tree/master/samples) directory. Each sample's `README.md` has instructions for running its sample.

| Sample | Source Code | Try it |
| --------------------------- | --------------------------------- | ------ |
Expand Down
11 changes: 10 additions & 1 deletion packages/google-devtools-artifactregistry/linkinator.config.json
Original file line number Diff line number Diff line change
@@ -1 +1,10 @@
{"recurse":true,"skip":["https://googleapis.dev/nodejs/artifactregistry/latest/","https://github.com/googleapis/nodejs-artifact-registry","https://github.com/googleapis/nodejs-artifact-registry/blob/master/CHANGELOG.md","https://github.com/googleapis/nodejs-artifact-registry/blob/master/samples/quickstart.js","https://github.com/googleapis/nodejs-artifact-registry/tree/master/samples","https://github.com/googleapis/nodejs-artifact-registry/blob/master/CONTRIBUTING.md","https://github.com/googleapis/nodejs-artifact-registry/blob/master/LICENSE","http://localhost:5695/","https://codecov.io/gh/googleapis/","www.googleapis.com","img.shields.io"],"silent":true,"concurrency":10}
{
"recurse": true,
"skip": [
"https://codecov.io/gh/googleapis/",
"www.googleapis.com",
"img.shields.io"
],
"silent": true,
"concurrency": 10
}
4 changes: 2 additions & 2 deletions packages/google-devtools-artifactregistry/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{
"git": {
"name": ".",
"remote": "git@github.com:googleapis/nodejs-artifact-registry.git",
"remote": "https://github.com/googleapis/nodejs-artifact-registry.git",
"sha": "8db79fbc711b89107e670db54d69f9685dae457b"
}
},
Expand All @@ -19,7 +19,7 @@
"git": {
"name": "synthtool",
"remote": "https://github.com/googleapis/synthtool.git",
"sha": "18c5dbdb4ac8cf75d4d8174e7b4558f48e76f8a1"
"sha": "363fe305e9ce34a6cd53951c6ee5f997094b54ee"
}
}
],
Expand Down

0 comments on commit 7494933

Please sign in to comment.