Andrii Shvaika
|
34d7a6ced8
|
Merge remote-tracking branch 'origin/master' into develop/3.5
|
2022-12-27 13:06:46 +02:00 |
|
Andrew Shvayka
|
19513ec027
|
Merge pull request #7804 from ShvaykaD/feature/base-entity-service-improvement
[3.5] improvements for base entity service v2
|
2022-12-22 14:14:47 +02:00 |
|
ShvaykaD
|
652a8c9e89
|
added getEntityType method in EntityDaoService
|
2022-12-22 13:02:39 +02:00 |
|
Igor Kulikov
|
1c53a90c1a
|
Fix field constraint validation message
|
2022-12-21 12:36:24 +02:00 |
|
ViacheslavKlimov
|
55fc7131fb
|
Validation for rule node configuration; improve validation error message
|
2022-12-17 16:58:58 +02:00 |
|
ShvaykaD
|
3d27340cb5
|
fix audit log tests
|
2022-12-16 15:52:20 +02:00 |
|
ShvaykaD
|
9e33a8d7be
|
fix typo after refactoring in BaseEntityServiceRegistryTest
|
2022-12-15 16:59:26 +02:00 |
|
ShvaykaD
|
e74a5686a2
|
added message for assertNotNull check in BaseEntityServiceRegistryTest
|
2022-12-15 16:32:39 +02:00 |
|
ShvaykaD
|
1d5bf98504
|
removed unused import in DefaultEntityServiceRegistry
|
2022-12-15 15:22:53 +02:00 |
|
ShvaykaD
|
da0a0aed30
|
fix typo after refactoring
|
2022-12-15 15:18:01 +02:00 |
|
ShvaykaD
|
5c5b83c4ce
|
updated logic & fix typos after review
|
2022-12-15 15:10:38 +02:00 |
|
Andrii Shvaika
|
aadc2e35b7
|
Merge with master
|
2022-12-15 14:27:13 +02:00 |
|
ShvaykaD
|
7d9f437927
|
rollback optional changes for fetchEntityCustomerId method
|
2022-12-14 12:37:19 +02:00 |
|
ShvaykaD
|
f167c7c48b
|
code cleanup after review
|
2022-12-14 12:30:27 +02:00 |
|
ShvaykaD
|
e21cae2a43
|
fix typo in BaseRelationService
|
2022-12-12 19:32:40 +02:00 |
|
ShvaykaD
|
0bef324a1f
|
refactoring after review
|
2022-12-12 19:18:45 +02:00 |
|
Andrew Shvayka
|
5e1fa45a10
|
Merge pull request #7768 from ViacheslavKlimov/fix/pagelink-validation
[3.4.3] Additional pageLink validation
|
2022-12-12 16:35:46 +02:00 |
|
Andrew Shvayka
|
4ce6cd0901
|
Merge pull request #7773 from volodymyr-babak/bug/fix-duplicate-ws-updates
[3.4.3][Bug] Getting a lot of updates over WS in case of aggregation query, even if no real updates happened
|
2022-12-12 16:33:41 +02:00 |
|
ShvaykaD
|
661480ff39
|
base entity service improvement: init commit
|
2022-12-09 17:33:17 +02:00 |
|
ViacheslavKlimov
|
2494cec616
|
Add validation for EntityDataPageLink
|
2022-12-09 16:25:09 +02:00 |
|
Volodymyr Babak
|
65dd15e4f0
|
Removed unused code for deletePartitionStmt and all related functions
|
2022-12-09 15:48:42 +02:00 |
|
ViacheslavKlimov
|
bb42362f1d
|
Add pageLink sort property validation
|
2022-12-09 12:21:40 +02:00 |
|
ViacheslavKlimov
|
28d6e4c736
|
Copy queryId when updating query
|
2022-12-08 13:16:34 +02:00 |
|
Igor Kulikov
|
109caee7c7
|
Version set to 3.4.3-SNAPSHOT
|
2022-12-05 17:54:19 +02:00 |
|
Igor Kulikov
|
7dd9a491b9
|
Add id indexes on new partitioned tables
|
2022-12-01 12:38:41 +02:00 |
|
Igor Kulikov
|
0c6832b2ad
|
Merge branch 'master' of github.com:thingsboard/thingsboard
|
2022-12-01 12:36:30 +02:00 |
|
Igor Kulikov
|
e421acbf6e
|
Add id indexes on new partitioned tables
|
2022-12-01 12:36:19 +02:00 |
|
Andrii Shvaika
|
770f069f22
|
Version set to 3.4.2
|
2022-12-01 12:04:14 +02:00 |
|
Andrii Shvaika
|
23cf9bff35
|
Improved log level
|
2022-11-30 14:34:56 +02:00 |
|
ViacheslavKlimov
|
39341d1414
|
Fix transaction abortion on partition save error; don't throw any exceptions
|
2022-11-30 12:55:51 +02:00 |
|
YevhenBondarenko
|
46fd2cd043
|
fixed import assets with the same type without assetProfileId
|
2022-11-24 15:48:37 +01:00 |
|
Andrew Shvayka
|
a1c4d29e48
|
Merge pull request #7636 from ViacheslavKlimov/fix/additional-info-xss
[3.4.2] Validation for entity's additionalInfo
|
2022-11-17 17:40:46 +02:00 |
|
Andrew Shvayka
|
48bfa86ea9
|
Merge pull request #7629 from smatvienko-tb/feature/cassandra_partition_always_exists_mode
[3.4.2] Cassandra partition always exists mode
|
2022-11-17 17:28:08 +02:00 |
|
Andrii Shvaika
|
45707414a4
|
Minor code refactoring to fix build issues
|
2022-11-17 16:28:00 +02:00 |
|
ViacheslavKlimov
|
e7995fb02c
|
Validation for entity's additionalInfo
|
2022-11-17 15:33:12 +02:00 |
|
YevhenBondarenko
|
7d79fa0a62
|
refactoring
|
2022-11-17 11:07:15 +01:00 |
|
YevhenBondarenko
|
ec2305df64
|
added extra tests calculate partitioning days
|
2022-11-16 16:24:47 +01:00 |
|
YevhenBondarenko
|
7b427d1fe6
|
deleted removePartitions from TimeseriesDao
|
2022-11-16 15:52:11 +01:00 |
|
YevhenBondarenko
|
8a27614936
|
calculatePartitions improvements and added tests for cassandra ts dao
|
2022-11-16 15:44:16 +01:00 |
|
Sergey Matvienko
|
293a7ab078
|
cassandra partition - implemented configurable period support for always_exist_in_reading mode
|
2022-11-16 13:42:49 +01:00 |
|
Sergey Matvienko
|
55192e5c8f
|
cassandra partition - minor adjustments after chery pick
|
2022-11-16 10:03:20 +01:00 |
|
Sergey Matvienko
|
e19ce5a823
|
testCalculatePartitions for cassandra ts dao
|
2022-11-15 14:57:29 +01:00 |
|
Sergey Matvienko
|
3f39305252
|
ts_key_value_partitioning_always_exist_in_reading added to skip Cassandra ts_kv_partitions_cf reads
|
2022-11-15 14:57:09 +01:00 |
|
Andrew Shvayka
|
ac7d1dd2c3
|
Merge pull request #7589 from ShvaykaD/bugfix/7588
[3.4.2] Bugfix of alarm count query with null sortOrder and textSearch specified.
|
2022-11-14 17:24:29 +02:00 |
|
ShvaykaD
|
7b9c9e51cd
|
update build of main query for alarm count query
|
2022-11-11 14:41:15 +02:00 |
|
Andrii Shvaika
|
6223307cd8
|
Add validation for Asset Profile FK in Rule Chains
|
2022-11-10 17:04:48 +02:00 |
|
ShvaykaD
|
323d3d5138
|
fix bug for findAlarmDataByQueryForEntities method when sortOrder is null and textSearch used
|
2022-11-09 16:33:43 +02:00 |
|
Andrew Shvayka
|
ef1965ed44
|
Merge pull request #7560 from YevhenBondarenko/feature/asset-profile-upgrade
[3.4.2] upgrade asset-profiles using ExecutorService
|
2022-11-09 15:34:45 +02:00 |
|
YevhenBondarenko
|
03aafd4c3c
|
added TbServiceQueue asset validation and upgrade improvements
|
2022-11-09 13:28:42 +01:00 |
|
Andrew Shvayka
|
0d626c5c88
|
Merge pull request #7564 from AndriiLandiak/edge-event-partition
[3.4.2] Table partitioning for edge event.
|
2022-11-09 13:31:52 +02:00 |
|