1065 Commits

Author SHA1 Message Date
ViacheslavKlimov
d86c20b354 Additional validation for AuditLog entity 2022-10-06 11:47:27 +03:00
Andrii Shvaika
7e927b7aba Add support of relation add/update/delete events to rule engine 2022-10-05 13:46:01 +03:00
Igor Kulikov
34339c6532 Minor changes 2022-09-23 19:26:50 +03:00
Igor Kulikov
afa69f6f78 Merge branch 'master' into feature/assetProfile 2022-09-23 15:37:52 +03:00
Igor Kulikov
085e3c1580 Implement Asset Profile feature 2022-09-23 15:37:17 +03:00
Andrii Shvaika
6674c457f6 Fix issue with delta calculation when previous interval has no telemetry 2022-09-23 13:45:34 +03:00
Andrii Shvaika
b1a234eba2 Add clear of agg data before subscription update 2022-09-23 13:10:38 +03:00
Andrew Shvayka
27948261ce
Merge pull request #7246 from YuriyLytvynchuk/bug/node_originator_fields_check_null
[3.4.2] Bugfix: originator fields node: check value for "null"
2022-09-22 16:32:52 +03:00
Yuriy Lytvynchuk
baf17c6488 code review 2022-09-21 16:57:22 +03:00
Andrii Shvaika
9d30b7558f Support of Comparison Queries 2022-09-14 14:22:43 +03:00
Andrii Shvaika
9689e9c041 Fix bugs. Remove floating window support 2022-09-13 12:39:07 +03:00
Andrii Shvaika
7cc2943d18 New API for Agg requests 2022-09-12 15:54:21 +03:00
Andrii Shvaika
1fcc757147 Improvement to the AGG calculations to include latestTs and count 2022-09-09 14:04:24 +03:00
Volodymyr Babak
fc996ddf32 Added missing serialVersionUID 2022-09-01 12:41:22 +03:00
Volodymyr Babak
ff9fcbbac0 Fixed LWM2M transport serialization. Extended CoAP, SNMP, LWM2M device profiles edge test. Part #2 2022-08-29 11:31:26 +03:00
Volodymyr Babak
6c7fdff626 Fixed coap transport serialization. Added CoAP, SNMP, LWM2M device profiles edge test. Part #1 2022-08-26 18:46:31 +03:00
Volodymyr Babak
9b47ed4633 Fixed serialization of DeviceData, SnmpMapping. Added deviceDataBytes into edge.proto DeviceUpdateMsg 2022-08-26 15:02:50 +03:00
Andrii Shvaika
dea933d906 Version set to 3.4.2 2022-08-19 15:25:18 +03:00
Andrii Shvaika
8de1ee776c Fix conflicts. Refactored RandomStringUtils 2022-08-16 11:26:32 +03:00
Andrii Shvaika
9e1da1d483 Merge branch 'master' of github.com:thingsboard/thingsboard 2022-08-03 18:52:22 +03:00
Andrii Shvaika
8dc01ea5db Major improvement to device state service 2022-08-03 18:52:10 +03:00
Andrew Shvayka
61f575be0f
Merge pull request #7026 from YevhenBondarenko/fix/2fa 2022-08-02 20:09:57 +03:00
YevhenBondarenko
e09d7577ce fixed serialization exception in 2FA (Redis) 2022-08-02 16:13:10 +02:00
Andrii Shvaika
6ad1b10c09 remove jetbrains annotations 2022-08-02 10:54:04 +03:00
Andrii Shvaika
a38edcd62b Upgrade script for the events migration 2022-07-27 18:56:09 +03:00
Andrii Shvaika
3af07efd7f Support for bulk delete of events 2022-07-27 15:30:08 +03:00
Andrii Shvaika
ab0710c13e Cleanup event tables by partitions 2022-07-26 19:15:25 +03:00
Andrii Shvaika
219e97ff4a Implementation of Rule Chain and Rule Node debug events 2022-07-26 16:28:55 +03:00
Andrii Shvaika
e89554aaf4 WIP: improvement to fetch of the events 2022-07-25 19:36:13 +03:00
Andrii Shvaika
a720009b55 Initial DB structure 2022-07-22 18:53:41 +03:00
Andrii Shvaika
fa0433a7eb Version set to 3.4.1-SNAPSHOT 2022-07-19 15:30:16 +03:00
YevhenBondarenko
e3383597ba replace deprecated param readOnly 2022-07-15 16:24:57 +02:00
YevhenBondarenko
2653732cf8 hide externalIds and minor swagger improvements 2022-07-15 15:05:27 +02:00
Andrii Shvaika
87527f0027 Minor doc improvement 2022-07-15 12:55:43 +03:00
thingsboard
95faab9c2e fix pr comments 2022-07-15 12:54:41 +03:00
thingsboard
87325bcd10 Merge remote-tracking branch 'origin/develop/3.4' into feature/work-1581-replace-deprecated-stringutils 2022-07-13 13:33:17 +03:00
YevhenBondarenko
647588e6b8 merge with develop/3.4 2022-07-12 15:33:20 +02:00
YevhenBondarenko
8b6664c096 remove isolated tb-core 2022-07-12 13:27:39 +02:00
Andrii Shvaika
cd633c72c8 No more Queue Id in the Device Profile 2022-07-12 12:56:40 +03:00
thingsboard
bc88babd11 fix pr comments 2022-07-12 12:29:27 +03:00
thingsboard
c7daaa571e replace StringUtils usages with in-repository implementation 2022-07-12 12:08:52 +03:00
Andrii Shvaika
488e05ac6c Queue ID and Queue Name 2022-07-11 18:51:38 +03:00
Andrew Shvayka
0c2a838336
Merge pull request #6852 from volodymyr-babak/feature/edge-queues-support
[3.4] New functionality - queues are propagated to edge
2022-07-05 10:26:48 +03:00
Viacheslav Klimov
a86eb53038 Keep data order when getting chunked messages 2022-07-01 17:09:12 +03:00
Volodymyr Babak
b495296930 Merge branch 'develop/3.4' of github.com:thingsboard/thingsboard into feature/edge-queues-support 2022-06-30 11:24:10 +03:00
Igor Kulikov
4b5e94e3cc Add Version control REST API methods to Rest Client. Remove redudant branch request parameter from some version control REST API methods. 2022-06-29 17:35:13 +03:00
Volodymyr Babak
70991ba7a0 New functionality - Queue are propagated to edge 2022-06-29 17:06:30 +03:00
Andrew Shvayka
0b8701b16f
Merge pull request #6846 from YevhenBondarenko/feature/queue-validation
[3.4] queue validation
2022-06-29 11:41:28 +03:00
YevhenBondarenko
68f0388723 added queue name and topic validation 2022-06-28 14:54:38 +02:00
Viacheslav Klimov
4d1a82d50b Fix export/import of deprecated dashboards 2022-06-28 13:39:09 +03:00