Viacheslav Klimov
|
872fc0803f
|
Enhance calculated fields filter API
|
6 months ago |
Dmytro Skarzhynets
|
80585a1785
|
Move common exceptions from `dao` to `common` module
|
6 months ago |
nickAS21
|
a82044d43e
|
lwm2m: Lwm2mDeviceProfileTransportConfiguration -> updateDefault()
|
6 months ago |
nickAS21
|
75df58aac6
|
lwm2m: The device profile ID is null. Return Lwm2mDeviceProfileTransportConfiguration with default.
|
6 months ago |
IrynaMatveieva
|
c532cbaa5e
|
added tests
|
6 months ago |
Igor Kulikov
|
c121b6b5e4
|
Update entities limit exception processing. Implement entities limit increase request notification.
|
6 months ago |
IrynaMatveieva
|
530f9dcb90
|
refactoring
|
6 months ago |
IrynaMatveieva
|
80a45e3d12
|
added safe get for alarmsReevaluation interval ans intermediateAggregationInterval
|
6 months ago |
dshvaika
|
48a64e3b10
|
Added support of relations lifecycle updates for propagation CF
|
6 months ago |
IrynaMatveieva
|
9ac61280c5
|
return default value for cf interval if 0
|
6 months ago |
IrynaMatveieva
|
87e458f29b
|
renamed tenant profile property and removed reevaluation interval from system params
|
6 months ago |
IrynaMatveieva
|
9c6ab72915
|
minor refactoring
|
6 months ago |
IrynaMatveieva
|
70c10ce28b
|
moved check reevaluation interval to tenant profile config
|
6 months ago |
IrynaMatveieva
|
b9952d7d27
|
added produceIntermediateResult flag to handle updates during the current interval and changed default value for min deduplication interval
|
6 months ago |
Viacheslav Klimov
|
2fe9646de8
|
Use org.thingsboard.langchain4j:1.8.0-TB instead of dev.langchain4j:1.1.0
|
6 months ago |
Dmytro Skarzhynets
|
a5256c14e7
|
Fix broken rest client for `/entitiesQuery/find/keys`; refactoring
|
6 months ago |
IrynaMatveieva
|
4484414574
|
fixed interval tests
|
6 months ago |
Viacheslav Klimov
|
c5050890ba
|
Update VC for alarm rules CFs
|
6 months ago |
IrynaMatveieva
|
c038bd8fb9
|
added sendAttributesUpdated flag to cf output strategy and added cf name to metadata
|
6 months ago |
IrynaMatveieva
|
a164e074b3
|
get all entity infos instead of getting for each separately
|
6 months ago |
dshvaika
|
9ca2b16552
|
Set Builder.Default for Positive-only fields in Tenant profile
|
6 months ago |
dshvaika
|
a23afd9bd4
|
Added positive validation for CFs relation parameters
|
6 months ago |
IrynaMatveieva
|
792f547120
|
debug events improvements
|
6 months ago |
Viacheslav Klimov
|
3922788c83
|
Handling of no-data alarm rule predicate
|
6 months ago |
Viacheslav Klimov
|
615f9d284c
|
Alarm rules: no-data filter predicate
|
6 months ago |
Viacheslav Klimov
|
71afb3a438
|
Fix alarm rule propagation settings update
|
7 months ago |
Andrii Landiak
|
b63822b8e5
|
Fix error in tests for SystemPatchApplier
|
7 months ago |
dashevchenko
|
267997fb1a
|
noxss for AI model and oauth2 client
|
7 months ago |
IrynaMatveieva
|
25e595e013
|
apply output strategies to tests
|
7 months ago |
IrynaMatveieva
|
c70611581d
|
added validation and tests for related entities aggregation cf
|
7 months ago |
IrynaMatveieva
|
f45b03a1b4
|
apply output strategy to entity aggregation cf
|
7 months ago |
IrynaMatveieva
|
ce92740f1f
|
review fixes
|
7 months ago |
IrynaMatveieva
|
097bfb0266
|
refactoring
|
7 months ago |
Artem Barysh
|
0af925433a
|
minor improvements
|
7 months ago |
Artem Barysh
|
aff9b5ac25
|
new endpoints
|
7 months ago |
IrynaMatveieva
|
40e0d4a92f
|
added validation for config and tests
|
7 months ago |
IrynaMatveieva
|
9c564dc0d9
|
fixed test
|
7 months ago |
dashevchenko
|
adc01b5207
|
fixed SEVERITY_CHANGED text
|
7 months ago |
dashevchenko
|
5ab9fa72a2
|
introduced AlarmCommentSubType enum
|
7 months ago |
Andrii Landiak
|
ca1f1e5686
|
Fix api key permissions
|
7 months ago |
IrynaMatveieva
|
ed436c1dfa
|
fixed aligned method for custom interval
|
7 months ago |
IrynaMatveieva
|
05dfbbf128
|
process deleted telemetry
|
7 months ago |
IrynaMatveieva
|
1de8e8cd35
|
fixed intervals
|
7 months ago |
Viacheslav Klimov
|
524488bd3e
|
Multiple names filter for CF
|
7 months ago |
Viacheslav Klimov
|
c75e9d96e5
|
Add API to find calculated fields by filter
|
7 months ago |
Andrii Landiak
|
a0496b612f
|
Add isExpired for ApiKeyInfo
|
7 months ago |
Andrii Landiak
|
31aaf6e8e2
|
Fix potential issue with details init
|
7 months ago |
IrynaMatveieva
|
558a13b5b0
|
refactored cf output
|
7 months ago |
IrynaMatveieva
|
c03085bbe7
|
updated init method to handle restore events
|
7 months ago |
Dmytro Skarzhynets
|
1e2c127e1c
|
Remove redundant persistence of CF links
# Conflicts:
# application/src/main/data/upgrade/basic/schema_update.sql
# common/dao-api/src/main/java/org/thingsboard/server/dao/cf/CalculatedFieldService.java
# common/data/src/main/java/org/thingsboard/server/common/data/cf/configuration/BaseCalculatedFieldConfiguration.java
# common/data/src/main/java/org/thingsboard/server/common/data/cf/configuration/CalculatedFieldConfiguration.java
# common/data/src/main/java/org/thingsboard/server/common/data/cf/configuration/geofencing/GeofencingCalculatedFieldConfiguration.java
# dao/src/main/java/org/thingsboard/server/dao/cf/BaseCalculatedFieldService.java
# dao/src/test/java/org/thingsboard/server/dao/service/CalculatedFieldServiceTest.java
|
7 months ago |