2511 Commits

Author SHA1 Message Date
Alejandro Santana Lima
5820c5446b Do not load all data if it is not in the current time interval 2021-03-15 17:03:59 +02:00
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
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
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
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
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
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
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
d9a5ee6d0d
Merge pull request #4212 from YevhenBondarenko/fix/ws
TbWebSocketHandler refactoring
2021-03-09 12:58:42 +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
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
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
YevhenBondarenko
6438f6b0ee added resource dao 2021-03-04 18:32:28 +02:00
Igor Kulikov
655052090e Merge branch 'master' into develop/3.3 2021-03-04 12:03:39 +02:00
Igor Kulikov
2e096cf269
Merge pull request #4187 from YevhenBondarenko/fix/ws
added ping for WS
2021-03-04 04:57:04 -04:00
YevhenBondarenko
e3851dcaad improvements 2021-03-04 10:50:57 +02:00
Vladyslav_Prykhodko
55b5b3f20e UI: Update preview image in input widgets bundle 2021-03-03 18:52:49 +02:00
Igor Kulikov
5d94e5e74a Minor improvement for oauth2 success handler 2021-03-03 17:31:22 +02:00
Igor Kulikov
bf6745274d Add http cookie repository to store oauth2 authorization requests 2021-03-03 17:19:24 +02:00
Andrew Shvayka
a3cb9724e3
Merge pull request #4191 from thingsboard/master
Merge master to develop 3.3
2021-03-03 15:57:51 +02:00
Volodymyr Babak
a4fc59246e Fixed moved class 2021-03-03 15:50:39 +02:00
Volodymyr Babak
e96452cdcf Merge remote-tracking branch 'upstream/develop/3.3' into develop/3.3-edge 2021-03-03 15:18:38 +02:00
Vladyslav_Prykhodko
530c077b05 Merge remote-tracking branch 'upstream/master' into feature/dashboard/widget-select-preview 2021-03-03 15:03:06 +02:00
YevhenBondarenko
d91c52487f Merge branch 'master' of https://github.com/thingsboard/thingsboard into fix/ws
# Conflicts:
#	application/src/main/java/org/thingsboard/server/service/telemetry/DefaultTelemetryWebSocketService.java
2021-03-03 14:38:42 +02:00
YevhenBondarenko
e318b49c2d refactoring 2021-03-03 13:22:31 +02:00
YevhenBondarenko
f68158c550 improvements 2021-03-03 12:15:21 +02:00
Igor Kulikov
3255eb9027 Version set to 3.2.2-SNAPSHOT 2021-03-03 12:02:06 +02:00
Igor Kulikov
d77ec66203
Merge pull request #4181 from vvlladd28/improvement/twilio-sms-provider
Twilio SMS provider added support Phone Number's SID or Messaging Service SID
2021-03-03 05:54:15 -04:00
Vladyslav_Prykhodko
07ed2581be UI: Refactoring code 2021-03-03 11:52:19 +02:00
Igor Kulikov
16c55b4dda
Merge pull request #4179 from AndrewVolosytnykhThingsboard/activation-link-fix-new
Activation link fix
2021-03-03 05:36:04 -04:00
Igor Kulikov
961455b4af
Merge pull request #4096 from vvlladd28/improvement/timeseries-table/load
UI: Improvement load and update time into time series table
2021-03-03 05:05:48 -04:00
Igor Kulikov
18d0d36976 Merge branch 'feature/entity-count-api' 2021-03-02 17:56:16 +02:00
YevhenBondarenko
506151185f added ping for WS 2021-03-02 16:42:59 +02:00
Vladyslav_Prykhodko
cbc8991b05 UI: Updated value name 2021-03-02 13:21:53 +02:00
Andrii Shvaika
f8d1fff4cc New Alias 2021-03-02 12:06:50 +02:00
YevhenBondarenko
9f863116a0 Merge branch 'master' of https://github.com/thingsboard/thingsboard into feature/kafka-settings
# Conflicts:
#	application/src/main/resources/thingsboard.yml
2021-03-02 10:11:07 +02:00
YevhenBondarenko
3c52c8c221 added "min.insync.replicas" parameter to the kafka topics 2021-03-02 10:04:51 +02:00
Artem Babak
712a14ec22 Merge remote-tracking branch 'origin/develop/3.3-edge' into develop/3.3-edge 2021-03-02 07:24:13 +02:00
Vladyslav_Prykhodko
c81854e614 Twilio SMS provider added support Phone Number's SID or Messaging Service SID 2021-03-01 19:16:13 +02:00