Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

chore: regenerate common templates #256

Merged
merged 24 commits into from
Dec 8, 2020
Merged

chore: regenerate common templates #256

merged 24 commits into from
Dec 8, 2020

Conversation

yoshi-automation
Copy link
Contributor

…lease status

Source-Author: Jeff Ching <chingor@google.com>
Source-Date: Wed Aug 26 21:48:06 2020 -0700
Source-Repo: googleapis/synthtool
Source-Sha: 019c7168faa0e56619f792693a8acdb30d6de19b
Source-Link: googleapis/synthtool@019c716
Automatically perform a Java client library release when:
1. Only dependency updates are going out in the release since any releases containing bug fixes, build changes or new features should be supervised;
2. There are no outstanding/open dependency update pull requests in the repo. This is to avoid multiple/redundant releases;
3. It is a SNAPSHOT release which is automatically generated post regular release -- this requires no human supervision.

Testing done in 5 java-bigquery* client library repos. Example:
[chore: release 0.3.4 ](googleapis/java-bigqueryconnection#130)
[chore: release 0.3.5-SNAPSHOT](googleapis/java-bigqueryconnection#131)

Source-Author: Stephanie Wang <stephaniewang526@users.noreply.github.com>
Source-Date: Thu Sep 17 15:30:02 2020 -0400
Source-Repo: googleapis/synthtool
Source-Sha: 538a68019eb4a36a0cdfa4021f324dd01b784395
Source-Link: googleapis/synthtool@538a680
Source-Author: Jeff Ching <chingor@google.com>
Source-Date: Mon Sep 21 09:00:06 2020 -0700
Source-Repo: googleapis/synthtool
Source-Sha: 80003a3de2d8a75f5b47cb2e77e018f7f0f776cc
Source-Link: googleapis/synthtool@80003a3
Source-Author: Jeff Ching <chingor@google.com>
Source-Date: Wed Sep 23 12:46:45 2020 -0700
Source-Repo: googleapis/synthtool
Source-Sha: 916c10e8581804df2b48a0f0457d848f3faa582e
Source-Link: googleapis/synthtool@916c10e
Source-Author: Stephanie Wang <stephaniewang526@users.noreply.github.com>
Source-Date: Thu Sep 24 16:57:32 2020 -0400
Source-Repo: googleapis/synthtool
Source-Sha: 95dbe1bee3c7f7e52ddb24a54c37080620e0d1a2
Source-Link: googleapis/synthtool@95dbe1b
Source-Author: Stephanie Wang <stephaniewang526@users.noreply.github.com>
Source-Date: Thu Sep 24 18:06:14 2020 -0400
Source-Repo: googleapis/synthtool
Source-Sha: da29da32b3a988457b49ae290112b74f14b713cc
Source-Link: googleapis/synthtool@da29da3
Split java README generation into a separate, per-repo continuous job running from Kokoro.

We now generate a new job that runs on commits to the primary branch that strictly manages the README.md. This should prevent us from seeing the contextless autosynth PRs which are caused by non-proto/template upstream changes.

Source-Author: Jeff Ching <chingor@google.com>
Source-Date: Tue Sep 29 15:48:03 2020 -0700
Source-Repo: googleapis/synthtool
Source-Sha: e6168630be3e31eede633ba2c6f1cd64248dec1c
Source-Link: googleapis/synthtool@e616863
…nch protection with unit lint

Source-Author: BenWhitehead <BenWhitehead@users.noreply.github.com>
Source-Date: Wed Sep 30 15:14:05 2020 -0400
Source-Repo: googleapis/synthtool
Source-Sha: 8a7a3021fe97aa0a3641db642fe2b767f1c8110f
Source-Link: googleapis/synthtool@8a7a302
Source-Author: Jeff Ching <chingor@google.com>
Source-Date: Wed Sep 30 13:20:04 2020 -0700
Source-Repo: googleapis/synthtool
Source-Sha: 0762e8ee2ec21cdfc4d82020b985a104feb0453b
Source-Link: googleapis/synthtool@0762e8e
GitHub action config to run the java formatter and suggest inline fixes on the pull request.

This was tested in java-asset: [example PR](googleapis/java-asset#392).

Source-Author: Jeff Ching <chingor@google.com>
Source-Date: Tue Oct 13 09:04:08 2020 -0700
Source-Repo: googleapis/synthtool
Source-Sha: b65ef07d99946d23e900ef2cc490274a16edd336
Source-Link: googleapis/synthtool@b65ef07
This is to reduce resource consumption since we often times hit resource quota limit in samples testing.
e.g. googleapis/java-bigquerydatatransfer#410

Source-Author: Stephanie Wang <stephaniewang526@users.noreply.github.com>
Source-Date: Thu Oct 15 17:16:14 2020 -0400
Source-Repo: googleapis/synthtool
Source-Sha: 27e0e916cbfdb3d5ff6639b686cc04f78a0b0386
Source-Link: googleapis/synthtool@27e0e91
Source-Author: Jeff Ching <chingor@google.com>
Source-Date: Thu Oct 15 16:04:06 2020 -0700
Source-Repo: googleapis/synthtool
Source-Sha: 7c5370937dd9ba9dcf9cd7d2af880a58b389b4f1
Source-Link: googleapis/synthtool@7c53709
Source-Author: Jeff Ching <chingor@google.com>
Source-Date: Mon Oct 19 16:13:57 2020 -0700
Source-Repo: googleapis/synthtool
Source-Sha: 5a506ec8765cc04f7e29f888b8e9b257d9a7ae11
Source-Link: googleapis/synthtool@5a506ec
We don't want quite as much and need to be in `target/devsite/reference`.

Source-Author: Les Vogel <lesv@users.noreply.github.com>
Source-Date: Thu Oct 22 14:10:05 2020 -0700
Source-Repo: googleapis/synthtool
Source-Sha: 9593c3b5b714cc9b17c445aee8834ac2b4b9348b
Source-Link: googleapis/synthtool@9593c3b
Source-Author: Christopher Wilcox <crwilcox@google.com>
Source-Date: Thu Oct 22 14:22:01 2020 -0700
Source-Repo: googleapis/synthtool
Source-Sha: 5f6ef0ec5501d33c4667885b37a7685a30d41a76
Source-Link: googleapis/synthtool@5f6ef0e
Fixes below error in Java repos when googleapis/synthtool#804 was merged:
```
github/java-bigquerystorage/.kokoro/build.sh: line 81: pushd: {SAMPLES_DIR}: No such file or directory
```

Thanks @kolea2 for spotting this in Fusion build logs.

cc @chingor13

Source-Author: Stephanie Wang <stephaniewang526@users.noreply.github.com>
Source-Date: Mon Oct 26 13:44:04 2020 -0400
Source-Repo: googleapis/synthtool
Source-Sha: f68649c5f26bcff6817c6d21e90dac0fc71fef8e
Source-Link: googleapis/synthtool@f68649c
This bot will comment on pull requests that modify templated files. For java, we configure to read from our 2 synth.metadata files: (primary templates and README)

Source-Author: Jeff Ching <chingor@google.com>
Source-Date: Fri Oct 30 14:22:02 2020 -0700
Source-Repo: googleapis/synthtool
Source-Sha: b19b401571e77192f8dd38eab5fb2300a0de9324
Source-Link: googleapis/synthtool@b19b401
Source-Author: Les Vogel <lesv@users.noreply.github.com>
Source-Date: Wed Nov 4 10:18:01 2020 -0800
Source-Repo: googleapis/synthtool
Source-Sha: c7824ea48ff6d4d42dfae0849aec8a85acd90bd9
Source-Link: googleapis/synthtool@c7824ea
Exit code 28 is returned if no changes are required and should not be considered a failure.

Source-Author: Jeff Ching <chingor@google.com>
Source-Date: Mon Nov 9 14:51:28 2020 -0800
Source-Repo: googleapis/synthtool
Source-Sha: 7db8a6c5ffb12a6e4c2f799c18f00f7f3d60e279
Source-Link: googleapis/synthtool@7db8a6c
Source-Author: Jeff Ching <chingor@google.com>
Source-Date: Thu Nov 12 10:07:08 2020 -0800
Source-Repo: googleapis/synthtool
Source-Sha: 7d652819519dfa24da9e14548232e4aaba71a11c
Source-Link: googleapis/synthtool@7d65281
So that renovate-bot stops proposing PRs like [this](https://github.com/googleapis/java-bigquerydatatransfer/pull/515/files)!

Source-Author: Stephanie Wang <stephaniewang526@users.noreply.github.com>
Source-Date: Tue Nov 17 13:02:02 2020 -0500
Source-Repo: googleapis/synthtool
Source-Sha: 7fcc405a579d5d53a726ff3da1b7c8c08f0f2d58
Source-Link: googleapis/synthtool@7fcc405
* chore(java): retry staging portion of the release with backoff

* build: skip logging the retried command - it may contain secrets

Source-Author: Jeff Ching <chingor@google.com>
Source-Date: Thu Nov 19 12:24:02 2020 -0800
Source-Repo: googleapis/synthtool
Source-Sha: 68742c6016bf0d16948a572633d17955a8737414
Source-Link: googleapis/synthtool@68742c6
Source-Author: Jeff Ching <chingor@google.com>
Source-Date: Mon Nov 23 10:23:01 2020 -0800
Source-Repo: googleapis/synthtool
Source-Sha: 943bb78606d035001123030067dffcc34f4645f2
Source-Link: googleapis/synthtool@943bb78
* (chore) Update publish_javadoc.sh

* add `export` to the envVar's to make sure maven knows about them.
* report the Java version

* chore: update script

* remove `java -version`

Co-authored-by: Jeffrey Rennie <rennie@google.com>

Source-Author: Les Vogel <lesv@users.noreply.github.com>
Source-Date: Mon Dec 7 09:37:58 2020 -0800
Source-Repo: googleapis/synthtool
Source-Sha: 5d11bd2888c38ce1fb6fa6bf25494a4219a73928
Source-Link: googleapis/synthtool@5d11bd2
@product-auto-label product-auto-label bot added the api: compute Issues related to the googleapis/java-compute API. label Dec 7, 2020
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Dec 7, 2020
@codecov
Copy link

codecov bot commented Dec 7, 2020

Codecov Report

Merging #256 (a581ab4) into master (06de2c5) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #256   +/-   ##
=========================================
  Coverage     37.18%   37.18%           
  Complexity    15148    15148           
=========================================
  Files          1660     1660           
  Lines        192858   192858           
  Branches      28404    28404           
=========================================
  Hits          71716    71716           
  Misses       112814   112814           
  Partials       8328     8328           

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 06de2c5...a581ab4. Read the comment docs.

@chingor13 chingor13 changed the title [CHANGE ME] Re-generated to pick up changes from synthtool. chore: regenerate common templates Dec 8, 2020
@chingor13 chingor13 merged commit b9ca69a into master Dec 8, 2020
@chingor13 chingor13 deleted the autosynth-synthtool branch December 8, 2020 17:29
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: compute Issues related to the googleapis/java-compute 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