341 Commits

Author SHA1 Message Date
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
c16ebff78d Added section for supported features 2023-10-05 10:01:48 +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
0620c3d2a5 README 2023-10-04 14:15:21 +02:00
Francesco
ec61bf9867 README 2023-10-04 14:14:42 +02:00
Francesco
8ed684ba16 README 2023-10-04 13:39:30 +02:00
Francesco
f6aebb65e1 v0.1.4 2023-10-04 13:34:45 +02:00
Francesco
f12debe4d3 Test Maven Deployment 2023-10-04 13:30:58 +02:00
Francesco
a6b41535fb Init in @PostConstruct 2023-10-04 12:57:16 +02:00
Francesco
2a0f73049f Removed spring-boot-devtools 2023-10-04 12:52:23 +02:00
Francesco
67262c13b9 README 2023-10-03 11:24:21 +02:00
Francesco
c40b3e0c0b .gitignore 2023-10-03 11:22:07 +02:00
Francesco
31f1ff01b7 Merge branch 'main' of github.com:aileftech/spring-boot-database-admin into main 2023-10-03 11:18:54 +02:00
Francesco
5413c8bfa0 Documentation 2023-10-03 11:18:47 +02:00
Francesco
96ece6d4b2 Merge branch 'main' of github.com:aileftech/spring-boot-database-admin into main 2023-10-03 11:17:42 +02:00
Francesco
c9eab1f7c7 Merge branch 'main' of github.com:aileftech/spring-boot-database-admin into main 2023-10-03 11:17:16 +02:00
Francesco
aeac9c10b6 @ReadOnly fields (#4) 2023-10-03 11:17:02 +02:00
Francesco
e1a591b2d5 fields (#4) 2023-10-03 11:16:05 +02:00
Francesco
76a99be813 Fix typo 2023-10-03 11:15:49 +02:00
Francesco
64af5e2856 Documentation (#4) 2023-10-03 11:15:03 +02:00
Francesco
1c07dac910 README 2023-10-03 11:01:09 +02:00
Francesco
780d2c6f94 README 2023-10-02 14:13:37 +02:00
Francesco
f3d1de624d Documentation 2023-10-02 14:09:53 +02:00
Francesco
99f89a7ac9 README 2023-10-02 09:49:02 +02:00
Francesco
6ace40e7e0 Documentation 2023-10-02 09:48:56 +02:00
Francesco
9f7a068685 Documentation 2023-10-02 09:46:48 +02:00
Francesco
6852080e32 Updated docs after implementation of #3 2023-10-02 09:27:20 +02:00
Francesco
1d66169a43 Implemented scanning of multiple models packages (#3) 2023-10-02 09:19:14 +02:00
Ailef
52a2939b35
README 2023-10-01 19:46:04 +02:00
Francesco
7af6631b67 README 2023-10-01 15:29:47 +02:00
Ailef
4a1f978e61
Update issue templates 2023-10-01 14:28:23 +02:00
Francesco
6bebfcd58b v0.1.3 2023-10-01 14:20:49 +02:00
Francesco
487e001ff7 README 2023-10-01 09:02:59 +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
01b3c55fab Updated docs for @HiddenColumn 2023-09-30 20:53:14 +02:00
Francesco
cd5076303d Javadoc @HiddenColumn 2023-09-30 20:52:34 +02:00
Francesco
91f59e2f87 .gitignore 2023-09-30 20:45:01 +02:00
Francesco
869e276fb4 Implemented @HiddenColumn 2023-09-30 20:44:52 +02:00
Francesco
ea1a94916b Updated docs for Maven 2023-09-30 20:12:22 +02:00
Francesco
dcab7c6116 .gitignore 2023-09-30 11:22:34 +02:00
Francesco
35bb856302 Version bump 2023-09-30 11:19:44 +02:00
Francesco
ce3366496b README 2023-09-30 11:19:33 +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