Andrii Shvaika
|
bd2cf904e4
|
Merge branch 'improve-entity-data-query' of github.com:AndriiLandiak/thingsboard
|
2024-04-03 17:01:32 +03:00 |
|
Andrew Shvayka
|
b276d5e3da
|
Merge pull request #10145 from dashevchenko/queueStatsEntity
Entity for queue statistics
|
2024-04-02 12:19:33 +03:00 |
|
Andrii Landiak
|
87e564f8c0
|
Use stringUtils to check if search text is not null and is not empty
|
2024-04-01 16:39:44 +03:00 |
|
Andrew Shvayka
|
20c4ec1917
|
Merge pull request #10377 from thingsboard/fix/vc-performance
VC restore: optional rollback on error to vastly increase performance
|
2024-04-01 16:35:56 +03:00 |
|
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 |
|
Andrii Landiak
|
be611d0aec
|
Set limitation for max telemetry for edge to 0
|
2024-03-29 16:49:48 +02:00 |
|
Andrii Landiak
|
0107bc29ad
|
Add yaml parameter to set max size for telemetry message
|
2024-03-29 16:37:49 +02:00 |
|
ViacheslavKlimov
|
3e73b7b883
|
Merge branch 'master' into fix/vc-performance
# Conflicts:
# application/src/main/java/org/thingsboard/server/service/sync/vc/DefaultEntitiesVersionControlService.java
|
2024-03-29 12:12:53 +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 |
|
Volodymyr Babak
|
8b60deece6
|
Fixed comment in OAuth2EdgeTest
|
2024-03-27 14:19:26 +02:00 |
|
Andrii Landiak
|
8235b144a5
|
Fix EdgeControllerTest
|
2024-03-27 10:14:24 +02:00 |
|
dashevchenko
|
dae4f313e2
|
merged with master
|
2024-03-26 19:09:21 +02:00 |
|
Andrii Landiak
|
16d1e353fe
|
Fix oauth
|
2024-03-26 17:10:34 +02:00 |
|
Igor Kulikov
|
f2b4bce2c8
|
Merge branch 'hotfix/3.6.3'
|
2024-03-26 12:57:06 +02:00 |
|
Igor Kulikov
|
02df0728dc
|
Merge branch 'master' into feature/swagger3.1
|
2024-03-26 12:25:51 +02:00 |
|
Andrii Landiak
|
646c8679a6
|
Fix oauth support: send to edge, when propagate to edge is false
|
2024-03-26 12:19:21 +02:00 |
|
Igor Kulikov
|
6890b18dfb
|
Swagger doc improvement.
|
2024-03-25 13:10:58 +02:00 |
|
ViacheslavKlimov
|
2e20ad6dc6
|
Add tenantId tag to Rule Engine consumer stats
|
2024-03-25 12:51:58 +02:00 |
|
Igor Kulikov
|
bec63ab1bf
|
Swagger doc improvement.
|
2024-03-25 12:28:04 +02:00 |
|
Igor Kulikov
|
ffd67873ef
|
Merge branch 'master' into feature/swagger3.1
|
2024-03-25 12:11:55 +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 |
|
Igor Kulikov
|
8910b4b1df
|
Swagger docs Open API 3.1
|
2024-03-22 20:02:51 +02:00 |
|
Andrii Landiak
|
d9669c9391
|
Fix TbSubscriptionUtils order for matching KeyValueType and DataType
|
2024-03-22 14:05:25 +02:00 |
|
Andrii Landiak
|
b46728de70
|
Fix V1 for tenantPrfoile to correctly set profile data
|
2024-03-21 12:22:48 +02:00 |
|
Andrii Landiak
|
420cebcd03
|
Use getDefaultProfileConfiguration instead of casting
|
2024-03-21 11:55:02 +02:00 |
|
Andrii Landiak
|
37d5405dc5
|
Merge remote-tracking branch 'upstream/master' into feature/edge-oauth-support
|
2024-03-21 11:17:16 +02:00 |
|
Andrii Landiak
|
28ef94bb1c
|
Remove api limits from tenantProfileEdgeMsg
|
2024-03-21 11:07:33 +02:00 |
|
ViacheslavKlimov
|
ae23532ab6
|
Merge remote-tracking branch 'origin/master' into develop/3.6.4
|
2024-03-20 14:00:57 +02:00 |
|
Viacheslav Klimov
|
fb9982cd40
|
Merge pull request #10366 from dashevchenko/refreshTokenServiceFix
Oauth2 mail refresh token check is being executed only for active not expired token
|
2024-03-20 12:04:08 +02:00 |
|
ViacheslavKlimov
|
c4b8068e96
|
Use AttributeScope instead of DataConstants in DefaultDeviceStateServiceTest
|
2024-03-19 16:56:11 +02:00 |
|
ViacheslavKlimov
|
4ed952a9d6
|
Merge branch 'master' into develop/3.7
|
2024-03-19 15:44:23 +02:00 |
|
ViacheslavKlimov
|
32f0c3c67c
|
Don't create Rule Engine consumer when no partitions to avoid NPE when deleting queue
|
2024-03-19 13:30:20 +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 |
|
ViacheslavKlimov
|
ca174d209f
|
Merge branch 'master' into develop/3.6.4
|
2024-03-18 12:39:39 +02:00 |
|
dashevchenko
|
0cd0c65a08
|
do not refresh token if refresh token expired
|
2024-03-18 12:37:36 +02:00 |
|
Igor Kulikov
|
59a2f771c6
|
Update UI help link
|
2024-03-18 12:20:42 +02:00 |
|
ViacheslavKlimov
|
a4384eb019
|
VC: fix other entities removal
|
2024-03-15 18:27:47 +02:00 |
|
Igor Kulikov
|
53071ebaec
|
UI: Improve time series charts stack handling. Decrease default animation duration parameter to 500ms.
|
2024-03-15 17:43:04 +02:00 |
|
Viacheslav Klimov
|
6a17910bd0
|
Merge pull request #10379 from vvlladd28/improvement/push-notification/apn
Add APNS config for push notification in mobile phone
|
2024-03-15 16:39:21 +02:00 |
|
ViacheslavKlimov
|
50f8951072
|
Add callback executor for device state service
|
2024-03-15 15:49:29 +02:00 |
|
Vladyslav_Prykhodko
|
883eebe430
|
Add APNS config for push notification in mobile phone
|
2024-03-15 15:28:00 +02:00 |
|
ViacheslavKlimov
|
eb50685108
|
Version control - not rollback on error option
|
2024-03-15 11:28:04 +02:00 |
|
Igor Kulikov
|
0fcb5aeaba
|
Suppress JWT token expired error in websocket handler.
|
2024-03-14 15:38:36 +02:00 |
|
Igor Kulikov
|
8a5280799c
|
Merge branch 'master' of github.com:thingsboard/thingsboard
|
2024-03-13 18:31:02 +02:00 |
|
Igor Kulikov
|
60f40ad6b8
|
UI: Improve time series charts X axis and tooltip date formatting: introduce auto date format.
|
2024-03-13 18:29:35 +02:00 |
|
dashevchenko
|
6d13086a53
|
added additional check for case when refresh token was dropped
|
2024-03-13 18:17:24 +02:00 |
|
ViacheslavKlimov
|
dc1a8dc35e
|
Merge remote-tracking branch 'origin/develop/3.6.4' into hotfix/3.6.3
|
2024-03-13 13:05:02 +02:00 |
|
rusikv
|
dad8176e37
|
UI: reconfig of 'Rule engine statistics' and 'API usage' to enable 'QUEUE_STATS' after echarts update
|
2024-03-13 13:02:43 +02:00 |
|