KevinSchoenmayer
  • Joined on 2025-10-20
KevinSchoenmayer pushed to main at KevinSchoenmayer/GseTDDUebungKCLR 2026-01-06 23:56:07 +01:00
00667d9e7d Merge pull request 'Adjusted some tests and removed clearDatabase() method because of the reason of data persistence.' (#8) from database into main
0f23b15ad4 Adjusted some tests and removed clearDatabase() method because of the reason of data persistence.
Compare 2 commits »
KevinSchoenmayer merged pull request KevinSchoenmayer/GseTDDUebungKCLR#8 2026-01-06 23:56:05 +01:00
Adjusted some tests and removed clearDatabase() method because of the reason of data persistence.
KevinSchoenmayer pushed to main at KevinSchoenmayer/GseTDDUebungKCLR 2026-01-06 23:54:23 +01:00
60390052dd Merge pull request 'Changed Tests so they don't permanently insert workers and tasks into the database' (#7) from ScannerImplementation into main
677336e534 Changed Tests so they don't permanently insert workers and tasks into the database
Compare 2 commits »
KevinSchoenmayer merged pull request KevinSchoenmayer/GseTDDUebungKCLR#7 2026-01-06 23:54:21 +01:00
Changed Tests so they don't permanently insert workers and tasks into the database
KevinSchoenmayer created pull request KevinSchoenmayer/GseTDDUebungKCLR#7 2026-01-06 23:52:55 +01:00
Changed Tests so they don't permanently insert workers and tasks into the database
677336e534 Changed Tests so they don't permanently insert workers and tasks into the database
342338f6e5 Merge pull request 'Hotfix to address the IOException in the SimpleDatabaseManager class, modified modifier and deleted useless test.' (#6) from database into main
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
Compare 6 commits »
KevinSchoenmayer pushed to main at KevinSchoenmayer/GseTDDUebungKCLR 2026-01-06 23:39:27 +01:00
342338f6e5 Merge pull request 'Hotfix to address the IOException in the SimpleDatabaseManager class, modified modifier and deleted useless test.' (#6) from database into main
3050405792 Hotfix to address the IOException in the SimpleDatabaseManager class, modified modifier and deleted useless test.
Compare 2 commits »
KevinSchoenmayer merged pull request KevinSchoenmayer/GseTDDUebungKCLR#6 2026-01-06 23:39:26 +01:00
Hotfix to address the IOException in the SimpleDatabaseManager class, modified modifier and deleted useless test.
KevinSchoenmayer pushed to main at KevinSchoenmayer/GseTDDUebungKCLR 2026-01-06 23:09:38 +01:00
e667389694 Changed the build.gradle to have an automatic build script, added the README
KevinSchoenmayer pushed to main at KevinSchoenmayer/GseTDDUebungKCLR 2026-01-06 21:58:17 +01:00
20afbbf461 Problems with the merge to main
6ccb68285f Added syncing with database when starting the Manager, adding, removing or editing anything
Compare 3 commits »
20afbbf461 Problems with the merge to main
6ccb68285f Added syncing with database when starting the Manager, adding, removing or editing anything
Compare 2 commits »
KevinSchoenmayer pushed to main at KevinSchoenmayer/GseTDDUebungKCLR 2026-01-06 21:24:38 +01:00
0b74bf5eea Merge pull request 'ScannerImplementation' (#5) from ScannerImplementation into main
0c83baec46 Merging
654305f2cd Small fix for listing tasks
a390509f87 Fixed CLI to allow for full testing by using State Machines for everything, test for editing passes now
85446bc230 Quick change to the access Modifiers for fields in Worker,Task and Assignmentmanager, refactored tests to use getWorkerMap
Compare 12 commits »
KevinSchoenmayer merged pull request KevinSchoenmayer/GseTDDUebungKCLR#5 2026-01-06 21:24:37 +01:00
ScannerImplementation
KevinSchoenmayer created pull request KevinSchoenmayer/GseTDDUebungKCLR#5 2026-01-06 21:21:04 +01:00
ScannerImplementation
0c83baec46 Merging
760009b4d6 Merge pull request 'Implemented database functionality' (#4) from database into main
35e22bba99 Added MySQL functionality
3344ba67cc Updated files and created compose.yml for internal database usage
97990a3e76 Deleted unnecessary files.
Compare 17 commits »
654305f2cd Small fix for listing tasks
a390509f87 Fixed CLI to allow for full testing by using State Machines for everything, test for editing passes now
85446bc230 Quick change to the access Modifiers for fields in Worker,Task and Assignmentmanager, refactored tests to use getWorkerMap
f0da7b0f9a Mid-Work of changing the CLI to use State Machines so all input can be tested with the Tests using handleInput()
c85d55ce7d Almost full implementation of Scanner UI. Two tests not passing, but safety commit
a875f24e83 Commit for the rebase on ScannerImplementation from main
Compare 4 commits »
KevinSchoenmayer pushed to main at KevinSchoenmayer/GseTDDUebungKCLR 2025-12-18 21:13:14 +01:00
760009b4d6 Merge pull request 'Implemented database functionality' (#4) from database into main
35e22bba99 Added MySQL functionality
3344ba67cc Updated files and created compose.yml for internal database usage
Compare 3 commits »
KevinSchoenmayer merged pull request KevinSchoenmayer/GseTDDUebungKCLR#4 2025-12-18 21:13:12 +01:00
Implemented database functionality