5990 Commits

Author SHA1 Message Date
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
Andrew Shvayka
491e586d7f
Merge pull request #9155 from dskarzh/device-state-service/fix-flaky-tests
[3.6] Device state service: fix device not being timeouted bug, fix flaky tests, add more test coverage
2023-09-20 12:59:00 +03:00
Andrew Shvayka
d894e3461b
Merge pull request #9294 from dashevchenko/db_scheme_version_update
Updated db schema version from 3.5.2 to 3.6.0
2023-09-20 12:52:21 +03:00
YevhenBondarenko
4e42a3efe2 fixed widget-bundle import and added widget type VC support 2023-09-20 09:50:12 +02:00
Andrii Shvaika
f3e89f7dff Merge branch 'develop/3.6' of github.com:thingsboard/thingsboard into develop/3.6 2023-09-19 18:59:56 +03:00
Andrii Shvaika
eb6d81deb0 Improved description of the widget bundles 2023-09-19 18:59:44 +03:00
dashevchenko
2c7b8b66e0 updated db schema versio from 3.5.2 to 3.6.0 2023-09-19 18:41:13 +03:00
Igor Kulikov
a1393e7e81 Fix update existing widget type by fqn: check fqn is not empty. 2023-09-19 18:04:33 +03:00
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
Dmytro Skarzhynets
1364eec497 Merge with develop 2023-09-19 17:17:39 +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
Dmytro Skarzhynets
ba67ca5e09 Merge branch 'develop/3.6' into device-state-service/fix-flaky-tests 2023-09-14 15:53:48 +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
Dmytro Skarzhynets
65a4f002bb Fix copy-paste error 2023-09-14 15:49:48 +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
Dmytro Skarzhynets
babc8844e9 Add last reported activity in the past fix, cover with a test 2023-09-14 12:58:04 +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
Dmytro Skarzhynets
0cd6edfaae Megre with develop/3.6 to include flaky test fixes 2023-09-10 18:23:17 +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