5969 Commits

Author SHA1 Message Date
Igor Kulikov
4b99a3a00b Merge branch 'develop/3.6' of github.com:thingsboard/thingsboard into develop/3.6 2023-09-19 17:29:47 +03:00
Igor Kulikov
be850f506a UI: Implement battery level widget 2023-09-19 17:29:36 +03:00
Andrew Shvayka
a613b51815
Merge pull request #9269 from volodymyr-babak/edge/test-stability
Edge tests stability improvements
2023-09-18 16:25:31 +03:00
Andrew Shvayka
2faf8134a0
Merge pull request #9273 from volodymyr-babak/edge/disable-snmp
Added SNMP_ENABLED=false for install edge instructions in case TB is …
2023-09-18 16:23:52 +03:00
Andrew Shvayka
efc44b2fc1
Merge pull request #9257 from thingsboard/improvements/recalculate-partitions
PartitionService improvements
2023-09-18 16:14:56 +03:00
Volodymyr Babak
e4acb717f3 Added SNMP_ENABLED=false for install edge instructions in case TB is already running on the same PC 2023-09-18 14:52:50 +03:00
Volodymyr Babak
3c6d70b2c4 edge test speed up 2023-09-15 16:49:36 +03:00
Volodymyr Babak
16e3a6e177 edge tests stability: seq_id column - remove maxvalue. increased timeout for waiting on edge imitator respones 2023-09-15 16:39:58 +03:00
ViacheslavKlimov
fe8aaaa4d9 Fix HashPartitionServiceTest.testPartitionChangeEvents_isolatedProfile_oneCommonServer_oneDedicated 2023-09-15 14:15:49 +03:00
Igor Kulikov
ece8b804e6 Fix conflicts 2023-09-14 18:47:48 +03:00
Igor Kulikov
e255b6ec42 UI: Add Alarm and entity count widgets. 2023-09-14 18:45:22 +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
Volodymyr Babak
092e3b07c1 Minor improvements for edge centos/ubuntu instruction. css minor updates 2023-09-14 13:44:51 +03:00
Andrii Landiak
bdad8454f8 Fix instructions for ubuntu and docker: styles, info 2023-09-14 08:12:30 +03:00
ViacheslavKlimov
3f2a3e35ff Fixes for partition recalculation with isolated queues 2023-09-13 17:37:19 +03:00
Igor Kulikov
51d09e0d1a
Merge pull request #9242 from vvlladd28/improvement/gateway-dashboard/change
Improvement gateway dashboard after merge
2023-09-13 17:09:05 +03:00
Vladyslav_Prykhodko
ba5f7ee321 Merge remote-tracking branch 'upstream/develop/3.6' into improvement/gateway-dashboard/change 2023-09-13 12:07:37 +03:00
Vladyslav_Prykhodko
cef307b5b8 UI: REname file widget types and clear gateway locale 2023-09-13 12:02:09 +03:00
Maksym Dudnik
56e8a4bed5 Merge branch 'improvement/gateway-dashboard/change' of https://github.com/vvlladd28/thingsboard into improvement/gateway-dashboard/change
 Conflicts:
	application/src/main/data/json/demo/dashboards/gateway_list.json
	application/src/main/data/json/system/widget_types/gateway_general_statistics.json
	application/src/main/data/json/system/widget_types/gateway_statistics.json
	ui-ngx/src/app/modules/home/components/widget/lib/gateway/gateway-configuration.component.scss
2023-09-13 10:07:25 +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
Vladyslav_Prykhodko
65145284ca UI: Improved view gateway dashboard and updated gateway widget types 2023-09-12 19:08:40 +03:00
Maksym Dudnik
530cd326c0 qa fixes 2023-09-12 17:51:04 +03:00
Andrii Landiak
8412b61812 Improve centos and ubuntu instruction for edge 2023-09-12 16:33:30 +03:00
Andrew Shvayka
cc441b4148
Merge pull request #9229 from dashevchenko/spaceKeyValidation
Added validation on space key for telemetry and attributes
2023-09-12 16:05:32 +03:00
Andrew Shvayka
5583446340
Merge pull request #9233 from thingsboard/fix/vc
Version control: fix ids replacement in dashboard config
2023-09-12 15:51:46 +03: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
Shvaika Dmytro
3f10ba464e
added executor to speed up rule nodes upgrade & added SQL upgrade for TbMsgAttributesNode & updated logback.xml with new debug entry to view the rule node upgrade logs (#9224)
* added executor to speed up rule nodes upgrade & added SQL upgrade for TbMsgAttributesNode & updated logback.xml with new debug entry to view the rule node upgrade logs

* refactoring after review

* create index before upsert

* added missing logic to await futures to be completed with max pending futures size set to 100

* added better logging

* refacotring after review
2023-09-12 12:16:31 +03:00
Vladyslav_Prykhodko
0b9df293cd UI: Fixed gateway dashboard and widget after review 2023-09-11 18:45:37 +03:00
dashevchenko
88a17e3cfa added validation on space key 2023-09-11 18:07:30 +03:00
Andrii Shvaika
f0d9ba914d Fix update for alarms of removed tenants 2023-09-11 15:39:14 +03:00
Andrew Shvayka
b848cd1eb8
Merge pull request #9220 from smatvienko-tb/feature/TbVersionNode_refactor
[3.6] TbVersionNode removed in favor of the annotation RuleNode.version()
2023-09-08 18:42:32 +03:00
Sergey Matvienko
6e3f1995bf TbVersionedNode removed in favour of RuleNode.version() annotation 2023-09-08 16:24:48 +02: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
Andrew Shvayka
96efdb3e20
Merge pull request #8337 from MrKartoshka/gateway-list
Gateway list dashboard and widgets
2023-09-08 16:18:05 +03:00
Igor Kulikov
93f90600e3
Merge pull request #9193 from ArtemDzhereleiko/AD/bug-fix/widget-settings/decimals
Fixed analog gauge widget settings decimals set to zero by default
2023-09-08 16:11:19 +03:00
Igor Kulikov
b1f70e162a Update demo data dashboards 2023-09-08 14:16:56 +03:00
Vladyslav_Prykhodko
2590b55c14 Merge branch 'gateway-list' of github.com:MrKartoshka/thingsboard into MrKartoshka-gateway-list 2023-09-08 12:36:29 +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
Andrew Shvayka
1256f78552
Merge pull request #8757 from thingsboard/fix/snmp
Improvements for SNMP
2023-09-08 12:15:14 +03:00
Volodymyr Babak
3e7b359de0 Fixed MockBean and SpyBean dependency for newly added tests 2023-09-07 18:16:24 +03:00
ViacheslavKlimov
a570101aee Use DbCallbackExecutor in forwardToEventService 2023-09-07 18:13:14 +03:00
Volodymyr Babak
ab49f9ab54 Fixed spring dependency for test classes 2023-09-07 18:05:52 +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
Andrew Shvayka
65043b64b8
Merge pull request #9210 from dashevchenko/removedDefaultHttpPorts
Removed default http ports in device connectivity commands
2023-09-07 16:53:28 +03:00
ViacheslavKlimov
a75093faa7 Refactor forwardToEventService in core consumer service 2023-09-07 13:39:33 +03:00
Viacheslav Klimov
e7b259ce8e
Merge branch 'develop/3.6' into fix/snmp 2023-09-07 13:03:48 +03:00