Andrew Shvayka
|
a8c9161340
|
Merge pull request #13866 from dskarzh/fix/rule-node/ai-request/prompt-validation
|
1 year ago |
dshvaika
|
faf842f998
|
Updated toTbelCfArg implementation for GeofencingArgumentEntry
|
1 year ago |
Dmytro Skarzhynets
|
a1cebcc54c
|
AI request node: fix prompts validation
|
1 year ago |
ShadowBlades
|
cce87240e1
|
Merge branch 'master' into fix-edge-zombie-consumer-cleanup
|
1 year ago |
dshvaika
|
a4ac5e3a7f
|
Added integration test with dynamic arguments refresh logic
|
1 year ago |
dshvaika
|
ed70a1e690
|
Added additional validation to be sure that the value cannot be set to 0 which means unlimited level
|
1 year ago |
Andrii Shvaika
|
052b5cddb8
|
Locale update
|
1 year ago |
dshvaika
|
43b07c242f
|
Added service layer test with validation of scheduling config updates
|
1 year ago |
dshvaika
|
bf83848076
|
Removed maxAllowedScheduledUpdateIntervalInSecForCF from tenantProfileConfiguration
|
1 year ago |
dshvaika
|
ad511e9355
|
Added test for RelationQueryDynamicSourceConfiguration class
|
1 year ago |
dashevchenko
|
a78e88906b
|
expose swagger doc expansion property
|
1 year ago |
dshvaika
|
44a9327a26
|
Replaced with parameterized tests
|
1 year ago |
dshvaika
|
d2b9e1066f
|
Added geofencing CF configuration test
|
1 year ago |
Igor Kulikov
|
60538eff6d
|
Merge branch 'rc'
|
1 year ago |
Viacheslav Klimov
|
2b3e730d52
|
Merge pull request #13848 from thingsboard/fix/msa-tests
Fix some MSA tests not running
|
1 year ago |
Viacheslav Klimov
|
e1cc281224
|
Merge pull request #13859 from dashevchenko/flakyTestFix3
Fixed flaky test
|
1 year ago |
Viacheslav Klimov
|
8f28f0f98d
|
Merge pull request #13856 from irynamatveieva/fix/cf-tests
Fixed CF tests
|
1 year ago |
dshvaika
|
4e9b5cf927
|
Merge branch 'master' into feature/geofencing-cf
|
1 year ago |
dshvaika
|
dd18359c54
|
Replaced GeofencingZoneIdProto with EntityTypeProto and msb and lsb
|
1 year ago |
dshvaika
|
67f08da7a0
|
Updated validation logic for existing and geofencing CF
|
1 year ago |
dshvaika
|
ac3f81195d
|
Refactored code duplicates in CalculatedFieldManagerMessageProcessor
|
1 year ago |
dashevchenko
|
639cb0d7a7
|
refactoring
|
1 year ago |
dashevchenko
|
51c3e38d08
|
fixed flaky test
|
1 year ago |
dshvaika
|
06515a5e13
|
Renamed actor message types and java fields for clarity
|
1 year ago |
dshvaika
|
ef9ad6751c
|
Fixes after self-review before create WIP PR
|
1 year ago |
dshvaika
|
9641461541
|
rollback new methods created sicne not used after refactoring
|
1 year ago |
dshvaika
|
bc78988443
|
Removed no used dynamicEntityArguments from ctx
|
1 year ago |
dshvaika
|
40276c6c15
|
Added new integration test
|
1 year ago |
IrynaMatveieva
|
8d2b1caf06
|
test fixes
|
1 year ago |
dshvaika
|
d5f78e6db0
|
Added test for GeofencingZoneState
|
1 year ago |
dshvaika
|
5f12fc5a4f
|
Added test for GeofencingValueArgumentEntry
|
1 year ago |
编程不良人~
|
50ff24d8e8
|
Merge branch 'master' into fix-edge-zombie-consumer-cleanup
|
1 year ago |
dshvaika
|
efc20a93aa
|
Added mock tests for Geofencing CF state and utils logic to/from proto
|
1 year ago |
dshvaika
|
baba433f0f
|
Added validation for new configuration + fixed relation creation for profile entities
|
1 year ago |
Viacheslav Klimov
|
c05f41ad8d
|
Merge pull request #13850 from thingsboard/rc
rc
|
1 year ago |
VIacheslavKlimov
|
8d81109308
|
Fix file encoding
|
1 year ago |
VIacheslavKlimov
|
13c0926e67
|
Fix some MSA tests not running
|
1 year ago |
Artem Dzhereleiko
|
09d08216a7
|
UI: Ref create new link
|
1 year ago |
陈旭
|
4523efbcdd
|
Fix: Improve Edge session cleanup to prevent resource leaks In unstable network environments, Edge devices may frequently disconnect and reconnect. The previous session cleanup logic could fail to stop the Kafka consumer, creating a 'zombie consumer'. This commit introduces a multi-layered defense: 1. Proactively evicts stale members from the Kafka consumer group upon new connection to ensure immediate functionality. 2. Adds a background task to persistently try and clean up session objects that failed to destroy, preventing memory/thread leaks.
|
1 year ago |
陈旭
|
e30adf0447
|
Fix: Improve Edge session cleanup to prevent resource leaks In unstable network environments, Edge devices may frequently disconnect and reconnect. The previous session cleanup logic could fail to stop the Kafka consumer, creating a 'zombie consumer'. This commit introduces a multi-layered defense: 1. Proactively evicts stale members from the Kafka consumer group upon new connection to ensure immediate functionality. 2. Adds a background task to persistently try and clean up session objects that failed to destroy, preventing memory/thread leaks.
|
1 year ago |
dshvaika
|
3643b54985
|
Added relation creation support
|
1 year ago |
Artem Dzhereleiko
|
8e1cde1a65
|
UI: Imp create new for entity autocomplete
|
1 year ago |
dshvaika
|
409328dbe3
|
removed no needed logic from geofencing arugment
|
1 year ago |
dshvaika
|
fb84eb0695
|
typos fix
|
1 year ago |
dshvaika
|
71f092c4e8
|
Added dirty updates support
|
1 year ago |
Viacheslav Klimov
|
3d92d7894c
|
Merge pull request #13834 from dashevchenko/flakyEdqsTestsFix
Fixed flaky edqs tests
|
1 year ago |
dashevchenko
|
c127b96bb3
|
fixed flaky edqs tests
|
1 year ago |
Vladyslav Prykhodko
|
c8270d4682
|
Merge pull request #13838 from ArtemDzhereleiko/AD/bug-fix/ai-models-minor-fix
Minor fixes for Ai models
|
1 year ago |
Artem Dzhereleiko
|
559b67b921
|
UI: minor fix for ai-models
|
1 year ago |
dshvaika
|
589e159b54
|
Added ability to filter out reporting geofencing events statuses
|
1 year ago |