24457 Commits

Author SHA1 Message Date
dshvaika
4e9b5cf927 Merge branch 'master' into feature/geofencing-cf 2025-08-12 19:57:29 +03:00
dshvaika
dd18359c54 Replaced GeofencingZoneIdProto with EntityTypeProto and msb and lsb 2025-08-12 19:55:21 +03:00
dshvaika
67f08da7a0 Updated validation logic for existing and geofencing CF 2025-08-12 18:56:53 +03:00
dshvaika
ac3f81195d Refactored code duplicates in CalculatedFieldManagerMessageProcessor 2025-08-12 17:33:35 +03:00
dashevchenko
639cb0d7a7 refactoring 2025-08-12 16:47:16 +03:00
dashevchenko
51c3e38d08 fixed flaky test 2025-08-12 16:41:10 +03:00
dshvaika
06515a5e13 Renamed actor message types and java fields for clarity 2025-08-12 16:23:38 +03:00
dshvaika
ef9ad6751c Fixes after self-review before create WIP PR 2025-08-12 13:34:17 +03:00
dshvaika
9641461541 rollback new methods created sicne not used after refactoring 2025-08-12 13:12:44 +03:00
dshvaika
bc78988443 Removed no used dynamicEntityArguments from ctx 2025-08-12 13:06:46 +03:00
dshvaika
40276c6c15 Added new integration test 2025-08-12 12:58:11 +03:00
IrynaMatveieva
8d2b1caf06 test fixes 2025-08-12 12:36:30 +03:00
dshvaika
d5f78e6db0 Added test for GeofencingZoneState 2025-08-12 11:49:55 +03:00
dshvaika
5f12fc5a4f Added test for GeofencingValueArgumentEntry 2025-08-12 11:38:06 +03:00
编程不良人~
50ff24d8e8
Merge branch 'master' into fix-edge-zombie-consumer-cleanup 2025-08-12 09:17:58 +08:00
dshvaika
efc20a93aa Added mock tests for Geofencing CF state and utils logic to/from proto 2025-08-11 17:44:40 +03:00
dshvaika
baba433f0f Added validation for new configuration + fixed relation creation for profile entities 2025-08-11 13:23:17 +03:00
Viacheslav Klimov
c05f41ad8d
Merge pull request #13850 from thingsboard/rc
rc
2025-08-11 13:02:44 +03:00
VIacheslavKlimov
8d81109308 Fix file encoding 2025-08-11 12:29:12 +03:00
VIacheslavKlimov
13c0926e67 Fix some MSA tests not running 2025-08-11 12:18:27 +03:00
Artem Dzhereleiko
09d08216a7 UI: Ref create new link 2025-08-11 09:15:44 +03:00
陈旭
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. 2025-08-10 11:42:47 +08:00
陈旭
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. 2025-08-10 10:30:49 +08:00
dshvaika
3643b54985 Added relation creation support 2025-08-08 19:51:49 +03:00
Artem Dzhereleiko
8e1cde1a65 UI: Imp create new for entity autocomplete 2025-08-08 18:27:42 +03:00
dshvaika
409328dbe3 removed no needed logic from geofencing arugment 2025-08-08 17:28:57 +03:00
dshvaika
fb84eb0695 typos fix 2025-08-08 17:02:29 +03:00
dshvaika
71f092c4e8 Added dirty updates support 2025-08-08 16:16:14 +03:00
Viacheslav Klimov
3d92d7894c
Merge pull request #13834 from dashevchenko/flakyEdqsTestsFix
Fixed flaky edqs tests
2025-08-08 13:22:33 +03:00
dashevchenko
c127b96bb3 fixed flaky edqs tests 2025-08-08 12:30:10 +03:00
Vladyslav Prykhodko
c8270d4682
Merge pull request #13838 from ArtemDzhereleiko/AD/bug-fix/ai-models-minor-fix
Minor fixes for Ai models
2025-08-08 11:08:51 +03:00
Artem Dzhereleiko
559b67b921 UI: minor fix for ai-models 2025-08-08 10:57:56 +03:00
dshvaika
589e159b54 Added ability to filter out reporting geofencing events statuses 2025-08-07 18:33:17 +03:00
dshvaika
c783176e71 Updated to use zone groups 2025-08-07 15:51:19 +03:00
dashevchenko
fdd01dfc9d fixed flaky edqs tests 2025-08-07 12:01:52 +03:00
Viacheslav Klimov
4f18df907b
Merge pull request #13827 from pon0marev/improvement/redis-pool-config
Redis pool latency optimization by reducing excessive pings
2025-08-07 10:32:04 +03:00
Viacheslav Klimov
e309225f12
Merge pull request #13832 from thingsboard/fix/mobile-app
Fix NPE on Firebase app cleanup
2025-08-06 18:57:07 +03:00
VIacheslavKlimov
e0c2051c6a Fix NPE on Firebase app cleanup 2025-08-06 18:54:22 +03:00
Viacheslav Klimov
f206983406
Merge pull request #13799 from thingsboard/fix/isolated-queues
Fix topics creation for isolated tenants
2025-08-06 18:48:13 +03:00
Viacheslav Klimov
44ecb100e8
Merge pull request #13831 from thingsboard/fix/https
Fix HTTPS support
2025-08-06 18:47:06 +03:00
VIacheslavKlimov
0468e3f905 Fix HTTPS support 2025-08-06 18:46:16 +03:00
Ekaterina Chantsova
88ec0f91d0 Timewindow: revert default values for useDashboardTimewindow and displayTimewindow 2025-08-06 18:40:00 +03:00
Viacheslav Klimov
efedbfd100
Merge pull request #13830 from dashevchenko/edqsDefaultSortProperty
Fixed default sort property for alarm entity query
2025-08-06 18:31:37 +03:00
dashevchenko
9a75fa07d9 fixed default sort property for alarm data entity query 2025-08-06 17:30:14 +03:00
dashevchenko
226e82c722 fixed default sort property for alarm entity query 2025-08-06 17:20:08 +03:00
VIacheslavKlimov
f416e4677b Refactoring for KafkaAdmin 2025-08-06 16:28:11 +03:00
dshvaika
ede9fd5e05 Added support to use only one zone type instead of two + minor validation fixes 2025-08-06 16:12:33 +03:00
Viacheslav Klimov
4e4a898805
Merge pull request #13829 from dskarzh/fix/ai-model/provider-serizalization
AI models: avoid serializing AI provider second time
2025-08-06 15:46:49 +03:00
Dmytro Skarzhynets
0557091b1c
AI models: avoid serializing AI provider second time 2025-08-06 15:39:06 +03:00
VIacheslavKlimov
552524d4b1 Increate timeout for testDelete_singleConsumer 2025-08-06 15:25:15 +03:00