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

43 Commits

Author SHA1 Message Date
5320466b6c test: exclude test and integrationTest source set
This replaces filtering for classes that contain 'Test' or 'Tests' in simple name.
2024-05-30 14:29:31 +02:00
fb5a3c062c feat: allow access to MTBFile endpoint for non-token users 2024-05-27 12:19:24 +02:00
8fc0609aa4 feat: use RequestId type 2024-05-27 11:23:20 +02:00
86bee9e2cf feat: show info if no requests present 2024-05-08 13:08:15 +02:00
f419acb924 test: mock UserRoleService only in nested test class 2024-05-08 10:28:11 +02:00
52171e8ebe test: add test for config SSE endpoint 2024-05-08 09:18:29 +02:00
a2124ba83d test: add test for SSE endpoint 2024-05-07 18:45:07 +02:00
a046203339 test: test statistics json response 2024-05-07 16:57:51 +02:00
b40d41ce8c test: add initial tests for StatisticsRestController 2024-05-07 15:57:35 +02:00
57de96771c test: add test for StatisticsController 2024-05-07 15:48:39 +02:00
3bc148f7ea refactor: move classes into package 'security' 2024-05-07 08:58:00 +02:00
d4f984b138 test: add tests for HomeController 2024-05-06 18:01:08 +02:00
24ebbf3b50 test: add tests to and reorganize ConfigControllerTest 2024-05-06 17:14:22 +02:00
9c6bd64a7e test: ensure correct view is rendered 2024-05-06 13:33:36 +02:00
6567aa803c test: add htmlunit based test for LoginController 2024-05-06 13:26:29 +02:00
e874350712 test: add tests for user role requests 2024-05-06 11:53:54 +02:00
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