Skip to content

build: reduce download junk in log files #898

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

Merged
merged 1 commit into from
Feb 23, 2021
Merged

Conversation

yoshi-automation
Copy link
Contributor

This PR was generated using Autosynth. 🌈

Synth log will be available here:
https://source.cloud.google.com/results/invocations/09d716a8-4c1f-45f1-8ab4-654e64792cda/targets

  • To automatically regenerate this PR, check this box.

Source-Link: googleapis/synthtool@6946fd7

* fix: less download junk log files

* Update build.sh

Source-Author: Elliotte Rusty Harold <[email protected]>
Source-Date: Fri Feb 19 01:42:29 2021 +0000
Source-Repo: googleapis/synthtool
Source-Sha: 6946fd71ae9215b0e7ae188f5057df765ee6d7d2
Source-Link: googleapis/synthtool@6946fd7
@yoshi-automation yoshi-automation requested review from a team as code owners February 22, 2021 22:36
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/java-spanner API. label Feb 22, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Feb 22, 2021
@codecov
Copy link

codecov bot commented Feb 22, 2021

Codecov Report

Merging #898 (2d91679) into master (9a59000) will increase coverage by 0.01%.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #898      +/-   ##
============================================
+ Coverage     85.19%   85.21%   +0.01%     
  Complexity     2624     2624              
============================================
  Files           145      145              
  Lines         14287    14287              
  Branches       1379     1379              
============================================
+ Hits          12172    12174       +2     
+ Misses         1539     1538       -1     
+ Partials        576      575       -1     
Impacted Files Coverage Δ Complexity Δ
...cloud/spanner/connection/ReadWriteTransaction.java 81.89% <0.00%> (+0.27%) 56.00% <0.00%> (ø%)
...m/google/cloud/spanner/connection/SpannerPool.java 87.89% <0.00%> (+0.52%) 33.00% <0.00%> (ø%)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9a59000...c542754. Read the comment docs.

@thiagotnunes thiagotnunes merged commit 7f4ccf2 into master Feb 23, 2021
@thiagotnunes thiagotnunes deleted the autosynth-synthtool branch February 23, 2021 01:23
ansh0l pushed a commit to ansh0l/java-spanner that referenced this pull request Nov 10, 2022
This is an auto-generated regeneration of the .pb.go files by
cloud.google.com/go/internal/gapicgen. Once this PR is submitted, genbot will
update the corresponding PR to depend on the newer version of go-genproto, and
assign reviewers. Whilst this or any regen PR is open in go-genproto, genbot
will not create any more regeneration PRs. If all regen PRs are closed,
gapicgen will create a new set of regeneration PRs once per night.

If you have been assigned to review this PR, please:

- Ensure that CI is passing. If it's failing, it requires your manual attention.
- Approve and submit this PR if you believe it's ready to ship. That will prompt
genbot to assign reviewers to the google-cloud-go PR.

Corresponding google-cloud-go PR: googleapis/google-cloud-go#6689

Changes:

docs: Add documentation for Cloud Healthcare API Stackdriver Logging Protos
  PiperOrigin-RevId: 474809566
  Source-Link: googleapis/googleapis@8e0b16c

docs: Remove unnecessary comment
  PiperOrigin-RevId: 474807836
  Source-Link: googleapis/googleapis@dfd68f7

feat(container): added High Throughput Logging API for Google Kubernetes Engine docs: ReservationAffinity key field docs incorrect docs: missing period in description for min CPU platform
  PiperOrigin-RevId: 474706444
  Source-Link: googleapis/googleapis@a5a8829

docs: document explicitly quotes in attribute filter
  PiperOrigin-RevId: 474678911
  Source-Link: googleapis/googleapis@b6c0e8a

chore(ruby): Configure builds for BigQuery DataPolicies client
  PiperOrigin-RevId: 474677663
  Source-Link: googleapis/googleapis@1a176ac

feat: added High Throughput Logging API for Google Kubernetes Engine docs: ReservationAffinity key field docs incorrect docs: missing period in description for min CPU platform
  PiperOrigin-RevId: 474671838
  Source-Link: googleapis/googleapis@9212f73

chore: regenerate API index

  Source-Link: googleapis/googleapis@e3ff5d0

