dashevchenko
|
56c65f249d
|
added selection mapping for entity property filters
|
2 years ago |
IrynaMatveieva
|
8767b6d845
|
changed method of generating event in tests
|
2 years ago |
ViacheslavKlimov
|
1ed95b24a6
|
Clean up api usage state data on deletion
|
2 years ago |
Andrii Landiak
|
f4733a44b4
|
Fix existingNotificationTypes for Edge
|
2 years ago |
ViacheslavKlimov
|
dfb40ecbe0
|
Skipped entity types list for cleaning up related data
|
2 years ago |
ViacheslavKlimov
|
a6719efee5
|
Housekeeper: alarms deletion
|
2 years ago |
YevhenBondarenko
|
544c9b260c
|
fixed NPE related to the entity service registry initialization
|
2 years ago |
ViacheslavKlimov
|
b0d4faf798
|
Fix transactional calls in TransactionalEventListener
|
2 years ago |
ViacheslavKlimov
|
fc865252a8
|
Use Autowired in TenantServiceImpl
|
2 years ago |
dashevchenko
|
85728c0e24
|
added ownerName ENTITY_FIELD to EntityDataQuery
|
2 years ago |
ViacheslavKlimov
|
22f5573e8d
|
Housekeeper client for all service types
|
2 years ago |
ViacheslavKlimov
|
0d3c3d6b25
|
Housekeeper: tests and refactoring
|
2 years ago |
IrynaMatveieva
|
d67fd993bb
|
added a method to get only the last IN debug event
|
2 years ago |
dashevchenko
|
a031104a0b
|
added default sorting if not exists
|
2 years ago |
Sergey Matvienko
|
c4b243ef10
|
SqlTimeseriesLatestDao async refactoring: replaced Futures.immediateFuture() blocking call with true async using service.submit() and Futures.transformAsync()
|
2 years ago |
Sergey Matvienko
|
59d0f36697
|
CachedAttributesService: replaced blocking calls and immediate futures with the true async
|
2 years ago |
Sergey Matvienko
|
c2183be6f5
|
BaseTimeseriesService Memory footprint reduced. replaced Lists.newArrayListWithExpectedSize with new ArrayList(size) as we are always use fixed size array and never exceed the initial size. The newArrayListWithExpectedSize implementation adds some additional space to grow beyond initial size.
|
2 years ago |
Sergey Matvienko
|
c97cbbefa3
|
BaseTimeseriesService reduce memory footprint at validateEntityId
|
2 years ago |
Sergey Matvienko
|
45e9a9f642
|
Validator.validateEntityId with function added to reduce an overhead
|
2 years ago |
Sergey Matvienko
|
8c513bbf82
|
BaseTimeseriesService reduce memory footprint at findLatest
|
2 years ago |
Sergey Matvienko
|
c8abb9ed8e
|
Validator.validateString implementation with function
|
2 years ago |
ViacheslavKlimov
|
b82bceceb4
|
Housekeeper: tests and refactoring
|
2 years ago |
dashevchenko
|
b75c3076a5
|
fixed logging
|
2 years ago |
ViacheslavKlimov
|
b20b6006e9
|
Notifications to sysadmin on housekeeper task processing failure
|
2 years ago |
Andrii Landiak
|
59a8858ef1
|
Remove transactional from saveDevice (fromEdge). Fix order of uplink messages. Fix asset profile
|
2 years ago |
ViacheslavKlimov
|
886c448d61
|
Clean up tenant service
|
3 years ago |
ViacheslavKlimov
|
b72af4ead9
|
Housekeeper tasks encoded to json
|
3 years ago |
Andrii Landiak
|
e6ffb22d6f
|
Add ui part of oauth edge enabled. Add test
|
3 years ago |
nick
|
03641bc486
|
fix_bug: delete deprecated Base64Utils
|
3 years ago |
ViacheslavKlimov
|
4cbd57c923
|
Telemetry deletion task; task processing timeout
|
3 years ago |
Andrii Landiak
|
9738c94339
|
Add @Lazy annotation to prevent circular dependency
|
3 years ago |
YevhenBondarenko
|
dbaf721140
|
fixed delete alarm events
|
3 years ago |
Andrii Landiak
|
11d97b8a5d
|
Sync oauth settings in realtime
|
3 years ago |
ViacheslavKlimov
|
faa93de102
|
Tenant deletion with housekeeper
|
3 years ago |
Andrii Landiak
|
b40afd3e5b
|
Add support from tb side for ouath to edge
|
3 years ago |
ViacheslavKlimov
|
a1bede3cbb
|
Attributes deletion task processor
|
3 years ago |
ViacheslavKlimov
|
7e07771acc
|
Housekeeper tasks reprocessing
|
3 years ago |
dashevchenko
|
4887517419
|
refactoring: renamed StringUtils method
|
3 years ago |
dashevchenko
|
1749a35f04
|
handling predicate value as coma separated string
|
3 years ago |
Andrii Landiak
|
a4c5617cc2
|
Improve edge service to find active state based on persistToTelemetry else attribute
|
3 years ago |
dashevchenko
|
c0f9ef8a6d
|
new entity for queue statistics: added cleanup for tenant, added tests, updated UI
|
3 years ago |
Andrii Landiak
|
7cd4d477ff
|
Fix edge cycling: update edge root rule chain, add test. Improve Edge rpc request to edge device. Add support for originator fields for rule nodes
|
3 years ago |
Andrii Landiak
|
021252197f
|
Fix compile error for BaseEdgeEventService
|
3 years ago |
ViacheslavKlimov
|
d5d18f1138
|
Alarms unassign housekeeper task; remove in-memory housekeeper service
|
3 years ago |
ViacheslavKlimov
|
1d5b35a5aa
|
Submit cleanup tasks on DeleteEntityEvent
|
3 years ago |
ViacheslavKlimov
|
e5311984bb
|
Housekeeper API
|
3 years ago |
dashevchenko
|
07ff729d61
|
added Transactional for saveDevice(Device device, boolean doValidate) and saveDevice(Device device)
|
3 years ago |
dashevchenko
|
f51df3211d
|
fixed saveDeviceWithAccessToken method to delete device if credentials saving failed
|
3 years ago |
dashevchenko
|
4223895081
|
migrated assets used for storing queue statistics to queue_stats table
|
3 years ago |
dashevchenko
|
23545a6483
|
CassandraBaseTimeseriesDao refactoring
|
3 years ago |