From 7c02b55c33fe3045578e87a4b9ab63f66393b7f0 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Wed, 10 Apr 2024 14:10:19 +0000 Subject: [PATCH] chore(python): support multiple codeowners in blunderbuss Source-Link: https://github.com/googleapis/synthtool/commit/7d3cf14e9517def8132cc7c086d8ec816677e08b Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:704d34f7c25e15fcb12ac19af08eb7cf01eabc16fb4781590223e01dd252985e --- .github/.OwlBot.lock.yaml | 4 ++-- .github/auto-label.yaml | 5 +++++ .github/blunderbuss.yml | 23 +++++++++++++++++++++++ README.rst | 2 +- docs/summary_overview.md | 22 ++++++++++++++++++++++ 5 files changed, 53 insertions(+), 3 deletions(-) create mode 100644 .github/blunderbuss.yml create mode 100644 docs/summary_overview.md diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 4bdeef39..41b3ad07 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -13,5 +13,5 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-python:latest - digest: sha256:a8a80fc6456e433df53fc2a0d72ca0345db0ddefb409f1b75b118dfd1babd952 -# created: 2024-03-15T16:25:47.905264637Z + digest: sha256:704d34f7c25e15fcb12ac19af08eb7cf01eabc16fb4781590223e01dd252985e +# created: 2024-04-10T14:06:25.758997352Z diff --git a/.github/auto-label.yaml b/.github/auto-label.yaml index b2016d11..8b37ee89 100644 --- a/.github/auto-label.yaml +++ b/.github/auto-label.yaml @@ -13,3 +13,8 @@ # limitations under the License. requestsize: enabled: true + +path: + pullrequest: true + paths: + samples: "samples" diff --git a/.github/blunderbuss.yml b/.github/blunderbuss.yml new file mode 100644 index 00000000..54156a1b --- /dev/null +++ b/.github/blunderbuss.yml @@ -0,0 +1,23 @@ +# Blunderbuss config +# +# This file controls who is assigned for pull requests and issues. +# Note: This file is autogenerated. To make changes to the assignee +# team, please update `codeowner_team` in `.repo-metadata.json`. +assign_issues: + - googleapis/cloud-native-db-dpes + - googleapis/api-datastore-sdk + - googleapis/api-firestore-partners + +assign_issues_by: + - labels: + - "samples" + to: + - googleapis/python-samples-reviewers + - googleapis/cloud-native-db-dpes + - googleapis/api-datastore-sdk + - googleapis/api-firestore-partners + +assign_prs: + - googleapis/cloud-native-db-dpes + - googleapis/api-datastore-sdk + - googleapis/api-firestore-partners diff --git a/README.rst b/README.rst index 0d5b7f26..c5f944dc 100644 --- a/README.rst +++ b/README.rst @@ -19,7 +19,7 @@ consistency for all other queries. .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-datastore.svg :target: https://pypi.org/project/google-cloud-datastore/ .. _Google Cloud Datastore API: https://cloud.google.com/datastore -.. _Client Library Documentation: https://cloud.google.com/python/docs/reference/datastore/latest +.. _Client Library Documentation: https://cloud.google.com/python/docs/reference/datastore/latest/summary_overview .. _Product Documentation: https://cloud.google.com/datastore Quick Start diff --git a/docs/summary_overview.md b/docs/summary_overview.md new file mode 100644 index 00000000..2473abe7 --- /dev/null +++ b/docs/summary_overview.md @@ -0,0 +1,22 @@ +[ +This is a templated file. Adding content to this file may result in it being +reverted. Instead, if you want to place additional content, create an +"overview_content.md" file in `docs/` directory. The Sphinx tool will +pick up on the content and merge the content. +]: # + +# Google Cloud Datastore API + +Overview of the APIs available for Google Cloud Datastore API. + +## All entries + +Classes, methods and properties & attributes for +Google Cloud Datastore API. + +[classes](https://cloud.google.com/python/docs/reference/datastore/latest/summary_class.html) + +[methods](https://cloud.google.com/python/docs/reference/datastore/latest/summary_method.html) + +[properties and +attributes](https://cloud.google.com/python/docs/reference/datastore/latest/summary_property.html)