43 Commits

Author SHA1 Message Date
Francesco
9b316a3ad1 Fix service call 2023-10-26 13:52:46 +02:00
Francesco
299082d891 Added appropriate service layer to all internal classes in order to be able to use the TransactionTemplate 2023-10-26 12:17:14 +02:00
Francesco
9422b55341 License headers 2023-10-23 12:09:08 +02:00
Francesco
3ef44b79b1 WIP SQL console: export data 2023-10-23 12:02:28 +02:00
Francesco
0ef44cbfb9 WIP SQL console: foreign key resolution 2023-10-23 11:09:02 +02:00
Francesco
10af1b9020 WIP SQL console: pagination 2023-10-23 10:26:31 +02:00
Francesco
e52cc2877f WIP SQL console 2023-10-22 16:25:05 +02:00
Francesco
ee58fa0d77 WIP SQL console: enable flag; better table output 2023-10-22 16:13:58 +02:00
Francesco
c9a9dc6e4c WIP SQL console: delete tabs 2023-10-22 15:02:04 +02:00
Francesco
d0fa9a0dc6 WIP SQL console: edit tab names 2023-10-22 14:43:38 +02:00
Francesco
0ec0f63359 WIP SQL console: tabs 2023-10-22 14:31:09 +02:00
Francesco
471c5ac18a WIP SQL console: tabs 2023-10-22 10:31:58 +02:00
Francesco
0691d17867 WIP SQL console: basic prototype working 2023-10-21 19:39:21 +02:00
Francesco
2352bdcdd7 WIP SQL console 2023-10-20 17:58:54 +02:00
Francesco
198f7166f2 WIP SQL console 2023-10-20 16:57:44 +02:00
Francesco
1f7f8ba327 Fixed missing redirect 2023-10-12 14:50:04 +02:00
Francesco
407dbafabd Fixed issues related to UUID field (#13) 2023-10-12 11:49:00 +02:00
Francesco
30384b7381 Support for UUID type (#13) 2023-10-11 14:40:21 +02:00
Francesco
90aae69daf Added global version variable 2023-10-11 11:34:51 +02:00
Francesco
821bbd98ef Nicer 404 error message 2023-10-11 11:15:20 +02:00
Francesco
2fb76d445f JPA Validation WIP 2023-10-11 10:53:40 +02:00
Francesco
7333db3f04 Formatting 2023-10-10 21:46:50 +02:00
Francesco
c17d80514a Highlighting inputs with errors 2023-10-10 22:19:56 +02:00
Francesco
13b45e62b8 Showing validation errors field by field 2023-10-10 21:30:49 +02:00
Francesco
8b88475d8a WIP JPA Validation (TODO: show error messages on fields) 2023-10-10 17:53:45 +02:00
Francesco
608d42b412 Added successful delete message 2023-10-10 11:42:43 +02:00
Francesco
ad06b8fab7 Changed About page to Help 2023-10-10 11:00:35 +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
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
b84a139d12 @DisableEdit 2023-10-06 15:14:41 +02:00
Francesco
a05ce27d24 @DisableCreate 2023-10-06 14:52:29 +02:00
Francesco
7e7089ea72 @DisableDelete WIP 2023-10-06 12:46:11 +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
1d66169a43 Implemented scanning of multiple models packages (#3) 2023-10-02 09:19:14 +02:00
Francesco
c7258e9968 License header 2023-10-01 08:35:15 +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
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
63470ff412 WIP 2023-09-27 10:38:17 +02:00
Francesco
9091ba365a WIP 2023-09-26 20:01:20 +02:00
Francesco
ca1931cda6 WIP 2023-09-26 16:38:42 +02:00
Francesco
cdbad51641 0.1.0 2023-09-25 10:10:30 +02:00