This repository was archived by the owner on Nov 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
Conversation
This file contains hidden or 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
autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters.
Source-Author: Stephanie Wang <[email protected]> Source-Date: Mon May 11 16:24:04 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: 98c50772ec23295c64cf0d2ddf199ea52961fd4c Source-Link: googleapis/synthtool@98c5077
Changes include: - build_gen: inject longrunning Go GAPIC remote dep instead of target PiperOrigin-RevId: 311053644 Source-Author: Google APIs <[email protected]> Source-Date: Mon May 11 21:06:37 2020 -0700 Source-Repo: googleapis/googleapis Source-Sha: edd3b80fb770548d6ad780105f1782de6ff73ea0 Source-Link: googleapis/googleapis@edd3b80
Source-Author: Jeff Ching <[email protected]> Source-Date: Tue May 12 09:44:00 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: ba909fca409f6b38eae0fa735614e127d1fc0deb Source-Link: googleapis/synthtool@ba909fc
Co-authored-by: Jeffrey Rennie <[email protected]> Source-Author: Bu Sun Kim <[email protected]> Source-Date: Tue May 12 09:51:12 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 7482e79a82e353248769d819788adc1213e8c207 Source-Link: googleapis/synthtool@7482e79
Co-authored-by: Jeffrey Rennie <[email protected]> Source-Author: Jeff Ching <[email protected]> Source-Date: Tue May 12 10:14:22 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: a7759f81c25396207d46532ed389ad4d34879857 Source-Link: googleapis/synthtool@a7759f8
Co-authored-by: Jeff Ching <[email protected]> Co-authored-by: Jeffrey Rennie <[email protected]> Source-Author: Brian Chen <[email protected]> Source-Date: Tue May 12 10:24:59 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 5b48b0716a36ca069db3038da7e205c87a22ed19 Source-Link: googleapis/synthtool@5b48b07
* fix: consolidate logging setup When switching autosynth to use synthtool's git module, we transitively load synthtool's logger setup which adds a log handler globally. This causes logs to be emitted twice (with 2 different styles). This consolidates the logging setup into a single helper and now both autosynth's and synthtool's logger instance use the same configuration (with different logger names). * fix: add the level name when the log isn't colorize Source-Author: Jeff Ching <[email protected]> Source-Date: Tue May 12 15:53:43 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: c585ac3b5eff5cd2097a5315ffd9cf4823cc1ed2 Source-Link: googleapis/synthtool@c585ac3
* fix: allow bazel server to run for 60 seconds idle, and shutdown if low on system memory * chore: remove option only available on linux Source-Author: Jeff Ching <[email protected]> Source-Date: Tue May 12 19:34:26 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: b0461724be19443075b08c10d4a345cb217002b5 Source-Link: googleapis/synthtool@b046172
Source-Author: Jeff Ching <[email protected]> Source-Date: Tue May 12 19:50:05 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 84c4156c49be9dcabacc8fd7b0585b6fd789ae47 Source-Link: googleapis/synthtool@84c4156
Fixes #546 Source-Author: Jeff Ching <[email protected]> Source-Date: Wed May 13 09:15:01 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: f503622985e230a6792730bbc3b7746c11fce09e Source-Link: googleapis/synthtool@f503622
* fix: add logging handling to github errors * chore: fix mypy types * refactor: rename helper method and preserve stacktrace Source-Author: Jeff Ching <[email protected]> Source-Date: Wed May 13 12:39:39 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 3d2a7d0e21387ed455c966da9f9897b0a4bc5bb8 Source-Link: googleapis/synthtool@3d2a7d0
Source-Author: Jeff Ching <[email protected]> Source-Date: Wed May 13 12:56:10 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 7b7f386b393947a542b87707499f4458136f4f61 Source-Link: googleapis/synthtool@7b7f386
Source-Author: Jeffrey Rennie <[email protected]> Source-Date: Thu May 14 08:40:23 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: f395615039665af6599f69305efcd886685e74f9 Source-Link: googleapis/synthtool@f395615
* fix: limit issue comment size * fix: simplify implementation - just slice the returned bytes Source-Author: Jeff Ching <[email protected]> Source-Date: Thu May 14 12:54:34 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: b6bdd4783f396f9252ce28af43f7215834a55c3c Source-Link: googleapis/synthtool@b6bdd47
β¦ting (#551) * refactor: clean up multi implementation Move the GitHub reporting immediately after the synthesis, rather than waiting until the end of the run. * fix: capture http errors on github reporting issues to not crash the run * fix: handle skipped attribute * refactor: declare and use EXIT_CODE_SKIPPED constant * test: refactor and add units for autosynth.multi * chore: relax typing for subprocess env * test: add test for synthesizing all libraries and reporting errors to GitHub * fix: restore correct execution args Source-Author: Jeff Ching <[email protected]> Source-Date: Thu May 14 17:55:32 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 3593e3a995510c0570648d9a48fc756ab2bfc2cb Source-Link: googleapis/synthtool@3593e3a
fixes googleapis/synthtool#560 Source-Author: Jeffrey Rennie <[email protected]> Source-Date: Fri May 15 14:08:01 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 2aa4a1ed43ab867793be8e8044f7e0210fd9dc92 Source-Link: googleapis/synthtool@2aa4a1e
β¦YNTH_MULTIPLE_PRS (#562) Fixes #545 Source-Author: Jeff Ching <[email protected]> Source-Date: Fri May 15 14:17:17 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 7136daa5687f2a5bdcbba2cb25457f56fdf85d59 Source-Link: googleapis/synthtool@7136daa
Source-Author: Jeff Ching <[email protected]> Source-Date: Tue May 19 09:35:56 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 2d9b52e5799722dac0ab5573e478e14daf388447 Source-Link: googleapis/synthtool@2d9b52e
To avoid generating bogus PRs Co-authored-by: Jeffrey Rennie <[email protected]> Source-Author: Carlos de la Guardia <[email protected]> Source-Date: Tue May 19 11:57:19 2020 -0500 Source-Repo: googleapis/synthtool Source-Sha: d2364eb80b840a36136c8ce12f1c6efabcc9600e Source-Link: googleapis/synthtool@d2364eb
* fix: autosynth for nodejs-apiary A configuration file was lost during the copy from gerrit to github. * chore: remove old copy of node-apiary.yaml Source-Author: Jeffrey Rennie <[email protected]> Source-Date: Tue May 19 16:51:15 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 274dd49554809834287c24b6dd324a85283f1182 Source-Link: googleapis/synthtool@274dd49
Source-Author: Chris Broadfoot <[email protected]> Source-Date: Wed May 20 08:08:35 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 520238f0b4d50ead1a20818855f7d732cb442540 Source-Link: googleapis/synthtool@520238f
In Ruby's autosynth, some files cannot be cleaned up because, well, I don't know. But Ruby isn't leaving gigabytes of garbage around so it's not a problem. So if if git clean is not able to clean up every last file, that should not cause autosynth to file a bug. Source-Author: Jeffrey Rennie <[email protected]> Source-Date: Wed May 20 09:54:22 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 7ee92820e64c0aea379781b82399d6b3f3c8655f Source-Link: googleapis/synthtool@7ee9282
β¦ates (#577) Source-Author: Jeff Ching <[email protected]> Source-Date: Thu May 21 17:51:49 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 65f8c647c0bc0c6b38211b969a2a003e271a5ef1 Source-Link: googleapis/synthtool@65f8c64
Source-Author: Jeff Ching <[email protected]> Source-Date: Tue May 26 08:37:51 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 388f7aafee3d7a067c23db6c13b7e83fb361c64a Source-Link: googleapis/synthtool@388f7aa
Outputs to `logs/[repository]/sponge_log.log` Source-Author: Jeff Ching <[email protected]> Source-Date: Tue May 26 09:04:04 2020 -0700 Source-Repo: googleapis/synthtool Source-Sha: 849ae45d09ebacf90998e7352a682b2462eabbd6 Source-Link: googleapis/synthtool@849ae45
Source-Author: kolea2 <[email protected]> Source-Date: Tue May 26 12:10:05 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: 470789cee75ce93c41348ad6aa4c49363a80399b Source-Link: googleapis/synthtool@470789c
busunkim96
approved these changes
May 27, 2020
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
automerge
Merge the pull request once unit tests and other checks pass.
cla: yes
This human has signed the Contributor License Agreement.
context: partial
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.
This PR was generated using Autosynth. π
Synth log will be available here:
https://source.cloud.google.com/results/invocations/114f5035-f0cf-4ea6-8fee-cdb41d93a838/targets
Source-Link: googleapis/synthtool@470789c
Source-Link: googleapis/synthtool@849ae45
Source-Link: googleapis/synthtool@388f7aa
Source-Link: googleapis/synthtool@65f8c64
Source-Link: googleapis/synthtool@7ee9282
Source-Link: googleapis/synthtool@520238f
Source-Link: googleapis/synthtool@274dd49
Source-Link: googleapis/synthtool@d2364eb
Source-Link: googleapis/synthtool@2d9b52e
Source-Link: googleapis/synthtool@7136daa
Source-Link: googleapis/synthtool@2aa4a1e
Source-Link: googleapis/synthtool@3593e3a
Source-Link: googleapis/synthtool@b6bdd47
Source-Link: googleapis/synthtool@f395615
Source-Link: googleapis/synthtool@7b7f386
Source-Link: googleapis/synthtool@3d2a7d0
Source-Link: googleapis/synthtool@f503622
Source-Link: googleapis/synthtool@84c4156
Source-Link: googleapis/synthtool@b046172
Source-Link: googleapis/synthtool@c585ac3
Source-Link: googleapis/synthtool@5b48b07
Source-Link: googleapis/synthtool@a7759f8
Source-Link: googleapis/synthtool@7482e79
Source-Link: googleapis/synthtool@ba909fc
PiperOrigin-RevId: 311053644
Source-Link: googleapis/googleapis@edd3b80
Source-Link: googleapis/synthtool@98c5077