6701 Commits

Author SHA1 Message Date
YevhenBondarenko
83815dce30 set default device conncectivity params from yml for install 2024-01-08 16:50:47 +01:00
YevhenBondarenko
5647db457a Merge branch 'develop/3.6.3' of github.com:thingsboard/thingsboard into feature/queue-in-rule-node 2024-01-08 13:31:54 +01:00
ViacheslavKlimov
b1c0a04426 Delete notification settings on tenant deletion 2024-01-08 11:11:16 +02:00
Andrii Landiak
f15baf38ce Improve stability for testVerifyProcessCorrectEdgeUpdateToDeviceActorOnUnassignFromDifferentEdge 2024-01-05 15:09:30 +02:00
Andrii Landiak
6252433231 Fix DefaultTbClusterServiceTest 2024-01-05 14:34:32 +02:00
Andrii Landiak
e227caac51 Provide test for fixed bug 2024-01-05 14:27:36 +02:00
ViacheslavKlimov
17a3065c64 Add tests for mobile app notifications 2024-01-05 13:52:57 +02:00
ViacheslavKlimov
1c83790f9b Fix schema_update.sql 2024-01-05 13:04:02 +02:00
ViacheslavKlimov
66c196cbcb Merge remote-tracking branch 'origin/master' into feature/push-notifications 2024-01-05 13:02:44 +02:00
Andrii Landiak
e2b2dea968 Improve findRelatedEdgeIdIfAny to check for total elements > 0 2024-01-05 12:31:43 +02:00
Andrii Landiak
a8e436c102 Improve naming for method findRelatedEdgeIdIfAny 2024-01-05 11:34:07 +02:00
Andrii Landiak
d1a0dd95f6 Improve RPC device actor init to find edgeId by CONSTAINS_TYPE 2024-01-05 11:28:45 +02:00
devaskim
c46b777618 Add Event and Audit Logs services to TbContext. 2024-01-03 21:32:59 +05:00
Andrew Shvayka
35d6a53d92
Merge pull request #9928 from thingsboard/fix/entities-limit-notifications
Fix invalid entities limit notification
2024-01-03 12:47:53 +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
Igor Kulikov
06e06797b3 UI: Bar chart with labels widget 2024-01-02 17:30:51 +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
ViacheslavKlimov
6c58f06507 Fix '0/0 usage' notification 2024-01-02 15:24:59 +02: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
ShvaykaD
abfcf32c54 replaced slow query with multi-call of indexed query 2023-12-28 17:55:56 +02:00
ViacheslavKlimov
bb14dd611e Firebase settings only for sysadmin 2023-12-28 16:06:16 +02:00
ViacheslavKlimov
ad4e212edf Migrate user settings to jsonb 2023-12-28 13:03:19 +02:00
ViacheslavKlimov
7bf58e3891 Major refactoring for mobile app notifications 2023-12-28 12:30:41 +02:00
dashevchenko
b95adb439a added yml parameters for aws-sqs eproducer executor thread pool size 2023-12-27 17:06:26 +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
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
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
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
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
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
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
ViacheslavKlimov
927479095f VC: improve images import/export 2023-12-21 13:08:28 +02:00
ViacheslavKlimov
b16ee4e9b3 VC: handle error on too big commit; prevent UndeclaredThrowableException 2023-12-21 12:28:58 +02:00
Andrew Shvayka
94cdcd43cd
Merge pull request #9882 from smatvienko-tb/fix/test-ca-root-pem-from-constant
[3.6.2] test optimization CA_ROOT_CERT_PEM from constant
2023-12-20 16:29:35 +02:00
Andrew Shvayka
82fc774ead
Merge pull request #9873 from AndriiLandiak/fix/edge-instructions
Edge - fix instructions upgrade
2023-12-20 16:24:02 +02:00
Sergey Matvienko
a42263c193 test optimization CA_ROOT_CERT_PEM from constant 2023-12-20 14:27:04 +01:00
Andrew Shvayka
90d33e92d4
Merge pull request #9845 from imbeacon/fix/empty-fields-connectivity-settings
Fix for not configured but enabled transports in connectivity configurations
2023-12-19 18:23:51 +02:00
Andrii Landiak
323e0ef9a2 Fix edge upgrade strategy: add check for upgrade instruction on server side, fix typo 2023-12-19 17:43:17 +02:00
Andrew Shvayka
0a0f521053
Merge pull request #9867 from thingsboard/fixes/image-gallery
Image gallery improvements
2023-12-19 17:35:31 +02:00