modelRT/diagram
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
..
anchor_set.go feat: implement topology analysis async task with BFS connectivity check 2026-04-24 17:14:46 +08:00
component_set.go feat: implement topology analysis async task with BFS connectivity check 2026-04-24 17:14:46 +08:00
graph.go chore: add imagePullPolicy and migrate WaitGroup to wg.Go 2026-06-10 16:40:50 +08:00
hash_test.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
multi_branch_tree.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
redis_client.go optimize code of redis connenct func and real time data calculate 2026-01-27 17:41:17 +08:00
redis_hash.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
redis_init.go optimize code of redis init 2026-01-28 16:49:12 +08:00
redis_set.go optimize measurement link api 2025-12-08 17:01:24 +08:00
redis_string.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
redis_zset.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00
topologic_set.go refactor: modernize Go idioms and add MongoDB K8s manifests 2026-05-29 14:28:58 +08:00