modelRT/diagram
douxu 1b1f43db7f feat: implement topology analysis async task with BFS connectivity check
- add TopologyAnalysisHandler.Execute() with 5-phase BFS reachability
    check between start/end component UUIDs; support CheckInService flag
    to skip out-of-service nodes during traversal
  - carry task params through RabbitMQ message (TaskQueueMessage.Params)
    instead of re-querying DB in handler; update TaskHandler.Execute
    interface and all handler signatures accordingly
  - fix BuildMultiBranchTree UUIDFrom condition bug; return nodeMap for
    O(1) lookup; add QueryTopologicByStartUUID for directed traversal
  - add QueryBayByUUID/QueryBaysByUUIDs and
    QueryComponentsInServiceByUUIDs (two-column select) to database layer
  - add diagram.FindPath via LCA algorithm for tree path reconstruction
  - move initTracerProvider to middleware.InitTracerProvider; add
    OtelConfig struct to ModelRTConfig for endpoint configuration
  - update topology analysis params to start/end_component_uuid +
    check_in_service; remove dead topology init code
2026-04-24 17:14:46 +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 feat(token-parse): 1. add func of parse token 2.add func of query grid、zone、station、component 3.modify package of constant 2025-08-05 15:20:07 +08:00
hash_test.go feat: implement topology analysis async task with BFS connectivity check 2026-04-24 17:14:46 +08:00
multi_branch_tree.go feat: implement topology analysis async task with BFS connectivity check 2026-04-24 17:14:46 +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 add component attribute group update api and optimzie diagram hash set params 2026-01-05 17:20:41 +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 add del func of redis string type 2025-08-21 17:04:10 +08:00
redis_zset.go optimize measurement link api 2025-12-08 17:01:24 +08:00
topologic_set.go feat: implement topology analysis async task with BFS connectivity check 2026-04-24 17:14:46 +08:00