modelRT/handler
douxu 34b9a569ae feat(data-object)!: enhance measurement mode update workflow
- support numeric manual and automatic measurement modes
- allow omitted fields and optional manual data values
- start or stop dataRT writes when switching measurement modes
- atomically replace manual measurement values in Redis
- record bounded operations with Unix millisecond timestamps
- propagate client tokens through request contexts
- return errors instead of panicking when Redis initialization fails
- optimize measurement queries and add regression tests
2026-07-21 16:13:23 +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 model selection and attribute handling 2026-07-16 16:17:18 +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 feat(data-object)!: enhance measurement mode update workflow 2026-07-21 16:13:23 +08:00
component_attribute_update.go feat(data-object)!: enhance measurement mode update workflow 2026-07-21 16:13:23 +08:00
data_object_attribute_query.go feat(data-object)!: move recommendation API to data-object routes 2026-07-20 11:32:40 +08:00
data_object_attribute_query_test.go feat(data-object)!: move recommendation API to data-object routes 2026-07-20 11:32:40 +08:00
data_object_attribute_update.go feat(data-object)!: enhance measurement mode update workflow 2026-07-21 16:13:23 +08:00
data_object_attribute_update_test.go feat(data-object)!: enhance measurement mode update workflow 2026-07-21 16:13:23 +08:00
data_object_recommend.go feat(data-object)!: move recommendation API to data-object routes 2026-07-20 11:32:40 +08:00
diagram_node_link.go feat(data-object)!: enhance measurement mode update workflow 2026-07-21 16:13:23 +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 feat(data-object)!: enhance measurement mode update workflow 2026-07-21 16:13:23 +08:00
measurement_recommend_test.go feat(data-object)!: move recommendation API to data-object routes 2026-07-20 11:32:40 +08:00
mesurement_link.go feat(data-object)!: enhance measurement mode update workflow 2026-07-21 16:13:23 +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