Skip to content
This repository has been archived by the owner on Sep 16, 2023. It is now read-only.

chore: Re-generated to pick up changes from synthtool #123

Merged
merged 10 commits into from
Feb 19, 2021

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/4180d257-5bdd-484b-ab11-fe69e1155182/targets

  • To automatically regenerate this PR, check this box.

Source-Link: googleapis/synthtool@b416a7b
Source-Link: googleapis/synthtool@f327d3b
Source-Link: googleapis/synthtool@2414b81
Source-Link: googleapis/synthtool@692715c
Source-Link: googleapis/synthtool@27b2d4f
Source-Link: googleapis/synthtool@140ba24
Source-Link: googleapis/synthtool@e935c9e
Source-Link: googleapis/synthtool@5de29e9
Source-Link: googleapis/synthtool@d1bb917
Source-Link: googleapis/synthtool@3816b08

* chore: updating publish_javadoc to support docfx yml generation

* fix: reducing commit

Source-Author: Emily Ball <[email protected]>
Source-Date: Mon Jan 25 13:29:09 2021 -0800
Source-Repo: googleapis/synthtool
Source-Sha: 3816b080296d4d52975079fd26c110dd26ba25af
Source-Link: googleapis/synthtool@3816b08
Source-Author: Justin Beckwith <[email protected]>
Source-Date: Thu Jan 28 22:22:38 2021 -0800
Source-Repo: googleapis/synthtool
Source-Sha: d1bb9173100f62c0cfc8f3138b62241e7f47ca6a
Source-Link: googleapis/synthtool@d1bb917
* feat: generate docfx yml on release

* fix: updates name variable

* fix: remove non needed resource

* fix: update date

Source-Author: Emily Ball <[email protected]>
Source-Date: Mon Feb 1 15:24:59 2021 -0800
Source-Repo: googleapis/synthtool
Source-Sha: 5de29e9434b63ea6d7e46dc348521c62969af1a1
Source-Link: googleapis/synthtool@5de29e9
Source-Author: Tomo Suzuki <[email protected]>
Source-Date: Tue Feb 2 16:20:26 2021 -0500
Source-Repo: googleapis/synthtool
Source-Sha: e935c9ecb47da0f2e054f5f1845f7cf7c95fa625
Source-Link: googleapis/synthtool@e935c9e
In response to the new multi release branch changes.

Source-Author: Stephanie Wang <[email protected]>
Source-Date: Wed Feb 3 15:06:07 2021 -0500
Source-Repo: googleapis/synthtool
Source-Sha: 140ba24a136c63e7f10a998a63e7898aed63ea7d
Source-Link: googleapis/synthtool@140ba24
Co-authored-by: Christopher Wilcox <[email protected]>

Source-Author: Justin Beckwith <[email protected]>
Source-Date: Wed Feb 3 15:37:31 2021 -0800
Source-Repo: googleapis/synthtool
Source-Sha: 27b2d4f4674840628d0b75c5941e89c12af4764f
Source-Link: googleapis/synthtool@27b2d4f
java-memcache set for all accidentally

Source-Author: Emily Ball <[email protected]>
Source-Date: Thu Feb 4 10:39:41 2021 -0800
Source-Repo: googleapis/synthtool
Source-Sha: 692715c0f23a7bb3bfbbaa300f7620ddfa8c47e5
Source-Link: googleapis/synthtool@692715c
Noticed the workflow was getting skipped on all the release PRs. Updating due to recent update in release-please branch name.

Source-Author: Stephanie Wang <[email protected]>
Source-Date: Tue Feb 9 19:10:03 2021 -0500
Source-Repo: googleapis/synthtool
Source-Sha: 2414b817065726eae0bc525346c7e874f969369d
Source-Link: googleapis/synthtool@2414b81
This PR updates the GitHub Actions configuration for Linkage Monitor. Before this change, the CI configuration has "mvn install" command with 6 options. It turned out that a slight difference in the command line option from "build.sh" fails the build in google-auth-library-java repository (GoogleCloudPlatform/cloud-opensource-java#1941). (@Neenu1995 found the build failure. Thanks!)

Therefore, this change updates the configuration so that Linkage Monitor job just uses "build.sh" to install the artifacts into local Maven repository.

# How did I test?

I tested this change in java-spanner repository with this draft PR: googleapis/java-spanner#868

<img width="889" alt="Screen Shot 2021-02-12 at 16 54 18" src="https://user-images.githubusercontent.com/28604/107826467-f3cd5c80-6d52-11eb-86f1-1a8053326978.png">

It succeeded.

Source-Author: Tomo Suzuki <[email protected]>
Source-Date: Tue Feb 16 15:56:09 2021 -0500
Source-Repo: googleapis/synthtool
Source-Sha: f327d3b657a63ae4a8efd7f011a15eacae36b59c
Source-Link: googleapis/synthtool@f327d3b
doclava v2 => staging
docFX v3 => prod

Source-Author: Emily Ball <[email protected]>
Source-Date: Tue Feb 16 17:02:08 2021 -0800
Source-Repo: googleapis/synthtool
Source-Sha: b416a7befcdbc42de41cf387dcf428f894fb812b
Source-Link: googleapis/synthtool@b416a7b
@yoshi-automation yoshi-automation requested a review from a team as a code owner February 17, 2021 23:18
@product-auto-label product-auto-label bot added the api: notebooks Issues related to the googleapis/java-notebooks API. label Feb 17, 2021
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Feb 17, 2021
@codecov
Copy link

codecov bot commented Feb 17, 2021

Codecov Report

Merging #123 (31e3960) into master (ec6496a) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #123   +/-   ##
=========================================
  Coverage     82.04%   82.04%           
  Complexity      118      118           
=========================================
  Files             6        6           
  Lines          1398     1398           
  Branches          3        3           
=========================================
  Hits           1147     1147           
  Misses          248      248           
  Partials          3        3           

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 ec6496a...6c1fa9c. Read the comment docs.

@eaball35 eaball35 changed the title [CHANGE ME] Re-generated to pick up changes from synthtool. chore: Re-generated to pick up changes from synthtool Feb 18, 2021
@eaball35 eaball35 added the automerge Merge the pull request once unit tests and other checks pass. label Feb 18, 2021
@gcf-merge-on-green
Copy link

Merge-on-green attempted to merge your PR for 6 hours, but it was not mergeable because either one of your required status checks failed, one of your required reviews was not approved, or there is a do not merge label. Learn more about your required status checks here: https://help.github.com/en/github/administering-a-repository/enabling-required-status-checks. You can remove and reapply the label to re-run the bot.

@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Feb 19, 2021
@chingor13 chingor13 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 19, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 19, 2021
@chingor13 chingor13 added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 19, 2021
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Feb 19, 2021
@chingor13 chingor13 merged commit 24bade5 into master Feb 19, 2021
@chingor13 chingor13 deleted the autosynth-synthtool branch February 19, 2021 23:56
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
api: notebooks Issues related to the googleapis/java-notebooks 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.

4 participants