Igor Kulikov
a7a7c801f2
Fix license header
5 years ago
Igor Kulikov
d64a0c382d
Fix test properties
5 years ago
Igor Kulikov
5b998717e7
Remove invalid test
5 years ago
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.
5 years ago
Sergey Matvienko
c843b2f09e
cache: CachedAttributesService replaced directExecutor with CacheExecutorService
5 years ago
Sergey Matvienko
e4dd517edd
cache: added cache executor service
5 years ago
Igor Kulikov
2a5ba8e8ad
Add Apple OAuth2 provider.
5 years ago
YevhenBondarenko
e58d5b2d8a
removed rpc status sent, added idx_rpc_tenant_id_device_id
5 years ago
YevhenBondarenko
bafbf7b239
added rpc ttl
5 years ago
Igor Kulikov
1ed624d30b
Introduce mobile app oauth2 request authentication using application token signed by application secret.
5 years ago
YevhenBondarenko
489c67778a
implemented persisted RPC
5 years ago
Igor Kulikov
cc531daaee
Add platform type filter for oauth2 registrations.
5 years ago
Igor Kulikov
8e4f8594f7
Refactor OAuth2 settings. Add mobile application parameters: package and callback URL scheme
5 years ago
Vladyslav
08e517a6ee
Improvement OTA package ( #4698 )
* Add validation ota package Software hasURL
* Fixed show sort URL in OTA Package
5 years ago
ShvaykaD
9c633eeebe
added try with resource to auto-close the connections, statements and result sets
5 years ago
ShvaykaD
6af34cf043
refactoring ttl cleanup services
5 years ago
ShvaykaD
d1292a0d04
refactoring ttl cleanup services
5 years ago
Vladyslav_Prykhodko
084d1eed37
Fixed ota-package validation
5 years ago
YevhenBondarenko
1c22a4b35a
fixed tests
5 years ago
YevhenBondarenko
10dda013cb
improvements
5 years ago
Andrii Shvaika
083dc38cf8
Refactoring of the ttl cleanup services
5 years ago
YevhenBondarenko
43b4f4461d
created data limits for resources and otaPackages, added url for the otaPackage
5 years ago
YevhenBondarenko
51d14efe6a
fixed OtaPackage data cache
5 years ago
YevhenBondarenko
139af45fd3
Renamed Firmware to OtaPackage
5 years ago
YevhenBondarenko
67de61e6d5
fixed OtaPackage data cache
5 years ago
Viacheslav Klimov
abf8ff25b5
Do not create alarm state if alarms creation is disabled
5 years ago
YevhenBondarenko
a7239c9d39
Renamed Firmware to OtaPackage
5 years ago
Viacheslav Klimov
9e1d86d7e8
Refactor
5 years ago
Viacheslav Klimov
9bb74b96dc
Implement alarms removal by TTL
5 years ago
nickAS21
1f00ae833d
LWM2M: del log warn
5 years ago
Igor Kulikov
40a994038e
Restore DeviceProfileEntity fields
5 years ago
ShvaykaD
2086bd2d2a
fixed drop partition function in install script and added fix to upgrade script
5 years ago
YevhenBondarenko
ab5c803a68
refactored
5 years ago
YevhenBondarenko
4cd59674ee
refactored LwM2M client credentials for the new UI
5 years ago
nickAS21
8d3e30e8a3
Lwm2m: Fw/Sw updare with test successful/error ( #4566 )
* Lwm2m: start Sw
* Lwm2m: FwUpdate - new
* Lwm2m: SwUpdate - error
* Lwm2m: SwUpdate - successful/error -test ok
* Lwm2m: SwUpdate - change
* Lwm2m: add executor to observe
* Lwm2m: add operation observe_cancel_All
* Lwm2m: fix bug add software to profile
* Lwm2m: add for logs object to string
* Lwm2m: fix bug swUpdate
* Lwm2m: add new commands only for rpc
5 years ago
Viacheslav Klimov
c39fb8c94d
Refactor
5 years ago
Viacheslav Klimov
9873115d8b
Implement created alarms limiting
5 years ago
YevhenBondarenko
92719c2ac2
added lwm2m x509 test
5 years ago
Volodymyr Babak
612a17af3b
Clean up cache in case entity was renamed
5 years ago
Igor Kulikov
27c9ad95e1
Fix tests
5 years ago
Igor Kulikov
5cc3a93cb9
Introduce default dashboard for device profile
5 years ago
Igor Kulikov
6a237b847c
Add customerId field to alarm data query api
5 years ago
Igor Kulikov
3094fb7240
Add customerId to alarm
5 years ago
Igor Kulikov
d5b640d602
Add image fields for dashboard and device profile entities. Introduce getAllAlarms and getCustomerAlarms API
5 years ago
YevhenBondarenko
ab10dd4494
implemented software update
5 years ago
YevhenBondarenko
4d4ca9b723
firmware tests and validation improvements
5 years ago
YevhenBondarenko
f264aa4330
fixed firmware tests and validation
5 years ago
zbeacon
b45d514b83
Removed unused method for getting supported checksum algorithms
5 years ago
Viacheslav Klimov
fbf2d3efdb
Fix entities filtering by kv when search value is empty ( #4515 )
* Fix entities filtering by kv when search value is empty
* Refactor
5 years ago
Sergey Matvienko
39f0775766
Thread pool naming CE ( #4511 )
* added ThingsBoardExecutors and ThingsBoardForkJoinWorkerThreadFactory to define the name for the pool thread
* thread poll named for the AbstractListeningExecutor
* thread poll named for the RestClient. ThingsBoard util dependency added
* most of thread polls named CE
* thread poll name added for telemetry-web-socket-ping
* executors: added custom names for executors (Queue, RuleEngine). Add topic name to the Thread name (useful for JMX and thread dump)
* fixed licence header for a new classes
5 years ago