googleapis / googleapis/google-cloud-python

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

Abierto
#16,182 0 comentarios 0 reacciones 1 asignado Reclamado por @ohmayr Ver en GitHub
priority: p3 type: cleanup
Lenguaje dominante
Python
Estrellas
5.4k
Forks
1.8k
Merge medio
3 d 4 h
PR fusionados (30 d)
122

Descripción

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.

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.