Igor Kulikov
38de483806
Load edge rule chains when load demo data if edges enabled
5 years ago
Igor Kulikov
54ba69a82c
Fix code style issues
5 years ago
Igor Kulikov
29f64d9380
Update banner. Fix lwm2m transport jks config path
5 years ago
Igor Kulikov
0acb4272a5
Create default edge rule chains oauth2
5 years ago
nickAS21
c634859e90
lwm2m: front start add attributes Lwm2m ( #4388 )
* lwm2m: front start add attributes Lwm2m
* lwm2m: front finish add attributes Lwm2m for resources
* lwm2m: front add attributes Lwm2m for resources if isAttribte or isTelemetry
* lwm2m: front add attributes Lwm2m for objects if isAttribte or isTelemetry
* lwm2m: back add resource one
* lwm2m: back fix bug resource controller test
5 years ago
Volodymyr Babak
4e5c726ea1
Fixed correct class for widget type details
5 years ago
Volodymyr Babak
770d3f91f2
Code review changes
5 years ago
ShvaykaD
dc87550835
Extract coap-server component to separate module to be used in coap transport and core (CoAP integrations).
* init commit: coap-server component
* move coap-server to separate module
* fix typo
5 years ago
ShvaykaD
2344d6d62f
Fixed RPC string params in protobuf payload type. Reverted changes from the previous fix ( #4356 )
* Revert "added a fix for string value RPC params: removed redundant escaped characters"
This reverts commit 1891af54
* removed redundant escape characters for string RPC params in Proto payload
* cleanup code
5 years ago
ShvaykaD
fd3e18f18b
CoAP DTLS support ( #4316 )
* dtls init commit
* added fixes after review
* fix typo
* changed translation for DeviceCredentialsType.X509_CERTIFICATE
5 years ago
nickAS21
9272611ace
lwm2m: back add resource(s)
5 years ago
nickAS21
090babdf70
lwm2m: back add resource(s)
5 years ago
ShvaykaD
1891af54b3
added a fix for string value RPC params: removed redundant escaped characters
5 years ago
nickAS21
367be12455
lwm2m: back transport clear cash ( #4294 )
* lwm2m: back transport clear cash
* lwm2m: back transport del old models
* lwm2m: back transport edit yml old models
* lwm2m: back transport remove lock
* lwm2m: back transport remove lock2
5 years ago
Viacheslav Klimov
d369e296da
Refactor database upgrade services
5 years ago
Yevhen Bondarenko
0d62b2890c
[3.3] added tests for resources ( #4282 )
* added TbResourceService test
* fix ResourceService test
* created TbResourceControllerSqlTest
* fixed BaseTbResourceServiceTest
5 years ago
Viacheslav Klimov
e5c4feaa83
Create assign/unassign device event when claiming/reclaiming device
5 years ago
Dima Landiak
edaa568bc8
added logs for oauth2 get clients method
5 years ago
YevhenBondarenko
ad7c314b24
TbResource extends SearchTextBased, created TbResourceInfo
5 years ago
Igor Kulikov
91116bd715
Fix license header
5 years ago
Viacheslav Klimov
e2b455e851
Fix Timescale procedure 'cleanup_timeseries_by_ttl'
5 years ago
nickAS21
bc21db007b
Lwm2m add resource fix ( #4272 )
* lwm2m: add objectKeyId to back and front profile
* lwm2m: front^ strategy - select
* lwm2m: back fix bag
* lwm2m: back fix bag2
* lwm2m: back fix bag3
5 years ago
Andrii Shvaika
a88d624ffa
Perfomance improvement for tenant state load
5 years ago
Andrii Shvaika
9e2bfa4049
Perfomance improvement for tenant state load
5 years ago
nickAS21
201476f912
lwm2m: add objectKeyId to back and front profile
5 years ago
Chantsova Ekaterina
89072d6b44
Update admin widgets with settings recently added to Entities table
5 years ago
Viacheslav Klimov
c98a2d18a1
Refactor
5 years ago
Viacheslav Klimov
22ada62f3b
Fix outdated data in alarm clear event
5 years ago
Andrii Shvaika
171b991a5c
Added index for audit log by tenant id and created time
5 years ago
Viacheslav Klimov
82bc7203ef
Notify all core services when device is updated
5 years ago
zbeacon
bd42cfc81f
Changes according to comment
5 years ago
zbeacon
52d1b756fa
Fix for test script node function
5 years ago
zbeacon
9746df84ea
Fix for default values for claiming queue and duration
5 years ago
Volodymyr Babak
40ad4fb08c
SQL style fix
5 years ago
Andrii Shvaika
b4184d014c
Improvements to startTime and endTime for subscriptions
5 years ago
Igor Kulikov
1dc47b5cc5
Revert interval check for telemetry subscription
5 years ago
Andrii Shvaika
60c141d3ca
Allow Customer to edit asssigned entities
5 years ago
ShvaykaD
c5c8fbd3f7
[3.2.2] [WIP] coap transport ( #4239 )
* init CoapDeviceProfile & added ui components
* added transport payload type configuration for default coap device type
* added AbstractCoapTransportResource & updated efento resource
* fixed coap device profile save & update
* fixed Attribute Updates notifications
* revert CoapOkCallback onSuccess changes
* updated provision request to handle proto payload type
* fix license
* updated Rpc subscribe/unsubscribe action
* add more device emulator clients
* added fix for Coap Transport: ability to handle requests with oneElementUriPaths and MultiElementUriPaths
* fix TbCoapServer implementation
* changed response type to CREATED in POST requests
* improved implementation
* fix typos
* minor bug-fixes & improvements
* fix TbCoapServerMessageDeliverer class
* improved relay sensor implementation
* added tests for CoAP transport\
* fix typo
* removed nosql tests
* fix coap endpoint creation & improved getAttributes tests
* transport tests refactoring
5 years ago
Viacheslav Klimov
bc6efa5e1e
[3.3] [PROD-685] Provide user's session expiration when his auth data is changed ( #4201 )
* Provide user's session expiration when his auth data is changed
* Provide mock TokenOutdatingService for dao tests
* Increase time gap when checking if token is outdated
* Add license header for TokenOutdatingTest
* Refactor tokens outdating functionality to events usage
* Reset tokens on front-end after changing password
5 years ago
Alejandro Santana Lima
5820c5446b
Do not load all data if it is not in the current time interval
5 years ago
Andrii Shvaika
430e96cdb2
Fix Latest TS Dao to save newest record with same timestamp. Enabled updates for old timeseries data.
5 years ago
nickAS21
648e8ec262
lwm2m: add Lwm2m provider for models
5 years ago
Yevhen Bondarenko
43fe84a284
created TransportResourceCache ( #4232 )
* created TransportResourceCache
* return resource by sysadmin if not found by tenant in DefaultTransportApiService
5 years ago
Chantsova Ekaterina
b47ea45e8e
Update bundles with new widgets configuration
5 years ago
Vladyslav_Prykhodko
f13dc26392
UI: Typo in Navigation cards widget
5 years ago
Andrii Shvaika
c108f7148d
Description of the widgets and widget bundles
5 years ago
Yevhen Bondarenko
e2dd5b96ae
added resource dao support ( #4213 )
* Version set to 3.3.0-SNAPSHOT
* added resource dao
* added resource support in transport lvl (get resources and "update", "delete" notifications)
* refactoring
* added resource table to hsql schema
* added check for models dir in InstallScripts
* added pageLink support to getResources
5 years ago
nickAS21
447bf05b7b
Lwm2m: back: add tenantId and repositoryTenant - test2
5 years ago
nickAS21
65f4ca5800
Lwm2m: back: add tenantId and repositoryTenant - test
5 years ago
VoBa
953054fadc
eval is not thread safe. Added lock to avoid 'No such function invokeInternalXXX' exception ( #4211 )
* eval is not thread safe. Added lock to avoid 'No such function invokeInternalXXX' exception
* License fix
5 years ago