AndrewVolosytnykhThingsboard
e3d0da90be
Implement fields validation
2021-07-14 12:26:55 +03:00
Igor Kulikov
4e229ea24e
Merge pull request #4900 from AndrewVolosytnykhThingsboard/lwm2m-tests-fix
...
Lwm2m tests fix
2021-07-13 18:46:24 +03:00
Igor Kulikov
70097c6bf2
Remove unnecessary empty post
2021-07-13 18:45:58 +03:00
Igor Kulikov
93b0cfec2f
Merge pull request #4869 from AndrewVolosytnykhThingsboard/ota-service-url-validation
...
Url validation for Ota Package
2021-07-13 18:27:04 +03:00
Andrii Shvaika
26d4d0de6c
Merge with master
2021-07-13 18:01:05 +03:00
AndrewVolosytnykhThingsboard
4b831d0eea
Merge branch 'master' of https://github.com/thingsboard/thingsboard into lwm2m-tests-fix
2021-07-13 16:00:12 +03:00
AndrewVolosytnykhThingsboard
b881fd262b
Fixed problem of incorrect order of statuses on ota update. Tests improvements
2021-07-13 14:54:34 +03:00
YevhenBondarenko
f473190502
check acknowledgement for persisted rpc
2021-07-13 13:38:33 +03:00
YevhenBondarenko
040473ac80
added edrxCycle to the Lwm2mDeviceTransportConfiguration
2021-07-12 12:26:51 +03:00
Vladyslav_Prykhodko
8ce022b03c
UI: Add support RPC request persistent parameter
2021-07-12 12:24:53 +03:00
Andrii Shvaika
65032092e1
Persistent RPC calls review
2021-07-09 17:07:50 +03:00
AndrewVolosytnykhThingsboard
6d7877921f
Destroy LeshanClient in "finally" block
2021-07-09 14:46:49 +03:00
Andrii Shvaika
6f67e72afd
Refactoring of MailService
2021-07-09 13:57:57 +03:00
Sergey Matvienko
dd9257f6a1
Merge branch 'master' into events-cleanup-performance-improvement-for-big-data
...
# Conflicts:
# application/src/main/data/upgrade/3.2.2/schema_update_event.sql
2021-07-09 10:05:17 +03:00
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
2021-07-09 09:58:02 +03:00
Sergey Matvienko
866c66b186
events: schema_update_event fixed typo with a comment. schema-entities-idx updated. Upgrade order fixed based on review comments.
2021-07-08 18:18:33 +03:00
Sergey Matvienko
6a7a9ac1ec
events: test refactored as Spring Boot test to verify random delay expression and default value in yaml
2021-07-08 18:18:33 +03:00
Sergey Matvienko
efe5677c80
events: fixed update from version (3.2.2)
2021-07-08 18:18:33 +03:00
Sergey Matvienko
babe360507
events: performance improvements: UI fast response with latest events, ttl cleanup speedup (with schema update)
2021-07-08 18:18:33 +03:00
AndrewVolosytnykhThingsboard
b158528c2a
Wrapper for OtaPackageInfo with usesUrl boolean field
2021-07-07 14:54:16 +03:00
Sergey Matvienko
f60137de34
events: schema_update_event fixed typo with a comment. schema-entities-idx updated. Upgrade order fixed based on review comments.
2021-07-07 13:07:59 +03:00
AndrewVolosytnykhThingsboard
22933e5402
Merge branch 'master' into ota-service-url-validation
2021-07-06 17:44:56 +03:00
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
2021-07-06 17:24:35 +03:00
AndrewVolosytnykhThingsboard
3712d73855
Device profile dynamic value
...
Co-authored-by: DanyloKobzar <69635327+DanyloKobzar@users.noreply.github.com>
Co-authored-by: Vladyslav_Prykhodko <vprykhodko@thingsboard.io>
2021-07-06 17:23:25 +03:00
AndrewVolosytnykhThingsboard
85b449b62d
Improvements for case null returned from repository
2021-07-06 16:52:13 +03:00
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.
2021-07-06 16:52:13 +03:00
AndrewVolosytnykhThingsboard
8b70cbdb55
Handling exceptions to exclude output like [object Object]
2021-07-06 14:38:22 +03:00
Sergey Matvienko
89fe9514d1
DeviceActorMessageProcessor: fixed message on MaxSessionsLimit and test header fixed
2021-07-06 14:15:45 +03:00
Sergey Matvienko
a44230a253
DeviceActorMessageProcessor: introduced LinkedHashMapRemoveEldest with BiConsumer instead many ensureSessionsCapacity() that spreaded over the class. test added
2021-07-06 14:15:45 +03:00
Volodymyr Babak
5f0bd38816
Fixed log level
2021-07-06 14:15:45 +03:00
Volodymyr Babak
989a2d24f8
Code clean up
2021-07-06 14:15:45 +03:00
Volodymyr Babak
513fc8bd3e
Ensure sessions max size per device on handle activity process
2021-07-06 14:15:45 +03:00
Andrii Shvaika
25cac25731
Minor renaming of variables and code cleanup
2021-07-06 13:50:26 +03:00
Andrii Shvaika
026329f812
Merge branch 'feature/rule-engine-thread-per-topic-partition' of https://github.com/smatvienko-tb/thingsboard
2021-07-06 13:23:20 +03:00
Andrii Shvaika
973fb8ec54
Fix conflicts in rulenode-core-config.js
2021-07-06 12:20:51 +03:00
YevhenBondarenko
aa569ceec1
added fw/sw update tests
2021-07-02 15:57:45 +03:00
Igor Kulikov
c1fc6480f3
Merge pull request #4842 from AndrewVolosytnykhThingsboard/auditlog-correct-data
...
Correct data format for audit log
2021-07-02 12:48:47 +03:00
Igor Kulikov
f5afb4b788
Merge pull request #4821 from vvlladd28/improvement/dashboard-template/software-firmware
...
UI: Default sort setting changed in demo dashboards: Firmware, Software
2021-07-02 12:43:22 +03:00
Andrii Shvaika
690c97dd4d
Renaming of the lwm2m configuration properties
2021-07-01 17:32:36 +03:00
Andrii Shvaika
ee55c0bf85
Improvements to key store read for lwm2m.
2021-07-01 17:08:41 +03:00
AndrewVolosytnykhThingsboard
0a94b7d893
Correct data format for audit log
2021-07-01 17:04:57 +03:00
Igor Kulikov
422d44433a
Use hybrid client authentication for DTLS CoAP transport
2021-07-01 14:03:03 +03:00
Sergey Matvienko
1037e5d28e
events: test refactored as Spring Boot test to verify random delay expression and default value in yaml
2021-07-01 12:27:48 +03:00
Sergey Matvienko
6cf63eba9f
events: fixed update from version (3.2.2)
2021-07-01 11:39:27 +03:00
Sergey Matvienko
5118e1ed92
events: performance improvements: UI fast response with latest events, ttl cleanup speedup (with schema update)
2021-06-30 20:44:47 +03:00
Igor Kulikov
b2d694f7ee
Add separate SSL channel for mqtt transport
2021-06-30 19:30:39 +03:00
Andrii Shvaika
9f499d9188
ResourceUtil implementation
2021-06-30 18:04:06 +03:00
Andrii Shvaika
eb9b0f8433
Implementation of software management
2021-06-30 15:42:25 +03:00
YevhenBondarenko
393d422784
fetch all clients after startUp
2021-06-29 20:06:34 +03:00
Vladyslav_Prykhodko
90b88df54c
UI: Default sort setting changed in demo dashboards: Firmware, Software
2021-06-29 17:19:31 +03:00