modelRT/handler
douxu 2fbef3e1fa feat: add manual measurement synchronization workflow
- add configurable CL3611 and IEC104 manual sync clients
- synchronize measurement mode and value updates with consistent timestamps
- move Redis change sets into the repository layer
- nest manual sync configuration under dataRT
- improve startup transaction error handling and JSONB type mapping
- update Kubernetes and MongoDB deployment documentation
2026-08-04 17:12:17 +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 refactor(redis): normalize data object storage with aliases 2026-07-31 13:39:18 +08:00
data_object_attribute_query_test.go feat: synchronize data object attributes with redis 2026-07-30 15:32:22 +08:00
data_object_attribute_update.go feat: add manual measurement synchronization workflow 2026-08-04 17:12:17 +08:00
data_object_attribute_update_test.go feat: add manual measurement synchronization workflow 2026-08-04 17:12:17 +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