aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-10Merge branch 'feature/matching_base' into feature/matching_base_core_refactoringThomas453-3743/+79684
2022-03-09feature(eidas): add optional parameter to support more-than-one MS-Connector ...Thomas1-0/+2
2022-03-09refactor(core): move all project libs into sub-project 'modules'Thomas275-26/+8238
2022-03-09refactor(core): split 'ms-connector' WebApp into 'core' and 'ms-connector' to...Thomas96-595/+1085
2022-03-09refactor(core): move 'connector_lib' to 'core_common_lib'Thomas24-9/+9
2022-03-09chore(core): add support for multiple ms-connector stages into matching by al...Thomas2-10/+56
2022-03-09chore(eidas): rename configuration property to support multiple ms-connector ...Thomas1-3/+4
2022-03-04feature(eidas): add optional parameter to support more-than-one MS-Connector ...Thomas7-64/+194
2022-03-03Merge branch 'feature/matching_ernp_client' into 'feature/matching_base'Thomas Lenz82-900/+8062
2022-03-03fix(core): solve code-style issueThomas1-1/+1
2022-03-03test(ernp): add some ERnP releated tests into InitialSearchTaskThomas1-8/+75
2022-03-03fix(ernp): fix some problems in ERnP client that we found during testsThomas1-40/+38
2022-03-03test(ernp): add ERnP client test with mocked ERnP responsesThomas2-3/+956
2022-03-03test(ernp): add ERnP client detail testsThomas22-0/+853
2022-03-03test(ernp): add all ERnP integration tests into test that operates in real te...Thomas2-9/+382
2022-03-03chore(ernp): optimize ERnP client based on results from integration testThomas3-42/+52
2022-03-02chore(ernp): update ERnP REST API to v1.5.1Thomas2-18/+89
2022-03-02chore(ux): add Lichtenstein as eIDAS countryThomas4-0/+257
2022-02-09feature(zmr): add MDS attributes as 'eIdAS-Documents' tooThomas7-14/+193
2022-02-09build: exclude generated classes from test-coverage validationThomas2-0/+10
2022-02-08feature(matching): add 'Back to previous step' button into 'search-by-residen...Thomas3-0/+8
2022-02-08chore(core): fix some code-quality and code-style issuesThomas3-4/+6
2022-02-08fix(matching): update wrong error-reason and remove an unused method parameterThomas2-7/+20
2022-02-08chore(core): add log message and add empty lines for better readingThomas2-0/+3
2022-02-08chore(matching): update 'other-login-method' GUI steps to use it as common st...Thomas7-40/+134
2022-02-08chore(matching): update matching by 'alternative eIDAS Login' to forward user...Thomas3-0/+10
2022-02-08chore(matching): update matching by 'ID Austria login' to forward user to 'ot...Thomas4-5/+20
2022-02-08test(zmr): add tests to check search-by-residence operationsThomas1-1/+164
2022-02-08fix(zmr): update wrong workflow identifier in ZMR request in case of match-by...Thomas1-1/+1
2022-02-08test(matching): add test for 'search-residence' operation that uses mocked ZMRThomas1-0/+337
2022-02-08feature(matching): update process-definition for matching to optimize interac...Thomas1-4/+6
2022-02-08feature(matching): finalize matching by residence searchThomas8-143/+323
2022-02-08refactor(matching): move AddresssucheController into eIDAS module to reuse da...Thomas1-26/+36
2022-02-08chore(ernp): ignore search requests with residence information.Thomas1-1/+3
2022-02-08test(core): fix broken integration tests after ERnP client integrationThomas3-6/+46
2022-02-08fix(matching): make matching DTO's serializeable because the has to be stored...Thomas4-4/+19
2022-02-08chore(matching): fix some code-style and code-quality issuesThomas4-13/+18
2022-02-08test(ernp): fix broken test after ERnP integrationThomas1-1/+1
2022-02-08chore(mathing): change log level ZMRClientThomas1-1/+1
2022-02-08refactor(matching): change 'kitt' and 'update' steps in 'InitialSearchTask'Thomas6-37/+386
2022-02-08feature(ernp): update MDS if register information does not match to informati...Thomas1-26/+85
2022-02-08test(matching): fix broken tests and add some more edge casesThomas2-7/+151
2022-02-08test(ernp): exclude generated ERnP classes from PWD checksThomas1-0/+1
2022-02-08chore(szr): remove dummy code for SZR emulationThomas2-126/+6
2022-02-08refactor(szr): remove 'insertErnp' functionality from SZR client.Thomas6-275/+50
2022-02-08feature(ernp): add person into ERnP of mathing ends with no resultThomas6-144/+517
2022-02-08feature(ernp): port search and update steps from ZMR client to ERnP client be...Thomas4-31/+310
2022-02-08test(ernp): add first simple test to get familary with ERnP clientThomas2-0/+217
2022-02-08test(core): fix broken tests after refactoring of ERnPClient APIThomas6-11/+110
2022-02-08fix(ernp): fix some bugs in ERnP client implementationThomas3-111/+180