Volodymyr Babak
71791c6847
Refactored DAO to remove additional call to relation table - use spring query
5 years ago
Volodymyr Babak
690bdcc85f
Fixed new user added and not assigned to edge. Added new user test and entity view request test
5 years ago
Volodymyr Babak
a76d3a2b70
Cover cases when entities added during edge disconnect. Refactoring
5 years ago
Viacheslav Klimov
c39fb8c94d
Refactor
5 years ago
Viacheslav Klimov
9873115d8b
Implement created alarms limiting
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
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
YevhenBondarenko
b4b5d062b0
fixed alarm query (search without created time column)
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
YevhenBondarenko
83e31f4263
added firmware type
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
5 years ago
YevhenBondarenko
3fbbfea331
changed firmware data type to oid and updated firmwares caffeine cache config
5 years ago
Andrii Shvaika
b0a27954ea
Improvements to FirmwareInfo
5 years ago
YevhenBondarenko
c9439b3976
created created firmware queue
5 years ago
Viacheslav Klimov
5465703d2d
Handle tenant and customer deletion for TbApiUsageStateService
5 years ago
Viacheslav Klimov
8c9213cff5
Provide querying by customer for API usage states
5 years ago
Viacheslav Klimov
62979e8006
Refactor
5 years ago
Viacheslav Klimov
ecf86b53ba
Provide usage stats for sysTenant; refactor
5 years ago
Viacheslav Klimov
f89b30777e
Initial implementation for per-customer api usage stats
5 years ago
YevhenBondarenko
6c5cf107df
added firmwares cache to the application-test.properties
5 years ago
YevhenBondarenko
f55f0ecb94
implemented firmware update for the http and mqtt transports
5 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
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
e17ba0531d
rule chain: fixed conflict after cherry-pick. removed createRelation and deleteRelation. It moved to the AbstractEntityService before
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
e7fd07652e
Removed code duplicates and fixed one minor issue
5 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
5 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
5 years ago
Andrii Shvaika
f1d89ace5d
Removed invalid dependency
5 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>
5 years ago
YevhenBondarenko
d6f451ccca
created FirmwareStateService
5 years ago
Andrii Shvaika
123457f8eb
Prepared Statement initialization lock
5 years ago
ShvaykaD
5a648467bf
fixed typo in AbstractComponentDescriptorInsertRepository and AbstractEventInsertRepository
5 years ago
Viacheslav Klimov
d4718ae354
Fix XSS policy file loading
5 years ago
Igor Kulikov
54ba69a82c
Fix code style issues
5 years ago
YevhenBondarenko
401e41f7c3
implemented FirmwareControllerSqlTest
5 years ago
Vladyslav_Prykhodko
45fc32ce3e
UI: Added firmware configuration
5 years ago
YevhenBondarenko
8860eef1ba
added hasData for firmware
5 years ago