-
Notifications
You must be signed in to change notification settings - Fork 598
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bigquery/language/logging/prediction/vision: decouple packages #1531
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
googlebot
added
the
cla: yes
This human has signed the Contributor License Agreement.
label
Aug 25, 2016
stephenplusplus
added
api: bigquery
Issues related to the BigQuery API.
api: logging
Issues related to the Cloud Logging API.
prediction
api: vision
Issues related to the Cloud Vision API.
api: language
Issues related to the Cloud Natural Language API API.
and removed
cla: yes
This human has signed the Contributor License Agreement.
labels
Aug 25, 2016
stephenplusplus
force-pushed
the
spp--1467-2
branch
from
August 25, 2016 23:55
2cc5116
to
aeadbff
Compare
googlebot
added
the
cla: yes
This human has signed the Contributor License Agreement.
label
Aug 25, 2016
stephenplusplus
force-pushed
the
spp--1467-2
branch
from
August 26, 2016 18:26
aeadbff
to
24a0252
Compare
@@ -29,7 +29,7 @@ | |||
"docs": "node ./scripts/docs/packages.js", | |||
"bundle": "node ./scripts/docs/bundle.js", | |||
"lint": "jshint scripts/ packages/ system-test/ test/ && jscs packages/ system-test/ test/", | |||
"test": "npm run docs && npm run bundle && mocha test/docs.js packages/*/test/*.js", | |||
"test": "npm run docs && npm run bundle && mocha --timeout 5000 test/docs.js packages/*/test/*.js", |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
PTAL. |
sofisl
pushed a commit
that referenced
this pull request
Oct 11, 2022
* bigquery/language/logging/prediction/vision: decouple packages * tests: allow more time for docs tests to run * add vision test * resort dependencies like npm does
4 tasks
sofisl
pushed a commit
that referenced
this pull request
Oct 12, 2022
* bigquery/language/logging/prediction/vision: decouple packages * tests: allow more time for docs tests to run * add vision test * resort dependencies like npm does
4 tasks
sofisl
pushed a commit
that referenced
this pull request
Oct 13, 2022
* bigquery/language/logging/prediction/vision: decouple packages * tests: allow more time for docs tests to run * add vision test * resort dependencies like npm does
sofisl
pushed a commit
that referenced
this pull request
Nov 10, 2022
* bigquery/language/logging/prediction/vision: decouple packages * tests: allow more time for docs tests to run * add vision test * resort dependencies like npm does
4 tasks
sofisl
pushed a commit
that referenced
this pull request
Nov 17, 2022
* bigquery/language/logging/prediction/vision: decouple packages * tests: allow more time for docs tests to run * add vision test * resort dependencies like npm does
4 tasks
4 tasks
sofisl
pushed a commit
that referenced
this pull request
Jan 17, 2023
* bigquery/language/logging/prediction/vision: decouple packages * tests: allow more time for docs tests to run * add vision test * resort dependencies like npm does
sofisl
pushed a commit
that referenced
this pull request
Sep 14, 2023
* bigquery/language/logging/prediction/vision: decouple packages * tests: allow more time for docs tests to run * add vision test * resort dependencies like npm does
4 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
api: bigquery
Issues related to the BigQuery API.
api: language
Issues related to the Cloud Natural Language API API.
api: logging
Issues related to the Cloud Logging API.
api: vision
Issues related to the Cloud Vision API.
cla: yes
This human has signed the Contributor License Agreement.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
After #1529 ships, this does the de-coupling of packages using the new method,
common.util.isCustomType()