aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Add helper methods for DBUnit TestCases [#25949]Dominic Rogetzer2018-05-221-0/+41
| | |
| | * Fix regression caused by commit:3f84016Tharre2018-05-221-2/+2
| | | | | | | | | | | | | | | | | | Enums have ordering is important, commit:3f84016 changed ordering of the Vehicle.Status enum, but failed to also change that in the database schema.
| | * Add missing setLong() in VehicleDAO.get() #25953Tharre2018-05-221-0/+1
| | |
| | * Add logback.xmlTharre2018-05-211-0/+23
| | |
| | * Implement requestVehicles() in service+DAO #25953Tharre2018-05-219-8/+447
| | |
| | * Make Operation DTOs additionalInfo() nullableTharre2018-05-211-0/+1
| | |
| | * Add convenience functions to JdbcTestCase #27059Tharre2018-05-211-1/+23
| | |
| | * Revert DTO changes from commit:166ff610Tharre2018-05-213-9/+6
| | | | | | | | | | | | DTOs should never contain logic.
| | * Restructure test folderDominic Rogetzer2018-05-2112-46/+72
| | |
| | * [#25957] Improved css-File. (Comments, structure, less redundancy)Andreas Weninger2018-05-214-19/+53
| | |
| | * [#25958] Apply code formatting. Context Menu Label now bold and black while ↵Andreas Weninger2018-05-211-6/+2
| | | | | | | | | | | | highlighted. Annotate stuff.
| | * [#25958] Deleteing further changes from wrong aproach.Andreas Weninger2018-05-211-12/+0
| | |
| | * [#25958] Further revert changes from wrong aproach.Andreas Weninger2018-05-211-1/+0
| | |
| | * [#25958] Deleteing wrong aproach.Andreas Weninger2018-05-212-65/+0
| | |
| | * [#25958] Reformating.Andreas Weninger2018-05-214-9/+24
| | |
| | * [#25958] Implementing Context Menu as JavaFX Context Menu.Andreas Weninger2018-05-212-10/+2
| | |
| | * Status menu FXML & ControllerAndreas Weninger2018-05-215-6/+68
| | |
| | * StatusMenuAndreas Weninger2018-05-212-0/+22
| | |
| | * Reworking MainWindow UI.Andreas Weninger2018-05-212-97/+58
| | |
| | * UI Changes Main WindowAndreas Weninger2018-05-213-72/+103
| | |
| | * [#25958] Apply code formatting. Context Menu Label now bold and black while ↵Andreas Weninger2018-05-214-57/+100
| | | | | | | | | | | | highlighted. Annotate stuff.
| | * Updated Visuals in MainWindow.Andreas Weninger2018-05-212-9/+25
| | |
| | * Reworking MainWindow UI.Andreas Weninger2018-05-214-98/+90
| | |
| | * UI Changes Main WindowAndreas Weninger2018-05-216-177/+226
| | |
| | * JdbcTestCase changed to work with Junit 4Tharre2018-05-212-11/+92
| | |
| | * Extract dbunit JDBC modifications to JdbcTestCaseTharre2018-05-132-42/+53
| | |
| | * Change interfaces to use Set instead of ListTharre2018-05-1224-74/+77
| | |
| | * Fix DBUnit's enums and revert database changesTharre2018-05-123-136/+101
| | |
| | * Change Intellij db location to the new ./sepm oneTharre2018-05-112-3/+3
| | |
| | * Implement VehicleDAO.get() and fix list() misuseTharre2018-05-114-48/+77
| | |
| * | Added methods and filesViktoria Pundy2018-05-225-2/+364
| | |
* | | Merge branch 'develop'Tharre2018-05-1160-71/+4189
|\ \ \ | | |/ | |/|
| * | Remove duplicate `package` notice from READMETharre2018-05-091-4/+0
| | |
| * | Fix README markdown formattingTharre2018-05-091-24/+24
| | |
| * | Test readmeTharre2018-05-091-12/+12
| |/
| * Reformat.Andreas Weninger2018-05-082-52/+67
| | | | | | | | Implemented find maximum education in VehiclePaneController; relies on EducationLevel.Compare.
| * VehiclePane ControllerAndreas Weninger2018-05-081-15/+40
| |
| * VehiclePane FXMLAndreas Weninger2018-05-087-11/+78
| |
| * Empty skeleton for VehiclePane.Andreas Weninger2018-05-082-0/+47
| |
| * Change header-background-color and add drop-shadows to main elementsDominic Rogetzer2018-05-071-6/+6
| |
| * Fix 'KTW-B' vs 'KTW_B' parsing problemDominic Rogetzer2018-05-071-1/+1
| |
| * Ignore database filesTharre2018-05-071-0/+3
| |
| * Changed interface back to how it was beforeFelix Kehrer2018-05-074-11/+53
| |
| * Fixed a bug where nullpointer was thrown when element in vehicle list was nullViktoria Pundy2018-05-071-0/+3
| |
| * Changed test behaviour to leave "clean" database for other testsFelix Kehrer2018-05-072-9/+20
| |
| * Change database location to ./Felix Kehrer2018-05-071-1/+1
| |
| * Swap add and connectVehicleToOperationDominic Rogetzer2018-05-071-6/+11
| |
| * Remove nonexistent return valueFelix Kehrer2018-05-071-2/+4
| |
| * Set severity as a letter, not a numberFelix Kehrer2018-05-071-2/+5
| |
| * Changed enums (and similar fields) to match enum names of JavaFelix Kehrer2018-05-073-9/+11
| |