modelRT/logger
douxu 05c64dda14 chore: add imagePullPolicy and migrate WaitGroup to wg.Go
- add imagePullPolicy: IfNotPresent to all k8s Deployments, DaemonSet
    (grafana, jaeger, loki, rabbitmq, redis, promtail)
  - migrate wg.Add(1)/go/defer wg.Done() pattern to wg.Go() (Go 1.25+)
    in logger/loki_syncer.go and task/worker.go
  - simplify redundant map existence check before delete in diagram/graph.go
  - update deploy.md to reflect pg PVC size (6Gi) and resource limits
2026-06-10 16:40:50 +08:00
..
facede.go fix: correct caller frames in GORM logger and DB arg in main 2026-05-19 17:38:22 +08:00
gorm_logger.go fix: fix K8s service names, deployment command, and GORM logger 2026-06-03 17:11:54 +08:00
logger.go fix: correct caller frames in GORM logger and DB arg in main 2026-05-19 17:38:22 +08:00
loki_syncer.go chore: add imagePullPolicy and migrate WaitGroup to wg.Go 2026-06-10 16:40:50 +08:00
zap.go feat: add Loki logging, fix MQ shutdown order, improve realtime tracing 2026-05-11 17:34:27 +08:00