9366 Commits

Author SHA1 Message Date
Igor Kulikov
be806743ef Version set to 3.3.3 v3.3.3 2022-01-27 17:14:02 +02:00
Igor Kulikov
cdc04a3e5d Merge branch 'master' into release-3.3 2022-01-27 17:13:18 +02:00
Igor Kulikov
e5594bde19 Version set to 3.3.3-SNAPSHOT 2022-01-27 17:13:14 +02:00
Igor Kulikov
235deb5230 Update UI helps 2022-01-27 17:04:17 +02:00
Igor Kulikov
760307e338 Update package update version for tb docker images 2022-01-27 16:51:05 +02:00
Igor Kulikov
141f733fae UI: Do not show server error websocket event in toast. Just restart websocket session. 2022-01-27 14:29:18 +02:00
Igor Kulikov
b88ad237bc Merge branch 'master' of github.com:thingsboard/thingsboard 2022-01-27 13:12:02 +02:00
Igor Kulikov
70c152ad92 UI: Fix image map resize. Improve image input widgets to show/hide control buttons. 2022-01-27 13:11:52 +02:00
Andrew Shvayka
9ede8a80ff
Merge pull request #5961 from YevhenBondarenko/feature/upgrade-script
[3.3.3] version upgrade: added clear redis to cache service
2022-01-27 13:03:49 +02:00
Andrew Shvayka
2fb7fc0101
Merge pull request #5968 from volodymyr-babak/edge-rpc-fix
[3.3.3] Fix RPC call from cloud to edge
2022-01-27 13:03:13 +02:00
Igor Kulikov
e8eb7083b3 Update rule nodes UI 2022-01-27 09:51:05 +02:00
Volodymyr Babak
bad6b05699 Removed unused import 2022-01-26 22:01:55 +02:00
Igor Kulikov
888e8b5b42
Merge pull request #5954 from vvlladd28/improvemen/persistent-table/renaim-double-text
[3.3.3] UI: Rename Persistent table widget; Fixed double text in data not resolve
2022-01-26 19:44:05 +02:00
Igor Kulikov
e2bcdf2ba9
Merge pull request #5962 from ChantsovaEkaterina/improvement/services-public-api
[3.3.3] UI: extend public api for services
2022-01-26 19:43:46 +02:00
Igor Kulikov
5be728eeef
Merge pull request #5970 from vvlladd28/improvement/map/disable-action-button
[3.3.3] UI: Add map widget - disable edit or remove control button
2022-01-26 19:43:02 +02:00
Vladyslav_Prykhodko
14f19ad6fc UI: Add map widget - disable edit or remove control button; added to hint create entity tooltip - entity name 2022-01-26 19:29:23 +02:00
Igor Kulikov
8cdf149ab9 UI: Do not show SESSION_NOT_RELIABLE websocker error (usually occured during ping timeout) 2022-01-26 18:58:43 +02:00
Andrii Shvaika
a89a8f0422 Attempt to resolve race condition 2022-01-26 17:53:10 +02:00
Volodymyr Babak
8dc06e53a8 Moved update of edge on device actor to tb cluster service 2022-01-26 17:18:12 +02:00
Igor Kulikov
d256349c73 UI: Fix open dashboard widget action. 2022-01-26 15:08:00 +02:00
Igor Kulikov
512a3dc6ed UI: Image map: improve background image fetch from alias. Maps: Ignore click events on drag marker. 2022-01-25 19:13:24 +02:00
Chantsova Ekaterina
0d02b87f6c UI: extend public api for services 2022-01-25 18:01:23 +02:00
YevhenBondarenko
7d40952fea version upgrade: added clear redis to cache service 2022-01-25 15:44:37 +02:00
Andrii Shvaika
1e41be45ba Merge branch 'master' of github.com:thingsboard/thingsboard 2022-01-25 12:26:53 +02:00
Andrii Shvaika
74abfae630 Californium3.properties file to .gitignore 2022-01-25 12:26:37 +02:00
Andrew Shvayka
afbc84e0a2
Merge pull request #5956 from YevhenBondarenko/fix/lwm2m-client
[3.3.3] Registration is no more Serializable
2022-01-25 11:50:50 +02:00
Andrew Shvayka
6c4cfc5035
Merge pull request #5955 from YevhenBondarenko/fix/lwm2m-transport
[3.3.3] fixed lwm2m transport initialization (ordering)
2022-01-25 11:48:40 +02:00
Andrew Shvayka
5bfe331334
Merge pull request #5945 from zbeacon/fix/mqtt-doesnt-close-session-for-removed-device
[3.3.3]Fix for PROD-1337 (Device session doesn't close on device removal)
2022-01-25 11:46:48 +02:00
Igor Kulikov
362ca32407 UI: Map widgets - improve markers dragging - prevent click actions and popup open while dragging marker. 2022-01-25 10:52:13 +02:00
Igor Kulikov
d416103e74 UI: Improve dashboard state component synchronization 2022-01-24 18:42:48 +02:00
YevhenBondarenko
e3af72eb88 Registration is not Serializable 2022-01-24 17:54:28 +02:00
YevhenBondarenko
0d3718f05c fixed lwm2m transport initialization (ordering) 2022-01-24 17:40:22 +02:00
Vladyslav_Prykhodko
6c32e4c767 UI: Rename Persistent table widget; Fixed double text in data not resolve; Rename widget settings 2022-01-24 17:09:04 +02:00
zbeacon
abe421cf36 Removed redundant method call 2022-01-24 14:50:52 +02:00
Andrew Shvayka
29ccfaa23e
Merge pull request #5953 from YevhenBondarenko/fix/lwm2m-subscription-info
[3.3.3] added updating session metadata if attributes/rpc subscription was sent by this way
2022-01-24 13:51:23 +02:00
zbeacon
6d32e3f712 Moved sending response to onDeviceDeleted method 2022-01-24 13:16:49 +02:00
YevhenBondarenko
c1f43bd3ba added updating session metadata if attributes/rpc subscription was sent by this way 2022-01-24 13:06:17 +02:00
Andrew Shvayka
847630259c
Merge pull request #5947 from ViacheslavKlimov/fix/lwm2m-config-validation-npe
[3.3.3] Fix NPE during Lwm2mDeviceProfileTransportConfiguration validation
2022-01-24 13:02:12 +02:00
Igor Kulikov
5300372b65
Merge pull request #5950 from ouertani/TB-5948
#5948 snpm -> snmp
2022-01-24 12:23:38 +02:00
zbeacon
28530cd999 Merge branch 'master' of https://github.com/thingsboard/thingsboard into fix/mqtt-doesnt-close-session-for-removed-device 2022-01-24 09:55:08 +02:00
Ouertani
4fc21755eb #5948 snpm -> snmp 2022-01-23 10:41:26 +01:00
Viacheslav Klimov
f83b16c095 Fix NPE during Lwm2mDeviceProfileTransportConfiguration validation 2022-01-21 16:45:04 +02:00
Igor Kulikov
db5d1876ee
Merge pull request #5942 from vvlladd28/feature/auto-generate-type
[3.3.3] UI: Add script to generate types in the project
2022-01-21 16:27:52 +02:00
Vladyslav_Prykhodko
a1cd5e6a13 UI: Created script generate-types 2022-01-21 16:16:41 +02:00
Vladyslav_Prykhodko
e538d4288d UI: Updated build:types script 2022-01-21 15:19:43 +02:00
zbeacon
b6bd4247da Fix for PROD-1337 2022-01-21 13:13:08 +02:00
Vladyslav_Prykhodko
d8bb296d3c UI: Add script to generate types in the project 2022-01-20 18:35:59 +02:00
Andrew Shvayka
f6db786328
Merge pull request #5938 from thingsboard/lwm2m_fix_bug_DTLSconfig_bootstrap
[3.3.3] lwm2m: fix_bug_DTLSconfig_bootstrap
2022-01-20 16:09:05 +02:00
nickAS21
427f9b191f lwm2m: add bootstrap DTLS config - SERVER_ONLY 2022-01-20 15:27:10 +02:00
Andrii Shvaika
7f32c10d77 Fix initialization error for LwM2M Bootstrap mode 2022-01-20 14:40:12 +02:00