yevhenii
|
33d80df54c
|
CalculatedField functionality support for Edge
- changed logic for sync CalculatedField
|
2025-06-24 11:55:03 +03:00 |
|
ViacheslavKlimov
|
16102d22aa
|
Add users filter to enforce 2FA for
|
2025-06-24 11:43:09 +03:00 |
|
ViacheslavKlimov
|
815ac9fef2
|
Fix invalid resource info caching
|
2025-06-24 11:11:02 +03:00 |
|
Dmytro Skarzhynets
|
bee8f370b9
|
Merge branch 'master' into ai
# Conflicts:
# application/src/main/data/upgrade/basic/schema_update.sql
# application/src/main/java/org/thingsboard/server/controller/BaseController.java
# application/src/main/java/org/thingsboard/server/service/queue/DefaultTbClusterService.java
# application/src/main/java/org/thingsboard/server/service/security/permission/Resource.java
# application/src/main/java/org/thingsboard/server/service/security/permission/TenantAdminPermissions.java
# common/data/src/main/java/org/thingsboard/server/common/data/EntityType.java
# common/data/src/main/java/org/thingsboard/server/common/data/id/EntityIdFactory.java
# common/proto/src/main/proto/queue.proto
# dao/pom.xml
# dao/src/main/java/org/thingsboard/server/dao/model/ModelConstants.java
# dao/src/main/resources/sql/schema-entities.sql
# rule-engine/rule-engine-components/src/main/java/org/thingsboard/rule/engine/util/TenantIdLoader.java
# rule-engine/rule-engine-components/src/test/java/org/thingsboard/rule/engine/util/TenantIdLoaderTest.java
|
2025-06-23 20:31:59 +03:00 |
|
Dmytro Skarzhynets
|
c653a2b695
|
AI rule node: add version control support
|
2025-06-23 20:06:39 +03:00 |
|
Dmytro Skarzhynets
|
1343c4af3b
|
AI rule node: refactor model config data structure; rename from AI settings to AI model settings
|
2025-06-23 16:16:42 +03:00 |
|
Andrii Landiak
|
b76909ce05
|
Fix ota save when saving url
|
2025-06-20 15:15:15 +03:00 |
|
Andrii Landiak
|
cb319f92ec
|
Minor improvement of saveOtaPackageInfo
|
2025-06-19 17:15:19 +03:00 |
|
Andrii Landiak
|
7dc8f10740
|
Refactoring
|
2025-06-19 17:09:08 +03:00 |
|
Viacheslav Klimov
|
bff669e4cb
|
Merge pull request #13606 from thingsboard/rc
rc
|
2025-06-19 15:05:07 +03:00 |
|
IrynaMatveieva
|
6f5e375ae1
|
Merge branch 'rc' of github.com:thingsboard/thingsboard into performance
|
2025-06-13 17:20:19 +03:00 |
|
IrynaMatveieva
|
8ae39d4e94
|
moved check to higher level
|
2025-06-13 12:59:25 +03:00 |
|
IrynaMatveieva
|
7ba8e1366c
|
fixed server failure when cf configuration is invalid
|
2025-06-13 12:06:22 +03:00 |
|
IrynaMatveieva
|
7fb228e85e
|
Merge branch 'rc' of github.com:thingsboard/thingsboard into performance
|
2025-06-12 09:31:54 +03:00 |
|
Dmytro Skarzhynets
|
db5e4f8d91
|
AI rule node: make message processing non-blocking
|
2025-06-11 19:35:30 +03:00 |
|
Andrii Landiak
|
ae7eee8fdd
|
Improve findOtaByName in VC
|
2025-06-11 16:09:34 +03:00 |
|
Andrii Landiak
|
7ffd468d06
|
Improve OtaPackageExportData
|
2025-06-11 15:13:59 +03:00 |
|
Andrii Landiak
|
27473619db
|
Ota package vc support
|
2025-06-11 09:54:33 +03:00 |
|
Dmytro Skarzhynets
|
a9633cf1ce
|
AI rule node: improve cache key readability
|
2025-06-09 17:42:16 +03:00 |
|
Dmytro Skarzhynets
|
5e5a7c9e51
|
AI rule node: improve text search to be based on provider and model as well
|
2025-06-09 17:33:04 +03:00 |
|
Dmytro Skarzhynets
|
109c874861
|
AI rule node: fix cache evict when creating new entity
|
2025-06-09 17:14:39 +03:00 |
|
Dmytro Skarzhynets
|
ccc2e6e635
|
Merge branch 'rc' into activity-fix
# Conflicts:
# application/src/main/java/org/thingsboard/server/service/edge/rpc/EdgeGrpcSession.java
|
2025-06-09 16:17:12 +03:00 |
|
Dmytro Skarzhynets
|
9a82f6b881
|
Return AttributesSaveResult instead of just List<Long> when saving attributes
|
2025-06-09 15:47:52 +03:00 |
|
Yevhenii
|
f280f328a7
|
Merge remote-tracking branch 'ce/rc' into support-cf-for-edge
|
2025-06-09 13:27:03 +03:00 |
|
Yevhenii
|
2a42cb8a05
|
CalculatedField functionality support for Edge
- changed find by TenantId to EntityId
|
2025-06-09 13:25:22 +03:00 |
|
Igor Kulikov
|
550109080e
|
Merge branch 'rc'
|
2025-06-06 19:49:44 +03:00 |
|
IrynaMatveieva
|
edd9a6a552
|
removed unnecessary lazy
|
2025-06-06 16:38:28 +03:00 |
|
Viacheslav Klimov
|
34dca26c28
|
Merge pull request #13537 from thingsboard/rc
Rc
|
2025-06-06 15:18:13 +03:00 |
|
Andrii Landiak
|
d4c83b7fc3
|
Improve notification processing strategy. Fix tests
|
2025-06-06 11:22:49 +03:00 |
|
yevhenii
|
411943d993
|
CalculatedField functionality support for Edge
- fixed test
|
2025-06-05 19:00:10 +03:00 |
|
Viacheslav Klimov
|
35d512a871
|
Merge pull request #13526 from thingsboard/fix/task-start-time
Improvements for task processing
|
2025-06-05 11:16:28 +03:00 |
|
ViacheslavKlimov
|
957965b351
|
Improvements for task processing
|
2025-06-04 15:39:14 +03:00 |
|
Viacheslav Klimov
|
3e5ef787f1
|
Merge pull request #13514 from thingsboard/fix/rate-limit-notification
Add backward compatibility for RateLimitsNotificationInfo
|
2025-06-04 14:25:58 +03:00 |
|
ViacheslavKlimov
|
16d204632a
|
Add backward compatibility for RateLimitsNotificationInfo
|
2025-06-04 14:25:26 +03:00 |
|
IrynaMatveieva
|
944dce2fe5
|
Merge branch 'rc' of github.com:thingsboard/thingsboard into performance
|
2025-06-04 12:54:02 +03:00 |
|
ViacheslavKlimov
|
49b3081d41
|
Proper rate limit exception for Cassandra queries
|
2025-06-04 12:45:17 +03:00 |
|
Igor Kulikov
|
ebf6f66cbe
|
Version set to 4.2.0-SNAPSHOT
|
2025-06-03 18:55:18 +03:00 |
|
Igor Kulikov
|
2de733ef69
|
Version set to 4.2.0
|
2025-06-03 18:42:01 +03:00 |
|
Yevhenii
|
93948bf64b
|
CalculatedField functionality support for Edge
- added test
|
2025-06-02 18:34:32 +03:00 |
|
Dmytro Skarzhynets
|
a4db17c859
|
AI rule node: add cache to AI settings
|
2025-06-02 16:28:53 +03:00 |
|
ViacheslavKlimov
|
850af5d126
|
Version set to 4.1.0-RC
|
2025-06-02 15:19:20 +03:00 |
|
ViacheslavKlimov
|
3787742258
|
Merge branch 'master' of github.com:thingsboard/thingsboard into rc
|
2025-06-02 15:17:23 +03:00 |
|
ViacheslavKlimov
|
5572b6bb4a
|
TMP version set to 4.1.0-SNAPSHOT
|
2025-06-02 15:17:12 +03:00 |
|
Viacheslav Klimov
|
0047168bfc
|
Merge pull request #13428 from ShvaykaD/feature/separate-cassandra-rate-limits
Separate rate limits (READ and WRITE) for Cassandra
|
2025-06-02 12:37:39 +03:00 |
|
Yevhenii
|
2ffec81812
|
CalculatedField functionality support for Edge
- added CalculatedField functionality for Edge
|
2025-06-02 12:28:44 +03:00 |
|
Viacheslav Klimov
|
54aeb363da
|
Merge pull request #13425 from smatvienko-tb/fix/FILLFACTOR
remove FILLFACTOR 95. As default 90 is fine for most applications
|
2025-05-30 16:41:22 +03:00 |
|
Sergey Matvienko
|
9b6bfd116a
|
remove FILLFACTOR 95. As default 90 is fine for most applications
|
2025-05-30 15:11:27 +02:00 |
|
Viacheslav Klimov
|
f65fa52c29
|
Merge pull request #12616 from AndriiLandiak/notifications-on-resource-shortage
Notification on resources shortage
|
2025-05-30 15:33:50 +03:00 |
|
Andrii Landiak
|
58ef5447ed
|
Minor improvement
|
2025-05-30 15:20:50 +03:00 |
|
Andrii Landiak
|
48f3b3d374
|
Fix findTenantByName as tenant tile is not unique
|
2025-05-30 12:59:48 +03:00 |
|