aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Rename Registration Dao & service to conventional styleFelix Kehrer2018-05-074-14/+13
|
* Merge branch 'vehicle_service_list' into fahrzeug_anmeldenFelix Kehrer2018-05-071-5/+24
|\
| * Implement vehicleService.listDominic Rogetzer2018-05-071-5/+24
| |
* | Merge branch 'employee_list' into fahrzeug_anmeldenFelix Kehrer2018-05-075-9/+218
|\ \
| * | Implement EmployeePersistenceTest with DBUnitDominic Rogetzer2018-05-071-0/+155
| | |
| * | Add test-data in xml format for EmployeePersistenceTestDominic Rogetzer2018-05-071-0/+12
| | |
| * | Change enum types to varchar with check constraint to support DBUnitDominic Rogetzer2018-05-071-6/+11
| | |
| * | Format EmployeeDatabaseDao and EmployeeServiceImplDominic Rogetzer2018-05-072-12/+12
| | |
| * | Change JDBCConnectionManager to allow different connection-urlDominic Rogetzer2018-05-071-3/+8
| | |
| * | Implement EmployeeServiceImpl.listDominic Rogetzer2018-05-071-1/+6
| | |
| * | Implement EmployeeDatabaseDao.listDominic Rogetzer2018-05-071-2/+34
| |/
* | Changed test data to be in sync with new database schemaFelix Kehrer2018-05-071-2/+2
| |
* | Added positive and negative tests for RegistrationServiceFelix Kehrer2018-05-071-0/+124
| |
* | Add Application for manual testsFelix Kehrer2018-05-071-0/+53
| |
* | Close window after successful adding of reservationFelix Kehrer2018-05-071-0/+1
| |
* | Fixed almost all vehicles being wrongly recognized as NEFFelix Kehrer2018-05-071-1/+1
| |
* | Setting Timestamp instead of Instant Object in SQL StatementFelix Kehrer2018-05-071-1/+2
| |
* | Changed behaviour to only prepare statement at construction timeFelix Kehrer2018-05-071-23/+23
| |
* | Implemented incorrect insert test (specified vehicle does not exist in test ↵Felix Kehrer2018-05-071-1/+28
| | | | | | | | database)
* | Implemented correct insert testFelix Kehrer2018-05-071-1/+71
| |
* | Added groundwork for DAO testsFelix Kehrer2018-05-073-0/+80
| |
* | Copied changes from branch employee_list to allow for DAO TestsFelix Kehrer2018-05-071-3/+8
| |
* | Replaced EventHandler<MouseEvent> with lambdaFelix Kehrer2018-05-071-19/+11
| |
* | Corrected wrong ZoneOffsetFelix Kehrer2018-05-071-3/+3
| |
* | First mockup of RegistrationWindow and its controllerFelix Kehrer2018-05-072-0/+279
| |
* | Add missing update to vehicle tableFelix Kehrer2018-05-071-0/+8
| |
* | First attempt at implementing RegistrationDAOFelix Kehrer2018-05-071-0/+96
| |
* | Implemented RegistrationService using RegistrationValidatorFelix Kehrer2018-05-072-0/+239
| |
* | Changed interface to take a whole vehicle, so the combination of vehicle ↵Felix Kehrer2018-05-071-3/+4
|/ | | | type and employees can be validated
* Merge 'VehicleDBDAO' and 'DBVehicleDAO' to 'VehicleDatabaseDao'Dominic Rogetzer2018-05-063-86/+49
|
* Fix rebase errorsViktoria Pundy2018-05-067-53/+19
|
* reformated codeViktoria Pundy2018-05-062-16/+0
|
* small changesViktoria Pundy2018-05-061-1/+1
|
* Added some test for persistence layer/small changesViktoria Pundy2018-05-064-417/+0
|
* Added test for persistence layerViktoria Pundy2018-05-061-0/+67
|
* Mocked H2Viktoria Pundy2018-05-061-3/+2
|
* Added some component tests, mocking of database still necessaryViktoria Pundy2018-05-061-0/+155
|
* Small ChangesViktoria Pundy2018-05-062-2/+1
|
* Added unit testsViktoria Pundy2018-05-061-8/+114
|
* Added constructor to create persistence instanceViktoria Pundy2018-05-061-0/+3
|
* Added file for unit testsViktoria Pundy2018-05-061-0/+49
|
* Small Changes (deleted Comments and TODOs) added an Alert if Operation was ↵Viktoria Pundy2018-05-062-4/+2
| | | | saved successfully
* Finished implementing needed methods in Persistence layer, added some ↵Viktoria Pundy2018-05-065-121/+19
| | | | | | validation factors for operation validation; Added methods to ui to add/remove vehicles to operation, created dummy vehicles
* Added Vehicle DAO and Vehicle Service Impl, started implementing needed methodsViktoria Pundy2018-05-062-0/+32
|
* Created first (unfinished) version for operation UI, started implementing ↵Viktoria Pundy2018-05-062-0/+101
| | | | Controller
* Added Operation DAO and -Service for Operation, implemented needed methods.Viktoria Pundy2018-05-061-0/+5
|
* Added some test for persistence layer/small changesViktoria Pundy2018-05-064-417/+0
|
* Added test for persistence layerViktoria Pundy2018-05-061-0/+67
|
* Small ChangesViktoria Pundy2018-05-061-2/+1
|
* Mocked H2Viktoria Pundy2018-05-061-3/+2
|