aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Dummie UIMartin Weick2018-05-041-0/+108
| |
| * Validate VehiclesMartin Weick2018-05-041-0/+65
| |
| * Add SpringFXMLLoaderTharre2018-05-041-0/+212
| |
| * Merge branch 'review_create_new_employee' into developTharre2018-05-0412-2/+610
| |\
| | * Change pom file: use testfx.version variableDominic Rogetzer2018-05-041-1/+1
| | |
| | * Change occurences of PersistenceException in Service and ControllersDominic Rogetzer2018-05-036-25/+23
| | | | | | | | | | | | to ServiceExceptions
| | * Run maven fmt:format to reformat codeDominic Rogetzer2018-05-033-15/+16
| | |
| | * Remove duplicate code of initializing employeeServiceDominic Rogetzer2018-05-031-16/+5
| | |
| | * Remove 'test'-suffix of CreateNewEmployeeApplicationTestDominic Rogetzer2018-05-031-2/+2
| | |
| | * Add support for high-DPI aware GUI-tests (HighDpiAwareApplicationTest)Dominic Rogetzer2018-05-033-2/+58
| | |
| | * Initialize values in inputQualification, implement onCancelClickedDominic Rogetzer2018-05-031-3/+24
| | |
| | * add GUI-testsDominic Rogetzer2018-05-033-0/+195
| | |
| | * add testfx as maven dependencyDominic Rogetzer2018-05-031-2/+15
| | |
| | * refactor alert-creating code to method showModalDialogWithOkButtonDominic Rogetzer2018-05-031-5/+21
| | |
| | * add unit tests for employeeService, format code in EmployeeServiceImplDominic Rogetzer2018-05-032-3/+68
| | |
| | * implement CreateNewEmployeeController.onCreateClickedDominic Rogetzer2018-05-031-1/+54
| | |
| | * fix syntax error in INSERT_EMPLOYEE_VERSION SQL statement, reformat codeDominic Rogetzer2018-05-031-9/+9
| | |
| | * create EmployeeValidatorDominic Rogetzer2018-05-031-0/+23
| | |
| | * add EmployeeServiceImpl and implement add methodDominic Rogetzer2018-05-031-0/+42
| | |
| | * implement EmployeeDatabaseDao.addDominic Rogetzer2018-05-031-3/+23
| | |
| | * add EmployeeDatabaseDao with constructorDominic Rogetzer2018-05-031-0/+64
| | |
| | * add CreateNewEmployeeController and set on-click methodsDominic Rogetzer2018-05-032-2/+30
| | |
| | * create first version of createNewEmployee-UIDominic Rogetzer2018-05-031-0/+24
| | |
| * | Add missing hasNef attr. to VehicleVersion tableTharre2018-05-031-0/+1
| |/
| * Allow multiple registrations at onceTharre2018-05-032-6/+8
| | | | | | | | Otherwise, proper validation wouldn't be possible.
| * DTO getters should be public, not package-privateTharre2018-05-024-25/+25
| |
| * Add JDBCConnectionManagerTharre2018-05-011-0/+45
| |
| * Add sql database schemaTharre2018-05-011-0/+57
| |
| * Implement interfaces and the correspondant DTOsTharre2018-05-0120-0/+709
| |
| * Update IntelliJ configurationTharre2018-04-294-3/+25
| |
* | Update IntelliJ configurationTharre2018-05-014-3/+25
| |
* | Add JDBCConnectionManagerTharre2018-05-011-0/+45
| |
* | Add sql database schemaTharre2018-05-011-0/+57
| |
* | Implement interfaces and the correspondant DTOsTharre2018-05-0120-0/+709
|/
* Add pre-commit hook that checks code formattingTharre2018-04-272-0/+56
|
* Add IntelliJ project files, including code styleTharre2018-04-2710-2/+622
|
* Initial commitTharre2018-04-229-0/+735