Chantsova Ekaterina
b47ea45e8e
Update bundles with new widgets configuration
5 years ago
Chantsova Ekaterina
1e8832524e
Extend table widgets settings
5 years ago
Serhii Mikhnytskyi
9d451bc11b
added entity names to dialog headers in
1) add rule node dialog component
2) add widget dialog component
5 years ago
Igor Kulikov
a121df1d44
Fix entity select component for current customer
5 years ago
Igor Kulikov
10ddb5f8f3
Fix timeseries widget (invoke data updated callback from data aggregator on initial data). Improve widget selector.
5 years ago
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
5 years ago
Vladyslav_Prykhodko
1dbd022e89
UI: Refactoring
5 years ago
Igor Kulikov
53818933dd
Merge pull request #4220 from vvlladd28/bug/widget-bundle/navigation
UI: Typo in Navigation cards widget
5 years ago
Igor Kulikov
b850e7fb25
Merge pull request #4219 from volodymyr-babak/fix-error-msg
Fixed msg in case unexpected originator type
5 years ago
Vladyslav_Prykhodko
7a4493887a
UI: Change default datasource type in alarm widget to created widget
5 years ago
Vladyslav_Prykhodko
f13dc26392
UI: Typo in Navigation cards widget
5 years ago
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
5 years ago
Andrii Shvaika
270818989e
Merge branch 'master' of github.com:thingsboard/thingsboard
5 years ago
Andrii Shvaika
c108f7148d
Description of the widgets and widget bundles
5 years ago
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
5 years ago
Volodymyr Babak
ec6e2611cb
Fixed msg in case unexpected originator type
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
Igor Kulikov
e99d1b06f1
Merge pull request #4218 from vvlladd28/improvement/data-key/autocomplete
UI: Fixed init dataKeys widget autocomplete after change datasourceType
5 years ago
Vladyslav_Prykhodko
51b5fee7b7
UI: Fixed init dataKeys widget autocomplete after change datasourceType
5 years ago
Igor Kulikov
d9a5ee6d0d
Merge pull request #4212 from YevhenBondarenko/fix/ws
TbWebSocketHandler refactoring
5 years ago
Andrii Shvaika
46f742441f
Alarm State improvement
5 years ago
nickAS21
d8ea6ac37d
Lwm2m: back: add tenantId and repositoryTenant - test3
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
YevhenBondarenko
c78bd55df5
added resource table to hsql schema
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
YevhenBondarenko
69025ab3af
TbWebSocketHandler refactoring
5 years ago
YevhenBondarenko
616839a23c
refactoring
5 years ago
YevhenBondarenko
937cd04abe
Merge branch 'develop/3.3' of https://github.com/thingsboard/thingsboard into develop/3.3-lwm2m
5 years ago
YevhenBondarenko
bd3185a98f
added resource support in transport lvl (get resources and "update", "delete" notifications)
5 years ago
Igor Kulikov
6789cff802
Fix schema version
5 years ago
nickAS21
3f4714c2ce
Lwm2m strategy ( #4210 )
* Lwm2m: back: two strategy
* Lwm2m: back: add new models
* Lwm2m: back: del new models
5 years ago
Igor Kulikov
9187a827e7
Merge branch 'vvlladd28-feature/dashboard/widget-select-preview'
5 years ago
Igor Kulikov
71062f64df
New widget selector backend support
5 years ago
Igor Kulikov
23903588ac
Merge branch 'feature/dashboard/widget-select-preview' of https://github.com/vvlladd28/thingsboard into vvlladd28-feature/dashboard/widget-select-preview
5 years ago
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
5 years ago
Vladyslav
207cc8ac1c
Merge pull request #4192 from thingsboard/lwm2m_bug_keyName
Lwm2m bug key name
5 years ago
Vladyslav_Prykhodko
3dd57fd286
UI: Redesign search input widget selector
5 years ago
YevhenBondarenko
6438f6b0ee
added resource dao
5 years ago
nickAS21
03b647c525
Lwm2m: front: validateObject on the start fix bug
5 years ago
Vladyslav_Prykhodko
35b37f4875
UI: Added dynamic change state disable input fields at multiple attributes widget
5 years ago
Vladyslav_Prykhodko
a3e2106888
UI: Added filter widget type
5 years ago
Igor Kulikov
8fe6c956c8
Version set to 3.3.0-SNAPSHOT. Code style improvements.
5 years ago
Igor Kulikov
655052090e
Merge branch 'master' into develop/3.3
5 years ago
Igor Kulikov
2e096cf269
Merge pull request #4187 from YevhenBondarenko/fix/ws
added ping for WS
5 years ago
YevhenBondarenko
e3851dcaad
improvements
5 years ago
YevhenBondarenko
50d96fb49e
Version set to 3.3.0-SNAPSHOT
5 years ago
Vladyslav_Prykhodko
55b5b3f20e
UI: Update preview image in input widgets bundle
5 years ago
Igor Kulikov
f29d548d4a
Fix timeseries bars tooltip
5 years ago
Vladyslav_Prykhodko
b3b9701076
UI: Added search widget
5 years ago