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
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
Volodymyr Babak
770d3f91f2
Code review changes
5 years ago
Igor Kulikov
4a63660e1d
Version set to 3.3.0-SNAPSHOT
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
Viacheslav Klimov
1b381298fb
Refactor predicate queries building
5 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
5 years ago
nickAS21
af57637dc5
lwm2m: notification in transport, add, update, del models
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
Viacheslav Klimov
e5c4feaa83
Create assign/unassign device event when claiming/reclaiming device
5 years ago
nickAS21
4bc417456b
lwm2m: back transport newKey start ( #4278 )
* lwm2m: back transport newKey start
* lwm2m: back transport newKey start1
* lwm2m: back transport newKey fix bug save
* lwm2m: back transport newKey test All security - ok
* lwm2m: back transport newKey fix bug updateAttrShared
5 years ago
Igor Kulikov
1f6a5b7a21
Fix timeseries tests
5 years ago
YevhenBondarenko
ad7c314b24
TbResource extends SearchTextBased, created TbResourceInfo
5 years ago
Andrii Shvaika
bb4a51bae1
Fix data aggregation
5 years ago
Viacheslav Klimov
e2b455e851
Fix Timescale procedure 'cleanup_timeseries_by_ttl'
5 years ago
nickAS21
bc21db007b
Lwm2m add resource fix ( #4272 )
* lwm2m: add objectKeyId to back and front profile
* lwm2m: front^ strategy - select
* lwm2m: back fix bag
* lwm2m: back fix bag2
* lwm2m: back fix bag3
5 years ago
nickAS21
201476f912
lwm2m: add objectKeyId to back and front profile
5 years ago
Andrii Shvaika
171b991a5c
Added index for audit log by tenant id and created time
5 years ago
YevhenBondarenko
9e0b26ab12
fix getHighestAlarmSeverity for propagated entities
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
ShvaykaD
c5c8fbd3f7
[3.2.2] [WIP] coap transport ( #4239 )
* init CoapDeviceProfile & added ui components
* added transport payload type configuration for default coap device type
* added AbstractCoapTransportResource & updated efento resource
* fixed coap device profile save & update
* fixed Attribute Updates notifications
* revert CoapOkCallback onSuccess changes
* updated provision request to handle proto payload type
* fix license
* updated Rpc subscribe/unsubscribe action
* add more device emulator clients
* added fix for Coap Transport: ability to handle requests with oneElementUriPaths and MultiElementUriPaths
* fix TbCoapServer implementation
* changed response type to CREATED in POST requests
* improved implementation
* fix typos
* minor bug-fixes & improvements
* fix TbCoapServerMessageDeliverer class
* improved relay sensor implementation
* added tests for CoAP transport\
* fix typo
* removed nosql tests
* fix coap endpoint creation & improved getAttributes tests
* transport tests refactoring
5 years ago
Viacheslav Klimov
bc6efa5e1e
[3.3] [PROD-685] Provide user's session expiration when his auth data is changed ( #4201 )
* Provide user's session expiration when his auth data is changed
* Provide mock TokenOutdatingService for dao tests
* Increase time gap when checking if token is outdated
* Add license header for TokenOutdatingTest
* Refactor tokens outdating functionality to events usage
* Reset tokens on front-end after changing password
5 years ago
Andrii Shvaika
430e96cdb2
Fix Latest TS Dao to save newest record with same timestamp. Enabled updates for old timeseries data.
5 years ago
Yevhen Bondarenko
43fe84a284
created TransportResourceCache ( #4232 )
* created TransportResourceCache
* return resource by sysadmin if not found by tenant in DefaultTransportApiService
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
nickAS21
447bf05b7b
Lwm2m: back: add tenantId and repositoryTenant - test2
5 years ago
YevhenBondarenko
c78bd55df5
added resource table to hsql schema
5 years ago
YevhenBondarenko
bd3185a98f
added resource support in transport lvl (get resources and "update", "delete" notifications)
5 years ago
Igor Kulikov
71062f64df
New widget selector backend support
5 years ago
YevhenBondarenko
6438f6b0ee
added resource dao
5 years ago
Igor Kulikov
8fe6c956c8
Version set to 3.3.0-SNAPSHOT. Code style improvements.
5 years ago
YevhenBondarenko
50d96fb49e
Version set to 3.3.0-SNAPSHOT
5 years ago
Igor Kulikov
3255eb9027
Version set to 3.2.2-SNAPSHOT
5 years ago
ShvaykaD
aa7752e942
fix typo
5 years ago
ShvaykaD
b418b08d23
code simplified
5 years ago
ShvaykaD
0d28d6279c
added fix for partitions save
5 years ago
Andrii Shvaika
f8d1fff4cc
New Alias
5 years ago
Andrii Shvaika
1e9016cb47
Implementation
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
vzikratyi
c7df356fb7
Wrapped attr cache requests, fixed bug
5 years ago
Andrii Shvaika
ab76d81c6f
Imrpvements to the cache
5 years ago
vzikratyi
29fd4fb02c
Save Attributes to cache
5 years ago
Igor Kulikov
efad71b5ac
Fix TbKafkaNode. Configure directly serializer class for key/values instead of string class name.
5 years ago