zbeacon
b45d514b83
Removed unused method for getting supported checksum algorithms
5 years ago
zbeacon
7a4d302c85
Changes according to comments from @ashvayka
5 years ago
Viacheslav Klimov
79eb1183d9
Request SNMP devices' ids with pagination
5 years ago
YevhenBondarenko
a5656009d2
implemented audit logs for the firmware and resource
5 years ago
zbeacon
8a5a4f0995
Added ability to autogenerate checksum for firmware
5 years ago
YevhenBondarenko
aee3fd3b6e
FirmwareCache refactoring
5 years ago
YevhenBondarenko
1850024fdb
implemented firmware update for the coap transport
5 years ago
YevhenBondarenko
b2ba2025de
added firmware info cache
6 years ago
YevhenBondarenko
3fbbfea331
changed firmware data type to oid and updated firmwares caffeine cache config
6 years ago
Andrii Shvaika
b0a27954ea
Improvements to FirmwareInfo
6 years ago
YevhenBondarenko
c9439b3976
created created firmware queue
6 years ago
Viacheslav Klimov
5465703d2d
Handle tenant and customer deletion for TbApiUsageStateService
6 years ago
Viacheslav Klimov
8c9213cff5
Provide querying by customer for API usage states
6 years ago
Viacheslav Klimov
62979e8006
Refactor
6 years ago
Viacheslav Klimov
ecf86b53ba
Provide usage stats for sysTenant; refactor
6 years ago
Viacheslav Klimov
f89b30777e
Initial implementation for per-customer api usage stats
6 years ago
YevhenBondarenko
6c5cf107df
added firmwares cache to the application-test.properties
6 years ago
YevhenBondarenko
f55f0ecb94
implemented firmware update for the http and mqtt transports
6 years ago
ShvaykaD
321fb731a6
Support of server-side RPC requests via protobuf for CoAP and MQTT
* rpc response schema added
* rpc request proto
* fixed device profile validation
* fix error messages
6 years ago
Sergey Matvienko
cb9450104e
device count performance for 100k+ devices per tenant. Added additional tests for the DeviceService
6 years ago
Sergey Matvienko
e17ba0531d
rule chain: fixed conflict after cherry-pick. removed createRelation and deleteRelation. It moved to the AbstractEntityService before
6 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
6 years ago
Andrii Shvaika
e7fd07652e
Removed code duplicates and fixed one minor issue
6 years ago
Valerii Sosliuk
b8291be084
Update Latest TS by timestamp
There is a bug when the historic data arrives and overrides the value
with morerecent timestamp in ts_kv_latest table. This PR adds
possibility to update the ts_kv_latest table only if the value that
arrives has the newer timestamp than the one that is already in
ts_kv_latest
6 years ago
Sergey Matvienko
3228312cdb
alarms count: performance fix based on pg_stat analysis. Counters queries refactored as two subqueries: inner join (count with relations) + left 'anti' join (count without relations). AlarmServiceSqlTest passed. CE
6 years ago
Andrii Shvaika
f1d89ace5d
Removed invalid dependency
6 years ago
Andrew Shvayka
e08d1b2c07
Feature/event filters
* Event filter implementation
* Removed redundant imports
* convert createdTime to column name
* UI: Added ui to filter events parameters
* Case sensitivity fixed, boolean Is Error added
* UI: Added support event filter for error
* Improvement for implementation of Event Filter
* UI: Refactoring event filter
* UI: Add trim
* Filter added for all event types
* UI: Updated filter events for new API
* Refactoring
* Code cleaning. Debug Rule Chain added
* Removed redundant casts in JpaBaseEventDao, correct created_time check
* Removed redundant abstract method in DebugEvent
* refactoring of the filter queries
* Filters for debug events
* UI: Refactoring event table panel
Co-authored-by: AndrewVolosytnykhThingsboard <avolostnykh@thingsboard.io>
Co-authored-by: Vladyslav_Prykhodko <vprykhodko@thingsboard.io>
Co-authored-by: AndrewVolosytnykhThingsboard <77969531+AndrewVolosytnykhThingsboard@users.noreply.github.com>
6 years ago
YevhenBondarenko
d6f451ccca
created FirmwareStateService
6 years ago
Andrii Shvaika
123457f8eb
Prepared Statement initialization lock
6 years ago
ShvaykaD
5a648467bf
fixed typo in AbstractComponentDescriptorInsertRepository and AbstractEventInsertRepository
6 years ago
Viacheslav Klimov
d4718ae354
Fix XSS policy file loading
6 years ago
Igor Kulikov
54ba69a82c
Fix code style issues
6 years ago
YevhenBondarenko
401e41f7c3
implemented FirmwareControllerSqlTest
6 years ago
Vladyslav_Prykhodko
45fc32ce3e
UI: Added firmware configuration
6 years ago
YevhenBondarenko
8860eef1ba
added hasData for firmware
6 years ago
Volodymyr Babak
770d3f91f2
Code review changes
6 years ago
YevhenBondarenko
95c9562418
refactored
6 years ago
YevhenBondarenko
935aab7535
added checksum and checksum algorithm for firmware
6 years ago
Igor Kulikov
4a63660e1d
Version set to 3.3.0-SNAPSHOT
6 years ago
YevhenBondarenko
7954f91fee
added upgrade for firmware
6 years ago
YevhenBondarenko
b51fee8740
created firmware dao
6 years ago
Viacheslav Klimov
593f95a7af
Provide additional validation for entities ( #4326 )
* Provide additional validation for entities
* Refactor
* Create test for NoXssValidator
* Refactor dependencies
6 years ago
Viacheslav Klimov
1b381298fb
Refactor predicate queries building
6 years ago
nickAS21
ba4d2ff480
lwm2m: notification in transport, add, update, del models ( #4309 )
* lwm2m: notification in transport, add, update, del models
* lwm2m: notification in transport, add, update, del models2
6 years ago
nickAS21
af57637dc5
lwm2m: notification in transport, add, update, del models
6 years ago
nickAS21
fda871392b
lwm2m: test model2 ( #4298 )
* lwm2m: test model2
* lwm2m: test model2 (fix test)
6 years ago
Viacheslav Klimov
fc06e8ac99
Provide SNMP transport configuration validation; refactor
6 years ago
Viacheslav Klimov
afab5150b8
Provide SNMP transport configuration validation; refactor
6 years ago
Yevhen Bondarenko
0d62b2890c
[3.3] added tests for resources ( #4282 )
* added TbResourceService test
* fix ResourceService test
* created TbResourceControllerSqlTest
* fixed BaseTbResourceServiceTest
6 years ago
Viacheslav Klimov
e5c4feaa83
Create assign/unassign device event when claiming/reclaiming device
6 years ago