aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Changed enums (and similar fields) to match enum names of JavaFelix Kehrer2018-05-073-9/+11
* Set default values for time-ChoiceBoxesFelix Kehrer2018-05-071-0/+2
* Add hasNef property to VehicleDatabaseDao.addDominic Rogetzer2018-05-071-11/+14
* Implement onRegistrationClickedDominic Rogetzer2018-05-071-1/+1
* Merge branch 'main_controller' into review_fahrzeug_anmeldenFelix Kehrer2018-05-073-7/+107
|\
| * Log openNewWindow errorDominic Rogetzer2018-05-071-1/+6
| * Add hyperlink-click-methods in CreateOperationController, implementDominic Rogetzer2018-05-071-1/+43
| * Change CreateOperationController.fxml labels to hyperlinks with onActionDominic Rogetzer2018-05-071-6/+7
| * Add Platform.exit() on window-close and add stop-methodDominic Rogetzer2018-05-071-8/+9
| * Add MainApplication which opens Operation windowDominic Rogetzer2018-05-071-0/+51
* | Fix NullPointerException occurring when empty area clicked in tableFelix Kehrer2018-05-071-0/+6
* | 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 d...Felix Kehrer2018-05-071-1/+28
* | 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 type...Felix Kehrer2018-05-071-3/+4
|/
* 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