aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-01-12Merge branch 'eidas-matching' into issue6Alexander Marsalek23-798/+738
2021-01-12add task transitionsAlexander Marsalek2-6/+34
2021-01-12Personen Matching Part 1: Register SearchChristian Kollmann26-138/+1740
2021-01-12Add null check for more safetyChristian Kollmann1-1/+1
2021-01-12Rename variables in test for better readabilityChristian Kollmann1-83/+94
2021-01-12Use clear Arrange-Act-Assert structure in testsChristian Kollmann1-57/+31
2021-01-12Use random values in testsChristian Kollmann1-64/+47
2021-01-12Use generic list types in parameters and return typesChristian Kollmann9-111/+70
2021-01-12Improve readability of test cases by using modern syntaxChristian Kollmann1-84/+67
2021-01-12created tasks and beansAlexander Marsalek10-68/+318
2021-01-12Fix typoChristian Kollmann1-12/+12
2021-01-12Streamline mock creation in testsChristian Kollmann1-46/+7
2021-01-11Merge branch 'feature/springboot' into 'nightlybuild'Thomas Lenz128-1514/+22581
2021-01-11fix some minor incompatibilities between AuthHandler and MS-Connector in E-ID...Thomas Lenz10-39/+122
2021-01-11Resolve merge commentsAlexander Marsalek23-570/+638
2021-01-09extend SpringBoot application-initializer to support deployment in Apache Tom...Thomas Lenz2-6/+35
2021-01-09add HealthIndicator to check Apache-Ignite cluster-stateThomas Lenz3-4/+59
2021-01-08Merge branch 'feature/springboot' of gitlab.iaik.tugraz.at:egiz/eidas_at_prox...Thomas Lenz0-0/+0
2021-01-08add some jUnit test for SZR communicationThomas Lenz6-15/+71
2021-01-08add some jUnit test for SZR communicationThomas Lenz5-15/+70
2021-01-07switch from custom monitoring to Spring-Actuator healthchecksThomas Lenz20-317/+467
2021-01-07update jUnit test that implements communication with real SZR serviceThomas Lenz2-2/+23
2021-01-04Gui creation part 1Alexander Marsalek7-13/+59
2021-01-04created empty tasksAlexander Marsalek5-0/+330
2021-01-04CI: Remove SAST, since spotbugs is active in pom.xmlChristian Kollmann1-1/+0
2021-01-04constructor based injection, randomized values for testing, added constantsAlexander Marsalek9-299/+174
2021-01-04Review codeChristian Kollmann6-2/+26
2021-01-04Update .gitignoreChristian Kollmann2-6/+3
2021-01-04added register update methodAlexander Marsalek5-2/+32
2021-01-04country specific testsAlexander Marsalek8-137/+327
2021-01-042 more tests (bean mocking still missing)Alexander Marsalek1-1/+84
2021-01-04removed CountrySpecificDetailSearchResult, implemented countryspecific search...Alexander Marsalek9-45/+88
2021-01-04added country specific search classesAlexander Marsalek6-18/+77
2021-01-04Testcase no match found addedAlexander Marsalek1-0/+32
2021-01-04implemented CountrySpecificDetailSearchResult, changed datetime to stringAlexander Marsalek4-18/+51
2021-01-04added machting (3-4) + testsAlexander Marsalek6-34/+276
2021-01-04return bPkAlexander Marsalek1-22/+31
2021-01-04added two testsAlexander Marsalek4-39/+121
2021-01-04added (non working) testAlexander Marsalek3-11/+178
2021-01-04added dummy ZMR & ERnB clientAlexander Marsalek14-161/+569
2021-01-04general workflow steps 1-8Alexander Marsalek8-1/+391
2020-12-28update SpringBoot application-initializer to enable package-scanning in appli...Thomas Lenz2-2/+5
2020-12-26fix broken jUnit testsThomas Lenz11-2/+132
2020-12-26update default-configuration and example configurationThomas Lenz2-63/+4
2020-12-26switch to SpringBoot as defaultThomas Lenz6-251/+11
2020-12-26add jUnit test that simulates a full eIDAS authenticationThomas Lenz11-11/+639
2020-12-26fix wrong-template paramters in error GUIThomas Lenz3-5/+5
2020-12-23add build profiles to select Spring-Boot with or without embbeded TomcatThomas Lenz1-24/+13
2020-12-23switch from Spring to Spring-BootThomas Lenz34-190/+1462
2020-12-22add jUnit tests for configuration-operationsThomas Lenz18-13/+454