16763 Commits

Author SHA1 Message Date
Ivan Raznatovskyi
5630a475b5 Fixed not properly displaying of copy-code button 2024-01-05 15:39:05 +02:00
Andrew Shvayka
c43a265868
Merge pull request #9924 from ShvaykaD/fix/slow-query-for-rule-node-ids-search
Optimize rule nodes ids search in the upgrade process
2024-01-03 13:41:05 +02:00
ShvaykaD
22fbacdc56 Merge branch 'master' into fix/slow-query-for-rule-node-ids-search 2024-01-03 11:21:45 +02:00
ShvaykaD
14b3dd4b57 updated columns order in index 2024-01-03 10:36:08 +02:00
Andrew Shvayka
426b0b83a8
Merge pull request #9915 from dashevchenko/aws_sqs_producer
TbAwsSqsProducerTemplate fix
2024-01-02 18:17:44 +02:00
ShvaykaD
f14e6cdfca added missing switch case to ThingsboardInstallService 2024-01-02 15:56:37 +02:00
ShvaykaD
360e32684e added new index for rule nodes ids search query and removed old one 2024-01-02 15:34:32 +02:00
ShvaykaD
4a26fad0a5 Revert "replaced slow query with multi-call of indexed query"
This reverts commit abfcf32c54e2705171d93abbb563fbdec97def5d and 7c42bb72138536c4f78351c1c992ec0d1780d8ea.
2024-01-02 15:31:30 +02:00
dashevchenko
5e471364de changed fixedPool to newWorkStealingPool 2024-01-02 13:58:16 +02:00
ShvaykaD
7c42bb7213 Change for loop to iterate forwards 2023-12-29 10:55:38 +02:00
ShvaykaD
abfcf32c54 replaced slow query with multi-call of indexed query 2023-12-28 17:55:56 +02:00
Igor Kulikov
f11ee730b5 Update rule nodes UI 2023-12-28 10:41:30 +02:00
dashevchenko
b95adb439a added yml parameters for aws-sqs eproducer executor thread pool size 2023-12-27 17:06:26 +02:00
dashevchenko
f2ea1b87d7 added shutdown for producerExecutor 2023-12-27 14:51:20 +02:00
dashevchenko
ca3593b6f5 Merge remote-tracking branch 'upstream/master' into aws_sqs_producer 2023-12-27 14:45:46 +02:00
dashevchenko
63a85161b2 moved producer executor to TbAwsSqsAdmin 2023-12-27 14:44:49 +02:00
dashevchenko
3ac0cc241a TbAwsSqsProducerTemplate: native thread allocation error fix (provided one executor for message sending with limited thread pool size) 2023-12-27 13:47:52 +02:00
Andrew Shvayka
0df7b11827
Merge pull request #9910 from volodymyr-babak/edge-test-fix
Fixed EdgeControllerTest.testSyncEdge
2023-12-27 11:58:13 +02:00
Andrew Shvayka
b2805acd90
Merge pull request #9911 from thingsboard/fix/public-image-import
Fix image's isPublic on import
2023-12-27 11:57:23 +02:00
ViacheslavKlimov
22e598c36d Fix image's isPublic on import 2023-12-26 18:21:34 +02:00
Volodymyr Babak
5915aed545 Code cleanup 2023-12-26 15:47:15 +02:00
Volodymyr Babak
9a1b2c923c Fixed testSyncEdge - moved creation of edge before device/asset creation to have time to process set edge root rule chain before activation 2023-12-26 15:46:02 +02:00
Igor Kulikov
ace148884c UI: Image Gallery: Hide overlay buttons from image card in selection mode. 2023-12-26 15:41:56 +02:00
Andrew Shvayka
5cc0dc6d94
Merge pull request #9900 from thingsboard/fix/vc-timeout
Version control performance improvements
2023-12-22 18:42:06 +02:00
Andrew Shvayka
3d07fff2cd
Merge pull request #9902 from dashevchenko/multipart_env_variables
Added spring multipart parameters to http transport
2023-12-22 17:51:40 +02:00
Igor Kulikov
73f443f65d
Merge pull request #9893 from volodymyr-babak/edge-ui-fixes
Changes to be in sync with PE
2023-12-22 17:31:22 +02:00
dashevchenko
7a6b5ff6bc added spring multipart yml parameters to http transport 2023-12-22 17:11:15 +02:00
Andrew Shvayka
d06a232d6f
Merge pull request #9898 from dashevchenko/multipart_env_variables
Added env variables for "max-file-size" and "max-request-size" yml parameters
2023-12-22 17:01:42 +02:00
Andrew Shvayka
86ecc6f742
Merge pull request #9897 from thingsboard/fix/image-vc
Fixes for images version control
2023-12-22 17:00:57 +02:00
Andrew Shvayka
17ad8712f3
Merge pull request #9892 from imbeacon/fix/device-connectivity-hosts-and-ports
Fix for device check connectivity host and port check
2023-12-22 16:48:51 +02:00
Igor Kulikov
4b64910758
Merge pull request #9901 from thingsboard/feature/resource-max-size
Set max allow resource size from tenant profile
2023-12-22 16:39:48 +02:00
Vladyslav_Prykhodko
6b95db4807 UI: Remove selector selectMaxResourceSize 2023-12-22 16:23:30 +02:00
Igor Kulikov
d804c010b0
Merge pull request #9883 from ArtemDzhereleiko/AD/bug-fix/flot-with-legend
Fixed flot widget custom legend
2023-12-22 15:57:06 +02:00
Vladyslav_Prykhodko
35deb47584 UI: Add resource file max size and improved file input style 2023-12-22 15:13:18 +02:00
ViacheslavKlimov
daabf26708 VC: fix Kafka buffer exhausted and producer stuck; refactoring and improvements 2023-12-22 14:55:58 +02:00
dashevchenko
541784b8f0 added env variables for max-file-size and max-request-size yml parameters 2023-12-22 13:12:12 +02:00
ViacheslavKlimov
58cf97f68a Add maxResourceSize to SystemParams 2023-12-22 12:38:56 +02:00
ViacheslavKlimov
c443f990e1 Revert comment formatting 2023-12-22 11:52:49 +02:00
Artem Dzhereleiko
fa20b9da0d UI: Refactoring 2023-12-22 10:35:22 +02:00
Volodymyr Babak
49d38fa11e Fixed assign to edge label 2023-12-21 18:31:09 +02:00
Igor Kulikov
d788b00a69 UI: Fix scroll grid component width 2023-12-21 18:22:47 +02:00
Volodymyr Babak
83e68b7c62 Changes to be in sync with PE 2023-12-21 18:16:02 +02:00
Igor Kulikov
4d720f422a UI: Image gallery (loading): make the loading size in the grid as in the list view. 2023-12-21 17:27:59 +02:00
Igor Kulikov
8c6dec0c3a
Merge pull request #9891 from rusikv/enhancement/industrial-widget-bundle-preview
Updated industrial widgets bundle preview
2023-12-21 16:17:46 +02:00
Igor Kulikov
47abbe1396
Merge pull request #9889 from rusikv/bug/device-connectivity-admin-settings
Fixed device connectivity sysadmin settings disabled inputs values disappearing on save
2023-12-21 16:17:00 +02:00
Igor Kulikov
e88f08bd32
Merge pull request #9885 from xalt7x/ukrainian-translation
Update Ukrainian translation
2023-12-21 16:14:49 +02:00
Igor Kulikov
a183bfd8a2
Merge pull request #9884 from ArtemDzhereleiko/AD/imp/locale/update-spanish-signup
Update Spanish locale
2023-12-21 16:13:31 +02:00
Igor Kulikov
71abcc4548
Merge pull request #9890 from vvlladd28/rule-node-ui/bug/required-mark
Updated rulenode-core-config.js
2023-12-21 16:09:10 +02:00
imbeacon
40300a7631 Fix for device check connectivity host and port check 2023-12-21 15:18:28 +02:00
rusikv
08af84d40d UI: updated industrial widgets bundle preview 2023-12-21 14:24:39 +02:00