Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
fix: update retry logic and remove unused protos (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored and JustinBeckwith committed Oct 12, 2019
1 parent b4479f0 commit c42afbc
Show file tree
Hide file tree
Showing 11 changed files with 861 additions and 6,385 deletions.
1 change: 1 addition & 0 deletions .github/release-please.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
releaseType: node
10 changes: 10 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ accept your pull requests.
1. Ensure that your code adheres to the existing style in the code to which
you are contributing.
1. Ensure that your code has an appropriate set of tests which all pass.
1. Title your pull request following [Conventional Commits](https://www.conventionalcommits.org/) styling.
1. Submit a pull request.

## Running the tests
Expand All @@ -46,8 +47,17 @@ accept your pull requests.

1. Run the tests:

# Run unit tests.
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
Expand Down
245 changes: 126 additions & 119 deletions protos/google/cloud/videointelligence/v1/video_intelligence.proto

Large diffs are not rendered by default.

1,948 changes: 248 additions & 1,700 deletions protos/protos.d.ts

Large diffs are not rendered by default.

4,392 changes: 276 additions & 4,116 deletions protos/protos.js

Large diffs are not rendered by default.

Loading

0 comments on commit c42afbc

Please sign in to comment.