Commit Graph

164 Commits

Author SHA1 Message Date
Francesco 0fd9226a80 Changed names of global ModelAttributes in order to avoid clashes with client-defined variables 2023-10-09 17:53:02 +02:00
Francesco 6819206bc6 Added null check 2023-10-09 17:30:56 +02:00
Francesco 9bd896e5c7 Improved handling of 404 errors
Instead of shipping an `error/404.html` template, added a `@ControllerAdvice` that handles `DbAdminNotFoundException`.
This way, we only show our error page for exceptions that are thrown inside our controller's methods, and don't interfere
with the 404 settings for the other routes defined by the user.
2023-10-09 17:28:55 +02:00
Francesco 474d71d1d9 Added package-info files 2023-10-08 11:33:34 +02:00
Francesco ee3d43dc2a Fix method arguments 2023-10-08 10:59:04 +02:00
Francesco 3bf6b1f58d Removed FragmentContext and instead created multiple versions of input fields fragments for different contexts (search, create) 2023-10-08 10:55:21 +02:00
Francesco bf7a4c8956 Support for char and short field types; Improved UI on create/edit form, now showing the type for each input element 2023-10-08 10:41:29 +02:00
Francesco e1010a6c86 Logging prints 2023-10-08 10:19:33 +02:00
Francesco 95d47e58f0 Documentation 2023-10-06 17:00:03 +02:00
Francesco fb5384c726 Added missing license header 2023-10-06 16:55:45 +02:00
Francesco 3c46805c9a Support for BigInteger, Date and Short field types 2023-10-06 16:22:49 +02:00
Francesco 9c058c188b Disabled edit link 2023-10-06 15:31:05 +02:00
Francesco b84a139d12 @DisableEdit 2023-10-06 15:14:41 +02:00
Francesco a05ce27d24 @DisableCreate 2023-10-06 14:52:29 +02:00
Francesco 7b2eb02cd4 Visual indicator of enabled/disabled operations in the Schema page 2023-10-06 14:31:55 +02:00
Francesco 99792fa7a8 UI fix 2023-10-06 14:11:40 +02:00
Francesco 7e7089ea72 @DisableDelete WIP 2023-10-06 12:46:11 +02:00
Francesco 5fdf7e18e7 Fix width of input fields 2023-10-05 16:02:17 +02:00
Francesco 1142e393e7 Enabled OffsetDateTime support 2023-10-05 14:43:20 +02:00
Francesco cc131739c3 Minor changes 2023-10-05 13:15:51 +02:00
Francesco 2fe4eedc4b Added logging for unsupported field types 2023-10-05 10:01:38 +02:00
Francesco 4177bdcd43 - Small refactor to the rendering part for input fileds: each field now has its own Thymeleaf
fragment in order to allow easier customization and easier support for different field types (required for #7)
- WIP Handle unsupported types gracefully (#9)
2023-10-05 09:38:17 +02:00
Francesco bebc562961 Refactored the way input fields are rendered to allow further customization
and easier support of custom fields like OffsetDateTime (#7).
2023-10-04 16:27:16 +02:00
Francesco a6b41535fb Init in @PostConstruct 2023-10-04 12:57:16 +02:00
Francesco aeac9c10b6 @ReadOnly fields (#4) 2023-10-03 11:17:02 +02:00
Francesco 76a99be813 Fix typo 2023-10-03 11:15:49 +02:00
Francesco 1d66169a43 Implemented scanning of multiple models packages (#3) 2023-10-02 09:19:14 +02:00
Francesco 6bebfcd58b v0.1.3 2023-10-01 14:20:49 +02:00
Francesco 5b027be0d1 Javadoc 2023-10-01 09:02:54 +02:00
Francesco c7258e9968 License header 2023-10-01 08:35:15 +02:00
Francesco cd5076303d Javadoc @HiddenColumn 2023-09-30 20:52:34 +02:00
Francesco 869e276fb4 Implemented @HiddenColumn 2023-09-30 20:44:52 +02:00
Francesco 1db41bad38 Changed default sorting to prioritize non-nullable fields 2023-09-30 11:19:21 +02:00
Francesco 90da830030 Removed custom oninvalid handling and marked required fields in UI 2023-09-30 10:58:24 +02:00
Francesco 5b6dba0d24 Added field type TEXT to searchable fields 2023-09-30 10:48:28 +02:00
Francesco 0976a76ffc Removed left padding in filter UI 2023-09-30 10:43:31 +02:00
Francesco 83e9766eb0 Better error handling of null values in faceted search 2023-09-30 10:33:48 +02:00
Francesco bb3f9e7bcb Categorical filter is now mutually exclusive 2023-09-30 10:29:18 +02:00
Francesco e72fcda5fe Better error handling of invalid values in faceted search 2023-09-30 10:16:06 +02:00
Francesco fd2728083b Added link in Action logs table 2023-09-30 14:52:14 +02:00
Francesco cb7e18a920 Documentation 2023-09-30 12:29:04 +02:00
Francesco a6da47775f Documentation 2023-09-30 12:14:08 +02:00
Francesco fa51f11109 Implemented sorting on Action logs and standardized filtering/pagination mechanics 2023-09-30 11:22:56 +02:00
Francesco f5fdb73160 WIP 2023-09-30 10:21:49 +02:00
Francesco ba0b816241 WIP 2023-09-30 08:40:02 +02:00
Francesco 5c5df5e2ba WIP 2023-09-30 08:38:07 +02:00
Francesco 9c15bb33e7 WIP 2023-09-28 14:43:12 +02:00
Francesco d264a5166a Testing Maven deployment 2023-09-28 09:11:17 +02:00
Francesco 1b4f91a168 0.1.2 2023-09-27 10:58:51 +02:00
Francesco 87d345b679 WIP 2023-09-27 10:45:59 +02:00