-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feature/sabi-157 #161
feature/sabi-157 #161
Conversation
fixes sabi-113 HTTP.500 after login (returned users)
Adding Spanish resource bundles Patch-Management on Server Module Added French, Italian as well Added flags to the selection dialog DisplayLanguage is set in it's own Locale.
Some PatcheManagement
Tuned logging
* sabi-17 i18n of measurement, unit, parameters name and description - plagues - parameters - unit
…gration tests - Added Testcontainer configuration and a Sample Testclass, as blueprint for the required annotations.
…gration tests - Refactored UserRepositoryTest, TankRepositoryTest and MeasurementRepositoryTest to use Testcontainer - Removed H2 from project
…gration tests - Refactored MeasurementServiceTest - PatchedSpringBoot to 3.2.3 (required refinement of MAPStruts Mapper)
…gration tests - Refactored TankServiceTest - Refactored TestDataFactory
…gration tests - Refactored UserServiceTest
…gration tests - Refactored test location of controllers - Migrated NotificationServiceTest - Migrated FishServiceTest
…gration tests - Refactored test location of controllers - Migrated CoralServiceTest - Introduced first suite classes, for selective test execution.
…gration tests - PatchManagement
…gration tests - MoreSuites - Service Layer completed - Next: Module Tests.
…gration tests - Interlude: PatchManagement SB 3.3.3 etc... - Next: Module Tests.
…gration tests - Couldn't Mock Rest API Layer without Testcontainer due to lack of seperation on application context without JPA. - Experimental refactored MotdControlor to favor the new RestClient istead of RestTemplate.
…gration tests - Minor Patchmanagement - Renamed TAGs of APITest to ModuleTest due to issue spec.
…gration tests - Removed H2 hints in comments
# Conflicts: # captcha/pom.xml # sabi-database/src/main/resources/db/migration/version1_3_0/V1_3_0_4__i18nUnit.sql # sabi-server/pom.xml # sabi-server/src/main/java/de/bluewhale/sabi/mapper/UnitMapper.java # sabi-server/src/main/java/de/bluewhale/sabi/persistence/model/LocalizedParameterEntity.java # sabi-server/src/main/java/de/bluewhale/sabi/persistence/model/LocalizedUnitEntity.java # sabi-server/src/main/java/de/bluewhale/sabi/persistence/model/ParameterEntity.java # sabi-server/src/test/java/de/bluewhale/sabi/BasicDataFactory.java # sabi-server/src/test/java/de/bluewhale/sabi/services/MeasurementServiceTest.java # sabi-webclient/pom.xml
…gration tests - Test preview switch with maven compiler plugin - java 22 build on github is failing
CI is failing since maven-compile-plugin does not support java 22 yet when being executed through this CI runner. |
Restructured Tests / PatchManagement / PoC of using RestClient instead of RestTemplate for Test in Motd Controller