Andrii Shvaika
430e96cdb2
Fix Latest TS Dao to save newest record with same timestamp. Enabled updates for old timeseries data.
2021-03-15 14:50:26 +02:00
Viacheslav Klimov
37b88908fd
Fix merge errors
2021-03-15 12:43:42 +02:00
Illia Barkov
593f63818e
Added support for RSA encrypted keys in PEM client credentials ( #4230 )
...
* Added support for RSA encrypted keys in PEM client credentials
* Refactoring
* Refactoring
2021-03-15 11:40:23 +02:00
nickAS21
648e8ec262
lwm2m: add Lwm2m provider for models
2021-03-12 17:53:03 +02:00
nickAS21
d27c721bbf
lwm2m: Merge branch 'develop/3.3' into add-models
2021-03-12 15:19:47 +02:00
Igor Kulikov
1d2918f0a1
Minor improvements
2021-03-12 14:50:58 +02:00
Igor Kulikov
43d221e5ce
Fix data resolution for entity count datasource type.
2021-03-12 14:39:23 +02:00
Igor Kulikov
d61890a96a
Merge pull request #4236 from vvlladd28/improvement/validate/entityId
...
UI: Added validate EntityId before update dashboard state
2021-03-12 14:32:48 +02:00
Vladyslav_Prykhodko
b8cc971e72
UI: Added validate EntityId before update dashboard state
2021-03-12 13:07:19 +02:00
Yevhen Bondarenko
43fe84a284
created TransportResourceCache ( #4232 )
...
* created TransportResourceCache
* return resource by sysadmin if not found by tenant in DefaultTransportApiService
2021-03-12 13:00:51 +02:00
Igor Kulikov
7ff92cf5f4
Merge pull request #4235 from ChantsovaEkaterina/feature/extend-table-widget-settings
...
UI: extend table widget settings
2021-03-12 12:47:20 +02:00
Igor Kulikov
5a4e1b0f39
Merge pull request #4233 from hardshell/improvment/dialog-header-entity-names
...
added entity names to dialog headers
2021-03-12 12:45:24 +02:00
Chantsova Ekaterina
63a0421b89
Merge remote-tracking branch 'upstream/master' into feature/extend-table-widget-settings
2021-03-12 12:18:10 +02:00
Chantsova Ekaterina
b47ea45e8e
Update bundles with new widgets configuration
2021-03-12 12:17:52 +02:00
Chantsova Ekaterina
1e8832524e
Extend table widgets settings
2021-03-12 12:15:35 +02:00
Serhii Mikhnytskyi
9d451bc11b
added entity names to dialog headers in
...
1) add rule node dialog component
2) add widget dialog component
2021-03-12 11:34:31 +02:00
Igor Kulikov
a121df1d44
Fix entity select component for current customer
2021-03-11 17:02:43 +02:00
Igor Kulikov
10ddb5f8f3
Fix timeseries widget (invoke data updated callback from data aggregator on initial data). Improve widget selector.
2021-03-11 14:54:35 +02:00
Igor Kulikov
67dd34db69
Merge pull request #4221 from vvlladd28/improvement/alarm-widget/default-datasource
...
UI: Change default datasource type in alarm widget to created widget
2021-03-10 19:02:26 +02:00
Vladyslav_Prykhodko
1dbd022e89
UI: Refactoring
2021-03-10 18:49:07 +02:00
Igor Kulikov
53818933dd
Merge pull request #4220 from vvlladd28/bug/widget-bundle/navigation
...
UI: Typo in Navigation cards widget
2021-03-10 18:23:09 +02:00
Igor Kulikov
b850e7fb25
Merge pull request #4219 from volodymyr-babak/fix-error-msg
...
Fixed msg in case unexpected originator type
2021-03-10 18:21:43 +02:00
Vladyslav_Prykhodko
7a4493887a
UI: Change default datasource type in alarm widget to created widget
2021-03-10 17:43:27 +02:00
Vladyslav_Prykhodko
f13dc26392
UI: Typo in Navigation cards widget
2021-03-10 15:37:11 +02:00
Viacheslav Klimov
44c1cbcbc0
Merge remote-tracking branch 'thingsboard/develop/3.3' into develop/snmp
...
# Conflicts:
# application/pom.xml
# application/src/main/resources/thingsboard.yml
# common/transport/pom.xml
# msa/transport/pom.xml
# pom.xml
# transport/pom.xml
# ui-ngx/src/app/modules/home/components/home-components.module.ts
# ui-ngx/src/app/modules/home/components/profile/device/device-profile-transport-configuration.component.html
# ui-ngx/src/app/shared/models/device.models.ts
2021-03-10 15:22:03 +02:00
Andrii Shvaika
270818989e
Merge branch 'master' of github.com:thingsboard/thingsboard
2021-03-10 15:19:50 +02:00
Andrii Shvaika
c108f7148d
Description of the widgets and widget bundles
2021-03-10 15:19:41 +02:00
vkukhtyn
5a72479951
[WIP] SNMP initial implementation ( #3755 )
...
* Add SNMP type to transport profiles
* Update reference config for transport profiles
* Initial implementation to retrieve a value using SNMP GET message
* Fix license header
* Move config files
* Use async handler for SNMP response
* Send SNMP agent response to attributes and telemetry
* UI: add SNMP option for device profile
* UI: use JSON field to set SNMP profile configuration
* Handle device profile update event
* Use concurrent hash map for SNMP device sessions
* UI: Add device transport configuration control
* Cancel async request to avoid memory leak and timeout handling
* Start SNMP pooling after application started
* Move OID per profile mapping to SNMP transport context
* Fix build after merge with 3.2.1-SNAPSHOT
* Init device sessions on TB start
* Fix build error, refactoring
* Update session context on device update
* Set device info on session context creating
* Refresh pooling params on device or profile update
* Update license header
* Process device and profile transport config update
* Process SNMP response asynchronously
* Change polling implementation
2021-03-10 14:56:25 +02:00
Volodymyr Babak
ec6e2611cb
Fixed msg in case unexpected originator type
2021-03-10 12:01:58 +02:00
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
2021-03-09 19:45:28 +02:00
Igor Kulikov
e99d1b06f1
Merge pull request #4218 from vvlladd28/improvement/data-key/autocomplete
...
UI: Fixed init dataKeys widget autocomplete after change datasourceType
2021-03-09 19:40:24 +02:00
Vladyslav_Prykhodko
51b5fee7b7
UI: Fixed init dataKeys widget autocomplete after change datasourceType
2021-03-09 17:05:35 +02:00
Igor Kulikov
d9a5ee6d0d
Merge pull request #4212 from YevhenBondarenko/fix/ws
...
TbWebSocketHandler refactoring
2021-03-09 12:58:42 +02:00
Andrii Shvaika
46f742441f
Alarm State improvement
2021-03-09 12:25:56 +02:00
nickAS21
d8ea6ac37d
Lwm2m: back: add tenantId and repositoryTenant - test3
2021-03-09 11:08:51 +02:00
nickAS21
447bf05b7b
Lwm2m: back: add tenantId and repositoryTenant - test2
2021-03-08 19:24:33 +02:00
nickAS21
65f4ca5800
Lwm2m: back: add tenantId and repositoryTenant - test
2021-03-08 00:00:44 +02:00
YevhenBondarenko
c78bd55df5
added resource table to hsql schema
2021-03-05 19:10:44 +02:00
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
2021-03-05 18:18:58 +02:00
YevhenBondarenko
69025ab3af
TbWebSocketHandler refactoring
2021-03-05 18:17:35 +02:00
YevhenBondarenko
616839a23c
refactoring
2021-03-05 18:05:47 +02:00
YevhenBondarenko
937cd04abe
Merge branch 'develop/3.3' of https://github.com/thingsboard/thingsboard into develop/3.3-lwm2m
2021-03-05 17:44:41 +02:00
YevhenBondarenko
bd3185a98f
added resource support in transport lvl (get resources and "update", "delete" notifications)
2021-03-05 17:43:56 +02:00
Igor Kulikov
6789cff802
Fix schema version
2021-03-05 17:43:22 +02:00
nickAS21
3f4714c2ce
Lwm2m strategy ( #4210 )
...
* Lwm2m: back: two strategy
* Lwm2m: back: add new models
* Lwm2m: back: del new models
2021-03-05 17:40:13 +02:00
Igor Kulikov
9187a827e7
Merge branch 'vvlladd28-feature/dashboard/widget-select-preview'
2021-03-05 17:09:00 +02:00
Igor Kulikov
71062f64df
New widget selector backend support
2021-03-05 17:08:46 +02:00
Igor Kulikov
23903588ac
Merge branch 'feature/dashboard/widget-select-preview' of https://github.com/vvlladd28/thingsboard into vvlladd28-feature/dashboard/widget-select-preview
2021-03-05 13:02:13 +02:00
Igor Kulikov
3e9c00048a
Merge pull request #4203 from vvlladd28/improvement/multiple-attributes/disable
...
UI: Added dynamic change state disable input fields at multiple attributes widget
2021-03-05 06:56:34 -04:00
Vladyslav
207cc8ac1c
Merge pull request #4192 from thingsboard/lwm2m_bug_keyName
...
Lwm2m bug key name
2021-03-04 20:21:26 +02:00