Skip to content

Commit 30772bd

Browse files
authored
chore: remove google-cloud-apigee-registry (#17934)
This PR is a follow up to #17675 and #17667. Removing `google-cloud-apigee-registry` since the protos were removed upstream in googleapis/googleapis@99f54e6.
1 parent bb37b8f commit 30772bd

148 files changed

Lines changed: 15 additions & 91684 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/unittest.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,21 @@ jobs:
9292
# https://github.com/googleapis/google-cloud-python/issues/17459
9393
DEFAULT_FAIL_UNDER: 99
9494
run: |
95+
# Find all modified packages
96+
modified_packages=$(git diff --name-only HEAD~1 -- packages preview-packages | cut -d/ -f1,2 | sort -u)
97+
98+
existing_modified_packages=()
99+
for pkg in ${modified_packages}; do
100+
if [ -d "${pkg}" ]; then
101+
existing_modified_packages+=("${pkg}")
102+
fi
103+
done
104+
105+
if [ ${#existing_modified_packages[@]} -eq 0 ]; then
106+
echo "All modified packages were deleted. Skipping coverage evaluation."
107+
exit 0
108+
fi
109+
95110
if [ -d .coverage-results ]; then
96111
# Unzip any zipped coverage results
97112
find .coverage-results -type f -name '*.zip' -exec unzip -o {} \;

.release-please-bulk-manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
"packages/google-cloud-api-gateway": "1.16.0",
3333
"packages/google-cloud-api-keys": "0.9.0",
3434
"packages/google-cloud-apigee-connect": "1.16.0",
35-
"packages/google-cloud-apigee-registry": "0.10.1",
3635
"packages/google-cloud-apihub": "0.7.0",
3736
"packages/google-cloud-apiregistry": "0.3.0",
3837
"packages/google-cloud-appengine-admin": "1.18.0",

README.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -973,12 +973,6 @@ Libraries
973973
-
974974
-
975975
- `Client Library Issues <https://github.com/googleapis/google-cloud-python/issues>`_
976-
* - `Apigee Registry API <https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-apigee-registry>`_
977-
- preview
978-
- |PyPI-google-cloud-apigee-registry|
979-
-
980-
-
981-
- `Client Library Issues <https://github.com/googleapis/google-cloud-python/issues>`_
982976
* - `App Hub API <https://github.com/googleapis/google-cloud-python/tree/main/packages/google-cloud-apphub>`_
983977
- preview
984978
- |PyPI-google-cloud-apphub|
@@ -2038,8 +2032,6 @@ Libraries
20382032
:target: https://pypi.org/project/google-cloud-gke-multicloud
20392033
.. |PyPI-google-cloud-financialservices| image:: https://img.shields.io/pypi/v/google-cloud-financialservices.svg
20402034
:target: https://pypi.org/project/google-cloud-financialservices
2041-
.. |PyPI-google-cloud-apigee-registry| image:: https://img.shields.io/pypi/v/google-cloud-apigee-registry.svg
2042-
:target: https://pypi.org/project/google-cloud-apigee-registry
20432035
.. |PyPI-google-cloud-apphub| image:: https://img.shields.io/pypi/v/google-cloud-apphub.svg
20442036
:target: https://pypi.org/project/google-cloud-apphub
20452037
.. |PyPI-google-cloud-appoptimize| image:: https://img.shields.io/pypi/v/google-cloud-appoptimize.svg

librarian.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -372,9 +372,6 @@ libraries:
372372
python:
373373
metadata_name_override: apigeeconnect
374374
default_version: v1
375-
- name: google-cloud-apigee-registry
376-
version: 0.10.1
377-
skip_generate: true
378375
- name: google-cloud-apihub
379376
version: 0.7.0
380377
apis:

packages/google-cloud-apigee-registry/.coveragerc

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/google-cloud-apigee-registry/.flake8

Lines changed: 0 additions & 34 deletions
This file was deleted.

packages/google-cloud-apigee-registry/.repo-metadata.json

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)