aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| |
| * Added some component tests, mocking of database still necessaryViktoria Pundy2018-05-061-0/+155
| |
| * Small ChangesViktoria Pundy2018-05-063-8/+7
| |
| * Added unit testsViktoria Pundy2018-05-061-8/+114
| |
| * Added constructor to create persistence instanceViktoria Pundy2018-05-062-7/+12
| |
| * formated CodeVViktoria Pundy2018-05-062-15/+13
| |
| * 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-063-16/+18
| | | | | | | | saved successfully
| * Finished implementing needed methods in Persistence layer, added some ↵Viktoria Pundy2018-05-066-46/+201
| | | | | | | | | | | | 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-064-10/+114
| |
| * Created first (unfinished) version for operation UI, started implementing ↵Viktoria Pundy2018-05-062-0/+168
| | | | | | | | Controller
| * Added Operation DAO and -Service for Operation, implemented needed methods.Viktoria Pundy2018-05-062-0/+237
| |
| * Fix EmployeeDatabaseDao.add: additionally insert employee (not onlyDominic Rogetzer2018-05-051-3/+11
| | | | | | | | employeeVersion) and return correct id
| * Implements GUI Tests for create new VehicleMartin Weick2018-05-041-0/+54
| |
| * Change alert text to FehlerMartin Weick2018-05-041-1/+1
| |
| * Prepare UI tests for CreateNewVehicleMartin Weick2018-05-043-0/+95
| |
| * Move createCar.fxml to fxml folderMartin Weick2018-05-041-0/+0
| |
| * Move CarAddTestService to package vehicleMartin Weick2018-05-041-1/+1
| |
| * Refactor getTopModalStage to HelperMartin Weick2018-05-042-24/+32
| |
| * Move CreateCarController to package 'controller'Martin Weick2018-05-042-2/+2
| |
| * commit for mergeMartin2018-05-045-198/+4
| |
| * UI TestsMartin2018-05-046-6/+208
| |
| * testsMartin Weick2018-05-044-45/+287
| |
| * Implement vehicleAdd, start creating testsMartin Weick2018-05-045-44/+207
| |
| * Dummie UIMartin Weick2018-05-041-0/+17
| |