From 2bbd253ed319320b47b74d4834eac20586922305 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 21:48:19 +0000 Subject: [PATCH] chore(java): add a note in README for migrated split repos (#1687) (#1027) * chore(java): add a note in README for migrated split repos Disable renovate bot and flaky bot for split repositories that have moved to the Java monorepo. The Java monorepo will pass the "monorepo=True" parameter to java.common_templates method in its owlbot.py files so that the migration note will not appear in the README in the monorepo. Co-authored-by: Jeff Ching Source-Link: https://togithub.com/googleapis/synthtool/commit/d4b291604f148cde065838c498bc8aa79b8dc10e Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:edae91ccdd2dded2f572ec341a768ad180305a3e8fbfd93064b28e237d35920a --- java-errorreporting/.github/.OwlBot.lock.yaml | 2 +- java-errorreporting/.github/ISSUE_TEMPLATE/bug_report.md | 5 +++++ .../.github/ISSUE_TEMPLATE/feature_request.md | 5 +++++ java-errorreporting/.kokoro/nightly/integration.cfg | 2 +- java-errorreporting/.kokoro/nightly/java11-integration.cfg | 2 +- java-errorreporting/.kokoro/nightly/samples.cfg | 2 +- java-errorreporting/README.md | 7 +++++++ java-errorreporting/renovate.json | 1 + 8 files changed, 22 insertions(+), 4 deletions(-) diff --git a/java-errorreporting/.github/.OwlBot.lock.yaml b/java-errorreporting/.github/.OwlBot.lock.yaml index b468b64dd72d..77cf60878e55 100644 --- a/java-errorreporting/.github/.OwlBot.lock.yaml +++ b/java-errorreporting/.github/.OwlBot.lock.yaml @@ -13,4 +13,4 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest - digest: sha256:25a679b48797fcdd98fe339c885d9595a8be5c16a275d1b466ba98e6951a3217 + digest: sha256:edae91ccdd2dded2f572ec341a768ad180305a3e8fbfd93064b28e237d35920a diff --git a/java-errorreporting/.github/ISSUE_TEMPLATE/bug_report.md b/java-errorreporting/.github/ISSUE_TEMPLATE/bug_report.md index 5995a8ec63a1..ce00395dee1a 100644 --- a/java-errorreporting/.github/ISSUE_TEMPLATE/bug_report.md +++ b/java-errorreporting/.github/ISSUE_TEMPLATE/bug_report.md @@ -4,6 +4,11 @@ about: Create a report to help us improve --- +:bus: This library has moved to +[google-cloud-java/java-errorreporting]( +https://github.com/googleapis/google-cloud-java/tree/main/java-errorreporting). +This repository will be archived in the future. + Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response. diff --git a/java-errorreporting/.github/ISSUE_TEMPLATE/feature_request.md b/java-errorreporting/.github/ISSUE_TEMPLATE/feature_request.md index 754e30c68a00..26447631295a 100644 --- a/java-errorreporting/.github/ISSUE_TEMPLATE/feature_request.md +++ b/java-errorreporting/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,6 +4,11 @@ about: Suggest an idea for this library --- +:bus: This library has moved to +[google-cloud-java/java-errorreporting]( +https://github.com/googleapis/google-cloud-java/tree/main/java-errorreporting). +This repository will be archived in the future. + Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/) instead of filing on GitHub. This will ensure a timely response. diff --git a/java-errorreporting/.kokoro/nightly/integration.cfg b/java-errorreporting/.kokoro/nightly/integration.cfg index a2907a257b2b..bd0297a331c2 100644 --- a/java-errorreporting/.kokoro/nightly/integration.cfg +++ b/java-errorreporting/.kokoro/nightly/integration.cfg @@ -23,7 +23,7 @@ env_vars: { env_vars: { key: "ENABLE_FLAKYBOT" - value: "true" + value: "false" } env_vars: { diff --git a/java-errorreporting/.kokoro/nightly/java11-integration.cfg b/java-errorreporting/.kokoro/nightly/java11-integration.cfg index 58049cc38f11..dc51b65e88df 100644 --- a/java-errorreporting/.kokoro/nightly/java11-integration.cfg +++ b/java-errorreporting/.kokoro/nightly/java11-integration.cfg @@ -23,7 +23,7 @@ env_vars: { env_vars: { key: "ENABLE_FLAKYBOT" - value: "true" + value: "false" } env_vars: { diff --git a/java-errorreporting/.kokoro/nightly/samples.cfg b/java-errorreporting/.kokoro/nightly/samples.cfg index 9761fd8648cb..fee6a8381322 100644 --- a/java-errorreporting/.kokoro/nightly/samples.cfg +++ b/java-errorreporting/.kokoro/nightly/samples.cfg @@ -34,5 +34,5 @@ env_vars: { env_vars: { key: "ENABLE_FLAKYBOT" - value: "true" + value: "false" } diff --git a/java-errorreporting/README.md b/java-errorreporting/README.md index a642f98e7e22..bd1b4773e0ef 100644 --- a/java-errorreporting/README.md +++ b/java-errorreporting/README.md @@ -12,6 +12,13 @@ Java idiomatic client for [Error Reporting][product-docs]. > make backwards-incompatible changes. +:bus: In October 2022, this library has moved to +[google-cloud-java/java-errorreporting]( +https://github.com/googleapis/google-cloud-java/tree/main/java-errorreporting). +This repository will be archived in the future. +Future releases will appear in the new repository (https://github.com/googleapis/google-cloud-java/releases). +The Maven artifact coordinates (`com.google.cloud:google-cloud-errorreporting`) remain the same. + ## Quickstart If you are using Maven with [BOM][libraries-bom], add this to your pom.xml file: diff --git a/java-errorreporting/renovate.json b/java-errorreporting/renovate.json index 36ec3d229a5b..8a115a42eefb 100644 --- a/java-errorreporting/renovate.json +++ b/java-errorreporting/renovate.json @@ -1,4 +1,5 @@ { + "enabled": false, "extends": [ ":separateMajorReleases", ":combinePatchMinorReleases",