Skip to content
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

feat: add TransactionExecutionOptions support to executor. #2396

Merged
merged 10 commits into from Apr 25, 2023

Conversation

ko3a4ok
Copy link
Contributor

@ko3a4ok ko3a4ok commented Apr 20, 2023

This PR adds support for TransactionExecutionOptions to Cloud Client Executor Framework.

@ko3a4ok ko3a4ok requested review from a team as code owners April 20, 2023 20:15
@product-auto-label product-auto-label bot added size: s Pull request size is small. api: spanner Issues related to the googleapis/java-spanner API. labels Apr 20, 2023
Copy link
Contributor

@gyang-google gyang-google left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ko3a4ok
Copy link
Contributor Author

ko3a4ok commented Apr 20, 2023

@rajatbhatta @gyang-google could you please help with review?

ko3a4ok and others added 5 commits April 20, 2023 13:44
googleapis#2384)

deps: update dependency com.google.cloud:google-cloud-monitoring to v3.16.0 (googleapis#2383)

chore(main): release 6.40.1 (googleapis#2385)

:robot: I have created a release *beep* *boop*
---

* Update dependency com.google.cloud:google-cloud-monitoring to v3.16.0 ([googleapis#2383](https://togithub.com/googleapis/java-spanner/issues/2383)) ([5d5c33a](https://togithub.com/googleapis/java-spanner/commit/5d5c33ae7c01e10112c72777f202187a50b55ac3))
* Update dependency com.google.cloud:google-cloud-trace to v2.15.0 ([googleapis#2384](https://togithub.com/googleapis/java-spanner/issues/2384)) ([6b4ce1f](https://togithub.com/googleapis/java-spanner/commit/6b4ce1fc7ffd837fab6250e36269589d95f5b8c6))

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).

chore(main): release 6.40.2-SNAPSHOT (googleapis#2386)

:robot: I have created a release *beep* *boop*
---

---
This PR was generated with [Release Please](https://togithub.com/googleapis/release-please). See [documentation](https://togithub.com/googleapis/release-please#release-please).

chore(deps): update dependency com.google.cloud:google-cloud-spanner to v6.40.1 (googleapis#2387)

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [com.google.cloud:google-cloud-spanner](https://togithub.com/googleapis/java-spanner) | `6.40.0` -> `6.40.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-spanner/6.40.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-spanner/6.40.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-spanner/6.40.1/compatibility-slim/6.40.0)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-spanner/6.40.1/confidence-slim/6.40.0)](https://docs.renovatebot.com/merge-confidence/) |

---

<details>
<summary>googleapis/java-spanner</summary>

[Compare Source](https://togithub.com/googleapis/java-spanner/compare/v6.40.0...v6.40.1)

-   Update dependency com.google.cloud:google-cloud-monitoring to v3.16.0 ([#&#8203;2383](https://togithub.com/googleapis/java-spanner/issues/2383)) ([5d5c33a](https://togithub.com/googleapis/java-spanner/commit/5d5c33ae7c01e10112c72777f202187a50b55ac3))
-   Update dependency com.google.cloud:google-cloud-trace to v2.15.0 ([#&#8203;2384](https://togithub.com/googleapis/java-spanner/issues/2384)) ([6b4ce1f](https://togithub.com/googleapis/java-spanner/commit/6b4ce1fc7ffd837fab6250e36269589d95f5b8c6))

</details>

---

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/googleapis/java-spanner).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS40OC4yIiwidXBkYXRlZEluVmVyIjoiMzUuNDguMiJ9-->

feat: add TransactionExecutionOptions support to executor.

feat: add TransactionExecutionOptions support to executor.

feat: add TransactionExecutionOptions support to executor.
@rajatbhatta rajatbhatta added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 21, 2023
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Apr 21, 2023
@rajatbhatta rajatbhatta added the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 25, 2023
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Apr 25, 2023
@rajatbhatta rajatbhatta added the automerge Merge the pull request once unit tests and other checks pass. label Apr 25, 2023
@gcf-merge-on-green gcf-merge-on-green bot merged commit 8327f21 into googleapis:main Apr 25, 2023
23 checks passed
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/java-spanner API. size: s Pull request size is small.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants