7535 Commits

Author SHA1 Message Date
Viacheslav Klimov
bce943cb5b
Merge pull request #11274 from logresearch/master
Fix bugs in three logging statement
2024-08-09 17:31:40 +03:00
Andrew Shvayka
61a56529df
Merge pull request #10961 from smatvienko-tb/rule-engine-quick-optimizations
Rule engine memory optimizations
2024-08-09 17:01:39 +03:00
Andrew Shvayka
df00403fac
Merge pull request #10966 from pon0marev/redis-compatibility-note
Redis compatibility note
2024-08-09 17:00:17 +03:00
Viacheslav Klimov
0b3e228e6f
Merge pull request #11360 from irynamatveieva/fix-time-series-text-swagger
Swagger: replaced text timeseries/time-series to time series
2024-08-09 15:33:35 +03:00
Viacheslav Klimov
af5f501cd4
Merge pull request #11347 from volodymyr-babak/edge-misc-fixes
Edge: Enhanced Credential Handling and Sync Improvements
2024-08-07 13:38:40 +03:00
Volodymyr Babak
8343c60296 DefaultEdgeRequestsService - logging attributes and entityData in case failure 2024-08-07 12:57:35 +03:00
ViacheslavKlimov
7007563627 Merge remote-tracking branch 'origin/hotfix/3.7' into master-hotfix 2024-08-06 19:46:05 +03:00
Volodymyr Babak
8e8aa5c920 Remove check if edge is in sync. Fixed misc test according to new changes 2024-08-05 18:12:23 +03:00
IrynaMatveieva
bdc9e4c9af replaced text timeseries/time-series to time series 2024-08-05 18:10:36 +03:00
ViacheslavKlimov
5759610340 Rate limit for WS subscriptions 2024-08-05 17:22:58 +03:00
Volodymyr Babak
62f0ba5739 Fixed DeviceEdgeProcessorTest 2024-08-02 15:20:46 +03:00
Volodymyr Babak
61b7bfd849 Fixed FromEdgeSyncResponse in ProtoUtils 2024-08-02 14:41:36 +03:00
Volodymyr Babak
8cc1bccc5b Merge remote-tracking branch 'upstream/master' into edge-misc-fixes 2024-08-02 12:50:54 +03:00
Volodymyr Babak
cfca80defe Remove Edge request messages - send multiple data messages in single rpc message 2024-08-02 12:48:13 +03:00
YevhenBondarenko
dfd417b530 merge with master 2024-08-02 11:24:33 +02:00
YevhenBondarenko
a1e8ec4c02 created separate api for relations with returning entity 2024-08-02 11:06:29 +02:00
Viacheslav Klimov
5443897172
Merge pull request #11334 from AndriiLandiak/optimize-imports
Optimize imports
2024-08-02 11:22:12 +03:00
IrynaMatveieva
e5484dd941 added test to verify usage of correct converter 2024-08-01 18:21:52 +03:00
Andrew Shvayka
537dadc57a
Merge pull request #11048 from thingsboard/feature/transport-api-concurrent
Async transport API requests processing
2024-08-01 13:24:02 +03:00
Andrii Landiak
0c0c2fc5fc Merge remote-tracking branch 'upstream/master' into optimize-imports 2024-08-01 12:52:17 +03:00
IrynaMatveieva
ff3420890e removed dataformat xml exclusion 2024-08-01 11:52:43 +03:00
Andrii Landiak
5ca6ad03e3 CE: optimize java imports 2024-08-01 11:12:10 +03:00
irynamatveieva
37e1a40b9f fixed tests 2024-07-31 16:08:55 +03:00
irynamatveieva
649a8b65fd fixed conflicts 2024-07-31 15:02:41 +03:00
Viacheslav Klimov
ee00e5c8d2
Merge pull request #11322 from YevhenBondarenko/feature/re-strategy-test
added TbRuleEngineStrategyTest
2024-07-31 13:41:54 +03:00
YevhenBondarenko
5cda220dcc added TbRuleEngineStrategyTest 2024-07-30 18:03:51 +02:00
Viacheslav Klimov
9d700b381a
Merge pull request #11224 from thingsboard/hotfix/3.7
Hotfix/3.7
2024-07-30 14:09:10 +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
YevhenBondarenko
c619be45b6 set version_seq cache to 1 2024-07-29 21:31:14 +02:00
Igor Kulikov
db540047fd
Merge pull request #11277 from ArtemDzhereleiko/AD/bug-fix/notification-widget
Improvements and bug fix for notification widget
2024-07-26 16:43:12 +03:00
YevhenBondarenko
977da8bc8a fixed tests 2024-07-25 12:01:42 +02:00
Artem Dzhereleiko
093e57374e UI: Improvements for notification widget 2024-07-24 17:25:50 +03:00
logresearch
0f54161194
Update ImagesUpdater.java
The original logging statement had an inconsistency where the static text suggested an error in updating images, but the dynamic variables indicated an error in fetching an entity by ID. The update removes the redundant type placeholder in the error message to align the static text with the actual operation that failed, which is fetching an entity by ID.
2024-07-24 19:57:38 +08:00
YevhenBondarenko
358925cffe added version for relations 2024-07-24 13:35:29 +02:00
Igor Kulikov
dbe1e3dea8
Merge pull request #11184 from ArtemDzhereleiko/AD/bug-fix/input-widgets-string
Fixed String input widgets
2024-07-22 16:52:44 +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
ViacheslavKlimov
c15f34d91a Merge remote-tracking branch 'origin/master' into feature/attr_tskv_version 2024-07-16 10:31:01 +03:00
ViacheslavKlimov
31d2d14f60 Cache transaction support for versioned entities 2024-07-16 10:29:58 +03:00
Sergey Matvienko
097429b816
Merge pull request #11199 from thingsboard/hotfix/3.7
Hotfix/3.7
2024-07-11 18:47:36 +02:00
Andrii Landiak
95178d12ea Fix OAuth2EdgeTest 2024-07-11 14:48:57 +03:00
Artem Dzhereleiko
93b0ea3c59 UI: Fixed String input widgets 2024-07-10 14:48:16 +03:00
YevhenBondarenko
7945669303 fixed sparkplug tests 2024-07-10 12:22:08 +02:00
ViacheslavKlimov
68c8bf8db7 Merge remote-tracking branch 'origin/hotfix/3.7' 2024-07-10 10:48:49 +03:00
Viacheslav Klimov
d934932138
Merge pull request #11156 from YevhenBondarenko/fix/swagger-enabled
Fix startup error when Swagger is disabled
2024-07-10 10:40:23 +03:00
Viacheslav Klimov
138f95e1c0
Default prop value for Swagger group name 2024-07-10 10:34:06 +03:00