YevhenBondarenko
bc0022aafd
Added tenant id to the methods with locks and minor refactoring
2 years ago
Sergey Matvienko
bff310b691
DefaultTbLocalSubscriptionService WS single lock refactored by tenantId; TbEntityLocalSubsInfo performance optimizations for remove subscription
2 years ago
Viacheslav Klimov
af0b367f7b
Merge pull request #11371 from thingsboard/fix/key-dictionary-transactional
Fix zero attribute key
2 years ago
ViacheslavKlimov
73214e9afe
Fix KeyDictionaryDao.getOrSaveKeyId returning zero
2 years ago
Andrew Shvayka
16b313b336
Merge pull request #11357 from thingsboard/ws-subs-rate-limit
Rate limit for WS subscriptions
2 years ago
ViacheslavKlimov
5759610340
Rate limit for WS subscriptions
2 years ago
Viacheslav Klimov
fc36fcaacf
Merge pull request #11335 from irynamatveieva/xml-message-converter
Shaded MappingJackson2XmlHttpMessageConverter class
2 years ago
IrynaMatveieva
e5484dd941
added test to verify usage of correct converter
2 years ago
IrynaMatveieva
ff3420890e
removed dataformat xml exclusion
2 years ago
Andrew Shvayka
64df0e16ff
Merge pull request #11327 from vvlladd28/bug/load-platform/ios-16
Fix platform access on iOS 16.3 and lower
2 years ago
Vladyslav_Prykhodko
87415c0df6
UI: Fixed load platform in iOs 16 or later (fixed noLeadTrailSpacesRegex)
2 years ago
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
2 years ago
Viacheslav Klimov
f6f1aaf538
Merge pull request #11318 from thingsboard/fix/nashorn-cpu-abuse
Fix script compile error (ScriptCPUAbuseException) with Nashorn sandbox
2 years ago
ViacheslavKlimov
f34361e1ea
Fix Nashorn sandbox script compile error (ScriptCPUAbuseException)
2 years ago
Viacheslav Klimov
e62665bdcd
Merge pull request #11242 from thingsboard/fix/housekeeper
Fix entities deletion task reprocessing
2 years ago
ViacheslavKlimov
8d34a2003e
Fix entities deletion task reprocessing
2 years ago
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
2 years ago
Volodymyr Babak
b7c505efcd
DefaultTbClusterService.getRuleEngineProfileForEntityOrElseNull - Added unit tests
2 years ago
Volodymyr Babak
a2e4cb9a7d
Handle properly DELETE cases for ASSET/DEVICE to push ENTITY_DELETED msg into correct rule chain of the profile
2 years ago
Viacheslav Klimov
23a38fe5ea
Merge pull request #11222 from volodymyr-babak/hotfix/tb-http-client-edge-entity-alarm
TbHttpClient - ssl proxy fix. EdgeEventSourcing - EntityAlarm processing fix
2 years ago
Volodymyr Babak
ed8a20b89d
EdgeEventSourcing - ignore EntityAlarm save events. Alarms pushed to edge using push_to_edge node
2 years ago
Volodymyr Babak
b6cfc32b6b
TbHttpClient - fixed proxy ssl configuration
2 years ago
Sergey Matvienko
a746cf2793
Merge pull request #11195 from AndriiLandiak/fix/edge-oauth-test
Fix OAuth2EdgeTest
2 years ago
Sergey Matvienko
422a28fcd4
Merge pull request #11196 from smatvienko-tb/fix/update_alarm_debug_log
JpaAlarmDao debug log added
2 years ago
Sergey Matvienko
2f04bdc4a0
Merge pull request #11192 from YevhenBondarenko/fix/http-client
[Rest API Call node] fixed adding body condition and content-type creation
2 years ago
Sergey Matvienko
094f840f11
JpaAlarmDao debug log added
2 years ago
Andrii Landiak
95178d12ea
Fix OAuth2EdgeTest
2 years ago
YevhenBondarenko
196ec5e59d
fixed tests
2 years ago
YevhenBondarenko
58185d4a4c
hotfix Connection reset
2 years ago
YevhenBondarenko
65789f2e7b
fixed adding body condition and content-type creation
2 years ago
Viacheslav Klimov
cb81c00057
Merge pull request #11175 from AndriiLandiak/fix/edge-oauth
Fix Edge Oauth2 validation
2 years ago
Andrii Landiak
c3cd5e2760
Improve logic: add check for oauth2 event to edge on convertToDownlink
2 years ago
Andrii Landiak
0984a754b6
Fix oauth2 edge validator
2 years ago
Viacheslav Klimov
75fb156178
Merge pull request #11172 from ShvaykaD/hotfix/calculate-delta-node
hotfix for calculate delta node: fixed false positive tests & fixed NPE
2 years ago
ShvaykaD
f69198e2b6
fixed NPE in calculate delta node & fixed false positive tests
2 years ago
Igor Kulikov
87179af1fd
Merge pull request #11096 from ArtemDzhereleiko/AD/hot-fix/range-settings
Hotfix for range settings
2 years ago
Viacheslav Klimov
9b11b92ba5
Merge pull request #11151 from YevhenBondarenko/hotfix/resource-notifications
send resourse change/delete events only for lwm2m
2 years ago
YevhenBondarenko
be608445eb
minor improvements due to comments
2 years ago
Viacheslav Klimov
d3dc1dfbc3
Merge pull request #11152 from thingsboard/fix/empty-queue-partition
Use Main queue if supplied queueName is empty
2 years ago
ViacheslavKlimov
88af44870e
Check for queueName emptiness on partition resolve
2 years ago
YevhenBondarenko
92845f60b6
minor refactoring
2 years ago
YevhenBondarenko
6c00802d81
removed redundant check
2 years ago
YevhenBondarenko
1d79f1e213
send resourse change/delete events only for lwm2m
2 years ago
Viacheslav Klimov
4249ad8934
Merge pull request #11134 from thingsboard/fix/dashboard-deletion-error
Proper error message when deleting dashboard referenced by asset profile
2 years ago
ViacheslavKlimov
3e50963005
Return error details for unhandled ConstraintViolationException; log tenant and user ids on failure
2 years ago
ViacheslavKlimov
31e1d082f2
Proper error message when deleting dashboard referenced by asset profile
2 years ago
Artem Dzhereleiko
17fdef4ce1
UI: Refactoring
2 years ago
Artem Dzhereleiko
aa23fa2722
UI: Refactoring function name
2 years ago
Artem Dzhereleiko
583ef8fe02
UI: Add func merge deep ignore array
2 years ago
Artem Dzhereleiko
c4c55980fb
UI: Refactoring
2 years ago