Commit Graph

387 Commits

Author SHA1 Message Date
Francesco 2fdce6fffe Renamed packages and spring-devtools properties 2023-10-31 14:30:09 +01:00
Ailef aaf9268fee Create CNAME 2023-10-31 10:34:18 +01:00
Ailef 66bc3ba9c2 Delete CNAME 2023-10-31 10:34:05 +01:00
Ailef 8c79f1add6 Update CNAME 2023-10-31 10:30:00 +01:00
Ailef 0e325dfe8c Create CNAME 2023-10-31 10:25:27 +01:00
Ailef abfa9d91b6 Delete CNAME 2023-10-31 10:25:21 +01:00
Ailef 6d6b67c5bf Create CNAME 2023-10-31 10:23:26 +01:00
Francesco 243e6364fe License headers 2023-10-29 11:38:42 +01:00
Francesco fdff9c84d5 License headers 2023-10-28 17:00:09 +02:00
Francesco 689e001fd9 CHANGELOG 2023-10-28 10:12:50 +02:00
Francesco 4b1bfb73e9 Logging 2023-10-27 12:25:09 +02:00
Francesco 0f4cc6e8be Fixed 'step' attribute in search input fields 2023-10-27 12:15:45 +02:00
Francesco ad95f2434c Fixed handling of java.sql.Date field type 2023-10-27 12:15:17 +02:00
Francesco c205e4948c Fixed 'step' attribute value for integer fields; Fixed handling of NumberFormatException 2023-10-27 12:03:44 +02:00
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 298ec067c5 internalTransactionManager no longer defined as a bean
This commit fixes #16 as the transaction manager is no longer visible
from the client's application and Spring will not select it as a candidate
when autowiring the bean.
2023-10-26 11:54:08 +02:00
Francesco c431053b62 README 2023-10-25 12:43:08 +02:00
Francesco 2d14b80aef CHANGELOG 2023-10-25 10:29:22 +02:00
Francesco d88faad418 Documentation 2023-10-25 10:26:54 +02:00
Francesco ba7a0ce11d README 2023-10-25 10:26:46 +02:00
Francesco 3183c810b7 Fixed categorical filtering on enums 2023-10-25 10:11:25 +02:00
Francesco b6cfe37c84 Fixed implementation of search with enum fields 2023-10-25 10:06:31 +02:00
Francesco baf6822faf License headers 2023-10-25 09:40:43 +02:00
Francesco 2cfcf2a8d7 Refactored field type system and Enum support
In order to support the `Enum` field type the `DbFieldType` enum has been converted
to an abstract class with an implementation class for each database field type.
2023-10-24 13:29:58 +02:00
Francesco d67729ea9d README 2023-10-24 09:55:02 +02:00
Francesco 706540d2ec Version bump 2023-10-24 09:54:23 +02:00
Francesco e10396eeb2 Documentation 2023-10-24 09:49:04 +02:00
Francesco e1a561938f README 2023-10-24 09:48:55 +02:00
Francesco 4435a8c7ef CHANGELOG 2023-10-24 09:48:49 +02:00
Francesco 61051ed2b8 @Disable annotation to ignore entity (#24) 2023-10-24 09:33:50 +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 24c6972df7 WIP SQL console: better sorting of result columns 2023-10-23 10:31:49 +02:00
Francesco ff67a04b3f CHANGELOG 2023-10-23 10:29:30 +02:00
Francesco 351b8e6396 README 2023-10-23 10:29:19 +02:00
Francesco 10af1b9020 WIP SQL console: pagination 2023-10-23 10:26:31 +02:00
Francesco d3f516edaf Support for Instant type (#21)
Since `Instant` requires a timezone which is not stored/accessible from the database,
all `Instant` objects are instantiated with UTC timezone by default
2023-10-22 16:33:10 +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 ec7eac3c12 Edited templates to reference new resources routes (#19) 2023-10-20 15:03:26 +02:00
Francesco 31200ad64f Added route to serve static resources with prepended baseUrl (#19) 2023-10-20 14:57:25 +02:00