522 Commits

Author SHA1 Message Date
Vladyslav_Prykhodko
73bd61c524 UI: Fixed close autocomplete in LWM2M list model; Minor refactoring 2025-03-25 13:01:15 +02:00
Igor Kulikov
f95cde6d8f
Merge pull request #12810 from deaflynx/fix/lwm2m-model-extra-scroll
Fix device profile extra scroll in lwm2m model
2025-03-10 19:02:14 +02:00
deaflynx
c2439ec77f UI: Fix device profile extra scroll in lwm2m model table. 2025-03-03 12:50:34 +02:00
mpetrov
dba18323e2 Fixed transport messages maximum number hints 2025-02-28 17:32:54 +02:00
mpetrov
e78fe241a0 Added tenant profile configs for Calculated Fields 2025-02-28 11:46:43 +02:00
Igor Kulikov
5cf26d4851 Update license header 2025-02-25 09:39:16 +02:00
Vladyslav_Prykhodko
7d00f4ed1d UI: Fixed apply changes button enabled by default in Device Profile Transport configuration tab 2025-02-11 18:36:26 +02:00
Vladyslav_Prykhodko
08eef1c922 UI: Fixed incorrect search by LWM2M models 2025-02-06 12:01:55 +02:00
Vladyslav_Prykhodko
55b817675c UI: Fixed memory leak in form handling 2024-12-19 11:38:26 +02:00
Artem Dzhereleiko
3e2ebcf685 UI: Fixed tenant profile default configuration 2024-12-10 09:52:49 +02:00
Andrii Shvaika
e1ad1cb9f5 Merge remote-tracking branch 'origin/feature/rule-node-debug' 2024-12-03 09:58:51 +02:00
Andrii Landiak
f4a926b472 Introduce edge limitation 2024-12-02 13:52:53 +02:00
Vladyslav_Prykhodko
008ac7970e UI: Clean up timer memory lick and refactoring debug setting components 2024-12-02 11:21:20 +02:00
mpetrov
02016487c7 Debug settings changed approach to ControlValueAccessor and refactoring 2024-11-29 13:05:33 +02:00
mpetrov
a70d405347 refactoring 2024-11-13 15:56:53 +02:00
mpetrov
dfb73c0a96 refactoring 2024-11-13 15:36:29 +02:00
mpetrov
fa9c043253 refactoring 2024-11-13 15:09:29 +02:00
mpetrov
3c7dc0cc03 UI implementation of Rule Node debug strategy 2024-11-06 19:53:06 +02:00
Igor Kulikov
2626b56d45 Flex layout replacements. Switch to tailwind.css. 2024-10-17 10:43:29 +03:00
Igor Kulikov
7c2be48474 Apply tailwind.css style recommendations. 2024-10-15 13:23:36 +03:00
Igor Kulikov
ae8cf7d2e5 Flex layout replacements. Switch to tailwind.css. 2024-10-11 19:23:41 +03:00
Igor Kulikov
116611393c Flex layout replacements. Switch to tailwind.css. 2024-10-11 18:57:23 +03:00
Igor Kulikov
54941bbaf3 Flex layout replacements. Switch to tailwind.css. 2024-10-11 18:26:03 +03:00
Igor Kulikov
c19924065c UI: Remove deprecated ComponentFactory usage. Improve typings in tsx files. 2024-10-04 18:30:19 +03:00
rusikv
8d59917ba5 UI: fixed coping of instances when deleting lwm2m objects 2024-09-23 13:32:41 +03:00
Igor Kulikov
5cb7e197b7
Merge pull request #11290 from maxunbearable/fix/4062-device-profile-collapsed-state
Fixed Device Profile LwM2M Server information collapsed state view
2024-07-26 16:46:29 +03:00
Igor Kulikov
9ae1047cff
Merge pull request #11272 from ArtemDzhereleiko/AD/bug-fix/autocomplete-list-overflow
Fixed overlapping dialog window by autocomplete list
2024-07-26 16:42:41 +03:00
mpetrov
6ef1d91832 Fixed Device Profile LwM2M Server information collapsed state view 2024-07-26 12:56:23 +03:00
Artem Dzhereleiko
5fe6fcce95 UI: Fixed overflow list on button click 2024-07-24 13:28:28 +03:00
rusikv
80d2b6abfa UI: device profile transport config form fix validation, minor improvements 2024-07-19 14:47:42 +03:00
rusikv
7addeaf96c UI: fixed device profile create/update form validation 2024-07-17 18:12:58 +03:00
Igor Kulikov
9fbab5b49a
Merge pull request #11035 from rusikv/bug/device-profile-transport-configuration
Fixed disappearing of device profile transport config form on tab switch if it is invalid
2024-07-01 16:07:48 +03:00
Igor Kulikov
228ef344ca
Merge pull request #11010 from rusikv/bug/lwm2m-device-profile-transport-config
Fixed LWM2M device profile transport configuration "object list" form field value persistence on tab switch
2024-07-01 16:07:03 +03:00
rusikv
192ec9b096 UI: fixed disappearing of device profile transport config form on tab switch if it is invalid 2024-06-18 15:30:25 +03:00
rusikv
1ec30b92ea UI: added workaround for lwm2m object list component propagating array of strings instead of objects 2024-06-14 16:01:43 +03:00
rusikv
ccf2ad1302 UI: fixed lwm2m device profile transport configuration object list form field value persistance 2024-06-13 18:50:17 +03:00
Vladyslav_Prykhodko
d644da842d UI: Fixed short server ID help tooltip 2024-06-12 15:30:16 +03:00
Vladyslav_Prykhodko
66ad0544ec UI: Fixed validation short server id for bootstrap server in LwM2M transport configuration 2024-06-12 15:17:31 +03:00
YevhenBondarenko
d2a9291e52 added rate limits for the gateway device 2024-06-03 15:16:32 +02:00
Viacheslav Klimov
5809d014de
Queue option to duplicate msgs to all partitions (#10815)
* Queue config option to duplicate msgs to all partitions

* UI for queue config option to duplicate msgs to all partitions

* Fixes for msg duplication; add tests

* Introduce TbRuleEngineProducerService

* Use TbRuleEngineProducerService in TbClusterService

* Fix DefaultTbClusterServiceTest

* Add correlationId to TbMsg

* Refactor TbMsg

* Support msg duplication for all msg types
2024-05-22 12:11:32 +03:00
YevhenBondarenko
161e10a686 added rate limits for the gateway 2024-05-19 22:35:21 +02:00
nick
c3f1e186c5 lwm2m: object-id-version default 1.0 2024-05-07 14:49:30 +03:00
Vladyslav_Prykhodko
e9956cbd10 UI: Fixed models 2024-05-06 09:32:36 +03:00
Vladyslav_Prykhodko
39bdf94f4f Merge remote-tracking branch 'upstream/master' into lwm2m_default_object_id_version_front 2024-05-06 09:24:32 +03:00
nick
405fe83e79 lwm2m: object-id-version format 2024-05-05 22:07:06 +03:00
nick
39cff913f2 lwm2m: object-id-version 2024-05-05 19:43:16 +03:00
rusikv
411a10e4d8 UI: removed deprecated composite operation support from lwm2m settings 2024-04-22 13:11:44 +03:00
dashevchenko
dae4f313e2 merged with master 2024-03-26 19:09:21 +02:00
ViacheslavKlimov
4ed952a9d6 Merge branch 'master' into develop/3.7 2024-03-19 15:44:23 +02:00
rusikv
6057c17acc Merge remote-tracking branch 'upstream/master' into queueStatsEntity 2024-03-12 19:15:09 +02:00