From f393e595f1081490ff607f39034d87134c624b8c Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Fri, 19 Jun 2020 05:12:21 -0700 Subject: [PATCH 1/2] changes without context autosynth cannot find the source of changes triggered by earlier changes in this repository, or by version upgrades to tools such as linters. --- .gitignore | 5 +---- synth.metadata | 4 ++-- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 8c18b5e7..b87e1ed5 100644 --- a/.gitignore +++ b/.gitignore @@ -57,7 +57,4 @@ system_tests/local_test_setup # Make sure a generated file isn't accidentally committed. pylintrc -pylintrc.test - -# pytype -pytype_output +pylintrc.test \ No newline at end of file diff --git a/synth.metadata b/synth.metadata index abbe2b0e..ffeca791 100644 --- a/synth.metadata +++ b/synth.metadata @@ -3,8 +3,8 @@ { "git": { "name": ".", - "remote": "git@github.com:googleapis/python-api-core", - "sha": "8212bb7f54ca08a498faddaca513580a1f890dbd" + "remote": "https://github.com/googleapis/python-api-core.git", + "sha": "98f03c8dc6f47379bdc8ded8efd24b577e95326d" } }, { From 89f7bae5d1effd1783d71ee3f3bf31cfab897ba3 Mon Sep 17 00:00:00 2001 From: yoshi-automation Date: Fri, 19 Jun 2020 05:12:23 -0700 Subject: [PATCH 2/2] fix(python): change autodoc_default_flags to autodoc_default_options Source-Author: HemangChothani <50404902+HemangChothani@users.noreply.github.com> Source-Date: Thu Jun 18 22:50:02 2020 +0530 Source-Repo: googleapis/synthtool Source-Sha: cd522c3b4dde821766d95c80ae5aeb43d7a41170 Source-Link: https://github.com/googleapis/synthtool/commit/cd522c3b4dde821766d95c80ae5aeb43d7a41170 --- docs/conf.py | 2 +- synth.metadata | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index dd92a749..a53c37db 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,7 +43,7 @@ # autodoc/autosummary flags autoclass_content = "both" -autodoc_default_flags = ["members"] +autodoc_default_options = {"members": True} autosummary_generate = True diff --git a/synth.metadata b/synth.metadata index ffeca791..26ad9977 100644 --- a/synth.metadata +++ b/synth.metadata @@ -11,7 +11,7 @@ "git": { "name": "synthtool", "remote": "https://github.com/googleapis/synthtool.git", - "sha": "f13864cd532f98a4682cec48105580fa9a5c9978" + "sha": "cd522c3b4dde821766d95c80ae5aeb43d7a41170" } } ]