10124 Commits

Author SHA1 Message Date
Igor Kulikov
312924a19b Version set to 3.3.4-SNAPSHOT 2022-02-07 09:55:37 +02:00
Igor Kulikov
cc6cd2cb2a UI: Add slide toggle control widget 2022-02-04 20:06:23 +02:00
Viacheslav Klimov
f51a66b585 Delete OTA update packages of device profile with cascade when this profile is deleted 2022-02-04 18:06:40 +02:00
Volodymyr Babak
ffcc5be0ae Removed edge license and cloud endpoint from edge instance - refactoring edge ce 2022-02-04 17:34:46 +02:00
YevhenBondarenko
c6475226e4 added test for LwM2MClientSerDes 2022-02-04 16:34:40 +02:00
nickAS21
29a551d048 lwm2m: fix bug: add afterClass "await (3 sec, closed all ports lwm2server and bootstrapServer)" 2022-02-04 15:59:12 +02:00
van-vanich
6318c7636c fix issue with failure test, because before other tests saved and don't delete Alarm 2022-02-04 15:55:31 +02:00
YevhenBondarenko
50b096c35b Merge branch 'develop/3.4' of github.com:thingsboard/thingsboard into lwm2m-client-serialization 2022-02-04 14:01:13 +02:00
van-vanich
172501e12f added test for JpaAuditLogDaoTest 2022-02-04 13:43:46 +02:00
van-vanich
2c3110c3f0 added test for testFindAssetsByTenantIdAndCustomerIdAndType() and testFindAssetsByTenantIdAndType(). Also improve and refactoring code 2022-02-04 12:56:39 +02:00
van-vanich
f5aff76d81 delete unnecessary code and refactoring test after code review. Also remove unnecessary file 2022-02-03 18:42:59 +02:00
Viacheslav Klimov
b31460dbc3 Change startup order for SnmpTransportContext 2022-02-03 18:28:27 +02:00
nickAS21
acc52c7864 lwm2m: fix bug create new client (from TcpPort to UdpPort) 2022-02-03 18:01:12 +02:00
Andrii Shvaika
92842e0f0e Improved IP Filter to delete next handlers from pipeline 2022-02-03 17:59:55 +02:00
Vladyslav_Prykhodko
5c5619d73c UI: Improvement map control button tooltip; fix incorrect updated marker/polygon when editing 2022-02-03 17:58:41 +02:00
van-vanich
62ee824530 refactoring JpaBaseComponentDescriptorDaoTest 2022-02-03 12:18:09 +02:00
van-vanich
97a9854f41 refactoring JpaWidgetsBundleDaoTest and remove unnecessary System.out.println from JpaAlarmDaoTest 2022-02-03 11:53:24 +02:00
van-vanich
ff1fa2d2ca improve and fix JpaUserDaoTest 2022-02-03 11:35:28 +02:00
van-vanich
adb062a562 improve and fix JpaWidgetTypeDaoTest 2022-02-02 18:54:40 +02:00
van-vanich
e877e71445 improve and fix JpaDeviceCredentialsDaoTest 2022-02-02 18:39:09 +02:00
van-vanich
e5f05e7327 improve and fix JpaBaseEventDaoTest 2022-02-02 18:19:42 +02:00
van-vanich
19f73c8307 refactoring JpaWidgetsBundleDaoTest 2022-02-02 17:54:27 +02:00
van-vanich
00540a8b09 improve and fix JpaWidgetsBundleDaoTest 2022-02-02 17:51:23 +02:00
van-vanich
7f104e5159 improve and fix JpaUserCredentialsDaoTest 2022-02-02 17:48:15 +02:00
van-vanich
6c92640117 delete componentDescriptors after test for JpaBaseComponentDescriptorDaoTest 2022-02-02 17:40:28 +02:00
van-vanich
770965a5d7 add fix for JpaDeviceDaoTest 2022-02-02 17:36:38 +02:00
van-vanich
3f649d8c0b remove extends AbstractTransactionalJUnit4SpringContextTests for AbstractJpaDaoTest 2022-02-02 17:29:28 +02:00
Andrii Shvaika
ef8286754f Fix typos in PR template 2022-02-02 08:50:17 +02:00
pinkevycdima@gmail.com
e8dfb9684f Fix bug with clear alarm 2022-02-01 19:00:50 +02:00
desoliture
ae85dae8bd fix processing isActive logic in custom schedules when endsOn equals zero 2022-02-01 18:23:06 +02:00
Kalutka Zhenya
440e5eb67b Added disable mod 2022-02-01 18:09:08 +02:00
van-vanich
64f4fc8cfd changed forgotten classes with CrudRepository to JpaRepository and remove unnecessary import 2022-02-01 18:08:38 +02:00
van-vanich
6d7a40664f change CrudRepository to JpaRepository 2022-02-01 15:21:14 +02:00
Vladyslav_Prykhodko
169428d1eb UI: Fixed that widget JS resources will be loaded in the order in which they in list resources 2022-02-01 14:49:02 +02:00
nickAS21
8480f21994 lwm2m: del info debug 2022-02-01 10:05:15 +02:00
pinkevycdima@gmail.com
15f2875554 UI: add copyDashboardId button in details-panel 2022-01-31 14:57:56 +02:00
Viacheslav Klimov
35528e687a Add test for deleting device profile referenced by OTA 2022-01-31 13:21:59 +02:00
Viacheslav Klimov
6f84b411c3 Fix LwM2M devices import 2022-01-31 12:33:01 +02:00
Andrii Shvaika
94bcd14647 Improved PR template 2022-01-31 09:45:48 +02:00
nickAS21
11140fe89b lwm2m: del shell from tests 2022-01-30 22:24:29 +02:00
nickAS21
1f2eaf07ed lwm2m: del shell from tests 2022-01-30 22:21:00 +02:00
T5750
cc42dc7b08 Update locale.constant-zh_CN.json 2022-01-29 08:50:47 +08:00
Alexey Markevich
6969882a69 switch to PostgreSQL10Dialect 2022-01-28 23:54:10 +03:00
ArtemDzhereleiko
ddca2d318f Merge branch 'smpp-sms-sender' of git://github.com/ViacheslavKlimov/thingsboard into ViacheslavKlimov-smpp-sms-sender 2022-01-28 18:37:07 +02:00
Kalutka Zhenya
5118b21f26 Added UI help for dynamic value in alarm schedule 2022-01-28 17:10:43 +02:00
Andrii Shvaika
17ff34645f PR template 2022-01-28 16:23:36 +02:00
nickAS21
cad54fa70c lwm2m: fix bug security tests 2022-01-28 12:45:05 +02:00
Kalutka Zhenya
d05887baa4 Refactoring 2022-01-28 12:26:13 +02:00
Kalutka Zhenya
f17380597f Added main UI functional 2022-01-28 12:17:21 +02:00
nickAS21
c3081c45cf lwm2m: tests with execute "/1/0/9" - add Security and Server with instanceId 2022-01-28 09:50:31 +02:00