Andrew Shvayka
c31ca8f841
Merge pull request #11672 from YevhenBondarenko/fix/rule-engine-oom
...
[Rule Engine] fixed RuleEngine OOM
2024-09-18 17:28:21 +03:00
YevhenBondarenko
96adecd28e
added corresponding tests
2024-09-18 12:52:37 +02:00
YevhenBondarenko
72873d4ad0
fixed concurrent modification in TbSubscriptionsInfo
2024-09-17 18:34:48 +02:00
YevhenBondarenko
8b5a8eee71
added corresponding tests
2024-09-17 17:52:26 +02:00
YevhenBondarenko
f00a9d0ebe
fixed RuleEngine OOM
2024-09-17 12:37:01 +02:00
YevhenBondarenko
e4450b8925
fixed concurrnet modification during printStats
2024-09-11 10:44:53 +02:00
YevhenBondarenko
0af0c36673
refactoring
2024-09-02 10:41:17 +02:00
YevhenBondarenko
399c072595
revert changes that are not related to this PR
2024-08-28 23:26:00 +02:00
YevhenBondarenko
779acf1891
used sys tenant id for old protos
2024-08-28 23:00:08 +02:00
YevhenBondarenko
b26bf1410c
fixed TbEntitySubEventCallbackProto build
2024-08-28 10:24:22 +02:00
YevhenBondarenko
bc0022aafd
Added tenant id to the methods with locks and minor refactoring
2024-08-27 15:05:39 +02:00
Sergey Matvienko
bff310b691
DefaultTbLocalSubscriptionService WS single lock refactored by tenantId; TbEntityLocalSubsInfo performance optimizations for remove subscription
2024-08-08 17:31:05 +02:00
ViacheslavKlimov
5759610340
Rate limit for WS subscriptions
2024-08-05 17:22:58 +03:00
IrynaMatveieva
e5484dd941
added test to verify usage of correct converter
2024-08-01 18:21:52 +03:00
IrynaMatveieva
ff3420890e
removed dataformat xml exclusion
2024-08-01 11:52:43 +03:00
Daria Shevchenko
15cb12e48f
HTTP API: validate payload size ( #11265 )
...
* added check for large ToDeviceRpcResponseMsg, ToServerRpcRequestMsg messages on default transport level
* moved http request size check to controller
* minor refactoring
* test fixed
* updated error messages, updated url patterns to single one, added yml property to http transport
* updated swagger docs, added to rpc filter "/api/rpc/**" and "/api/plugins/rpc/**" endpoints
* remove redundant set
* fixed large request check for DeviceApiController in microservice architecture
* renamed yml parameter and filter
2024-07-30 14:04:53 +03:00
ViacheslavKlimov
f34361e1ea
Fix Nashorn sandbox script compile error (ScriptCPUAbuseException)
2024-07-30 12:02:01 +03:00
ViacheslavKlimov
8d34a2003e
Fix entities deletion task reprocessing
2024-07-19 18:26:34 +03:00
Viacheslav Klimov
d88aa95bfc
Merge pull request #11223 from volodymyr-babak/hotifx/fix-profile-fetch-for-deleted-entity
...
Handle properly DELETE cases for ASSET/DEVICE to push ENTITY_DELETED event into correct rule chain
2024-07-17 12:31:26 +03:00
Volodymyr Babak
b7c505efcd
DefaultTbClusterService.getRuleEngineProfileForEntityOrElseNull - Added unit tests
2024-07-17 12:28:07 +03:00
Volodymyr Babak
a2e4cb9a7d
Handle properly DELETE cases for ASSET/DEVICE to push ENTITY_DELETED msg into correct rule chain of the profile
2024-07-17 12:28:02 +03:00
Volodymyr Babak
ed8a20b89d
EdgeEventSourcing - ignore EntityAlarm save events. Alarms pushed to edge using push_to_edge node
2024-07-17 12:20:02 +03:00
Andrii Landiak
95178d12ea
Fix OAuth2EdgeTest
2024-07-11 14:48:57 +03:00
Andrii Landiak
c3cd5e2760
Improve logic: add check for oauth2 event to edge on convertToDownlink
2024-07-09 18:05:57 +03:00
Andrii Landiak
0984a754b6
Fix oauth2 edge validator
2024-07-09 17:59:24 +03:00
Viacheslav Klimov
9b11b92ba5
Merge pull request #11151 from YevhenBondarenko/hotfix/resource-notifications
...
send resourse change/delete events only for lwm2m
2024-07-04 16:52:14 +03:00
YevhenBondarenko
be608445eb
minor improvements due to comments
2024-07-04 13:35:53 +02:00
ViacheslavKlimov
88af44870e
Check for queueName emptiness on partition resolve
2024-07-04 14:22:32 +03:00
YevhenBondarenko
92845f60b6
minor refactoring
2024-07-04 13:13:13 +02:00
YevhenBondarenko
1d79f1e213
send resourse change/delete events only for lwm2m
2024-07-04 11:42:15 +02:00
ViacheslavKlimov
3e50963005
Return error details for unhandled ConstraintViolationException; log tenant and user ids on failure
2024-07-03 12:37:13 +03:00
ViacheslavKlimov
31e1d082f2
Proper error message when deleting dashboard referenced by asset profile
2024-07-03 12:35:13 +03:00
Volodymyr Babak
b48387a733
Edge install instructions update. Use Java 17. Fix tag usage
2024-06-21 14:59:32 +03:00
mpetrov
5c91bcc267
[PROD-3481] [FIX] changed docker commands button and pop-up
2024-06-12 15:56:05 +03:00
Viacheslav Klimov
ea00ab9acc
Merge pull request #10970 from thingsboard/fix/email-notification
...
Fix sysadmin notification being sent with tenant mail sender
2024-06-12 14:12:01 +03:00
Viacheslav Klimov
3d1e133080
Merge pull request #10968 from thingsboard/fix/tenant-not-found
...
Fix "Tenant not found" errors on tenant deletion
2024-06-12 14:11:33 +03:00
Viacheslav Klimov
4ef3fea62e
Merge pull request #10971 from dashevchenko/swaggerArraysFix
...
Swagger: fixed the way arrays are displayed in request param
2024-06-12 12:15:54 +03:00
dashevchenko
8e54329453
fixed saveEntityTelemetryWithTTL method
2024-06-11 19:07:36 +03:00
dashevchenko
9d7994ef49
fixed swagger request params annotation
2024-06-11 16:36:42 +03:00
dashevchenko
bb532ba1ce
fixed swagger request params annotation
2024-06-11 16:07:24 +03:00
dashevchenko
8b94a69a09
deleted redundant import
2024-06-11 15:38:36 +03:00
dashevchenko
03eabdc3df
deleted redundant swagger schema
2024-06-11 15:35:55 +03:00
dashevchenko
1599f86f52
fixed request param arrays in swagger
2024-06-11 15:03:45 +03:00
ViacheslavKlimov
796bab6aa9
Fix sysadmin notification being sent with tenant mail sender
2024-06-11 12:57:16 +03:00
dashevchenko
a9a80db4b7
implemented entity field "name" for queue stats entity
2024-06-11 12:38:18 +03:00
ViacheslavKlimov
02dc49fd3a
Fix tenant not found error for notification rules
2024-06-10 13:22:10 +03:00
Igor Kulikov
af35d6a678
Merge pull request #10918 from rusikv/enhancement/mobile-qr-home
...
Mobile app qr code improvements
2024-06-07 15:14:58 +03:00
dashevchenko
9ae3bd167a
fixed app store link retrieval
2024-06-06 12:17:57 +03:00
dashevchenko
951f017e7c
extended mobile application settings with default store links
2024-06-06 11:53:02 +03:00
dashevchenko
be5220a9e9
fixed mobile app settings default value for store links
2024-06-05 19:02:42 +03:00