modelRT/network
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_point_replace_request.go add replace anchor point api and optimize code of anchor param data polling function points 2024-12-20 16:06:42 +08:00
api_endpoint.go write code for polling real time data from dataRT service 2024-12-26 15:03:20 +08:00
async_task_request.go feat: implement topology analysis async task with BFS connectivity check 2026-04-24 17:14:46 +08:00
attr_request.go add attr handlers 2025-08-27 17:33:10 +08:00
circuit_diagram_create_request.go optimize code of sql struct and measurement node recommend api 2025-12-19 17:33:12 +08:00
circuit_diagram_delete_request.go add free vertex process in create update delete api 2024-12-05 16:32:23 +08:00
circuit_diagram_link_request.go add diagram node link process api 2025-12-10 16:12:13 +08:00
circuit_diagram_update_request.go feat: implement topology analysis async task with BFS connectivity check 2026-04-24 17:14:46 +08:00
component_attribute_update_request.go optimize code of component attrbute update api 2026-01-08 17:34:44 +08:00
measurement_request.go add diagram node link process api 2025-12-10 16:12:13 +08:00
real_time_data_receive_request.go create api of real time data monitor 2025-11-03 17:35:03 +08:00
real_time_data_request.go add real time data measurement target update func 2025-12-02 17:26:15 +08:00
request_convert.go add del func of redis string type 2025-08-21 17:04:10 +08:00
response.go optimize code of real time data pull api 2026-01-28 14:03:25 +08:00