1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-04-20 09:46:50 +00:00

27 Commits

Author SHA1 Message Date
94d7b4c4f0 test: add tests for token requests 2024-05-06 11:42:11 +02:00
c3ddb387e2 test: add some basic arch unit tests 2024-05-02 12:30:12 +02:00
9a6a0c6138 refactor: use Fingerprint type instead of plain String 2024-04-30 11:08:27 +02:00
5985327219 refactor: use type alias 2024-04-29 18:40:16 +02:00
06f9e8ace9 test: add initial RequestRepository test 2024-04-29 17:34:27 +02:00
5fcc24f915 refactor: add additional constructors 2024-04-29 10:11:25 +02:00
effffcfc1a test: add tests with simulated gPAS responses 2024-04-23 15:53:22 +02:00
8ae958b8c4 feat: show information if no output is defined 2024-03-26 09:56:31 +01:00
a9c771aa99 test: change tests to mock output connection 2024-03-06 10:50:35 +01:00
3e45bf8494 feat: implement KafkaInputListener 2024-02-29 09:19:32 +01:00
408b121f26 test: add test for max retry attempts 2024-02-29 08:47:17 +01:00
50a6d66718 feat: new kafka config due to kafka input 2024-02-19 17:06:02 +01:00
59d8744c84 refactor: move mtb file controller into package input 2024-02-17 14:58:24 +01:00
4cdc419478 test: add test to ensure redirect of not logged in 2024-01-20 19:35:40 +01:00
90b529adb4 refactor: move test class to related package 2024-01-20 19:16:52 +01:00
a3bc60986b test: add security related tests for MtbFileRestController 2024-01-19 14:11:03 +01:00
f5df0b5d22 test: add tests to ensure TokenService is present if required 2024-01-19 13:10:36 +01:00
15f0432553 test: ensure configured generator bean is created 2024-01-12 21:27:55 +01:00
113bf2dd2e test: add pseudonymize generator property and default to tests 2024-01-12 19:59:01 +01:00
4ab20a5f16 fix: add rest uri config to integration tests 2024-01-02 07:22:17 +01:00
cf2d338e13 test: add integration test for mtb file transformation 2023-11-25 14:33:02 +01:00
1e1db1c4d9 Issue #12: Add application config for transformation configuration 2023-10-05 11:37:10 +02:00
72295202ec Code cleanup 2023-08-12 22:19:29 +02:00
6ecb439007
Issue #3: Detect the request type of request with last known status (#5) 2023-08-11 09:22:54 +02:00
47830ed9f7 Use single MtbFileSender 2023-08-09 10:34:23 +02:00
13bfa0018d Change endpoint configuration to select single endpoint
* If REST endpoint is configured, it will be used
* If Kafka endpoint is configured, it will be used
* If both endpoints are configured, REST configuration has precedence and will be used
2023-08-09 10:22:03 +02:00
b75328b74d Move integration tests into own source-set 2023-08-08 15:16:58 +02:00