• Joined on 2024-07-15
douxu pushed to feature-joinDebuggingDemo at CL-Softwares/eventRT 2026-06-08 13:59:08 +08:00
4c57c37c26 refactor: sync logger improvements from modelrt to eventrt
douxu pushed to feature-joinDebuggingDemo at CL-Softwares/eventRT 2026-06-05 16:39:01 +08:00
04d81cedce chore: update k8s deploy config for local Minikube dev environment
douxu pushed to chore/modelrt-dockerfile-smoke-test at CL-Softwares/modelRT 2026-06-03 17:12:06 +08:00
195150d9b1 fix: fix K8s service names, deployment command, and GORM logger
douxu pushed to chore/modelrt-dockerfile-smoke-test at CL-Softwares/modelRT 2026-06-02 16:35:33 +08:00
3309e53653 docs: document Dockerfile smoke tests and load workflow for Minikube
douxu pushed to feature-joinDebuggingDemo at CL-Softwares/eventRT 2026-06-02 10:28:54 +08:00
582a64ad20 docs: expand eventRT image deploy guide and bump Go to 1.26
douxu created branch chore/modelrt-dockerfile-smoke-test in CL-Softwares/modelRT 2026-06-01 15:50:40 +08:00
douxu pushed to chore/modelrt-dockerfile-smoke-test at CL-Softwares/modelRT 2026-06-01 15:50:40 +08:00
c6545e29ba style: normalize log messages to lowercase across task package
douxu pushed to develop at CL-Softwares/modelRT 2026-06-01 14:10:22 +08:00
c17ddb80b9 feat: merge bay-realtime-data-calc into develop
57d1111a83 refactor: modernize Go idioms and add MongoDB K8s manifests
bacd43617e chore: bind sensitive config to env vars and bump Go image to 1.25
9c4dcd29e4 chore: bump Go to 1.26.3
57371fbf1f docs: add Minikube PostgreSQL manifests and clean deploy markdown
Compare 44 commits »
douxu pushed to feature/bay-realtime-data-calc at CL-Softwares/modelRT 2026-05-29 14:29:17 +08:00
57d1111a83 refactor: modernize Go idioms and add MongoDB K8s manifests
douxu pushed to feature-joinDebuggingDemo at CL-Softwares/eventRT 2026-05-29 14:20:21 +08:00
c7dec53ded docs: expand deploy guide to cover full project setup
douxu pushed to feature-joinDebuggingDemo at CL-Softwares/eventRT 2026-05-29 11:09:26 +08:00
2a1929a180 feat: add Kubernetes deployment manifests and hardened Dockerfile
douxu pushed to feature/bay-realtime-data-calc at CL-Softwares/modelRT 2026-05-29 10:56:29 +08:00
bacd43617e chore: bind sensitive config to env vars and bump Go image to 1.25
douxu pushed to feature/bay-realtime-data-calc at CL-Softwares/modelRT 2026-05-28 16:37:19 +08:00
9c4dcd29e4 chore: bump Go to 1.26.3
douxu pushed to feature/bay-realtime-data-calc at CL-Softwares/modelRT 2026-05-27 16:51:12 +08:00
57371fbf1f docs: add Minikube PostgreSQL manifests and clean deploy markdown
douxu pushed to feature/bay-realtime-data-calc at CL-Softwares/modelRT 2026-05-19 17:38:34 +08:00
4a2666aa3b fix: correct caller frames in GORM logger and DB arg in main
douxu pushed to feature/bay-realtime-data-calc at CL-Softwares/modelRT 2026-05-18 16:49:58 +08:00
d051c161b7 perf: parallelize GetFullMeasurementSet with errgroup
douxu pushed to feature/bay-realtime-data-calc at CL-Softwares/modelRT 2026-05-13 16:58:54 +08:00
42956d1793 feat: add dedicated message-exchange for task lifecycle notifications
douxu pushed to feature-joinDebuggingDemo at CL-Softwares/eventRT 2026-05-11 17:35:54 +08:00
715183994c fix: remove status mutation side effect in PublishEventToUI
douxu pushed to feature/bay-realtime-data-calc at CL-Softwares/modelRT 2026-05-11 17:34:45 +08:00
cccd4becdc feat: add Loki logging, fix MQ shutdown order, improve realtime tracing
douxu pushed to feature/bay-realtime-data-calc at CL-Softwares/modelRT 2026-05-08 16:20:06 +08:00
1dd8491440 refactor: replace EventStatusPersisted with IsPersisted field on EventRecord - add IsPersisted bool to EventRecord for explicit persistence tracking by eventRT consumer - remove EventStatusPersisted constant, decoupling DB persistence from event lifecycle status - update event status comments for accuracy and CIM-agnostic language