15 Commits

Author SHA1 Message Date
brian.mulier
15da58dbf4 fix(tests): use another db name on webserver to avoid colliding with repositories 2025-11-27 19:23:17 +01:00
Loïc Mathieu
08f5ad2710 chore(build): add Postgres stat extension 2025-04-24 14:51:34 +02:00
Loïc Mathieu
e87b97a2e1 feat(*): OpenTelemetry traces
Fixes #6149
2025-01-22 09:51:12 +01:00
YannC
0234733d40 feat(ci): set PG14 as used docker image for validating compatibility (#5020) 2024-09-23 14:34:43 +02:00
Loïc Mathieu
7b73eed068 feat: Implements message protection for the JDBC Queue
Allow to set a limit in size for messages, when exceeded, the message will be refused by the Queue.
The JDBC executor and worker has been updated to handle a too big message and fail the execution.
2024-09-11 20:06:36 +02:00
Ludovic DEHON
4a40214065 chore(cicd): use a special database for each unit test 2024-02-05 21:34:38 +01:00
Ludovic DEHON
f4e746d140 fix(cicd): try to restart container to avoid flaky test 2023-09-28 21:06:43 +02:00
Ludovic DEHON
100d200fc1 feat(core): move kafka to ee (#995)
Co-authored-by: Loïc Mathieu <loikeseke@gmail.com>
2023-02-19 21:38:01 +01:00
yuri
a9a4ad8b81 fix(docker): use nonintrusive health checks (#889)
Both Apache Zookeeper and Kafka checks cluttered the logs.

* Zookeeper complained about the immediate connection close.
* Kafka couldn't recognize the sequence.
2023-01-12 21:47:43 +01:00
Ludovic DEHON
4526b1378b chore(deps): update all java deps except micronaut & kafka
see https://github.com/micronaut-projects/micronaut-core/issues/7594
2022-06-19 22:49:02 +02:00
Nicolas Steinmetz
0a85914e3f feat(docker): replace wait-for-it by healthcheck 2022-06-17 21:33:32 +02:00
Ludovic DEHON
7e16b718be feat(jdbc): implementation of trigger repository 2022-06-17 10:43:52 +02:00
tchiotludo
1875f08634 feat(jdbc): first implementation of mysql & postgres repository 2022-06-17 10:43:52 +02:00
tchiotludo
2430b38096 fix(cicd): fix not starting kafka server 2021-12-11 21:51:53 +01:00
tchiotludo
182234d34b chore(docker): provide a full working docker-compose file 2020-04-21 21:51:22 +02:00