docs: record superproject implementation

This commit is contained in:
u1
2026-01-06 12:52:54 +01:00
parent 69849cb9e9
commit 5b058cd2be
2 changed files with 30 additions and 0 deletions

View File

@@ -337,3 +337,19 @@ trade-infra/
- ingest ticków (`trade-ingestor``trade-api`).
Uwaga: lokalnie repo nie ma historii commitów, więc refaktor będzie startem „od zera” w nowych repo (initial commit per subrepo).
### Status wdrożenia (superproject)
- Subrepo mają już initial import i są dostępne na Gitei:
- `trade/trade-api`
- `trade/trade-ingestor`
- `trade/trade-frontend`
- `trade/trade-doc`
- Superproject `trade/trade-infra` jest utworzony i zawiera `.gitmodules` + submodules (w tym `trade/trade-deploy`).
- Argo CD nadal śledzi `trade/trade-deploy` (bez zmian w klastrze).
Klonowanie superproject:
```bash
git clone --recurse-submodules https://rv32i.pl/trade/trade-infra.git
```