Igor Kulikov
cca4ac3629
Version set to 3.9.0-RC
2 years ago
Andrii Landiak
3ecbd3258e
Introduce kafka approach to work with edge-event instead of postgres
2 years ago
Igor Kulikov
fdbe59c610
Version set to 3.9.0-SNAPSHOT
2 years ago
Igor Kulikov
d11f866856
Version set to 3.8.1-RC
2 years ago
Igor Kulikov
82c642c97f
Version 3.8.1-RC
2 years ago
Igor Kulikov
b4124f7c4c
Merge with RC
2 years ago
Igor Kulikov
4d705f26fd
Version set to 3.8.0-RC
2 years ago
Igor Kulikov
3dadc34b5b
Version set to 3.9.0-SNAPSHOT
2 years ago
Igor Kulikov
4e7176cce7
Version set to 3.8.0-RC
2 years ago
Igor Kulikov
025fb1ca8c
Version set to 3.8.0
2 years ago
YevhenBondarenko
48b5cadb4a
created separate converter methow for gateway telemetry
2 years ago
Andrii Landiak
5602807dbe
Introduce Edge queue to handle edge notification messages
2 years ago
dashevchenko
936bb82334
updated transport http limits, added logging for initialized filters
2 years ago
ViacheslavKlimov
5759610340
Rate limit for WS subscriptions
2 years ago
Volodymyr Babak
cfca80defe
Remove Edge request messages - send multiple data messages in single rpc message
2 years ago
dashevchenko
4169da4c08
configurable max payload size by url pattern
2 years ago
Andrii Landiak
5ca6ad03e3
CE: optimize java imports
2 years ago
dashevchenko
02f7001102
added spring security for http transport, added large RequestSizeFilter for http transport
2 years ago
Daria Shevchenko
15cb12e48f
HTTP API: validate payload size ( #11265 )
* added check for large ToDeviceRpcResponseMsg, ToServerRpcRequestMsg messages on default transport level
* moved http request size check to controller
* minor refactoring
* test fixed
* updated error messages, updated url patterns to single one, added yml property to http transport
* updated swagger docs, added to rpc filter "/api/rpc/**" and "/api/plugins/rpc/**" endpoints
* remove redundant set
* fixed large request check for DeviceApiController in microservice architecture
* renamed yml parameter and filter
2 years ago
Igor Kulikov
468c007882
Version set to 3.7.1-SNAPSHOT
2 years ago
Viacheslav Klimov
5809d014de
Queue option to duplicate msgs to all partitions ( #10815 )
* Queue config option to duplicate msgs to all partitions
* UI for queue config option to duplicate msgs to all partitions
* Fixes for msg duplication; add tests
* Introduce TbRuleEngineProducerService
* Use TbRuleEngineProducerService in TbClusterService
* Fix DefaultTbClusterServiceTest
* Add correlationId to TbMsg
* Refactor TbMsg
* Support msg duplication for all msg types
2 years ago
ViacheslavKlimov
b16d8484e9
Minor refactoring for notifications consumers
2 years ago
Oleksandra Matviienko
63df92e995
JUnit5 migration in common. Junit-platform.properties and logback-test.xml where added to java resource directories if needed.
Signed-off-by: Oleksandra Matviienko <al.zzzeebra@gmail.com>
2 years ago
Sergey Matvienko
e532e0f2a9
fixed import org.bouncycastle.pqc.legacy.math.linearalgebra.ByteUtils, test added for EncryptionUtil
2 years ago
Sergey Matvienko
e3f2974fcd
dependency: bouncycastle jdk15on moved to jdk18on
2 years ago
Sergey Matvienko
a3e7e0b4a1
major dependency update
2 years ago
ViacheslavKlimov
22f5573e8d
Housekeeper client for all service types
2 years ago
Dmytro Skarzhynets
c05d543b0a
Add test to ensure message timestamp is used as event timestamp when metadata ts property is not present
2 years ago
Dmytro Skarzhynets
eadcf916f5
Add optimization using separate service which routes activity actions to device state service directly, when running in monolith. Refactor rule node tests
2 years ago
Ivan Raznatovskyi
09fc025e12
Initial commit from another fork
2 years ago
Andrii Shvaika
5acf527f1a
Version set to 3.7.0-SNAPSHOT
2 years ago
Igor Kulikov
c5a72ed8df
Update license header to 2024 year.
2 years ago
Igor Kulikov
bc35df1dd7
Version set to 3.6.3-SNAPSHOT
2 years ago
Andrii Shvaika
df24c363ce
Version set to 3.6.2-SNAPSHOT
3 years ago
YevhenBondarenko
316a09854c
implemented device actor delete msg and fixed assign to tenant
3 years ago
Andrii Landiak
00000f7d05
Leave old messaged, mark them as deprecated, for removal; Left intentionally to avoid throwNotHandled
3 years ago
Andrii Shvaika
0571f7e6dd
Fix compatibility between CE and PE
3 years ago
Andrii Landiak
f01cbe0e36
Refactoring ToCoreNotificationMsg: implement replacement for raw bytes messages
3 years ago
ViacheslavKlimov
be7854fb5b
Add 'isolated' to topic and consumer group name for isolated queues
3 years ago
Sergey Matvienko
92a2a90a0b
ComponentLifecycleMsgProto implemented as replacement of raw byte encoding
3 years ago
ViacheslavKlimov
12d2c26279
Rule Engine stats: exception message truncation
3 years ago
Andrii Shvaika
dd4b874b5f
Version set to 3.6.1-SNAPSHOT
3 years ago
Igor Kulikov
8cefca23ac
Version set to 3.6.1-SNAPSHOT
3 years ago
ViacheslavKlimov
0d8a2549d9
Single PartitionChangeEvent after recalculatePartitions
3 years ago
Igor Kulikov
98c245e293
Switch to version 3.6.0
3 years ago
ShvaykaD
e1b18e7bed
additional updates after review
3 years ago
ShvaykaD
ea5a855272
renamed custom msg type to NA
3 years ago
ShvaykaD
cebe1040d4
refactoring after review
3 years ago
ShvaykaD
3d5cfa0c2e
added internal type to TbMsg to replace if-return blocks with switch-case
3 years ago
ShvaykaD
ad847ff40c
changed checkType and checkTypeOneOf to isTypeOf and isTypeOneOf
3 years ago