17917 Commits

Author SHA1 Message Date
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
ViacheslavKlimov
6c58f06507 Fix '0/0 usage' notification 2024-01-02 15:24:59 +02:00
dashevchenko
5e471364de changed fixedPool to newWorkStealingPool 2024-01-02 13:58:16 +02:00
Andrew Shvayka
bef85e9654
Merge pull request #9926 from thingsboard/fix/tenant-queues-creation
Fix isolated queues creation
2024-01-02 13:34:21 +02:00
fulai
ef1a826893 Update locale.constant-zh_CN.json 2024-01-02 18:46:26 +08:00
ViacheslavKlimov
0ea05e62a9 Call TbTenantService instead of TenantService for OAuth2 2024-01-02 10:41:20 +02:00
ShvaykaD
7c42bb7213 Change for loop to iterate forwards 2023-12-29 10:55:38 +02:00
Yevhen Popok
24ddb08ffe Update Ukrainian translation
- "Image gallery" translation
- Misc. fixes
2023-12-29 07:48:45 +02:00
ShvaykaD
abfcf32c54 replaced slow query with multi-call of indexed query 2023-12-28 17:55:56 +02:00
Dmitriymush
05722968a2 UI: ota-package-autocomplete fixed override of formValue on new deviceProfile input value 2023-12-28 17:50:33 +02:00
YevhenBondarenko
dd71198908 added clean cache for the upgrade 2023-12-28 16:32:10 +01:00
nick
992767d7b1 lwm2m: redis 2023-12-28 16:44:31 +02:00
Igor Kulikov
fad53afdfb Merge branch 'master' into develop/3.6.3 2023-12-28 16:31:13 +02:00
ViacheslavKlimov
bb14dd611e Firebase settings only for sysadmin 2023-12-28 16:06:16 +02:00
nick
a97f52c698 lwm2m: comments (why full import?) 2023-12-28 15:50:47 +02:00
nick
38fc45ffc1 Merge branch 'develop/3.7' into californium_3_9_1 2023-12-28 15:16:58 +02:00
nick
c636ea2c0e fix_bug: TbDateTests -> JDK ver 2023-12-28 14:51:45 +02:00
YevhenBondarenko
61602330ec merge with 3.7 2023-12-28 12:16:14 +01:00
ViacheslavKlimov
ad4e212edf Migrate user settings to jsonb 2023-12-28 13:03:19 +02:00
Andrew Shvayka
2c4010c5be
Merge pull request #9894 from YevhenBondarenko/feature/develop/3.7-merge
develop/3.7 merge with master
2023-12-28 13:00:00 +02:00
ViacheslavKlimov
7bf58e3891 Major refactoring for mobile app notifications 2023-12-28 12:30:41 +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
Igor Kulikov
bc35df1dd7 Version set to 3.6.3-SNAPSHOT 2023-12-27 12:58:15 +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
b256f3a8cd Refactor MobileDeliveryMethodNotificationTemplate 2023-12-27 11:54:14 +02:00
ViacheslavKlimov
6c0c891f60 Merge branch 'master' into feature/push-notifications
# Conflicts:
#	application/src/main/java/org/thingsboard/server/actors/ruleChain/DefaultTbContext.java
#	common/data/src/main/java/org/thingsboard/server/common/data/notification/NotificationDeliveryMethod.java
#	common/data/src/main/java/org/thingsboard/server/common/data/notification/targets/NotificationTargetType.java
#	common/data/src/main/java/org/thingsboard/server/common/data/notification/template/DeliveryMethodNotificationTemplate.java
#	pom.xml
#	ui-ngx/src/app/modules/home/pages/notification/sent/sent-notification-dialog.component.html
#	ui-ngx/src/app/modules/home/pages/notification/sent/sent-notification-dialog.component.scss
#	ui-ngx/src/app/modules/home/pages/notification/template/template-configuration.ts
#	ui-ngx/src/app/modules/home/pages/notification/template/template-notification-dialog.component.html
#	ui-ngx/src/app/modules/home/pages/notification/template/template-notification-dialog.component.scss
#	ui-ngx/src/app/shared/models/notification.models.ts
2023-12-27 11:49:28 +02:00
Artem Dzhereleiko
652b683e9a UI: Refactoring translate 2023-12-27 10:39:27 +02:00
ViacheslavKlimov
22e598c36d Fix image's isPublic on import 2023-12-26 18:21:34 +02:00
nick
03560f0557 lwm2ml: add tests attributes 2023-12-26 17:26:51 +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
YevhenBondarenko
1fc704bae1 test fixes and minor refactoring 2023-12-26 11:08:06 +01:00
YevhenBondarenko
feb44656f1 merge with master 2023-12-26 00:58:31 +01:00
nick
74daec474f lwm2ml: ver 3.9.1 - start 2023-12-25 22:09:39 +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