Commit Graph

  • 76b494f64a Fixed template parameter name Francesco 2023-10-11 11:11:48 +02:00
  • 05546202ff License headers Francesco 2023-10-11 11:09:02 +02:00
  • 1ada69df24 Removed old jdbcTemplate insert Francesco 2023-10-11 11:06:12 +02:00
  • 02ecb6b019 Removed old jdbcTemplate insert Francesco 2023-10-11 11:03:18 +02:00
  • 2fb76d445f JPA Validation WIP Francesco 2023-10-11 10:53:40 +02:00
  • 4b21437c30 Fixed condition to show errors Francesco 2023-10-10 21:47:29 +02:00
  • 7333db3f04 Formatting Francesco 2023-10-10 21:46:50 +02:00
  • 3ee6497d09 Changed search query to also exact match primary key Francesco 2023-10-10 21:39:51 +02:00
  • c17d80514a Highlighting inputs with errors Francesco 2023-10-10 22:19:56 +02:00
  • 13b45e62b8 Showing validation errors field by field Francesco 2023-10-10 21:30:49 +02:00
  • 8b88475d8a WIP JPA Validation (TODO: show error messages on fields) Francesco 2023-10-10 17:53:45 +02:00
  • 8eab71ff55 Documentation Francesco 2023-10-10 11:44:40 +02:00
  • 608d42b412 Added successful delete message Francesco 2023-10-10 11:42:43 +02:00
  • 737fac7bab UI fixes Francesco 2023-10-10 11:20:38 +02:00
  • 909e027441 Removed live demo link Francesco 2023-10-10 11:01:30 +02:00
  • ad06b8fab7 Changed About page to Help Francesco 2023-10-10 11:00:35 +02:00
  • 36376281f7 Documentation Francesco 2023-10-10 11:00:21 +02:00
  • ac77c989e1 Example SecurityConfiguration (#10) Francesco 2023-10-10 10:55:09 +02:00
  • 0fd9226a80 Changed names of global ModelAttributes in order to avoid clashes with client-defined variables Francesco 2023-10-09 17:53:02 +02:00
  • 6819206bc6 Added null check Francesco 2023-10-09 17:30:56 +02:00
  • 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. Francesco 2023-10-09 17:28:55 +02:00
  • 0b1b394144 README Francesco 2023-10-09 09:28:06 +02:00
  • 672c780888 README Francesco 2023-10-09 09:27:08 +02:00
  • cc16e13a57 README Francesco 2023-10-08 11:37:43 +02:00
  • 62d977caa1 v0.1.5 Francesco 2023-10-08 11:36:37 +02:00
  • d60722d7a8 Documentation Francesco 2023-10-08 11:36:31 +02:00
  • 0282441e44 README Francesco 2023-10-08 11:36:27 +02:00
  • 68a8d64f35 README.md Francesco 2023-10-08 11:33:51 +02:00
  • 474d71d1d9 Added package-info files Francesco 2023-10-08 11:33:34 +02:00
  • dbdd45190c CHANGELOG Francesco 2023-10-08 11:17:19 +02:00
  • 3767501d6a Fix typo Francesco 2023-10-08 11:16:14 +02:00
  • 99baafb11c Documentation Francesco 2023-10-08 11:04:00 +02:00
  • 7c3b23015b Documentation Francesco 2023-10-08 11:03:21 +02:00
  • 80a625a337 README Francesco 2023-10-08 11:03:15 +02:00
  • ee3d43dc2a Fix method arguments Francesco 2023-10-08 10:59:04 +02:00
  • 3bf6b1f58d Removed FragmentContext and instead created multiple versions of input fields fragments for different contexts (search, create) Francesco 2023-10-08 10:55:21 +02:00
  • bf7a4c8956 Support for char and short field types; Improved UI on create/edit form, now showing the type for each input element Francesco 2023-10-08 10:41:29 +02:00
  • e1010a6c86 Logging prints Francesco 2023-10-08 10:19:27 +02:00
  • cebc62c90b README Francesco 2023-10-06 17:06:19 +02:00
  • 1301002562 Fixed nav links Francesco 2023-10-06 17:06:15 +02:00
  • 95d47e58f0 Documentation Francesco 2023-10-06 17:00:03 +02:00
  • fb5384c726 Added missing license header Francesco 2023-10-06 16:55:45 +02:00
  • e033363ec0 README Francesco 2023-10-06 16:24:39 +02:00
  • a86677e618 Documentation Francesco 2023-10-06 16:24:36 +02:00
  • 3c46805c9a Support for BigInteger, Date and Short field types Francesco 2023-10-06 16:22:49 +02:00
  • 5047b8e6ef Documentation Francesco 2023-10-06 16:05:57 +02:00
  • 68d9c89511 README Francesco 2023-10-06 16:05:42 +02:00
  • 9c058c188b Disabled edit link Francesco 2023-10-06 15:31:05 +02:00
  • b84a139d12 @DisableEdit Francesco 2023-10-06 15:14:41 +02:00
  • a05ce27d24 @DisableCreate Francesco 2023-10-06 14:52:29 +02:00
  • 7b2eb02cd4 Visual indicator of enabled/disabled operations in the Schema page Francesco 2023-10-06 14:31:55 +02:00
  • 99792fa7a8 UI fix Francesco 2023-10-06 14:11:40 +02:00
  • 7e7089ea72 @DisableDelete WIP Francesco 2023-10-06 12:46:11 +02:00
  • 5fdf7e18e7 Fix width of input fields Francesco 2023-10-05 16:02:17 +02:00
  • 1142e393e7 Enabled OffsetDateTime support Francesco 2023-10-05 14:43:20 +02:00
  • cc131739c3 Minor changes Francesco 2023-10-05 13:15:51 +02:00
  • c16ebff78d Added section for supported features Francesco 2023-10-05 10:01:48 +02:00
  • 2fe4eedc4b Added logging for unsupported field types Francesco 2023-10-05 10:01:38 +02:00
  • 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) Francesco 2023-10-05 09:38:17 +02:00
  • bebc562961 Refactored the way input fields are rendered to allow further customization and easier support of custom fields like OffsetDateTime (#7). Francesco 2023-10-04 16:26:32 +02:00
  • 0620c3d2a5 README Francesco 2023-10-04 14:15:21 +02:00
  • ec61bf9867 README Francesco 2023-10-04 14:14:42 +02:00
  • 8ed684ba16 README Francesco 2023-10-04 13:39:30 +02:00
  • f6aebb65e1 v0.1.4 Francesco 2023-10-04 13:34:45 +02:00
  • f12debe4d3 Test Maven Deployment Francesco 2023-10-04 13:30:58 +02:00
  • a6b41535fb Init in @PostConstruct Francesco 2023-10-04 12:57:16 +02:00
  • 2a0f73049f Removed spring-boot-devtools Francesco 2023-10-04 12:52:23 +02:00
  • 67262c13b9 README Francesco 2023-10-03 11:24:21 +02:00
  • c40b3e0c0b .gitignore Francesco 2023-10-03 11:22:07 +02:00
  • 31f1ff01b7 Merge branch 'main' of github.com:aileftech/spring-boot-database-admin into main Francesco 2023-10-03 11:18:54 +02:00
  • 5413c8bfa0 Documentation Francesco 2023-10-03 11:18:47 +02:00
  • 96ece6d4b2 Merge branch 'main' of github.com:aileftech/spring-boot-database-admin into main Francesco 2023-10-03 11:17:16 +02:00
  • c9eab1f7c7 Merge branch 'main' of github.com:aileftech/spring-boot-database-admin into main Francesco 2023-10-03 11:17:16 +02:00
  • aeac9c10b6 @ReadOnly fields (#4) Francesco 2023-10-03 11:16:05 +02:00
  • e1a591b2d5 fields (#4) Francesco 2023-10-03 11:16:05 +02:00
  • 76a99be813 Fix typo Francesco 2023-10-03 11:15:49 +02:00
  • 64af5e2856 Documentation (#4) Francesco 2023-10-03 11:15:03 +02:00
  • 1c07dac910 README Francesco 2023-10-03 11:01:09 +02:00
  • 780d2c6f94 README Francesco 2023-10-02 14:13:37 +02:00
  • f3d1de624d Documentation Francesco 2023-10-02 14:09:53 +02:00
  • 99f89a7ac9 README Francesco 2023-10-02 09:49:02 +02:00
  • 6ace40e7e0 Documentation Francesco 2023-10-02 09:48:56 +02:00
  • 9f7a068685 Documentation Francesco 2023-10-02 09:46:48 +02:00
  • 6852080e32 Updated docs after implementation of #3 Francesco 2023-10-02 09:27:20 +02:00
  • 1d66169a43 Implemented scanning of multiple models packages (#3) Francesco 2023-10-02 09:16:20 +02:00
  • 52a2939b35
    README Ailef 2023-10-01 19:46:04 +02:00
  • 7af6631b67 README Francesco 2023-10-01 15:29:47 +02:00
  • 4a1f978e61
    Update issue templates Ailef 2023-10-01 14:28:23 +02:00
  • 6bebfcd58b v0.1.3 Francesco 2023-10-01 14:20:49 +02:00
  • 487e001ff7 README Francesco 2023-10-01 09:02:59 +02:00
  • 5b027be0d1 Javadoc Francesco 2023-10-01 09:02:54 +02:00
  • c7258e9968 License header Francesco 2023-10-01 08:35:15 +02:00
  • 01b3c55fab Updated docs for @HiddenColumn Francesco 2023-09-30 20:53:14 +02:00
  • cd5076303d Javadoc @HiddenColumn Francesco 2023-09-30 20:52:34 +02:00
  • 91f59e2f87 .gitignore Francesco 2023-09-30 20:45:01 +02:00
  • 869e276fb4 Implemented @HiddenColumn Francesco 2023-09-30 20:44:52 +02:00
  • ea1a94916b Updated docs for Maven Francesco 2023-09-30 20:12:22 +02:00
  • dcab7c6116 .gitignore Francesco 2023-09-30 11:22:34 +02:00
  • 35bb856302 Version bump Francesco 2023-09-30 11:19:44 +02:00
  • ce3366496b README Francesco 2023-09-30 11:19:33 +02:00