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 |
douxu
|
f9824e2b24
|
fix: propagate request context through handlers
- pass c.Request.Context() to handler logs, DB calls, Redis wrappers,
and subscription operations
- avoid passing gin.Context into downstream model/database/diagram
layers
- keep async Redis backfill trace context without coupling it to request
cancellation
- add caller skip handling for facade logger output
|
2026-07-08 10:37:06 +08:00 |
douxu
|
e1886bc347
|
optimize code of judge wether success or failed return content
|
2026-01-19 16:39:35 +08:00 |
douxu
|
d3b1f0afbe
|
add code of send all target removed system signal in real time data pull api and fix bug of component attribute query api
|
2026-01-14 17:32:01 +08:00 |
douxu
|
cf880279e4
|
optimize real time data query api
|
2026-01-13 17:23:47 +08:00 |
douxu
|
cceffa8219
|
add handler of compoent attribute query api
|
2026-01-12 17:21:04 +08:00 |
douxu
|
d1495b7ab8
|
optimize code of component attribute update api
|
2026-01-09 17:26:45 +08:00 |
douxu
|
60eab0675e
|
optimize code of component attrbute update api
|
2026-01-08 17:34:44 +08:00 |
douxu
|
a31bd6f395
|
add component attribute group update api and optimzie diagram hash set params
|
2026-01-05 17:20:41 +08:00 |