googleapis / googleapis/google-cloud-python

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

未关闭
#16,182 0 条评论 0 个 reaction 已指派 1 人 已被 @ohmayr 认领 在 GitHub 查看
priority: p3 type: cleanup
主要语言
Python
星标
5.4k
派生
1.8k
平均合并
3 天 4 小时
30 天内合并 PR
122

描述

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.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。