Viacheslav Klimov
e2969dd381
Version set to 4.2.2.4-SNAPSHOT
2 months ago
Viacheslav Klimov
9ff02dd722
Version set to 4.2.2.3-SNAPSHOT
3 months ago
dashevchenko
e5c7ecc82a
added section description
3 months ago
Volodymyr Babak
d7557339c2
Added lz4 as compression option into yml files
4 months ago
Oleksandra Matviienko
decd71f48f
Replaced deprecated @MockBean/@SpyBean with @MockitoBean in edqs and coap-server tests
Spring Boot 3.4 deprecated @MockBean/@SpyBean in favor of
@MockitoBean/@MockitoSpyBean.
4 months ago
dashevchenko
c66da7e18d
edqs: fixed entity filtering by string data points
4 months ago
Viacheslav Klimov
2a7eab3db5
Version set to 4.2.2.2-SNAPSHOT
5 months ago
Sergey Matvienko
7bb708888f
Address review: fix pkg.skip.bootjar precedence and remove unused surefire.version
Remove <pkg.skip.bootjar>false</pkg.skip.bootjar> from all child
module <properties> blocks. The root POM already defaults it to false,
and child declarations block the skip-pkg profile override, so
-Dpkg.skip=true was never actually skipping spring-boot:repackage.
Also remove the unused surefire.version property (superseded by
maven-surefire-plugin.version).
5 months ago
Sergey Matvienko
d2cde5ba94
Add per-format packaging skip flags (pkg.skip.bootjar/deb/rpm/zip)
Introduces four independent flags to skip individual packaging artifacts:
-Dpkg.skip.bootjar=true skip spring-boot repackage (*-boot.jar)
-Dpkg.skip.deb=true skip Gradle buildDeb + Maven attach-artifact
-Dpkg.skip.rpm=true skip Gradle buildRpm
-Dpkg.skip.zip=true skip maven-assembly-plugin Windows ZIP
Adds -Dpkg.skip=true as a single convenience flag that sets all four
at once. msa/pom.xml mirrors the skip-pkg profile to override its own
<pkg.deb.phase>package</pkg.deb.phase> property (child POM properties
have higher priority than parent profile properties in Maven).
msa/* docker modules used ${basedir}/../.. (non-canonical) for main.dir.
maven-enforcer-plugin 3.5.0's osIndependentNameMatch() compares
file.toURI() vs file.getCanonicalFile().toURI() — these differ when the
path contains '..', causing RequireFilesExist to report false-negative.
Fix: replace ${basedir}/../.. with ${maven.multiModuleProjectDirectory}.
6 months ago
Viacheslav Klimov
f66427fb7c
Version set to 4.2.2.1-SNAPSHOT
6 months ago
Viacheslav Klimov
132b6a1e3f
Version changed to 4.2.2
7 months ago
Viacheslav Klimov
b244e14ef7
Version set to 4.2.1.3-SNAPSHOT
7 months ago
dashevchenko
609703e48d
fixed yml parameter
7 months ago
Viacheslav Klimov
5b5b4dff6b
Update license header
8 months ago
Viacheslav Klimov
f2dadd0791
Version set to 4.2.1.2-SNAPSHOT
8 months ago
Viacheslav Klimov
295d29fc68
Version set to 4.2.1.1-RC
8 months ago
Viacheslav Klimov
1044aabce3
Fix Kafka topics cache
9 months ago
VIacheslavKlimov
aefb7dcb41
Version set to 4.2.1-RC
11 months ago
Igor Kulikov
cc7c496b13
Version set to 4.2.0-RC
1 year ago
dashevchenko
52bfd78174
fixed filter implementation for numeric entity field saved as str
1 year ago
Igor Kulikov
7c2c0357c1
Move alias entity resolution to backend.
1 year ago
Volodymyr Babak
3288ec257f
EDQS SQL like query updates to be in sync with legacy
1 year ago
Volodymyr Babak
dd9d954c2f
EDQS - added SQL like style for filter contains/starts with/ends with
1 year ago
Volodymyr Babak
e21850f571
EDQS - added SQL like style for filter contains/starts with/ends with
1 year ago
Igor Kulikov
ebf6f66cbe
Version set to 4.2.0-SNAPSHOT
1 year ago
Igor Kulikov
2de733ef69
Version set to 4.2.0
1 year ago
ViacheslavKlimov
850af5d126
Version set to 4.1.0-RC
1 year ago
ViacheslavKlimov
5572b6bb4a
TMP version set to 4.1.0-SNAPSHOT
1 year ago
ViacheslavKlimov
069f052122
Refactoring and improvements for EDQS
1 year ago
Andrii Landiak
b74d88284c
Add TB_QUEUE_KAFKA_CONSUMER_PROPERTIES_PER_TOPIC_INLINE to ymls
1 year ago
ViacheslavKlimov
4c01b3d70a
Refactoring for task processor queue factories
1 year ago
Igor Kulikov
bee6c19a51
Version 4.1.0-SNAPSHOT
1 year ago
Igor Kulikov
a40f9d6ae4
Ver 4.0.1-RC
1 year ago
Igor Kulikov
5fbb3194a7
Version 4.0.1-RC
1 year ago
Igor Kulikov
757c887034
Version 4.1.0-SNAPSHOT
1 year ago
ViacheslavKlimov
f8bf512a0a
Introduce PartitionedQueueResponseTemplate with consumer per partition; use it for EDQS requests processing
1 year ago
ViacheslavKlimov
b806a41e62
More stats for EDQS
1 year ago
ViacheslavKlimov
59fa19d1c8
Change EDQS consumers poll interval from 125 ms to 25 ms
1 year ago
ViacheslavKlimov
16eb027956
EDQS: configurable string compression threshold; fix stats service condition
1 year ago
ViacheslavKlimov
a91d9faad9
Fix EDQS tests init
1 year ago
ViacheslavKlimov
c50d7a3988
EDQS consumer management refactoring
1 year ago
ViacheslavKlimov
a5404c2b45
EDQS: don't use consumer group management for state topics; single consumer group for requests topic; reduce events topic retention to 24 hours
1 year ago
ViacheslavKlimov
9ddd22edcf
EDQS: don't use Kafka manual partitions assignment
1 year ago
dashevchenko
bf2f4c3151
renamed package to tb-edqs
1 year ago
Igor Kulikov
da2bada90b
Merge with RC
1 year ago
Igor Kulikov
3b4ee01aac
Version set to 4.0.0-RC
1 year ago
dashevchenko
b4898568d1
removed edqs stats logs, fixed edqs apiUsage name
1 year ago
ViacheslavKlimov
0115ac231b
Fix license headers
2 years ago
dashevchenko
6c8887995a
fixed license, included edqs tests to test suite
2 years ago
ViacheslavKlimov
a6a6112ecc
Cleanup for EDQS
2 years ago