Sergey Matvienko
39a02cabae
device state service: cleanup
5 years ago
Sergey Matvienko
ab36a7a82e
device state service: test fixed
5 years ago
Sergey Matvienko
9ac1a72be6
DefaultDeviceStateService: refactored and test added
5 years ago
Volodymyr Babak
cda7c22af0
Fixed incorrect get function usage
5 years ago
Sergey Matvienko
8965ca2721
default state service: added warn on Device belongs to external partition
5 years ago
Sergey Matvienko
fa279c5b13
default state service: refactored events order. long submit task split to a smaller pieces. throw exception at addDeviceUsingState if Device belongs to external partition
5 years ago
Sergey Matvienko
133eddb855
default state service: refactored events order
5 years ago
Sergey Matvienko
a9c655b179
default state service: update active/inactive state after fetching device on initPartition
5 years ago
Sergey Matvienko
254c87e29f
default state service: refactor async DB call with Futures transformAsync
5 years ago
Sergey Matvienko
ff54d190c9
state service: refactored
5 years ago
Sergey Matvienko
fa7da7f96f
state service: prevent initDeviceStatesForPartitions if added NO partitions
5 years ago
Volodymyr Babak
4e29527cd0
Fixed concurrency on application event (device state service)
5 years ago
Volodymyr Babak
fe292248e7
Added more debug logs to the device/integration state services and fix return variable
5 years ago
Volodymyr Babak
a96f2d444c
Additional logging for device state services
5 years ago
Volodymyr Babak
a500aa013a
Revert incorrect try/lock
5 years ago
Igor Kulikov
70097c6bf2
Remove unnecessary empty post
5 years ago
Andrii Shvaika
26d4d0de6c
Merge with master
5 years ago
AndrewVolosytnykhThingsboard
b881fd262b
Fixed problem of incorrect order of statuses on ota update. Tests improvements
5 years ago
YevhenBondarenko
f473190502
check acknowledgement for persisted rpc
5 years ago
YevhenBondarenko
040473ac80
added edrxCycle to the Lwm2mDeviceTransportConfiguration
5 years ago
Vladyslav_Prykhodko
8ce022b03c
UI: Add support RPC request persistent parameter
5 years ago
Volodymyr Babak
e9419d7f99
Updated msg to be able identify that its expected
5 years ago
Andrii Shvaika
65032092e1
Persistent RPC calls review
5 years ago
AndrewVolosytnykhThingsboard
6d7877921f
Destroy LeshanClient in "finally" block
5 years ago
Andrii Shvaika
6f67e72afd
Refactoring of MailService
5 years ago
Volodymyr Babak
9af40455bb
Removed redundant lock
5 years ago
Volodymyr Babak
00c3e3ebeb
Refactor - rename variables. Remove redundant executor service
5 years ago
Sergey Matvienko
2853bbf665
refactored DatabaseSchemaService (Abstract and Psql), psql-specific indexes decoupled with common indexes. SQL simplified and notes added. This fixed hsql test suite tests. PsqlEntityDatabaseSchemaServiceTest added
5 years ago
Volodymyr Babak
47311663cd
Code review changes - implemented grpc sending in async manner
5 years ago
Sergey Matvienko
866c66b186
events: schema_update_event fixed typo with a comment. schema-entities-idx updated. Upgrade order fixed based on review comments.
5 years ago
Sergey Matvienko
6a7a9ac1ec
events: test refactored as Spring Boot test to verify random delay expression and default value in yaml
5 years ago
Sergey Matvienko
efe5677c80
events: fixed update from version (3.2.2)
5 years ago
Sergey Matvienko
babe360507
events: performance improvements: UI fast response with latest events, ttl cleanup speedup (with schema update)
5 years ago
Volodymyr Babak
f4d0aea599
Added lock for new events updates
5 years ago
Volodymyr Babak
3319154513
Code review fixes - moved out .lock from try block
5 years ago
Volodymyr Babak
11a7fc68e3
License header fix
5 years ago
Volodymyr Babak
62c9630e34
Use generics to remove duplication for event fetcher. Use page data iterable
5 years ago
AndrewVolosytnykhThingsboard
b158528c2a
Wrapper for OtaPackageInfo with usesUrl boolean field
5 years ago
Sergey Matvienko
f60137de34
events: schema_update_event fixed typo with a comment. schema-entities-idx updated. Upgrade order fixed based on review comments.
5 years ago
AndrewVolosytnykhThingsboard
228fddb8cd
[PROD-678] Authorization and password reset vulnerability fix ( #4569 )
* Fixed vulnerabilities for password reset and authorization
* Improvements to check user and credentials for null
* Correct messages and logs
* Improvements
* Reset Password Test: added delay after resetting password to synchronize test with server
* Executor removed from controller
* Correct method calling
* Formatting cleaned
5 years ago
AndrewVolosytnykhThingsboard
3712d73855
Device profile dynamic value
Co-authored-by: DanyloKobzar <69635327+DanyloKobzar@users.noreply.github.com>
Co-authored-by: Vladyslav_Prykhodko <vprykhodko@thingsboard.io>
5 years ago
AndrewVolosytnykhThingsboard
85b449b62d
Improvements for case null returned from repository
5 years ago
AndrewVolosytnykhThingsboard
7975e2a96a
Implement of method to find dashboard by name and tenant ID, used to find correct dashboard in case multiple dashboard start with the same name.
5 years ago
AndrewVolosytnykhThingsboard
8b70cbdb55
Handling exceptions to exclude output like [object Object]
5 years ago
Sergey Matvienko
89fe9514d1
DeviceActorMessageProcessor: fixed message on MaxSessionsLimit and test header fixed
5 years ago
Sergey Matvienko
a44230a253
DeviceActorMessageProcessor: introduced LinkedHashMapRemoveEldest with BiConsumer instead many ensureSessionsCapacity() that spreaded over the class. test added
5 years ago
Volodymyr Babak
5f0bd38816
Fixed log level
5 years ago
Volodymyr Babak
989a2d24f8
Code clean up
5 years ago
Volodymyr Babak
513fc8bd3e
Ensure sessions max size per device on handle activity process
5 years ago
Andrii Shvaika
25cac25731
Minor renaming of variables and code cleanup
5 years ago