From 4af83b6dd44951e3d3d2fae69337d2f104a3cfe8 Mon Sep 17 00:00:00 2001 From: Mariatta Wijaya Date: Wed, 16 Mar 2022 18:13:44 -0700 Subject: [PATCH 1/7] chore: Change the Codeowner to cloud-native-db-dpes --- .repo-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index 72965ea86..def14e05d 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -9,7 +9,7 @@ "repo": "googleapis/java-datastore", "repo_short": "java-datastore", "distribution_name": "com.google.cloud:google-cloud-datastore", - "codeowner_team": "@googleapis/firestore-dpe", + "codeowner_team": "@googleapis/cloud-native-db-dpes", "api_id": "datastore.googleapis.com", "library_type": "GAPIC_COMBO", "api_description": "is a fully managed, schemaless database for\nstoring non-relational data. Cloud Datastore automatically scales with\nyour users and supports ACID transactions, high availability of reads and\nwrites, strong consistency for reads and ancestor queries, and eventual\nconsistency for all other queries.", From 0138ec21ab73221e40c15055d425a51408a291ac Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Thu, 17 Mar 2022 01:15:40 +0000 Subject: [PATCH 2/7] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3cb45a710..cabe8caf5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,9 +4,9 @@ # For syntax help see: # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax -# The @googleapis/firestore-dpe is the default owner for changes in this repo -* @googleapis/yoshi-java @googleapis/firestore-dpe -**/*.java @googleapis/firestore-dpe +# The @googleapis/cloud-native-db-dpes is the default owner for changes in this repo +* @googleapis/yoshi-java @googleapis/cloud-native-db-dpes +**/*.java @googleapis/cloud-native-db-dpes # The java-samples-reviewers team is the default owner for samples changes samples/**/*.java @googleapis/java-samples-reviewers From e2d4155f363782fe6a9d5fdec0809834a7eef66a Mon Sep 17 00:00:00 2001 From: Mariatta Wijaya Date: Mon, 21 Mar 2022 09:09:50 -0700 Subject: [PATCH 3/7] Add api-firestore team --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cabe8caf5..f975cdfcb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,7 +6,7 @@ # The @googleapis/cloud-native-db-dpes is the default owner for changes in this repo * @googleapis/yoshi-java @googleapis/cloud-native-db-dpes -**/*.java @googleapis/cloud-native-db-dpes +**/*.java @googleapis/cloud-native-db-dpes @googleapis/api-firestore # The java-samples-reviewers team is the default owner for samples changes samples/**/*.java @googleapis/java-samples-reviewers From 4c884710390274fa3e006b8dbc2389e582e49120 Mon Sep 17 00:00:00 2001 From: Mariatta Wijaya Date: Mon, 21 Mar 2022 09:11:04 -0700 Subject: [PATCH 4/7] Update CODEOWNERS --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f975cdfcb..b19f7ffce 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,7 +5,7 @@ # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax # The @googleapis/cloud-native-db-dpes is the default owner for changes in this repo -* @googleapis/yoshi-java @googleapis/cloud-native-db-dpes +* @googleapis/yoshi-java @googleapis/cloud-native-db-dpes @googleapis/api-firestore **/*.java @googleapis/cloud-native-db-dpes @googleapis/api-firestore # The java-samples-reviewers team is the default owner for samples changes From c79a484e057dd89396453fabf712ecf9eef1b0a6 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 21 Mar 2022 16:13:05 +0000 Subject: [PATCH 5/7] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b19f7ffce..cabe8caf5 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,8 +5,8 @@ # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax # The @googleapis/cloud-native-db-dpes is the default owner for changes in this repo -* @googleapis/yoshi-java @googleapis/cloud-native-db-dpes @googleapis/api-firestore -**/*.java @googleapis/cloud-native-db-dpes @googleapis/api-firestore +* @googleapis/yoshi-java @googleapis/cloud-native-db-dpes +**/*.java @googleapis/cloud-native-db-dpes # The java-samples-reviewers team is the default owner for samples changes samples/**/*.java @googleapis/java-samples-reviewers From b63ecbd9d4d26c6b319300a2c7bf6647a9a334ea Mon Sep 17 00:00:00 2001 From: Mariatta Wijaya Date: Mon, 21 Mar 2022 09:17:34 -0700 Subject: [PATCH 6/7] Add @googleapis/api-firestore to the codeowner --- .repo-metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index def14e05d..6e452200e 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -9,7 +9,7 @@ "repo": "googleapis/java-datastore", "repo_short": "java-datastore", "distribution_name": "com.google.cloud:google-cloud-datastore", - "codeowner_team": "@googleapis/cloud-native-db-dpes", + "codeowner_team": "@googleapis/cloud-native-db-dpes @googleapis/api-firestore", "api_id": "datastore.googleapis.com", "library_type": "GAPIC_COMBO", "api_description": "is a fully managed, schemaless database for\nstoring non-relational data. Cloud Datastore automatically scales with\nyour users and supports ACID transactions, high availability of reads and\nwrites, strong consistency for reads and ancestor queries, and eventual\nconsistency for all other queries.", From f934ad5234232952923065e46d3635cfbc2cbe96 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Mon, 21 Mar 2022 16:19:40 +0000 Subject: [PATCH 7/7] =?UTF-8?q?=F0=9F=A6=89=20Updates=20from=20OwlBot=20po?= =?UTF-8?q?st-processor?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cabe8caf5..3f27438f2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,9 +4,9 @@ # For syntax help see: # https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax -# The @googleapis/cloud-native-db-dpes is the default owner for changes in this repo -* @googleapis/yoshi-java @googleapis/cloud-native-db-dpes -**/*.java @googleapis/cloud-native-db-dpes +# The @googleapis/cloud-native-db-dpes @googleapis/api-firestore is the default owner for changes in this repo +* @googleapis/yoshi-java @googleapis/cloud-native-db-dpes @googleapis/api-firestore +**/*.java @googleapis/cloud-native-db-dpes @googleapis/api-firestore # The java-samples-reviewers team is the default owner for samples changes samples/**/*.java @googleapis/java-samples-reviewers