feat!: replace java_outer_classname option with use_java_stubby_library, add DisableServiceAccountKey and EnableServiceAccountKey, and update comments
  PiperOrigin-RevId: 474647927
  Source-Link: googleapis/googleapis@a0a740c

feat: Add Secure Boot support to TPU v2alpha1 API
  PiperOrigin-RevId: 474644226
  Source-Link: googleapis/googleapis@f90b329

chore: regenerate API index

  Source-Link: googleapis/googleapis@fdf5495

feat(aiplatform): add deleteFeatureValues in aiplatform v1beta1 featurestore_service.proto
  PiperOrigin-RevId: 474635535
  Source-Link: googleapis/googleapis@39c28bf

chore: regenerate API index

  Source-Link: googleapis/googleapis@8b59cdf

fix(security/publicca): Add proto options for Ruby, PHP and C# API client libraries
  PiperOrigin-RevId: 474618303
  Source-Link: googleapis/googleapis@73f12f3

feat: update package_name of nodejs library
  PiperOrigin-RevId: 474590442
  Source-Link: googleapis/googleapis@a0093c4
rajatbhatta pushed a commit to rajatbhatta/java-spanner that referenced this pull request Nov 17, 2022
Some tests used invalid escaping of quotes in PostgreSQL queries. They
assumed that a quote in a quoted string could be escaped by prefixing
it with a backslash. This is however not allowed in PostgreSQL, and
instead the quote must be escaped by including the same quote twice in
the string.
The Spanner Java client library contained a bug that allowed the
backslash-escaped quotes to be accepted. This bug has been fixed in
6.25.7 and these tests therefore need to be modified to be able to
update to that version.

