Igor Kulikov
a9921cecd2
Version set to 3.3.0
2021-08-13 16:01:26 +03:00
Andrii Shvaika
2078c71d32
Added module cluster-api and used it in rule engine and other services
2021-08-06 17:33:52 +03:00
Volodymyr Babak
9fd816387b
Merge branch 'master' of github.com:thingsboard/thingsboard into edge-fix-concurrent-async-issue
2021-07-22 16:48:56 +03:00
Volodymyr Babak
3ae5acbcc8
Added lock on edge event save/read. Removed save async method
2021-07-22 15:59:47 +03:00
Igor Kulikov
e1afbe6667
Control visibility and order of dashboard in mobile application. Ability to hide widgets in mobile mode. Fix dashboard state changes processing.
2021-07-22 15:44:40 +03:00
hanyuepeng
d3c51ca1c7
fix(Claiming devices): resolve SerializationFailedException
...
when use redis as the cache, this
interface
http(s)://host:port/api/v1/$ACCESS_TOKEN/claim throw
a
SerializationFailedException but ignored by AbstractTransformFuture
,and when do Device Claiming API
Request(http(s)://host:port/api/customer/device/$DEVICE_NAME/claim),the
system show :Failed to claim the device
2021-07-21 13:03:10 +08:00
Volodymyr Babak
08f11b0d1b
Merge remote-tracking branch 'upstream/master' into edge-3.3
2021-07-13 21:37:51 +03:00
Volodymyr Babak
d2d95a2575
Merge remote-tracking branch 'upstream/master' into edge-3.3
2021-07-08 10:15:29 +03:00
AndrewVolosytnykhThingsboard
22933e5402
Merge branch 'master' into ota-service-url-validation
2021-07-06 17:44:56 +03:00
AndrewVolosytnykhThingsboard
7975e2a96a
Implement of method to find dashboard by name and tenant ID, used to find correct dashboard in case multiple dashboard start with the same name.
2021-07-06 16:52:13 +03:00
Andrew Shvayka
4e5f485106
Merge pull request #4682 from thingsboard/feature/cleanup-call-deduplication
...
Refactoring of the TTL cleanup services
2021-06-23 19:33:48 +03:00
Volodymyr Babak
c85aea31a0
Added possibility to disable validation for save edge function
2021-06-23 17:27:06 +03:00
YevhenBondarenko
f1f41851cc
merge with master
2021-06-22 15:46:39 +03:00
Volodymyr Babak
da082e2700
Merge remote-tracking branch 'upstream/master' into edge-3.3
2021-06-20 19:22:28 +03:00
AndrewVolosytnykhThingsboard
f1216c9720
Url validation for Ota Package and tests
2021-06-16 18:58:55 +03:00
YevhenBondarenko
e58d5b2d8a
removed rpc status sent, added idx_rpc_tenant_id_device_id
2021-06-14 15:06:21 +03:00
Igor Kulikov
1ed624d30b
Introduce mobile app oauth2 request authentication using application token signed by application secret.
2021-06-11 13:37:23 +03:00
YevhenBondarenko
5626c30f2f
Merge branch 'master' of https://github.com/thingsboard/thingsboard into feature/persisted-rpc
...
# Conflicts:
# common/transport/lwm2m/src/main/java/org/thingsboard/server/transport/lwm2m/server/DefaultLwM2MTransportMsgHandler.java
2021-06-11 11:27:28 +03:00
YevhenBondarenko
489c67778a
implemented persisted RPC
2021-06-11 11:10:06 +03:00
Igor Kulikov
cc531daaee
Add platform type filter for oauth2 registrations.
2021-06-10 17:01:16 +03:00
Igor Kulikov
8e4f8594f7
Refactor OAuth2 settings. Add mobile application parameters: package and callback URL scheme
2021-06-10 11:50:11 +03:00
ShvaykaD
6af34cf043
refactoring ttl cleanup services
2021-06-07 15:25:02 +03:00
Volodymyr Babak
77c080f82b
Device created on the edge will use that same ID on the cloud
2021-06-04 18:25:02 +03:00
Andrii Shvaika
083dc38cf8
Refactoring of the ttl cleanup services
2021-06-03 19:32:25 +03:00
YevhenBondarenko
43b4f4461d
created data limits for resources and otaPackages, added url for the otaPackage
2021-06-03 18:34:39 +03:00
Volodymyr Babak
831ddc43bc
Merge remote-tracking branch 'upstream/master' into edge-3.3
2021-06-02 18:00:28 +03:00
YevhenBondarenko
a7239c9d39
Renamed Firmware to OtaPackage
2021-05-31 16:43:33 +03:00
Andrii Shvaika
ceb26bbd61
Merge with master
2021-05-26 19:40:45 +03:00
Volodymyr Babak
b0bfdfff8e
Pagedata usage for get edges methods
2021-05-25 10:38:12 +03:00
Volodymyr Babak
71791c6847
Refactored DAO to remove additional call to relation table - use spring query
2021-05-13 15:04:12 +03:00
Viacheslav Klimov
c39fb8c94d
Refactor
2021-05-12 14:23:57 +03:00
Viacheslav Klimov
9873115d8b
Implement created alarms limiting
2021-05-12 14:23:57 +03:00
Igor Kulikov
3094fb7240
Add customerId to alarm
2021-05-07 16:05:54 +03:00
Igor Kulikov
d5b640d602
Add image fields for dashboard and device profile entities. Introduce getAllAlarms and getCustomerAlarms API
2021-05-06 17:01:46 +03:00
zbeacon
4843baf7b9
Merge branch 'master' of https://github.com/thingsboard/thingsboard into feature/firmware-checksum-autogenerating
2021-04-30 14:43:10 +03:00
Andrii Shvaika
00bd26f1f5
Merge with master
2021-04-30 11:25:56 +03:00
YevhenBondarenko
ab10dd4494
implemented software update
2021-04-30 10:58:32 +03:00
YevhenBondarenko
f264aa4330
fixed firmware tests and validation
2021-04-30 10:58:32 +03:00
zbeacon
b45d514b83
Removed unused method for getting supported checksum algorithms
2021-04-30 08:53:00 +03:00
zbeacon
5b1cc8ac33
Merge branch 'master' of https://github.com/thingsboard/thingsboard into feature/firmware-checksum-autogenerating
2021-04-29 09:39:15 +03:00
zbeacon
7a4d302c85
Changes according to comments from @ashvayka
2021-04-29 09:35:02 +03:00
Andrew Shvayka
e3292e89c1
Merge pull request #4301 from thingsboard/develop/snmp
...
SNMP Transport
2021-04-28 16:29:13 +03:00
Viacheslav Klimov
79eb1183d9
Request SNMP devices' ids with pagination
2021-04-28 16:25:14 +03:00
YevhenBondarenko
a5656009d2
implemented audit logs for the firmware and resource
2021-04-28 12:56:49 +03:00
zbeacon
8a5a4f0995
Added ability to autogenerate checksum for firmware
2021-04-28 12:26:35 +03:00
Viacheslav Klimov
47994e1a66
Merge branch 'master' into master-to-snmp
...
# Conflicts:
# application/src/main/java/org/thingsboard/server/service/transport/DefaultTransportApiService.java
# common/queue/src/main/proto/queue.proto
# common/transport/http/src/main/java/org/thingsboard/server/transport/http/DeviceApiController.java
# common/transport/transport-api/src/main/java/org/thingsboard/server/common/transport/TransportContext.java
# dao/src/main/java/org/thingsboard/server/dao/device/DeviceServiceImpl.java
2021-04-26 13:37:39 +03:00
Andrii Shvaika
a9e83b484f
Merge branch 'feature/firmware' of https://github.com/YevhenBondarenko/thingsboard into YevhenBondarenko-feature/firmware
2021-04-23 12:24:59 +03:00
YevhenBondarenko
c9439b3976
created created firmware queue
2021-04-23 10:17:51 +03:00
Andrii Shvaika
53bf6af23b
Merge branch 'master' of github.com:thingsboard/thingsboard into feature/firmware
2021-04-22 15:52:08 +03:00
Viacheslav Klimov
5465703d2d
Handle tenant and customer deletion for TbApiUsageStateService
2021-04-22 13:15:19 +03:00