3409 Commits

Author SHA1 Message Date
Igor Kulikov
7310f438eb Increase widget type and widgets bundle description field size to 1024. 2023-09-20 16:11:42 +03:00
Andrew Shvayka
a06ac7675d
Merge pull request #9295 from YevhenBondarenko/fix/widget-type-vc
fixed widget-bundle import and added widget type VC support
2023-09-20 13:06:20 +03:00
YevhenBondarenko
9b4e6eaa85 fixed templatec VC 2023-09-20 10:53:56 +02:00
YevhenBondarenko
4e42a3efe2 fixed widget-bundle import and added widget type VC support 2023-09-20 09:50:12 +02:00
Andrew Shvayka
efc44b2fc1
Merge pull request #9257 from thingsboard/improvements/recalculate-partitions
PartitionService improvements
2023-09-18 16:14:56 +03:00
ViacheslavKlimov
4e526aa969 Queue removal: always publish PartitionChangeEvent; remove redundant recalculatePartitions; add debug log 2023-09-14 16:27:44 +03:00
Andrew Shvayka
68b6be536d
Merge pull request #9245 from AndriiLandiak/feature/improve-edge-instruction
Edge instructions for ubuntu, centos
2023-09-14 15:49:58 +03:00
ViacheslavKlimov
0d8a2549d9 Single PartitionChangeEvent after recalculatePartitions 2023-09-14 15:22:53 +03:00
ViacheslavKlimov
3f2a3e35ff Fixes for partition recalculation with isolated queues 2023-09-13 17:37:19 +03:00
Andrew Shvayka
ad78e13491
Merge pull request #9237 from YevhenBondarenko/fix/alarm-severity-change
fixed alarm severity change
2023-09-13 16:16:51 +03:00
Volodymyr Babak
7f649e33c3 Edge: added singleton mode and configuration version fields for rule node proto 2023-09-12 19:24:28 +03:00
YevhenBondarenko
902a7a07b4 fixed alarm severity change 2023-09-12 17:10:48 +02:00
Andrii Landiak
4007526155 Add init edge instructions for ubuntu and centos 2023-09-12 15:39:57 +03:00
ViacheslavKlimov
4114c96571 Version control: fix ids replacement in dashboard config 2023-09-12 12:32:35 +03:00
Andrii Shvaika
94dbb1a682 Merge with master 2023-09-11 16:02:44 +03:00
Andrew Shvayka
d94d1de477
Merge pull request #9216 from volodymyr-babak/edge/fix-widget-type-alias
Fix Widget Display Issues in Older Edge Versions Connected to 3.6 Servers
2023-09-08 16:29:24 +03:00
Andrii Shvaika
f8cd40fe71 Avoid type conversion in TbUtils.stringToBytes 2023-09-08 16:27:55 +03:00
Andrew Shvayka
96efdb3e20
Merge pull request #8337 from MrKartoshka/gateway-list
Gateway list dashboard and widgets
2023-09-08 16:18:05 +03:00
Andrii Shvaika
09fcc18b5e Fix naming of the DateTimeFormatOptions 2023-09-08 14:49:02 +03:00
Andrii Shvaika
db48a2d980 Improvement to the TbDate.toLocaleString 2023-09-08 14:45:26 +03:00
Volodymyr Babak
2b6357502e Set widget type alias and bundle alias to be compatible with older edge versions 2023-09-08 12:32:34 +03:00
Andrew Shvayka
d670267e39
Merge pull request #9213 from volodymyr-babak/edge/fix-errors-in-case-dashboard-not-assigned
Add Server-side Checks for Default Dashboard and Rule Chain on Edge Versions < 3.6.0
2023-09-08 12:21:29 +03:00
Volodymyr Babak
cfc900c52c Added check if dashboard or rule chain is assigned to edge for edges older 3.6.0 2023-09-07 18:05:31 +03:00
ViacheslavKlimov
1aaa017d92 Add ports configs for SNMP transport to Docker scripts 2023-09-07 13:28:32 +03:00
ViacheslavKlimov
f0c177ebd2 Merge remote-tracking branch 'origin/fix/snmp' into fix/snmp
# Conflicts:
#	common/transport/transport-api/src/main/java/org/thingsboard/server/common/transport/service/DefaultTransportService.java
2023-09-07 13:11:53 +03:00
Viacheslav Klimov
e7b259ce8e
Merge branch 'develop/3.6' into fix/snmp 2023-09-07 13:03:48 +03:00
Maksym Dudnik
a1543f8095 Merge branch 'develop/3.6' of https://github.com/thingsboard/thingsboard into gateway_list
 Conflicts:
	application/src/main/data/json/system/widget_bundles/gateway_widgets.json
