4605 Commits

Author SHA1 Message Date
ViacheslavKlimov
bb7ea08e59 EDQS: refactoring, OOM handling, healthcheck 2025-02-14 12:08:05 +02:00
dashevchenko
b2bf5b9f65 configurable edqs sync batch sizes 2025-02-05 12:20:23 +02:00
dashevchenko
60736e1237 fixed entity removal from CustomerData 2025-02-04 12:23:35 +02:00
dashevchenko
0e9d0b3ba3 fixed EntityServiceTest 2025-02-03 18:27:36 +02:00
ViacheslavKlimov
c8db304ce6 Optimized postgres sync (#3208)
* optimized postgres sync

* Fix consumer stopping when stopWhenRead enabled

* Fix NPE on EDQS repartitioning

* fixed EntityServiceTest

* Fix EDQS yml props

---------

Co-authored-by: ViacheslavKlimov <viacheslavklimov11@gmail.com>
2025-01-30 12:43:14 +02:00
Viacheslav Klimov
86b5378d59 EDQS (#3196)
* Experiments with CSV

* CSV Loader v1

* EDQ tests

* Volatile variables instead of final

* Improvements

* updated loader with new entities

* Fix double memory usage issue

* Basic data structures and load

* Minor improvements

* Snappy + Large String reuse

* added EntityFields classes for each entity

* Basic implementation

* Minor improvements to KeyFilters

* implemented RepositoryUtils.checkKeyFilters

* Generic query implementation

* New structure

* Refactoring and few processors implementation

* extended DeviceData with shared/client attributes and device profile

* Minor refactoring of attribute scopes

* DeviceTypeFilter support

* Strong types of fields for each entity data class

* DeviceType and AssetType filters

* EntityView and Edge queries

* Relations Query

* Relation Query Implementation

* Update EDQS module version

* Sync with EDQS via Kafka

* EDQS: major refactoring

* EDQS API requests via Kafka

* EDQS: full sync with the database

* Refactoring for EDQS sync

* EDQS: major refactoring and new features

* EDQS refactoring, count query support, fix tests

* EDQS: refactoring for query processors

* Fix EDQS pom version

* Cleanup edqs.yml

* EDQS: tenant partitioning strategy; refactoring

* EDQS: latest events queue

* EDQS: support for monolith setup; RocksDB; other improvements

* EDQS: merge sync and events topics, introduce state topic

* EDQS: dynamic repartitioning

* implemented entity data query filters for edqs

* EdqsEntityQueryControllerTest - use in-memory queue

* edqs-filter fixes, added test

* EDQS: blob entity support

* EdqsEntityQueryControllerTest - use in-memory queue

* Use DummyEdqsService when disabled

* Fixes for EDQS

* Refactoring for EDQS tests

* Fix edqs requests partitioning

* EDQS: Fix for attributes handling

* Fix attributes saving in EntityServiceTest

* EDQS: refactoring, fixes

* Minor refactoring for query processor

* added ownerName/ownerType support

* fixed relation query processor

* fixed EntityServiceTest

* refactoring

* added support for parentId for relation query result

* Get rid of EntityNameFetcher

* Add fixme for relation query processor

* db restore with select all edqs fields

* fixed entity deletion

* fixed FieldUtils with new EntityFields

* dao method renamed

* EDQS: instance groups with same partitions; automatic sync; multiple fixes

* Refactoring for EDQS sync

* EDQS: refactoring

* Fix startup with Kafka

* fixed EntityQueryControllerTest

* fixed EdqsEntityServiceTest

* Separate queue admin for EDQS request template

* Implement new EDQS partitioning strategy

* EDQS: multiple fixes and refactoring

* Add mock EdqsRocksDb beans to tests

* added edqs stats for inmemory/grafana

* fixed filter tests

* Update todos

* Refactoring for QueueConfig

* Improvements and refactoring for EDQS consumers

* implemented TODOs

* test fixes

* Consume state topic up to end offsets

* edqs stats refactoring

* EDQS: cleanup on partitions removal; refactoring

* EDQS: minor refactoring

* EDQS: remove CSV loader

---------

Co-authored-by: Andrii Shvaika <ashvayka@thingsboard.io>
Co-authored-by: dashevchenko <dshevchenko@thingsboard.io>
2025-01-27 17:41:12 +02:00
Viacheslav Klimov
e20461113f
Merge pull request #12450 from volodymyr-babak/edge-4-0-client
Set Edge Client version to 4.0.0
2025-01-15 10:46:44 +02:00
Viacheslav Klimov
ab2b1d7ff8
Merge pull request #12451 from thingsboard/rc
rc
2025-01-14 17:42:01 +02:00
Viacheslav Klimov
e9036f8aa8
Merge pull request #12427 from YevhenBondarenko/fix/lwm2m
[Transport] lwm2m client serialization fixes
2025-01-14 17:39:59 +02:00
Viacheslav Klimov
f4b5c4321b
Merge pull request #12398 from thingsboard/fix_bug_lwm2m_profile_update_dynamic
fix bug: lwm2m update Observe dynamically and between connections
2025-01-14 17:38:25 +02:00
Volodymyr Babak
48d61db4f5 Set Edge Client version to 4.0.0 2025-01-14 17:28:38 +02:00
ViacheslavKlimov
1c7e3c169d Fix push result status check 2025-01-14 13:30:35 +02:00
dashevchenko
2bb368b45d return empty object for app store and version info to fit UI component behaviour 2025-01-13 12:26:20 +02:00
YevhenBondarenko
4e8c6beee8 fixed lwm2m ResourcModel parsing 2025-01-10 20:48:19 +01:00
YevhenBondarenko
bb93ec7ee1 fexed NPE during LwM2mClient serializeation 2025-01-10 20:42:31 +01:00
Andrew Shvayka
801c06aea0
Merge pull request #12405 from thingsboard/tbel_new_bytes_parsing_methods
tbel: add hexToBytesArray, base64ToBytesList
2025-01-10 16:48:17 +02:00
nick
80e93d8a40 Merge branch 'master' into fix_bug_lwm2m_profile_update_dynamic 2025-01-09 17:44:47 +02:00
nick
d961b89f31 tbel: add hexToBytesArray, base64ToBytesList 2025-01-08 16:17:14 +02:00
nick
e5df59456a fix bug: update Observe dynamically and between connections due to profile changes 2025-01-07 18:40:19 +02:00
Kulikov
c5ca395844
fix_bug_coaps_x509_docker_many_devices (#12327)
* coaps: x509 - tests

* coaps: x509 - tests add sever cert.pem

* coaps: x509 - tests add sever cert.pem -2

* coaps: x509 - tests add sever cert.pem -3

* coaps: x509 - tests add sever cert.pem -4

* fix bug: coaps x509 - ddocker many devices with re-port

* fix bug: coaps - add test, connect client with X509

* fix bug: coaps - add two test devices with the same port

* fix bug: coaps - add two test devices with the same port (FeatureType.ATTRIBUTES)

* fix bug: coaps - add two test devices with the same port (FeatureType.ATTRIBUTES) - 1

* fix bug: coap comments 1
2025-01-03 18:17:30 +02:00
Viacheslav Klimov
0a1f377347
Merge pull request #12199 from thingsboard/develop/4.0
develop/4.0
2025-01-02 10:47:58 +02:00
Igor Kulikov
1a8116cb93 Merge with rc 2024-12-31 11:52:06 +02:00
Viacheslav Klimov
64c687c5a9
Merge branch 'master' into develop/4.0 2024-12-30 12:03:36 +02:00
Igor Kulikov
94f294aebf Fix load of JS Module extensions during installation or upgrade. 2024-12-27 15:32:17 +02:00
Igor Kulikov
cef94b9708 Merge branch 'rc' 2024-12-23 16:54:42 +02:00
ViacheslavKlimov
a70e20fe44 Don't send separate notification when notification clear rule is met 2024-12-23 15:31:24 +02:00
ViacheslavKlimov
1d4cd01e84 Fix MqttTransportHandler compile error 2024-12-23 11:18:20 +02:00
ViacheslavKlimov
d4d3240f78 Merge branch 'master' of github.com:thingsboard/thingsboard into develop/4.0 2024-12-23 11:15:16 +02:00
ViacheslavKlimov
1ea5fdf7fe Merge branch 'master' of github.com:thingsboard/thingsboard into feature/tbmsg-refactoring 2024-12-23 10:51:11 +02:00
Viacheslav Klimov
a1fd1e3ea4
Merge pull request #12297 from thingsboard/feature/telemetry-service-refactoring
Telemetry service refactoring
2024-12-23 10:45:12 +02:00
ViacheslavKlimov
ad97199f04 Fix cached entity was updated during inlineImages 2024-12-19 18:12:00 +02:00
ViacheslavKlimov
ac61d7c526 TbMsg: add resetRuleNodeId and copyMetaData 2024-12-19 16:09:36 +02:00
ViacheslavKlimov
7a68b3bfb8 Show rejected push error 2024-12-19 14:05:47 +02:00
ViacheslavKlimov
823d89dca6 Refactor delete for latest and history 2024-12-18 17:34:35 +02:00
ViacheslavKlimov
ead308470b Merge branch 'rc' of github.com:thingsboard/thingsboard into master-rc 2024-12-18 12:10:03 +02:00
ViacheslavKlimov
eb7bc8695b Refactor deleteAndNotify and deleteAndNotifyInternal for attributes 2024-12-17 17:27:41 +02:00
ViacheslavKlimov
1b6256a9e8 Refactor TbMsg copying 2024-12-13 15:18:37 +02:00
ViacheslavKlimov
0b3ffb5b4a Refactor TbMsg transforming 2024-12-13 14:21:55 +02:00
ViacheslavKlimov
e4cc2b4f9f Introduce TbMsgTransformer 2024-12-13 13:23:15 +02:00
ViacheslavKlimov
cbd2e012dd Refactor TbMsg.newMsg usages 2024-12-13 13:05:54 +02:00
ViacheslavKlimov
6c76e0b2fe TbMsg refactoring to use builders 2024-12-13 12:38:56 +02:00
nick
50e6968170 coaps: x509 - dtls add default values here (1024) and in yml add note 2024-12-13 12:13:11 +02:00
nick
4cfe7441b1 coaps: x509 - dtls add default values here (1024) 2024-12-12 19:30:50 +02:00
nick
dc316ec10d coaps: x509 - dtls reuse length variable 2024-12-12 17:38:08 +02:00
nick
272a1aa1b1 coaps: x509 - dtls add: DTLS_MAX_FRAGMENT_LENGTH, DTLS_MAX_TRANSMISSION_UNIT 2024-12-11 18:23:15 +02:00
Igor Kulikov
a8de539ea0 Merge branch 'rc' 2024-12-05 15:10:22 +02:00
Viacheslav Klimov
87cf2f7083
Merge pull request #12174 from thingsboard/feature/new-widget-resources-export
Dashboard/widget resources export - process whole config
2024-12-05 12:49:26 +02:00
ViacheslavKlimov
a2ae5b06c0 Non-null check for updateResourcesUsage 2024-12-05 12:44:50 +02:00
ViacheslavKlimov
e920525456 Merge branch 'master' of github.com:thingsboard/thingsboard into develop/4.0 2024-12-05 11:26:34 +02:00
Igor Kulikov
77d2826f96 Version set to 4.0.0-SNAPSHOT 2024-12-04 16:53:19 +02:00