Andrii Landiak
|
2888ac5db9
|
Improve EntityDataQuery using 2 query: filter and sort to find entityIds and using entityIds as List to map with telemetry and entity fields
|
2024-04-01 12:32:32 +03:00 |
|
ViacheslavKlimov
|
9d1f751f3a
|
Fix race condition on tenant creation; refactoring
|
2024-03-29 15:20:56 +02:00 |
|
IrynaMatveieva
|
841729bca3
|
removed unnecessary object creation
|
2024-03-29 10:51:20 +02:00 |
|
dashevchenko
|
6c911637ae
|
merged with master
|
2024-03-27 19:04:34 +02:00 |
|
Volodymyr Babak
|
cb9236ff78
|
Merge pull request #10239 from AndriiLandiak/feature/edge-oauth-support
Edge - OAuth2 support
|
2024-03-27 14:52:01 +02:00 |
|
dashevchenko
|
1f1a9c5a25
|
updated asset/device delete methods to delete only alarms originated by entity
|
2024-03-27 13:06:03 +02:00 |
|
dashevchenko
|
a00c0a3d7f
|
Merge remote-tracking branch 'upstream/master' into sortProblemFix
|
2024-03-27 12:17:53 +02:00 |
|
dashevchenko
|
dae4f313e2
|
merged with master
|
2024-03-26 19:09:21 +02:00 |
|
Sergey Matvienko
|
d9b7725113
|
WIP Redis junit5 test container
|
2024-03-26 14:24:18 +01:00 |
|
Igor Kulikov
|
02df0728dc
|
Merge branch 'master' into feature/swagger3.1
|
2024-03-26 12:25:51 +02:00 |
|
Igor Kulikov
|
8a890a4512
|
Fix compilation error
|
2024-03-25 12:45:28 +02:00 |
|
ViacheslavKlimov
|
8a58fd49b5
|
Fix import in DefaultEntityServiceRegistry
|
2024-03-25 11:28:59 +02:00 |
|
ViacheslavKlimov
|
03cb21b79a
|
Merge branch 'hotfix/3.6.3' into master-with-hotfix
# Conflicts:
# common/util/src/main/java/org/thingsboard/common/util/SslUtil.java
|
2024-03-25 09:56:57 +02:00 |
|
IrynaMatveieva
|
e29a470856
|
used assertj instead of junit
|
2024-03-22 14:33:03 +02:00 |
|
ViacheslavKlimov
|
ed44db6d25
|
Add delivery_method column to notification; persist mobile notifications
|
2024-03-22 14:20:51 +02:00 |
|
Iryna Matveieva
|
f4ca0c8c90
|
Merge branch 'master' into improve-script-node
|
2024-03-22 12:37:25 +02:00 |
|
IrynaMatveieva
|
e879f63376
|
fixed error message for problem with external id
|
2024-03-22 10:50:21 +02:00 |
|
Andrii Landiak
|
37d5405dc5
|
Merge remote-tracking branch 'upstream/master' into feature/edge-oauth-support
|
2024-03-21 11:17:16 +02:00 |
|
dashevchenko
|
ab638cfa19
|
add defaultSorting by default
|
2024-03-20 18:53:26 +02:00 |
|
ViacheslavKlimov
|
4ed952a9d6
|
Merge branch 'master' into develop/3.7
|
2024-03-19 15:44:23 +02:00 |
|
IrynaMatveieva
|
8767b6d845
|
changed method of generating event in tests
|
2024-03-19 13:32:59 +02:00 |
|
Viacheslav Klimov
|
e3a940c575
|
Merge pull request #10385 from YevhenBondarenko/fix/entity-service-registry
fixed NPE related to the entity service registry initialization
|
2024-03-18 18:08:32 +02:00 |
|
ViacheslavKlimov
|
b3b27210b0
|
Merge branch 'master' into hotfix/3.6.3
|
2024-03-18 18:06:14 +02:00 |
|
Viacheslav Klimov
|
baa15fd095
|
Merge pull request #10039 from smatvienko-tb/feature/delete-rpc-native-query
Refactoring / delete rpc native query
|
2024-03-18 13:15:25 +02:00 |
|
Andrii Landiak
|
f4733a44b4
|
Fix existingNotificationTypes for Edge
|
2024-03-18 12:47:32 +02:00 |
|
YevhenBondarenko
|
544c9b260c
|
fixed NPE related to the entity service registry initialization
|
2024-03-18 10:35:20 +01:00 |
|
rusikv
|
6057c17acc
|
Merge remote-tracking branch 'upstream/master' into queueStatsEntity
|
2024-03-12 19:15:09 +02:00 |
|
IrynaMatveieva
|
d67fd993bb
|
added a method to get only the last IN debug event
|
2024-03-12 17:58:11 +02:00 |
|
Andrii Landiak
|
9f6c9e7330
|
Merge remote-tracking branch 'upstream/develop/3.6.4' into feature/edge-oauth-support
|
2024-03-12 11:12:29 +02:00 |
|
dashevchenko
|
a031104a0b
|
added default sorting if not exists
|
2024-03-11 11:42:26 +02:00 |
|
Sergey Matvienko
|
c4b243ef10
|
SqlTimeseriesLatestDao async refactoring: replaced Futures.immediateFuture() blocking call with true async using service.submit() and Futures.transformAsync()
|
2024-03-08 18:20:13 +01:00 |
|
Sergey Matvienko
|
59d0f36697
|
CachedAttributesService: replaced blocking calls and immediate futures with the true async
|
2024-03-08 15:22:16 +01:00 |
|
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.
|
2024-03-08 10:39:56 +01:00 |
|
Sergey Matvienko
|
c97cbbefa3
|
BaseTimeseriesService reduce memory footprint at validateEntityId
|
2024-03-07 20:27:29 +01:00 |
|
Sergey Matvienko
|
45e9a9f642
|
Validator.validateEntityId with function added to reduce an overhead
|
2024-03-07 20:26:59 +01:00 |
|
Sergey Matvienko
|
8c513bbf82
|
BaseTimeseriesService reduce memory footprint at findLatest
|
2024-03-07 19:03:14 +01:00 |
|
Sergey Matvienko
|
c8abb9ed8e
|
Validator.validateString implementation with function
|
2024-03-07 19:01:10 +01:00 |
|
dashevchenko
|
b75c3076a5
|
fixed logging
|
2024-03-04 13:10:52 +02:00 |
|
dashevchenko
|
c1093dd627
|
merged with master
|
2024-03-04 11:54:56 +02:00 |
|
Andrii Landiak
|
59a8858ef1
|
Remove transactional from saveDevice (fromEdge). Fix order of uplink messages. Fix asset profile
|
2024-02-26 14:20:53 +02:00 |
|
Andrii Landiak
|
e6ffb22d6f
|
Add ui part of oauth edge enabled. Add test
|
2024-02-21 14:32:20 +02:00 |
|
Andrew Shvayka
|
ded647f0cb
|
Merge pull request #10175 from dashevchenko/alarmRuleStateFix
Added alarm state handling for IN, NOT_IN types of operation
|
2024-02-16 16:40:42 +02:00 |
|
Andrew Shvayka
|
a8e1ac9257
|
Merge pull request #8522 from thingsboard/feature/push-notifications
Notifications to mobile app
|
2024-02-16 16:15:39 +02:00 |
|
nick
|
03641bc486
|
fix_bug: delete deprecated Base64Utils
|
2024-02-16 13:46:08 +02:00 |
|
Andrew Shvayka
|
4488035ea6
|
Merge pull request #10208 from AndriiLandiak/fix/circular-dependency
Add @Lazy annotation to prevent circular dependency
|
2024-02-16 13:27:34 +02:00 |
|
Andrii Landiak
|
9738c94339
|
Add @Lazy annotation to prevent circular dependency
|
2024-02-16 11:52:47 +02:00 |
|
YevhenBondarenko
|
dbaf721140
|
fixed delete alarm events
|
2024-02-15 17:12:47 +01:00 |
|
Andrii Shvaika
|
decbbcb9cd
|
Merge with master
|
2024-02-15 17:09:55 +02:00 |
|
Andrii Landiak
|
11d97b8a5d
|
Sync oauth settings in realtime
|
2024-02-15 15:39:02 +02:00 |
|
Andrii Landiak
|
b40afd3e5b
|
Add support from tb side for ouath to edge
|
2024-02-15 13:59:47 +02:00 |
|