aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2021-01-15add 'docker' tag into GitLab CI runner to select a shared docker based runnerThomas Lenz1-0/+6
2021-01-15temporary deactivate Code-Coverage violation-check, because new ↵Thomas Lenz1-1/+1
eIDAS-matching code does not fit branch requirements
2021-01-15fix merge problem in EidasResponseUtils.javaThomas Lenz2-73/+70
refactor broken jUnit test InitialSearchTaskFirstTest.java to new configuration-loader
2021-01-15Add null check for more safetyChristian Kollmann1-1/+1
2021-01-15Rename variables in test for better readabilityChristian Kollmann1-83/+94
2021-01-15Use clear Arrange-Act-Assert structure in testsChristian Kollmann1-57/+31
2021-01-15Use random values in testsChristian Kollmann1-64/+47
2021-01-15Use generic list types in parameters and return typesChristian Kollmann9-111/+70
List instead of ArrayList allows for easier mocking and stubbing
2021-01-15Improve readability of test cases by using modern syntaxChristian Kollmann1-84/+67
2021-01-15Fix typoChristian Kollmann1-41/+50
2021-01-15Streamline mock creation in testsChristian Kollmann1-46/+7
2021-01-15Resolve merge commentsAlexander Marsalek23-556/+627
2021-01-15constructor based injection, randomized values for testing, added constantsAlexander Marsalek9-299/+174
2021-01-15Review codeChristian Kollmann6-2/+26
2021-01-15Update .gitignoreChristian Kollmann2-6/+3
2021-01-15added register update methodAlexander Marsalek5-2/+32
2021-01-15country specific testsAlexander Marsalek8-137/+328
2021-01-152 more tests (bean mocking still missing)Alexander Marsalek1-1/+84
2021-01-15removed CountrySpecificDetailSearchResult, implemented countryspecific ↵Alexander Marsalek9-45/+88
search classes
2021-01-15added country specific search classesAlexander Marsalek6-19/+78
2021-01-15Testcase no match found addedAlexander Marsalek1-0/+32
2021-01-15implemented CountrySpecificDetailSearchResult, changed datetime to stringAlexander Marsalek4-18/+51
2021-01-15added machting (3-4) + testsAlexander Marsalek6-34/+276
2021-01-15return bPkAlexander Marsalek1-22/+31
2021-01-15added two testsAlexander Marsalek4-39/+121
2021-01-15added (non working) testAlexander Marsalek3-11/+178
2021-01-15added dummy ZMR & ERnB clientAlexander Marsalek14-167/+584
2021-01-15general workflow steps 1-8Alexander Marsalek8-1/+391
2021-01-11Merge branch 'feature/springboot' into 'nightlybuild'Thomas Lenz128-1514/+22581
Feature/springboot See merge request egiz/eidas_at_proxy!7
2021-01-11fix some minor incompatibilities between AuthHandler and MS-Connector in ↵Thomas Lenz10-39/+122
E-ID mode
2021-01-09extend SpringBoot application-initializer to support deployment in Apache ↵Thomas Lenz2-6/+35
Tomcat application-services
2021-01-09add HealthIndicator to check Apache-Ignite cluster-stateThomas Lenz3-4/+59
2021-01-08Merge branch 'feature/springboot' of ↵Thomas Lenz0-0/+0
gitlab.iaik.tugraz.at:egiz/eidas_at_proxy into feature/springboot
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
2020-12-28update SpringBoot application-initializer to enable package-scanning in ↵Thomas Lenz2-2/+5
application packages
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
2020-12-22remove SAST.gitlab template because it's already covered by maven build-processThomas Lenz1-2/+0
2020-12-22add jUnit tests improve test coverageThomas Lenz38-641/+2394
2020-12-21switch to eIDAS Ref Impl. v2.5Thomas Lenz31-32/+16789
2020-12-18update GitLab CI to exclude /feature/.* branches from packagingThomas Lenz1-0/+1