googleapis / googleapis/google-cloud-python

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

Aperta
#16,182 0 commenti 0 reazioni 1 assegnatario Rivendicata da @ohmayr Vedi su GitHub
priority: p3 type: cleanup
Lingua principale
Python
Stelle
5.4k
Fork
1.8k
Merge medio
3g 4h
PR unite (30g)
122

Descrizione

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.

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.