From c63d4e543b4ed4a5884d3f91d55ac47619367bd4 Mon Sep 17 00:00:00 2001 From: Tero Halla-aho Date: Wed, 17 Dec 2025 13:10:19 +0200 Subject: [PATCH] Update progress: logging stack deployed --- PROGRESS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/PROGRESS.md b/PROGRESS.md index df5f692..d0d8f1d 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -67,6 +67,7 @@ - Listing creation amenities UI improved with toggle cards and EV button group. - Edit listing form now matches the create form styling, including amenity icon grid and price helpers. - Centralized logging stack scaffolded (Loki + Promtail + Grafana) with Helm values and install script; Grafana ingress defaults to `logs.lomavuokraus.fi`. +- Logging: Loki+Promtail+Grafana deployed to `logging` namespace; DNS updated for `logs.lomavuokraus.fi`; Grafana admin password reset due to PVC-stored credentials overriding the secret. - Mermaid docs fixed: all sequence diagrams declare their participants and avoid “->” inside message text; the listing creation diagram message was rewritten to prevent parse errors. Use mermaid.live or browser console to debug future syntax issues (errors flag the offending line/column). - New amenities added: kitchen, dishwasher, washing machine, barbecue; API/UI/i18n updated and seeds randomized to populate missing prices/amenities. Prisma migration `20250210_more_amenities` applied to shared DB; registry pull secret added to k8s Deployment to avoid image pull errors in prod. - Added About and Pricing pages (FI/EN), moved highlights/runtime config to About, and linked footer navigation.