Fixes the build error in googleapis#898
rajatbhatta pushed a commit to rajatbhatta/java-spanner that referenced this pull request Nov 17, 2022
…v6.27.0 (googleapis#898)

[![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-bom](https://togithub.com/googleapis/java-spanner) | `6.25.5` -> `6.27.0` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-spanner-bom/6.27.0/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-spanner-bom/6.27.0/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-spanner-bom/6.27.0/compatibility-slim/6.25.5)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud:google-cloud-spanner-bom/6.27.0/confidence-slim/6.25.5)](https://docs.renovatebot.com/merge-confidence/) |

---

### Release Notes

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

### [`v6.27.0`](https://togithub.com/googleapis/java-spanner/blob/HEAD/CHANGELOG.md#&#8203;6270-httpsgithubcomgoogleapisjava-spannercomparev6260v6270-2022-07-19)

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

##### Features

-   Adding new fields for Instance Create Time and Update Time  ([#&#8203;1913](https://togithub.com/googleapis/java-spanner/issues/1913)) ([2c71e02](https://togithub.com/googleapis/java-spanner/commit/2c71e0233333803f271931f6ef471b7eacfa52d7))

##### Dependencies

-   update dependency com.google.cloud:google-cloud-monitoring to v3.3.1 ([#&#8203;1933](https://togithub.com/googleapis/java-spanner/issues/1933)) ([e3d646b](https://togithub.com/googleapis/java-spanner/commit/e3d646bae4abf2215d44f282d4faf722c638b823))
-   update dependency org.graalvm.buildtools:junit-platform-native to v0.9.13 ([#&#8203;1944](https://togithub.com/googleapis/java-spanner/issues/1944)) ([765d11b](https://togithub.com/googleapis/java-spanner/commit/765d11b2e5ee7b1f12d2d27a139f92efbc1caa07))
-   update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.13 ([#&#8203;1945](https://togithub.com/googleapis/java-spanner/issues/1945)) ([0da75b8](https://togithub.com/googleapis/java-spanner/commit/0da75b819d6e9d0f7c6850d77656e46b76ddad6d))
-   update dependency org.graalvm.sdk:graal-sdk to v22.2.0 ([#&#8203;1953](https://togithub.com/googleapis/java-spanner/issues/1953)) ([c7f1040](https://togithub.com/googleapis/java-spanner/commit/c7f1040d849901194e5672b270ccee7fbc695d17))

### [`v6.26.0`](https://togithub.com/googleapis/java-spanner/blob/HEAD/CHANGELOG.md#&#8203;6260-httpsgithubcomgoogleapisjava-spannercomparev6257v6260-2022-07-13)

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

##### Features

-   Adding two new fields for Instance create_time and update_time ([#&#8203;1908](https://togithub.com/googleapis/java-spanner/issues/1908)) ([00b3817](https://togithub.com/googleapis/java-spanner/commit/00b38178e851401e293aa457f7ba5ea593a7b7c5))
-   changes to support data, timestamp and arrays in IT tests ([#&#8203;1840](https://togithub.com/googleapis/java-spanner/issues/1840)) ([c667653](https://togithub.com/googleapis/java-spanner/commit/c667653ec380dccbf205e7b419843da11cf4155a))
-   Error Details Improvement ([c8a2184](https://togithub.com/googleapis/java-spanner/commit/c8a2184c51cc92ec35c759eff68e614fc78fb2e6))
-   Error Details Improvement ([#&#8203;1929](https://togithub.com/googleapis/java-spanner/issues/1929)) ([c8a2184](https://togithub.com/googleapis/java-spanner/commit/c8a2184c51cc92ec35c759eff68e614fc78fb2e6))

##### Bug Fixes

-   enable longpaths support for windows test ([#&#8203;1485](https://togithub.com/googleapis/java-spanner/issues/1485)) ([#&#8203;1946](https://togithub.com/googleapis/java-spanner/issues/1946)) ([fd0b845](https://togithub.com/googleapis/java-spanner/commit/fd0b84523535ba583a1b56acbea98835191daa06))

##### Dependencies

-   update dependency com.google.cloud:google-cloud-trace to v2.3.0 ([#&#8203;1934](https://togithub.com/googleapis/java-spanner/issues/1934)) ([2813eb2](https://togithub.com/googleapis/java-spanner/commit/2813eb21c9f168e8dea149e40dac188933c7e2db))

### [`v6.25.7`](https://togithub.com/googleapis/java-spanner/blob/HEAD/CHANGELOG.md#&#8203;6257-httpsgithubcomgoogleapisjava-spannercomparev6256v6257-2022-06-30)

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

##### Dependencies

-   update dependency com.google.cloud:google-cloud-shared-dependencies to v2.13.0 ([#&#8203;1924](https://togithub.com/googleapis/java-spanner/issues/1924)) ([dde5ee8](https://togithub.com/googleapis/java-spanner/commit/dde5ee8c5fcef36b415929aa32931dc811036eb4))
-   update dependency org.graalvm.buildtools:junit-platform-native to v0.9.12 ([#&#8203;1906](https://togithub.com/googleapis/java-spanner/issues/1906)) ([1800cd9](https://togithub.com/googleapis/java-spanner/commit/1800cd917c26934768296253cbbcf7c91c54afef))

### [`v6.25.6`](https://togithub.com/googleapis/java-spanner/blob/HEAD/CHANGELOG.md#&#8203;6256-httpsgithubcomgoogleapisjava-spannercomparev6255v6256-2022-06-22)

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

##### Bug Fixes

-   PostgreSQL parser should not treat \ as an escape char ([#&#8203;1921](https://togithub.com/googleapis/java-spanner/issues/1921)) ([260bbe3](https://togithub.com/googleapis/java-spanner/commit/260bbe3cb78e0583975d7085ae5a95dbfd3efd73)), closes [#&#8203;1920](https://togithub.com/googleapis/java-spanner/issues/1920)

##### Documentation

-   **sample:** relocate native image sample from old repo ([#&#8203;1758](https://togithub.com/googleapis/java-spanner/issues/1758)) ([ef187f4](https://togithub.com/googleapis/java-spanner/commit/ef187f4fccaf1c5550e9f6795228e6c7361030db))

##### Dependencies

-   update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.11 ([#&#8203;1907](https://togithub.com/googleapis/java-spanner/issues/1907)) ([01f8a07](https://togithub.com/googleapis/java-spanner/commit/01f8a07c64358368615d8c729c7c47c4b2c687fd))
-   update dependency org.graalvm.buildtools:native-maven-plugin to v0.9.12 ([#&#8203;1918](https://togithub.com/googleapis/java-spanner/issues/1918)) ([be8b50b](https://togithub.com/googleapis/java-spanner/commit/be8b50b56e51245d941c52445498600025e26ba9))

</details>

---

### Configuration

📅 **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, click this checkbox.

---

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-jdbc).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzMi4xMTcuNCIsInVwZGF0ZWRJblZlciI6IjMyLjExNy40In0=-->
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. cla: yes This human has signed the Contributor License Agreement. context: full
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants