AndrewVolosytnykhThingsboard
|
4ab3db85fc
|
Redundant params removed
|
2021-07-06 16:52:13 +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 |
|
YevhenBondarenko
|
3fc45654e8
|
fixed search for resources
|
2021-07-06 14:32:15 +03:00 |
|
Volodymyr Babak
|
759e8ee3c7
|
Device cache improvements during code review
|
2021-07-06 14:26:13 +03:00 |
|
Sergey Matvienko
|
2287b05d99
|
device cache: removeDeviceFromCacheById added
|
2021-07-06 14:26:13 +03:00 |
|
Sergey Matvienko
|
2880dcf526
|
device cache by id
|
2021-07-06 14:26:13 +03:00 |
|
Sergey Matvienko
|
6b622ce44b
|
cache: CachedAttributesService tiny test refactor
|
2021-06-30 15:40:47 +03:00 |
|
Sergey Matvienko
|
0b47942986
|
Merge branch 'master' into cache-attribute-service-performance-improvement
# Conflicts:
# dao/src/test/java/org/thingsboard/server/dao/attributes/CachedAttributesServiceTest.java
|
2021-06-30 15:37:01 +03:00 |
|
Sergey Matvienko
|
e1c1e7ebbc
|
cache: CachedAttributesService fixed after merge to the latest master, fixed license headers
|
2021-06-30 15:30:52 +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 |
|
AndrewVolosytnykhThingsboard
|
3c4c7ebd06
|
Correct generating of random string with fixed length
|
2021-06-22 13:41:21 +03:00 |
|
Volodymyr Babak
|
da082e2700
|
Merge remote-tracking branch 'upstream/master' into edge-3.3
|
2021-06-20 19:22:28 +03:00 |
|
Igor Kulikov
|
a7a7c801f2
|
Fix license header
|
2021-06-18 18:31:52 +03:00 |
|
Igor Kulikov
|
d64a0c382d
|
Fix test properties
|
2021-06-18 18:22:48 +03:00 |
|
Igor Kulikov
|
5b998717e7
|
Remove invalid test
|
2021-06-18 18:00:12 +03:00 |
|
Sergey Matvienko
|
be61b3c841
|
cache: CachedAttributesService Executor choice depends on local or remote cache type. For local - directExecutor, for remote (IO calls) - dedicated threadPool to unblock any caller thread. Test added.
|
2021-06-17 16:03:24 +03:00 |
|
Sergey Matvienko
|
c843b2f09e
|
cache: CachedAttributesService replaced directExecutor with CacheExecutorService
|
2021-06-17 16:01:11 +03:00 |
|
Sergey Matvienko
|
e4dd517edd
|
cache: added cache executor service
|
2021-06-17 16:01:06 +03:00 |
|
AndrewVolosytnykhThingsboard
|
f6c720513d
|
Validation of version and title
|
2021-06-17 10:53:36 +03:00 |
|
AndrewVolosytnykhThingsboard
|
f1216c9720
|
Url validation for Ota Package and tests
|
2021-06-16 18:58:55 +03:00 |
|
Igor Kulikov
|
2a5ba8e8ad
|
Add Apple OAuth2 provider.
|
2021-06-16 18:46:26 +03:00 |
|
YevhenBondarenko
|
e58d5b2d8a
|
removed rpc status sent, added idx_rpc_tenant_id_device_id
|
2021-06-14 15:06:21 +03:00 |
|
YevhenBondarenko
|
bafbf7b239
|
added rpc ttl
|
2021-06-11 14:34:43 +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 |
|
Vladyslav
|
08e517a6ee
|
Improvement OTA package (#4698)
* Add validation ota package Software hasURL
* Fixed show sort URL in OTA Package
|
2021-06-07 18:37:39 +03:00 |
|
ShvaykaD
|
9c633eeebe
|
added try with resource to auto-close the connections, statements and result sets
|
2021-06-07 15:59:30 +03:00 |
|
Igor Kulikov
|
f96ea353f6
|
Merge pull request #4695 from vvlladd28/improvement/ota-updates/select
[WIP] UI: Refactoring OTA update table and add supported OTA package external URL
|
2021-06-07 14:06:58 +03:00 |
|
ShvaykaD
|
d1292a0d04
|
refactoring ttl cleanup services
|
2021-06-07 13:23:01 +03:00 |
|
Vladyslav_Prykhodko
|
084d1eed37
|
Fixed ota-package validation
|
2021-06-07 13:08:17 +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 |
|
YevhenBondarenko
|
1c22a4b35a
|
fixed tests
|
2021-06-04 10:38:49 +03:00 |
|
Andrew Shvayka
|
ecb2efdabd
|
Merge pull request #4681 from YevhenBondarenko/feature/ota-limits
created data limits for resources and otaPackages, added url for the otaPackage
|
2021-06-04 09:27:47 +03:00 |
|
YevhenBondarenko
|
10dda013cb
|
improvements
|
2021-06-03 19:37:47 +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 |
|
Andrii Shvaika
|
04ec8489ec
|
Merge branch 'feature/alarms-ttl' of https://github.com/ViacheslavKlimov/thingsboard
|
2021-06-03 16:33:27 +03:00 |
|
Volodymyr Babak
|
831ddc43bc
|
Merge remote-tracking branch 'upstream/master' into edge-3.3
|
2021-06-02 18:00:28 +03:00 |
|
YevhenBondarenko
|
67de61e6d5
|
fixed OtaPackage data cache
|
2021-06-02 11:40:20 +03:00 |
|
Viacheslav Klimov
|
abf8ff25b5
|
Do not create alarm state if alarms creation is disabled
|
2021-06-01 12:12:35 +03:00 |
|
YevhenBondarenko
|
a7239c9d39
|
Renamed Firmware to OtaPackage
|
2021-05-31 16:43:33 +03:00 |
|
Viacheslav Klimov
|
9e1d86d7e8
|
Refactor
|
2021-05-31 15:41:16 +03:00 |
|
Viacheslav Klimov
|
9bb74b96dc
|
Implement alarms removal by TTL
|
2021-05-31 14:59:17 +03:00 |
|
Volodymyr Babak
|
3d1f0c61f7
|
Fixed compilation
|
2021-05-28 18:57:14 +03:00 |
|
Volodymyr Babak
|
667d7ac517
|
Moved constuct edge method to parent
|
2021-05-28 18:20:51 +03:00 |
|