summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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-074-2/+82
| | |
| * | 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
| |
| * 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/+2
| |
| * formated CodeVViktoria Pundy2018-05-061-2/+0
| |
| * 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-066-100/+27
| | | | | | | | | | | | 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-063-0/+33
| |
| * 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-066-115/+135
| |
| * Added test for persistence layerViktoria Pundy2018-05-061-0/+67
| |
| * Small ChangesViktoria Pundy2018-05-062-24/+17
| |
| * Mocked H2Viktoria Pundy2018-05-061-3/+2
| |