582 Commits

Author SHA1 Message Date
Sergey Matvienko
eb7053d722 fix NoSecLwM2MIntegrationTest.testSoftwareUpdateByObject9 with awaitility 2021-08-02 17:48:59 +03:00
Volodymyr Babak
f0f387e710 Removed unnecessary method 2021-08-01 22:25:52 +03:00
Volodymyr Babak
d1bede770d Edge test fixes. Replaced do/while loop with awailability framework approach 2021-08-01 22:23:15 +03:00
Volodymyr Babak
e05e681bd9 Properly hanlde null values in proto classes 2021-07-30 18:22:19 +03:00
Igor Kulikov
d4dc0ad1cf Restore tests 2021-07-30 11:59:32 +03:00
Igor Kulikov
aa0d05bb44
Merge pull request #4957 from volodymyr-babak/edge-fix-concurrent-async-issue
[3.3.0] Added lock on edge event save/read. Removed save async method
2021-07-30 11:42:27 +03:00
Andrii Shvaika
d731c1df08 Fix tests 2021-07-27 18:44:02 +03:00
Andrii Shvaika
65ad86bedb RPC v2 to switch from 409 to 504 error code 2021-07-27 13:17:24 +03:00
Volodymyr Babak
3ae5acbcc8 Added lock on edge event save/read. Removed save async method 2021-07-22 15:59:47 +03:00
Andrii Shvaika
34aa44d2cb Added deduplication of transport sessions for CoAP. Fix response codes 2021-07-22 11:45:08 +03:00
Igor Kulikov
ee62dbf771 Increase mqtt tests timeouts 2021-07-20 16:13:47 +03:00
Igor Kulikov
ae667e5af1 Coap device claiming tests improvements 2021-07-19 16:52:02 +03:00
AndrewVolosytnykhThingsboard
4bd3288f57 Tests for fields validation 2021-07-19 12:42:42 +03:00
Volodymyr Babak
bb1a03f5c8 Device profile provision type set to DISABLED if not provided 2021-07-16 20:27:34 +03:00
Igor Kulikov
bd3e261814 MQTT attributes tests improvements 2021-07-16 19:16:42 +03:00
ShvaykaD
1f63c056a3 improved tests for proto fields explicit presence validation 2021-07-15 10:55:37 +03:00
ShvaykaD
60ccd7a0b0 revert default behavior for no presense proto keys 2021-07-14 15:56:38 +03:00
ShvaykaD
0d21170b7a updated device profile validation tests & convertToRpcRequest method in ProtoConverter 2021-07-14 15:56:38 +03:00
ShvaykaD
d769f6749c updated deviceProfile proto transport configuration validation tests 2021-07-14 15:56:38 +03:00
ShvaykaD
c4133fa41a added new dynamic-schema based tests for telemetry and attributes upload 2021-07-14 15:56:38 +03:00
Sergey Matvienko
ab36a7a82e device state service: test fixed 2021-07-14 12:35:42 +03:00
Sergey Matvienko
9ac1a72be6 DefaultDeviceStateService: refactored and test added 2021-07-14 12:35:42 +03:00
Volodymyr Babak
08f11b0d1b Merge remote-tracking branch 'upstream/master' into edge-3.3 2021-07-13 21:37:51 +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
Volodymyr Babak
afd35ddf94 Merge remote-tracking branch 'upstream/master' into edge-3.3 2021-07-13 18:24:01 +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
Volodymyr Babak
e9419d7f99 Updated msg to be able identify that its expected 2021-07-09 19:55:50 +03:00
AndrewVolosytnykhThingsboard
6d7877921f Destroy LeshanClient in "finally" block 2021-07-09 14:46:49 +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
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
babe360507 events: performance improvements: UI fast response with latest events, ttl cleanup speedup (with schema update) 2021-07-08 18:18:33 +03:00
Volodymyr Babak
3319154513 Code review fixes - moved out .lock from try block 2021-07-08 11:53:17 +03:00
Volodymyr Babak
d2d95a2575 Merge remote-tracking branch 'upstream/master' into edge-3.3 2021-07-08 10:15:29 +03:00
AndrewVolosytnykhThingsboard
b158528c2a Wrapper for OtaPackageInfo with usesUrl boolean field 2021-07-07 14:54:16 +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
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
YevhenBondarenko
aa569ceec1 added fw/sw update tests 2021-07-02 15:57:45 +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
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
5118e1ed92 events: performance improvements: UI fast response with latest events, ttl cleanup speedup (with schema update) 2021-06-30 20:44:47 +03:00
Andrii Shvaika
27b4c99609 Do not remove info from security store 2021-06-29 15:19:32 +03:00
AndrewVolosytnykhThingsboard
51f922ade5 Merge from master 2021-06-23 16:16:42 +03:00