4191 Commits

Author SHA1 Message Date
Alexey Markevich
6969882a69 switch to PostgreSQL10Dialect 2022-01-28 23:54:10 +03:00
ArtemDzhereleiko
ddca2d318f Merge branch 'smpp-sms-sender' of git://github.com/ViacheslavKlimov/thingsboard into ViacheslavKlimov-smpp-sms-sender 2022-01-28 18:37:07 +02:00
nickAS21
cad54fa70c lwm2m: fix bug security tests 2022-01-28 12:45:05 +02:00
nickAS21
c3081c45cf lwm2m: tests with execute "/1/0/9" - add Security and Server with instanceId 2022-01-28 09:50:31 +02:00
YevhenBondarenko
fde8ecdead LwM2mClient is no more serializable 2022-01-28 03:27:31 +02:00
nickAS21
45a6ce0dbf lwm2m: tests RPK and X509 client validate base64 format: 2022-01-27 16:01:15 +02:00
nickAS21
41274180c5 lwm2m: tests NoSec bootstrap update:
- connecting the client to the bootstrap server and updating the bootstrap
- client connection to lwm2m server, reboot when after executing "1/0/9" and update boostrap
2022-01-27 14:30:43 +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
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
nickAS21
3cd9454a98 lwm2m: tests with PSK security mode (bad request):
- "bad length key"
2022-01-26 19:05:16 +02:00
Andrii Shvaika
a89a8f0422 Attempt to resolve race condition 2022-01-26 17:53:10 +02:00
nickAS21
6a370dc643 lwm2m: tests associated with different security mode (successful):
- connection only to lwm2m server
- connect bootstrap server, update two client security sections and then connect lwm2m server
2022-01-26 17:24:11 +02:00
Volodymyr Babak
8dc06e53a8 Moved update of edge on device actor to tb cluster service 2022-01-26 17:18:12 +02:00
YevhenBondarenko
7d40952fea version upgrade: added clear redis to cache service 2022-01-25 15:44:37 +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
desoliture
631348a60c refactor checkCanCreateRelation 2022-01-24 13:41:07 +02:00
Viacheslav Klimov
d99a8066fe Refactor RateLimitsUpdater; handle rate limits disabling 2022-01-21 15:18:39 +02:00
desoliture
116d1ca666 refactor checkRelation 2022-01-20 18:13:18 +02:00
desoliture
16753d2f62 refactor relation service and dao(*), remove redundant todo's, refactor tests
(*): resolve immediate .get() invocation, which producing blocking (checkRelation method), by adding sync checkRelation method and refactor the usages of checkRelationAsync
2022-01-20 16:50:40 +02:00
Viacheslav Klimov
487d7165cc Rate limits to tenant profile BE refactoring 2022-01-20 14:31:02 +02:00
Andrew Shvayka
fc280254dd
Merge pull request #5930 from YevhenBondarenko/feature/californium-update
[3.3.3] updated Californium and Leshan versions
2022-01-20 14:05:31 +02:00
Viacheslav Klimov
cb071ac0a2 Merge remote-tracking branch 'origin/master' into rate-limits-to-tenant-profile
# Conflicts:
#	application/src/main/java/org/thingsboard/server/service/install/update/DefaultDataUpdateService.java
#	application/src/main/java/org/thingsboard/server/service/telemetry/DefaultTelemetryWebSocketService.java
#	dao/src/main/java/org/thingsboard/server/dao/nosql/CassandraBufferedRateReadExecutor.java
#	dao/src/main/java/org/thingsboard/server/dao/util/AbstractBufferedRateExecutor.java
#	ui-ngx/src/app/modules/home/components/profile/tenant/default-tenant-profile-configuration.component.html
#	ui-ngx/src/app/modules/home/components/profile/tenant/default-tenant-profile-configuration.component.ts
#	ui-ngx/src/app/shared/models/tenant.model.ts
2022-01-20 13:40:53 +02:00
YevhenBondarenko
57510b4d54 Merge branch 'master' of github.com:thingsboard/thingsboard into feature/californium-update
# Conflicts:
#	common/transport/lwm2m/src/main/java/org/thingsboard/server/transport/lwm2m/bootstrap/LwM2MTransportBootstrapService.java
#	common/transport/lwm2m/src/main/java/org/thingsboard/server/transport/lwm2m/secure/TbLwM2MDtlsCertificateVerifier.java
2022-01-20 13:23:30 +02:00
Andrew Shvayka
91373fcb64
Merge pull request #5922 from volodymyr-babak/code-review
[3.3.3] Code review minor misc fixes
2022-01-20 13:15:25 +02:00
Andrew Shvayka
a3f3578b65
Merge pull request #5796 from desoliture1/gatewayFix
[WIP][3.3.3] MQTT Gateway API - fix response data on attributes request
2022-01-20 13:04:48 +02:00
desoliture
fc9078a2be fix case where both shared and client attributes were requested 2022-01-20 12:58:55 +02:00
Andrii Shvaika
8b0a1f5538 Fix for #5931 and merge the PR #5915 2022-01-20 12:53:24 +02:00
Andrii Shvaika
519e05bd11 Fix for Bug #5931 2022-01-20 12:15:56 +02:00
YevhenBondarenko
292220cddc updated Californium and Leshan versions 2022-01-20 09:41:36 +02:00
Volodymyr Babak
4401724f94 Merge remote-tracking branch 'origin/master' into code-review 2022-01-19 16:52:12 +02:00
desoliture
5a47bf3b8b refactor 2022-01-19 16:35:30 +02:00
desoliture
220665bf0f fix tenant access denied to creating relations with themselves 2022-01-19 14:47:30 +02:00
Volodymyr Babak
4e1cbf5c1e Code review minor misc fixes 2022-01-19 12:50:22 +02:00
Andrii Shvaika
66b58549c5 Propagate alarms to Customer or Tenant without relations 2022-01-19 11:49:38 +02:00
Igor Kulikov
652071fdb7 Remove redudant loggin from paginated updater 2022-01-18 12:44:47 +02:00
Igor Kulikov
1c2f357585 Fix getAlarms permissions. Fix entities tables persistent page link. Improve details button in autocomplete. 2022-01-17 19:51:14 +02:00
desoliture
7b14fdaf5e add isMultipleAttributesRequest field in queue.proto in GetAttributeResponseMsg message 2022-01-17 18:59:39 +02:00
Igor Kulikov
da4c742872 Update license year to 2022 2022-01-17 14:07:46 +02:00
Andrew Shvayka
80e5272d14
Merge pull request #5904 from YevhenBondarenko/feature/attributes-improvements
[3.3.3]improved removing timeseries/attributes
2022-01-17 13:38:26 +02:00
desoliture
a39b56c93c replace remained tenantDao usages to tenantService 2022-01-17 13:35:28 +02:00
Andrii Shvaika
4c00bfc0fa Merge with master. Fixed notifications, licenses and naming 2022-01-17 13:35:03 +02:00
Andrii Shvaika
f3b4501b5a Merge branch 'master' of github.com:thingsboard/thingsboard 2022-01-17 12:44:22 +02:00
Andrii Shvaika
f72c058030 Suppress and handle WS exceptions on cluster rebalancing 2022-01-17 12:44:06 +02:00
Igor Kulikov
480612a1ac Fix NPE in OAuth2 failure handler 2022-01-17 11:39:55 +02:00
YevhenBondarenko
ab3176f23b improved removing timeseries/attributes 2022-01-17 11:38:04 +02:00
Andrew Shvayka
c15b4ceec3
Merge pull request #5843 from smatvienko-tb/device-actor-performance
[3.3.3] Device actor session inactivity performance + heap workout
2022-01-17 11:21:56 +02:00