modelRT/handler
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
..
alert_event_query.go optimzie code organization structure of rabbitmq event 2026-02-25 17:14:25 +08:00
anchor_point_replace.go optimize variable naming and optimize real time data computing api 2025-11-12 17:34:18 +08:00
async_task_cancel_handler.go Refactor async task handlers into specialized handlers 2026-04-17 14:09:02 +08:00
async_task_create_handler.go feat: implement topology analysis async task with BFS connectivity check 2026-04-24 17:14:46 +08:00
async_task_progress_update_handler.go Refactor async task handlers into specialized handlers 2026-04-17 14:09:02 +08:00
async_task_result_detail_handler.go Refactor async task handlers into specialized handlers 2026-04-17 14:09:02 +08:00
async_task_result_query_handler.go Refactor: extract task constants to dedicated constants package 2026-04-22 17:20:26 +08:00
async_task_status_update_handler.go Refactor async task handlers into specialized handlers 2026-04-17 14:09:02 +08:00
attr_delete.go optimize struct of rabbitmq event 2026-03-02 17:00:09 +08:00
attr_load.go optimize struct of rabbitmq event 2026-03-02 17:00:09 +08:00
attr_update.go optimize struct of rabbitmq event 2026-03-02 17:00:09 +08:00
circuit_diagram_create.go optimize variable naming and optimize real time data computing api 2025-11-12 17:34:18 +08:00
circuit_diagram_delete.go optimize variable naming and optimize real time data computing api 2025-11-12 17:34:18 +08:00
circuit_diagram_load.go optimize variable naming and optimize real time data computing api 2025-11-12 17:34:18 +08:00
circuit_diagram_update.go optimize variable naming and optimize real time data computing api 2025-11-12 17:34:18 +08:00
component_attribute_query.go optimize code of judge wether success or failed return content 2026-01-19 16:39:35 +08:00
component_attribute_update.go optimize code of judge wether success or failed return content 2026-01-19 16:39:35 +08:00
diagram_node_link.go optimize struct of rabbitmq event 2026-03-02 17:00:09 +08:00
helper.go optimize code of real time data pull api 2026-01-28 14:03:25 +08:00
history_data_query.go optimzie code organization structure of rabbitmq event 2026-02-25 17:14:25 +08:00
measurement_load.go optimize struct of rabbitmq event 2026-03-02 17:00:09 +08:00
measurement_recommend.go optimize code of sql struct and measurement node recommend api 2025-12-19 17:33:12 +08:00
mesurement_link.go optimize struct of rabbitmq event 2026-03-02 17:00:09 +08:00
real_time_data_pull.go optimize code of push event alarm func 2026-02-03 17:05:32 +08:00
real_time_data_query.go optimize code of push event alarm func 2026-02-03 17:05:32 +08:00
real_time_data_receive.go refactor(orm/circuit_diagram_component): fix compilation issues caused by structure field changes 2025-08-15 16:25:48 +08:00
real_time_data_subscription.go optimize struct of rabbitmq event 2026-03-02 17:00:09 +08:00