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
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
YevhenBondarenko
1c22a4b35a
fixed tests
5 years ago
YevhenBondarenko
10dda013cb
improvements
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
YevhenBondarenko
a7239c9d39
Renamed Firmware to OtaPackage
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
d5b640d602
Add image fields for dashboard and device profile entities. Introduce getAllAlarms and getCustomerAlarms API
5 years ago
YevhenBondarenko
4d4ca9b723
firmware tests and validation improvements
5 years ago
YevhenBondarenko
f264aa4330
fixed firmware tests and validation
5 years ago
zbeacon
7a4d302c85
Changes according to comments from @ashvayka
5 years ago
Andrii Shvaika
b0a27954ea
Improvements to FirmwareInfo
5 years ago
YevhenBondarenko
6c5cf107df
added firmwares cache to the application-test.properties
5 years ago
Sergey Matvienko
cb9450104e
device count performance for 100k+ devices per tenant. Added additional tests for the DeviceService
5 years ago
Sergey Matvienko
8b653d7065
rule chain. implemented save/update/delete @Transactional . Added sync DAO methods to run in transaction. Moved loadRuleChainMetaData outside of saveRuleChainMetaData transaction
5 years ago
Andrii Shvaika
f1d89ace5d
Removed invalid dependency
5 years ago
YevhenBondarenko
401e41f7c3
implemented FirmwareControllerSqlTest
5 years ago
YevhenBondarenko
8860eef1ba
added hasData for firmware
5 years ago
Volodymyr Babak
770d3f91f2
Code review changes
5 years ago
YevhenBondarenko
95c9562418
refactored
5 years ago
YevhenBondarenko
935aab7535
added checksum and checksum algorithm for firmware
5 years ago
YevhenBondarenko
b51fee8740
created firmware dao
5 years ago
Viacheslav Klimov
593f95a7af
Provide additional validation for entities ( #4326 )
* Provide additional validation for entities
* Refactor
* Create test for NoXssValidator
* Refactor dependencies
5 years ago
nickAS21
fda871392b
lwm2m: test model2 ( #4298 )
* lwm2m: test model2
* lwm2m: test model2 (fix test)
5 years ago
Yevhen Bondarenko
0d62b2890c
[3.3] added tests for resources ( #4282 )
* added TbResourceService test
* fix ResourceService test
* created TbResourceControllerSqlTest
* fixed BaseTbResourceServiceTest
5 years ago
Igor Kulikov
1f6a5b7a21
Fix timeseries tests
5 years ago
Viacheslav Klimov
3420eeb9d7
[3.3] [PROD-800] Fix empty search result when query is empty ( #4209 )
* Fix empty search result when query is empty
* Refactor
5 years ago
Yevhen Bondarenko
e2dd5b96ae
added resource dao support ( #4213 )
* Version set to 3.3.0-SNAPSHOT
* added resource dao
* added resource support in transport lvl (get resources and "update", "delete" notifications)
* refactoring
* added resource table to hsql schema
* added check for models dir in InstallScripts
* added pageLink support to getResources
5 years ago
YevhenBondarenko
c78bd55df5
added resource table to hsql schema
5 years ago
Igor Kulikov
71062f64df
New widget selector backend support
5 years ago
Andrii Shvaika
f8d1fff4cc
New Alias
5 years ago
Andrii Shvaika
3176c208a8
Data structures
5 years ago
Yevhen Bondarenko
3716e2833a
[WIP]added redis stores support to lwm2m transport ( #4164 )
* added redis stores support to lwm2m transport
* added cache dependency to dao
* added cache dependency to dao-api
* moved JacksonUtil to the common.util package
* added cache to the component scan for install
* lwm2m stores improvements
5 years ago
Igor Kulikov
efad71b5ac
Fix TbKafkaNode. Configure directly serializer class for key/values instead of string class name.
5 years ago
Igor Kulikov
22e5771120
JDK 11 Support
6 years ago
Igor Kulikov
1643188ab2
Fix tests
6 years ago
AndrewVolostnykhThingsboard
f54dc932f7
findHighestAlarmStatus: test for no alarm created, code cleaning
6 years ago
AndrewVolostnykhThingsboard
beeade8b07
findHighestAlarmStatus: code cleaning
6 years ago
AndrewVolostnykhThingsboard
581bb536f5
findHighestAlarmStatus: fixed using Repository Query
6 years ago
Volodymyr Babak
ae8564110a
Code clean up
6 years ago