2599 Commits

Author SHA1 Message Date
Sergey Matvienko
8412397fd1 BaseDeviceControllerTest refactored 2022-04-20 10:40:38 +03:00
YevhenBondarenko
75e2b60eb8 Implemented isolated rule engine queue consumers 2022-04-19 23:02:33 +02:00
Sergey Matvienko
e61a77af30 BaseDeviceControllerTest refactored in async manner to improve performance 2022-04-19 19:50:50 +03:00
Sergey Matvienko
3084c2d701 BaseTenantControllerTest refactored and reformatted 2022-04-19 16:41:40 +03:00
Sergey Matvienko
6a8800a845 BaseCustomerControllerTest refactored in async manner to improve performance 2022-04-19 16:31:22 +03:00
Sergey Matvienko
b6911bda41 Revert "BurstTbRuleEngineSubmitStrategy debug notes to fix the long-running testTheCopyOfAttrsIntoTSForTheView"
This reverts commit 1600fa7f65a25454d52fff8ac1542f770551e06a.
2022-04-19 15:57:02 +03:00
Sergey Matvienko
1600fa7f65 BurstTbRuleEngineSubmitStrategy debug notes to fix the long-running testTheCopyOfAttrsIntoTSForTheView 2022-04-19 13:03:45 +03:00
Sergey Matvienko
b3a20fb2b0 BaseEntityViewControllerTest refactored in async style 2022-04-19 12:56:21 +03:00
Sergey Matvienko
f6e71e4b93 AbstractWebTest exception wrapper into runtime exception to use in async futures without try/catch overhead 2022-04-19 12:54:45 +03:00
Viacheslav Klimov
eacc0e6bbe Remove import option whether to update references to other entities; minor improvements 2022-04-18 16:19:06 +03:00
Sergey Matvienko
668634f890 Tests: improved performance on tenant tests with concurrent creation and deletion 2022-04-18 11:02:48 +03:00
Andrew Shvayka
77b962e1bb
Merge pull request #6412 from smatvienko-tb/in-memory-queue-refactor-from-develop-34
[3.4] InMemoryStorage refactored from the static singleton to the Spring Bean
2022-04-15 11:16:25 +03:00
Sergey Matvienko
4b7a1d4e3c Transports disabled to speed up the context init. Particular transport will be enabled with @TestPropertySource in respective tests 2022-04-14 19:07:16 +03:00
Sergey Matvienko
2c5f23d975 Edge disabled to speed up the context init. Will be enabled by @TestPropertySource in respective tests 2022-04-14 19:07:13 +03:00
Sergey Matvienko
9a2bc5ab9d InMemoryStorage refactored from the static singleton to the Spring Bean 2022-04-14 13:20:34 +03:00
Viacheslav Klimov
c04a0ff3a6 More tests for export/import api; improvements 2022-04-12 13:04:25 +03:00
YevhenBondarenko
3592351a63 Used Queue entity 2022-04-11 11:03:14 +02:00
Viacheslav Klimov
a35b16d7cb Get rid of boilerplate for export 2022-04-08 18:24:50 +03:00
Andrew Shvayka
126e8b9639
Merge pull request #6265 from YevhenBondarenko/feature/update-versions
[3.4] updated spring, netty and jackson versions
2022-04-08 14:30:04 +03:00
Viacheslav Klimov
1b48a98fa0 Save relations after all other entities are saved on import; refactoring 2022-04-08 13:53:28 +03:00
Viacheslav Klimov
12840c81e9 Refactor events sending on import; export api with ExportRequest of different types 2022-04-06 21:48:55 +03:00
Viacheslav Klimov
9b8fca9973 Export/import api improvements 2022-04-05 10:45:13 +03:00
Viacheslav Klimov
2a77c90d13 More tests for export/import api; refactoring 2022-04-04 15:09:46 +03:00
Viacheslav Klimov
4dcd037a61 Initial tests for export/import 2022-04-01 15:24:22 +03:00
ivankozka
3cf2caed00 add tests to search for alarms with user hierarchy 2022-03-31 19:24:02 +03:00
Viacheslav Klimov
b58be41083 Tests for JwtTokenFactory 2022-03-30 10:44:21 +03:00
Viacheslav Klimov
190430ffc4 Store 2FA account config in UserAuthSettings table 2022-03-29 19:18:00 +03:00
YevhenBondarenko
4ef9d0e9fa added tests 2022-03-26 00:49:30 +02:00
YevhenBondarenko
dbdace7c69 improved entity view tests 2022-03-26 00:49:30 +02:00
nickAS21
812972f81f coap: log error to trace 2022-03-23 12:52:40 +02:00
nickAS21
f3fd2c4987 coap:fix bug test 2022-03-23 12:52:15 +02:00
Viacheslav Klimov
d746a04186 Merge branch 'develop/3.4' into feature/2fa
# Conflicts:
#	application/src/test/java/org/thingsboard/server/controller/AbstractWebTest.java
2022-03-22 15:54:53 +02:00
Viacheslav Klimov
5ed306881f Tests for 2FA 2022-03-22 15:54:11 +02:00
Viacheslav Klimov
1250fa2ba0 Tests for 2FA config management; refactoring 2022-03-21 14:09:51 +02:00
Viacheslav Klimov
ea7f559e23 2FA: log login action, fix user lockout 2022-03-20 14:59:25 +02:00
Viacheslav Klimov
0c36d4809c 2FA: rate limiting, validation, refactoring 2022-03-19 19:34:45 +02:00
Viacheslav Klimov
1a00628509 Email 2FA provider, refactoring 2022-03-18 18:08:45 +02:00
Viacheslav Klimov
9eb03950fa 2FA: refactoring, tests 2022-03-17 18:49:08 +02:00
Yevhen
5d82d738ee updated spring and netty versions 2022-03-15 21:44:27 +01:00
ShvaykaD
d4e6c013d2 added fixes after review 2022-03-14 13:01:46 +02:00
ShvaykaD
4db4da94f5 added gateway tests 2022-03-11 14:55:44 +02:00
ShvaykaD
947a72b2c9 added mqtt tests with malformed publish payload 2022-03-11 14:13:54 +02:00
ShvaykaD
e4ea13a7c7 added new test for save device profile & updated helper method for create device profile in tests 2022-03-11 14:13:50 +02:00
Igor Kulikov
c93309a496
Merge pull request #6213 from desoliture1/unresolverDynamicValuesOnExportDevicesFilterFix
[3.3.4] Fix unresolved dynamic values on API request
2022-03-08 18:19:06 +02:00
desoliture
89c838e560 add corresponding tests 2022-03-07 15:39:18 +02:00
desoliture
37f6dd33de tests refactoring
fix not removing differentTenant at test teardown, add new corresponding tests and refactor existing ones
2022-03-06 14:48:14 +02:00
desoliture
30f21fa36c add corresponding tests 2022-03-05 23:21:34 +02:00
Viacheslav Klimov
066f40c63f Test for SmppSmsSender 2022-03-03 21:36:40 +02:00
Andrii Shvaika
a7196c4fa7 Automatic conversion of rule chain metadata on the back end 2022-02-28 17:17:31 +02:00
ShvaykaD
2cbcd2c89d merge with master 2022-02-28 11:34:16 +02:00