Skip to content

Commit 8e6c1ab

Browse files
yoshi-automationJustinBeckwith
authored andcommitted
fix: update retry logic and remove unused protos (#307)
1 parent c307e0b commit 8e6c1ab

File tree

10 files changed

+860
-6385
lines changed

10 files changed

+860
-6385
lines changed

packages/google-cloud-videointelligence/CONTRIBUTING.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ accept your pull requests.
3434
1. Ensure that your code adheres to the existing style in the code to which
3535
you are contributing.
3636
1. Ensure that your code has an appropriate set of tests which all pass.
37+
1. Title your pull request following [Conventional Commits](https://www.conventionalcommits.org/) styling.
3738
1. Submit a pull request.
3839

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

4748
1. Run the tests:
4849

50+
# Run unit tests.
4951
npm test
5052

53+
# Run sample integration tests.
54+
gcloud auth application-default login
55+
npm run samples-test
56+
57+
# Run all system tests.
58+
gcloud auth application-default login
59+
npm run system-test
60+
5161
1. Lint (and maybe fix) any changes:
5262

5363
npm run fix

packages/google-cloud-videointelligence/protos/google/cloud/videointelligence/v1/video_intelligence.proto

Lines changed: 126 additions & 119 deletions
Large diffs are not rendered by default.

packages/google-cloud-videointelligence/protos/protos.d.ts

Lines changed: 248 additions & 1700 deletions
Large diffs are not rendered by default.

packages/google-cloud-videointelligence/protos/protos.js

Lines changed: 276 additions & 4116 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)