8241 Commits

Author SHA1 Message Date
Volodymyr Babak
3b8be75a14 DeviceEdgeTest.testSendOutdatedAttributeToCloud - improved stability for concurrent issue 2025-01-31 18:24:50 +02:00
Volodymyr Babak
af4785d0e2 BaseTelemetryProcessor - Fixed import 2025-01-31 17:02:07 +02:00
Volodymyr Babak
ce4c654e21 BaseTelemetryProcessor - use scope from msg, and not hardcoded CLIENT_SCOPE 2025-01-31 16:58:12 +02:00
Volodymyr Babak
5f793b11f9 BaseTelemetryProcessor - use async instead of .get() 2025-01-31 16:06:52 +02:00
Andrii Landiak
1223347587 Fix testSendOutdatedAttributeToCloud 2025-01-20 16:38:03 +02:00
Andrii Landiak
e4b5490921 Change ts in test to be for sure condifent 2025-01-15 17:22:14 +02:00
Andrii Landiak
4eedea0766 EntityDataProto: add ts to correctly handle PostAttributeMsg update from/to Edge 2025-01-15 16:11:54 +02:00
Igor Kulikov
03bc07b528
Merge pull request #12372 from ArtemDzhereleiko/AD/imp/scada-trd/meters
Add Meter traditional SCADA symbols
2025-01-10 18:59:55 +02:00
Igor Kulikov
7c8d945cb9
Merge pull request #12274 from ArtemDzhereleiko/AD/imp/oil-gas-scada-bundle
HP SCADA Oil and gas symbols with bundle
2025-01-10 18:59:18 +02:00
Andrew Shvayka
801c06aea0
Merge pull request #12405 from thingsboard/tbel_new_bytes_parsing_methods
tbel: add hexToBytesArray, base64ToBytesList
2025-01-10 16:48:17 +02:00
nick
3821e91573 Merge branch 'master' into fix/coap-dtls-session 2025-01-09 10:37:07 +02:00
nick
d961b89f31 tbel: add hexToBytesArray, base64ToBytesList 2025-01-08 16:17:14 +02:00
Viacheslav Klimov
c4925bd8af
Merge pull request #12366 from smatvienko-tb/feature/tbel-test-refactor
tbel test refactoring
2025-01-07 10:40:26 +02:00
Kulikov
c5ca395844
fix_bug_coaps_x509_docker_many_devices (#12327)
* coaps: x509 - tests

* coaps: x509 - tests add sever cert.pem

* coaps: x509 - tests add sever cert.pem -2

* coaps: x509 - tests add sever cert.pem -3

* coaps: x509 - tests add sever cert.pem -4

* fix bug: coaps x509 - ddocker many devices with re-port

* fix bug: coaps - add test, connect client with X509

* fix bug: coaps - add two test devices with the same port

* fix bug: coaps - add two test devices with the same port (FeatureType.ATTRIBUTES)

* fix bug: coaps - add two test devices with the same port (FeatureType.ATTRIBUTES) - 1

* fix bug: coap comments 1
2025-01-03 18:17:30 +02:00
Sergey Matvienko
e1b29b5004 removed custom reflection methods in favour ReflectionUtils 2025-01-02 15:21:28 +01:00
Artem Dzhereleiko
6a5cc07742 UI: Traditional SCADA symbols meter 2025-01-02 13:32:17 +02:00
Artem Dzhereleiko
1d0c998af8 UI: Add serch tag for drilling 2025-01-02 12:58:28 +02:00
Viacheslav Klimov
0a1f377347
Merge pull request #12199 from thingsboard/develop/4.0
develop/4.0
2025-01-02 10:47:58 +02:00
Sergey Matvienko
527f7176c5 tbel test refactored to not use sql and all controllers. reflection utils used 2025-01-01 14:25:28 +01:00
Igor Kulikov
1a8116cb93 Merge with rc 2024-12-31 11:52:06 +02:00
Andrew Shvayka
45c6b063bf
Merge pull request #12203 from thingsboard/tbel_doc_bitWiseOperations
tbel_tests_doc_bitwise_operations
2024-12-31 10:12:48 +02:00
ViacheslavKlimov
6c9b0de0bc Fix CaffeineCacheDefaultConfigurationTest 2024-12-31 10:08:43 +02:00
Volodymyr Babak
f35147e146 Temporary disabled relatedEdges due to issue with scan method 2024-12-30 18:37:59 +02:00
yevhenii_zahrebelnyi
c0f4440bd9
Relation for Edge (#12353)
* Relation for Edge

- Removed the relation filtering for Edge.

* Relation for Edge

- add test for relation Edge

* Relation for Edge

- refactoring

* Relation for Edge

- Naming fixed
2024-12-30 17:46:03 +02:00
Viacheslav Klimov
d9f37cd2f2
Merge pull request #12360 from thingsboard/fix/upgrade-from
Ignore version from tb_schema_settings when from_version property is specified
2024-12-30 17:41:41 +02:00
ViacheslavKlimov
aba14c7ecc Remove invalid upgrade log 2024-12-30 16:51:27 +02:00
ViacheslavKlimov
7c6b3f6adf Temporal: ignore version in tb_schema_settings when from_version property is specified 2024-12-30 16:45:29 +02:00
Viacheslav Klimov
949adf0ccb
Merge pull request #12358 from AndriiLandiak/fix/edge-flaky
Fix test: testRuleChains
2024-12-30 16:24:59 +02:00
Viacheslav Klimov
21fef65229
Merge pull request #12359 from thingsboard/fix/system-notification-delivery
Ignore unconfigured delivery method for system notification type
2024-12-30 16:24:43 +02:00
ViacheslavKlimov
f02b25f15a Ignore unconfigured delivery method for system notification type 2024-12-30 16:15:37 +02:00
Andrii Landiak
2f8aa65a8e Fix RuleChain flaky test 2024-12-30 16:14:01 +02:00
nick
ffd1d891cd fix bug: lwm2m flaky test (.times to .atLeast) 2024-12-30 12:15:08 +02:00
Viacheslav Klimov
64c687c5a9
Merge branch 'master' into develop/4.0 2024-12-30 12:03:36 +02:00
Volodymyr Babak
cf9204416b
Fixed case when seqId started new cycle. Improved edge trace/debug logging (#12342)
* Fixed case when seqId started new cycle. Improved edge trace/debug logging

* Edge downlink logging improved

* Edge downlink logging improved #2
2024-12-30 10:04:41 +02:00
Igor Kulikov
15d22e9e6b Improve upgrade script to separate long running resources update. 2024-12-27 17:15:59 +02:00
Igor Kulikov
3a2228918b Fix schema upgrade script. 2024-12-27 16:23:17 +02:00
Igor Kulikov
94f294aebf Fix load of JS Module extensions during installation or upgrade. 2024-12-27 15:32:17 +02:00
Igor Kulikov
d2293388ed
Merge pull request #12315 from maxunbearable/improvement/gateway-offline-backups
Added offline backups for Gateways
2024-12-27 12:04:00 +02:00
mpetrov
30ce285725 Updated JS module 2024-12-26 16:19:14 +02:00
Igor Kulikov
36f990cf15 Merge branch 'rc' 2024-12-24 14:20:44 +02:00
Igor Kulikov
23cd86e870
Merge pull request #12331 from ArtemDzhereleiko/AD/hot-fix/scada-scale-invert
Fixed SCADA scale symbols
2024-12-24 14:19:27 +02:00
Artem Dzhereleiko
4c7775eba9 UI: Fixed scale symbol 2024-12-24 12:56:50 +02:00
mpetrov
f5dfab8f46 Updated js module 2024-12-24 12:35:27 +02:00
Igor Kulikov
5072b9b2af
Merge pull request #12275 from ArtemDzhereleiko/AD/hot-fix/hp-filter-symbol
Fixed color for HP SCADA filter
2024-12-24 12:29:59 +02:00
Volodymyr Babak
d5e973283c EdgeGrpcSession - move check of empty high priority msgs into submethod 2024-12-23 20:46:07 +02:00
Igor Kulikov
cef94b9708 Merge branch 'rc' 2024-12-23 16:54:42 +02:00
ViacheslavKlimov
f22797ed29 Fix alarm rule clear test 2024-12-23 15:44:35 +02:00
ViacheslavKlimov
a70e20fe44 Don't send separate notification when notification clear rule is met 2024-12-23 15:31:24 +02:00
Viacheslav Klimov
155c701822
Merge pull request #12305 from dashevchenko/constraintNameFix
Updated constraint name to valid one
2024-12-23 12:07:10 +02:00
ViacheslavKlimov
d4d3240f78 Merge branch 'master' of github.com:thingsboard/thingsboard into develop/4.0 2024-12-23 11:15:16 +02:00