Riley Schneider Ferryry
  • Joined on 2025-10-20
Ferryry created pull request KevinSchoenmayer/GseTDDUebungKCLR#8 2026-01-06 23:55:04 +01:00
Adjusted some tests and removed clearDatabase() method because of the reason of data persistence.
Ferryry pushed to database at KevinSchoenmayer/GseTDDUebungKCLR 2026-01-06 23:53:39 +01:00
0f23b15ad4 Adjusted some tests and removed clearDatabase() method because of the reason of data persistence.
Ferryry created pull request KevinSchoenmayer/GseTDDUebungKCLR#6 2026-01-06 23:39:01 +01:00
Hotfix to address the IOException in the SimpleDatabaseManager class, modified modifier and deleted useless test.
Ferryry pushed to database at KevinSchoenmayer/GseTDDUebungKCLR 2026-01-06 23:36:52 +01:00
3050405792 Hotfix to address the IOException in the SimpleDatabaseManager class, modified modifier and deleted useless test.
e667389694 Changed the build.gradle to have an automatic build script, added the README
20afbbf461 Problems with the merge to main
0b74bf5eea Merge pull request 'ScannerImplementation' (#5) from ScannerImplementation into main
Compare 18 commits »
Ferryry commented on pull request KevinSchoenmayer/GseTDDUebungKCLR#5 2026-01-06 21:24:33 +01:00
ScannerImplementation

Sieht gut aus.

Ferryry created pull request KevinSchoenmayer/GseTDDUebungKCLR#4 2025-12-18 10:07:39 +01:00
Implemented database functionality
Ferryry pushed to database at KevinSchoenmayer/GseTDDUebungKCLR 2025-12-18 10:02:13 +01:00
35e22bba99 Added MySQL functionality
3344ba67cc Updated files and created compose.yml for internal database usage
97990a3e76 Deleted unnecessary files.
4eb0f6c3bd Merge pull request 'database' (#3) from database into main
Compare 4 commits »
Ferryry pushed to main at KevinSchoenmayer/GseTDDUebungKCLR 2025-12-08 21:15:55 +01:00
97990a3e76 Deleted unnecessary files.
Ferryry pushed to main at KevinSchoenmayer/GseTDDUebungKCLR 2025-12-08 18:10:10 +01:00
4eb0f6c3bd Merge pull request 'database' (#3) from database into main
0dd7fd4687 Provide mock-like DB manager for integration testing
e9b2ad0a57 Heavily refactored DatabaseManager.java and SimpleDatabaseManager.java. Fully refactored DatabaseGoodCasesTest.java and DatabaseBadCasesTest.java.
292d6c74c3 Implemented Update method
f2cc964d39 Added new tests that needs to be implemented.
Compare 12 commits »
Ferryry merged pull request KevinSchoenmayer/GseTDDUebungKCLR#3 2025-12-08 18:10:08 +01:00
database
Ferryry created pull request KevinSchoenmayer/GseTDDUebungKCLR#3 2025-12-08 18:09:56 +01:00
database
Ferryry pushed to database at KevinSchoenmayer/GseTDDUebungKCLR 2025-12-08 18:06:50 +01:00
0dd7fd4687 Provide mock-like DB manager for integration testing
Ferryry pushed to database at KevinSchoenmayer/GseTDDUebungKCLR 2025-12-08 17:50:34 +01:00
e9b2ad0a57 Heavily refactored DatabaseManager.java and SimpleDatabaseManager.java. Fully refactored DatabaseGoodCasesTest.java and DatabaseBadCasesTest.java.
Ferryry pushed to database at KevinSchoenmayer/GseTDDUebungKCLR 2025-12-03 23:17:36 +01:00
292d6c74c3 Implemented Update method
Ferryry pushed to database at KevinSchoenmayer/GseTDDUebungKCLR 2025-12-03 23:04:26 +01:00
f2cc964d39 Added new tests that needs to be implemented.
Ferryry pushed to database at KevinSchoenmayer/GseTDDUebungKCLR 2025-12-03 22:29:58 +01:00
995fba6fce Added a placeholder method to delete objects from the database.
Ferryry pushed to database at KevinSchoenmayer/GseTDDUebungKCLR 2025-12-03 22:24:11 +01:00
daafd7d09e Fixed a typo in the query
Ferryry pushed to database at KevinSchoenmayer/GseTDDUebungKCLR 2025-12-03 22:22:35 +01:00
41e711ab74 Added resultSet.next()
Ferryry pushed to database at KevinSchoenmayer/GseTDDUebungKCLR 2025-12-03 22:10:31 +01:00
625e089a36 Prepared new tests