2023-09-06 15:45:08 +03:00
ShvaykaD
0489e94c1d Merge remote-tracking branch 'upstream/develop/3.6' into feature/rpc-sequential-strategies 2023-09-06 14:43:21 +03:00
Andrew Shvayka
333f41b94a
Merge pull request #9163 from smatvienko-tb/feature/validate_contains0x00
[3.5.2] Device Asset name - Validate contains0x00 to prevent PSQLException: ERROR: invalid byte sequence for encoding "UTF8": 0x00
2023-09-06 12:39:51 +03:00
Andrew Shvayka
ce3cbb78b1
Merge pull request #8825 from YevhenBondarenko/feature/alarm-types
Alarm type auto-complete in the alarm filter
2023-09-06 12:17:54 +03:00
Igor Kulikov
98c245e293 Switch to version 3.6.0 2023-09-05 18:28:15 +03:00
YevhenBondarenko
ad9fedaded merge with develop/3.5.2 2023-09-05 15:46:40 +02:00
Andrew Shvayka
db663cb5bc
Merge pull request #9035 from imbeacon/customer-removing-alarm-unassign
Fix for alarm unassign on user or customer removed
2023-09-05 16:07:53 +03:00
Andrew Shvayka
78d47a99b0
Merge pull request #8788 from dashevchenko/new_efento_messages
Added new messages handling for efento
2023-09-05 15:43:38 +03:00
Sergey Matvienko
9b15cd609c StringUtils: contains0x00 implemented to prevent org.postgresql.util.PSQLException: ERROR: invalid byte sequence for encoding "UTF8": 0x00 2023-09-05 13:38:18 +02:00
dashevchenko
08f26bad5b fixed addSystemAlarmComment method 2023-09-05 12:43:38 +03:00
Volodymyr Babak
f4241fec85 Merge remote-tracking branch 'upstream/develop/3.5.2' into edge-misc-fixes-3.5.2 2023-09-05 11:07:50 +03:00
dashevchenko
e1a79cc594 compilation error fix 2023-09-05 11:00:59 +03:00
YevhenBondarenko
c4377f514f merge with develop/3.5.2 2023-09-04 20:00:39 +02:00
YevhenBondarenko
15d53a95cc added ON DELETE CASCADE and improvements 2023-09-04 19:45:57 +02:00
dashevchenko
95b1f5fc95 moved efento protos to proto/efento 2023-09-04 19:38:32 +03:00
Andrew Shvayka
436f140d8b
Merge pull request #8873 from smatvienko-tb/hotfix/tbdate_toisoformat_sync
[3.5.2] TbDate toISOString sync as SimpleDateFormat required
2023-09-04 18:59:24 +03:00
Andrew Shvayka
09b74dada9
Merge pull request #9157 from thingsboard/fix/tenant-profile-serialization
Fix tenant profile update msg construction for Edge
2023-09-04 18:49:51 +03:00
Igor Kulikov
c783e44ac6 UI: Add widget panel: implement all widgets mode. 2023-09-04 18:04:20 +03:00
dashevchenko
550b67b451 renamed proto directory to efento-proto 2023-09-04 17:10:42 +03:00
Igor Kulikov
875c8d526b Widget Bundles to Wudget Types Many to Many support for UI 2023-09-01 18:55:29 +03:00
Igor Kulikov
1fb9ba622e Widget -> Widget Bundle Many to Many support. 2023-08-31 12:09:42 +03:00
dashevchenko
b3f78e3e56 added support for new measurement type (PULSE_CNT) 2023-08-30 12:12:41 +03:00
Volodymyr Babak
bc7ef38ee6 Edge dashboard msg - added isMobileHide and mobileOrder 2023-08-29 16:45:18 +03:00
ViacheslavKlimov
724300c076 Fix tenant profile Java serialization; add test 2023-08-29 15:41:35 +03:00