modelRT/handler
douxu 6f78d8e341 fix: improve measurement recommend validation and offset handling
- use unified response codes for measurement recommend handler
- reject recommend inputs with continuous dots as invalid params
- fix exact and continuation match offsets for recommend results
- preserve correct offsets for fallback recommend scenarios
- use hash-based confirmation for measurement token7 recommendations
- write component and bay token7 hash indexes for HEXISTS validation
- add tests for input validation, hash keys, and recommend offset cases
2026-07-09 16:31:19 +08:00
..
alert_event_query.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
anchor_point_replace.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
async_task_cancel_handler.go feat: add dedicated message-exchange for task lifecycle notifications 2026-05-13 16:58:36 +08:00
async_task_create_handler.go refactor: simplify redis recommendation concurrency 2026-07-08 14:41:13 +08:00
async_task_progress_update_handler.go refactor: rename TaskParams to Params and remove debug prints 2026-04-28 17:41:28 +08:00
async_task_result_detail_handler.go refactor: rename TaskParams to Params and remove debug prints 2026-04-28 17:41:28 +08:00
async_task_result_query_handler.go refactor: rename TaskParams to Params and remove debug prints 2026-04-28 17:41:28 +08:00
async_task_status_update_handler.go refactor: rename TaskParams to Params and remove debug prints 2026-04-28 17:41:28 +08:00
attr_delete.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
attr_load.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
attr_update.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
circuit_diagram_create.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
circuit_diagram_delete.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
circuit_diagram_load.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
circuit_diagram_update.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
component_attribute_query.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
component_attribute_update.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
diagram_node_link.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
helper.go optimize code of real time data pull api 2026-01-28 14:03:25 +08:00
history_data_query.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
measurement_load.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
measurement_recommend.go fix: improve measurement recommend validation and offset handling 2026-07-09 16:31:19 +08:00
measurement_recommend_test.go fix: improve measurement recommend validation and offset handling 2026-07-09 16:31:19 +08:00
mesurement_link.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
real_time_data_pull.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
real_time_data_query.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
real_time_data_receive.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00
real_time_data_subscription.go fix: propagate request context through handlers 2026-07-08 10:37:06 +08:00