HYDRA v6Documentazione progetto

Cronologia

Timeline del progetto: eventi manuali e di fase + commit git (parsing live). 8 eventi ยท 12 commit.

Filtra:
+ Aggiungi evento manuale
commit 2026-06-28 ee75eac
Fase 1.5: deploy (systemd unit, nginx docu.spocci.ch, backup giornaliero + cron)
commit 2026-06-28 d342ce7
Task 2: sample row + data flow per tabella su /sistema
commit 2026-06-28 a7cfa45
Fase 1.5: dashboard schema (5 tabelle + COMMENT 17 tabelle) + seed dati
commit 2026-06-28 7d8471e
Fix /sistema timeout
commit 2026-06-28 6f1b76b
Fase 1.5: dashboard FastAPI (backend + 6 pagine + CRUD + backup/restore)
commit 2026-06-28 6ae2436
Task 1: sezione LOGICA per gli 8 servizi (+ tabella 15 moduli ANALYZ)
commit 2026-06-28 580b9dc
Arricchimento: includi le 4 nuove tabelle dashboard_* nel backup
commit 2026-06-28 33b0194
Task 3: pagine /cronologia (timeline eventi+git) e /audit (trigger PG + diff)
fase 2026-06-28 fase 1.5
Fase 1.5 โ€” Arricchimento dashboard (LOGICA, data flow, cronologia/audit)
Task 1 logica servizi, Task 2 sample row + data flow, Task 3 cronologia + audit.
decisione 2026-06-28 fase 1.5
Reverse proxy: nginx + certbot (non Caddy)
Caddy in stato failed (nginx occupa 80/443). Scelto nginx+certbot per docu.spocci.ch.
fase 2026-06-28 fase 1.5
Fix timeout pagina /sistema
Stime reltuples, timeout 2s per query, asyncio.gather, cache 5min (tag fase-1.5-dashboard-fix1).
fase 2026-06-28 fase 1.5
Fase 1.5 โ€” Dashboard documentazione live
Dashboard FastAPI su https://docu.spocci.ch (tag fase-1.5-dashboard-complete).
commit 2026-06-25 fd00c90
Fase 1: add candles_4h
commit 2026-06-25 cb7c4b0
Fase 1: schema completo DB (16 tabelle + indici)
commit 2026-06-25 c0164fd
Fase 1: data migration complete
commit 2026-06-25 85f60be
Fase 0: initial structure
fase 2026-06-25 fase 1 ยท server_log
Fase 1 โ€” Aggiunta candles_4h
Tabella candles_4h aggiunta in fase-1-migration-v2 (commit fd00c90).
fase 2026-06-25 fase 1 ยท server_log
Fase 1 โ€” Migrazione dati completata
Migrazione 52.6M righe da SQLite a PostgreSQL (commit c0164fd, tag fase-1-migration).
fase 2026-06-25 fase 1 ยท server_log
Fase 1 โ€” Schema completo DB (16+ tabelle + indici)
Creazione schema hydra_v6 (commit cb7c4b0, tag fase-1-schema).
fase 2026-06-25 fase 0
Fase 0 completata โ€” Pulizia ambiente + PostgreSQL
Setup ambiente v6 e installazione PostgreSQL.