googleapis / googleapis/google-cloud-python

[gapic-generator][post-migration] Port active PRs and logic from legacy gapic-generator-python repository

Open
#16,182 0 comments 0 reactions 1 assignee Claimed by @ohmayr View on GitHub
priority: p3 type: cleanup
Dominant language
Python
Stars
5.4k
Forks
1.8k
Avg merge
3d 4h
Merged PRs (30d)
122

Description

This issue tracks the identification and manual porting of high-value PRs from the legacy repository (https://github.com/googleapis/gapic-generator-python) into packages/gapic-generator-python/.

Porting Plan
To preserve authorship and history while adjusting for the new mono-repo directory structure, use the following Path-Aware Patch strategy:

1. Identify the Base: Use the migration snapshot commit () as the starting point.

2. Export from Legacy: In the old repo:
```
git format-patch ..feature-branch --stdout > feature.patch
```

3. Import to Mono-repo: In google-cloud-python:
```
git am --directory=packages/gapic-generator-python/ < feature.patch
```

4. Verify: Run nox -s unit within the package directory to ensure the logic survived the move.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.