This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
fix(samples): removed env variables and buckets from creating bq. #526
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
product-auto-label
bot
added
size: m
Pull request size is medium.
api: retail
Issues related to the googleapis/java-retail API.
labels
Aug 31, 2022
🤖 I detect that the PR title and the commit message differ and there's only one commit. To use the PR title for the commit history, you can use Github's automerge feature with squashing, or use -- conventional-commit-lint bot |
product-auto-label
bot
added
the
samples
Issues that are directly related to samples.
label
Aug 31, 2022
dfirova
changed the title
fix (samples) Removed env variables and buckets from creating BQ.
fix (samples) Remove bucket from BQ import.
Sep 1, 2022
chenlei1216
approved these changes
Sep 2, 2022
samples/interactive-tutorials/src/main/java/setup/SetupCleanup.java
Outdated
Show resolved
Hide resolved
averikitsch
added
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Sep 8, 2022
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Sep 8, 2022
averikitsch
approved these changes
Sep 12, 2022
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please fix broken tests and add comment to where the file is coming from
samples/interactive-tutorials/src/main/java/events/setup/EventsCreateBigQueryTable.java
Outdated
Show resolved
Hide resolved
averikitsch
added
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Sep 12, 2022
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Sep 12, 2022
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Sep 12, 2022
averikitsch
added
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Sep 14, 2022
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Sep 14, 2022
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Sep 14, 2022
dfirova
changed the title
fix (samples) Remove bucket from BQ import.
fix(samples): remove bucket from bq import.
Sep 15, 2022
dfirova
changed the title
fix(samples): remove bucket from bq import.
fix(samples): removed env variables and buckets from creating bq.
Sep 15, 2022
averikitsch
added
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
owlbot:run
Add this label to trigger the Owlbot post processor.
labels
Sep 15, 2022
gcf-owl-bot
bot
removed
the
owlbot:run
Add this label to trigger the Owlbot post processor.
label
Sep 15, 2022
yoshi-kokoro
removed
the
kokoro:force-run
Add this label to force Kokoro to re-run the tests.
label
Sep 15, 2022
gcf-merge-on-green bot
pushed a commit
that referenced
this pull request
Sep 16, 2022
🤖 I have created a release *beep* *boop* --- ## [2.5.0](v2.4.0...v2.5.0) (2022-09-16) ### Features * add local inventories info to the Product resource ([8204fbc](8204fbc)) * release AttributesConfig APIs to v2 version ([8204fbc](8204fbc)) * release CompletionConfig APIs to v2 version ([8204fbc](8204fbc)) * Release Control and ServingConfig serivces to v2 version ([#522](#522)) ([8204fbc](8204fbc)) ### Bug Fixes * **samples:** Removed add time from lro. ([#530](#530)) ([541e280](541e280)) * **samples:** Removed env variables and buckets from creating bq. ([#526](#526)) ([67152a6](67152a6)) * **samples:** Removed region tags ([#531](#531)) ([2d0dd5c](2d0dd5c)) ### Documentation * Improved documentation for Fullfillment and Inventory API in ProductService ([8204fbc](8204fbc)) * minor documentation format and typo fixes ([8204fbc](8204fbc)) * **samples:** Refactoring events package ([#481](#481)) ([20d2539](20d2539)) * **samples:** Refactoring product package ([#480](#480)) ([0c39897](0c39897)) ### Dependencies * Update dependency com.google.cloud:google-cloud-bigquery to v2.14.5 ([#503](#503)) ([435df1b](435df1b)) * Update dependency com.google.cloud:google-cloud-bigquery to v2.14.6 ([#519](#519)) ([9c37ee3](9c37ee3)) * Update dependency com.google.cloud:google-cloud-bigquery to v2.14.7 ([#523](#523)) ([0da80f8](0da80f8)) * Update dependency com.google.cloud:google-cloud-bigquery to v2.15.0 ([#524](#524)) ([ecb986a](ecb986a)) * Update dependency com.google.cloud:google-cloud-bigquery to v2.16.0 ([#535](#535)) ([e7fa004](e7fa004)) * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#533](#533)) ([6236b06](6236b06)) * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#538](#538)) ([ab71781](ab71781)) * Update dependency com.google.cloud:google-cloud-storage to v2.11.3 ([#511](#511)) ([364b3d4](364b3d4)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
github-actions bot
pushed a commit
to meltsufin/monorepo-experiments
that referenced
this pull request
Sep 17, 2022
🤖 I have created a release *beep* *boop* --- ## [2.5.0](googleapis/java-retail@v2.4.0...v2.5.0) (2022-09-16) ### Features * add local inventories info to the Product resource ([32a384d](googleapis/java-retail@32a384d)) * release AttributesConfig APIs to v2 version ([32a384d](googleapis/java-retail@32a384d)) * release CompletionConfig APIs to v2 version ([32a384d](googleapis/java-retail@32a384d)) * Release Control and ServingConfig serivces to v2 version ([#522](googleapis/java-retail#522)) ([32a384d](googleapis/java-retail@32a384d)) ### Bug Fixes * **samples:** Removed add time from lro. ([#530](googleapis/java-retail#530)) ([858b0e1](googleapis/java-retail@858b0e1)) * **samples:** Removed env variables and buckets from creating bq. ([#526](googleapis/java-retail#526)) ([eeb68fa](googleapis/java-retail@eeb68fa)) * **samples:** Removed region tags ([#531](googleapis/java-retail#531)) ([b12a8fe](googleapis/java-retail@b12a8fe)) ### Documentation * Improved documentation for Fullfillment and Inventory API in ProductService ([32a384d](googleapis/java-retail@32a384d)) * minor documentation format and typo fixes ([32a384d](googleapis/java-retail@32a384d)) * **samples:** Refactoring events package ([#481](googleapis/java-retail#481)) ([c644df0](googleapis/java-retail@c644df0)) * **samples:** Refactoring product package ([#480](googleapis/java-retail#480)) ([aebf241](googleapis/java-retail@aebf241)) ### Dependencies * Update dependency com.google.cloud:google-cloud-bigquery to v2.14.5 ([#503](googleapis/java-retail#503)) ([58a7105](googleapis/java-retail@58a7105)) * Update dependency com.google.cloud:google-cloud-bigquery to v2.14.6 ([#519](googleapis/java-retail#519)) ([dc52906](googleapis/java-retail@dc52906)) * Update dependency com.google.cloud:google-cloud-bigquery to v2.14.7 ([#523](googleapis/java-retail#523)) ([3ad9ecf](googleapis/java-retail@3ad9ecf)) * Update dependency com.google.cloud:google-cloud-bigquery to v2.15.0 ([#524](googleapis/java-retail#524)) ([2b6c293](googleapis/java-retail@2b6c293)) * Update dependency com.google.cloud:google-cloud-bigquery to v2.16.0 ([#535](googleapis/java-retail#535)) ([826cbd6](googleapis/java-retail@826cbd6)) * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.2 ([#533](googleapis/java-retail#533)) ([29807c8](googleapis/java-retail@29807c8)) * Update dependency com.google.cloud:google-cloud-shared-dependencies to v3.0.3 ([#538](googleapis/java-retail#538)) ([e4170e8](googleapis/java-retail@e4170e8)) * Update dependency com.google.cloud:google-cloud-storage to v2.11.3 ([#511](googleapis/java-retail#511)) ([2c435e5](googleapis/java-retail@2c435e5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
api: retail
Issues related to the googleapis/java-retail API.
samples
Issues that are directly related to samples.
size: m
Pull request size is medium.
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.
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes #<issue_number_goes_here> ☕️
If you write sample code, please follow the samples format.