Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion librarian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2703,7 +2703,6 @@ libraries:
default_version: v1
- name: google-cloud-ndb
version: 2.4.2
skip_generate: true
python:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The removal of skip_generate: true contradicts the pull request description which states that only .repo-metadata.json will change and that this is not a generated API. If this library is manual and should not be processed by the generator, this flag should be retained.

    skip_generate: true
    python:

library_type: GAPIC_MANUAL
name_pretty_override: NDB Client Library for Google Cloud Datastore
Expand Down
16 changes: 7 additions & 9 deletions packages/google-cloud-ndb/.repo-metadata.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
{
"name": "python-ndb",
"name_pretty": "NDB Client Library for Google Cloud Datastore",
"api_shortname": "datastore",
"client_documentation": "https://googleapis.dev/python/python-ndb/latest",
"distribution_name": "google-cloud-ndb",
"issue_tracker": "https://github.com/googleapis/python-ndb/issues",
"release_level": "stable",
"language": "python",
"library_type": "GAPIC_MANUAL",
"repo": "googleapis/google-cloud-python",
"distribution_name": "google-cloud-ndb",
"default_version": "",
"codeowner_team": "@googleapis/firestore-dpe @googleapis/gcs-sdk-team",
"api_shortname": "datastore"
}
"name": "python-ndb",
"name_pretty": "NDB Client Library for Google Cloud Datastore",
"release_level": "stable",
"repo": "googleapis/google-cloud-python"
Comment on lines +2 to +11
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The codeowner_team field was removed during the alphabetical reordering of keys. This field is required for tracking package ownership and routing issues to the correct teams. Please restore it.

    "api_shortname": "datastore",
    "client_documentation": "https://googleapis.dev/python/python-ndb/latest",
    "codeowner_team": "@googleapis/firestore-dpe @googleapis/gcs-sdk-team",
    "distribution_name": "google-cloud-ndb",
    "issue_tracker": "https://github.com/googleapis/python-ndb/issues",
    "language": "python",
    "library_type": "GAPIC_MANUAL",
    "name": "python-ndb",
    "name_pretty": "NDB Client Library for Google Cloud Datastore",
    "release_level": "stable",
    "repo": "googleapis/google-cloud-python"

}
Loading