modelRT/model
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
..
attribute_group_recommend_model.go add component attribute group update api and optimzie diagram hash set params 2026-01-05 17:20:41 +08:00
attribute_model.go optimize real time data query api 2025-11-04 17:12:15 +08:00
basic_model.go write code for adapter new component struct 2024-12-30 16:39:11 +08:00
identity_token_model.go optimize code of sql struct and measurement node recommend api 2025-12-19 17:33:12 +08:00
measurement_group_recommend_model.go fix bug of token4-token7 type attribute recommend api 2025-12-31 16:52:40 +08:00
measurement_protol_model.go optimize struct of rabbitmq event 2026-03-02 17:00:09 +08:00
model_select.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
recommend_cleanup.go fix bug of token6 all search result return case 2025-12-29 15:58:59 +08:00
recommend_islocal_cache.go feat: implement end-to-end distributed tracing for HTTP and async tasks 2026-04-23 16:48:32 +08:00
redis_recommend.go feat: implement topology analysis async task with BFS connectivity check 2026-04-24 17:14:46 +08:00