296 Commits

Author SHA1 Message Date
Francesco
2e3bffe9af Website 2023-10-31 15:03:53 +01:00
Francesco
0bad4aa432 README + Rename folder 2023-10-31 15:03:43 +01:00
Francesco
1155040a63 Fix CNAME 2023-10-31 15:00:20 +01:00
Francesco
1cbb7e4fdb Changed links 2023-10-31 14:57:37 +01:00
Francesco
4ab9ca4d49 Changing artifact to snap-admin 2023-10-31 14:45:13 +01:00
Francesco
80a37c67a1 Changing the name 2023-10-31 14:44:59 +01:00
Francesco
6e875f8cb5 Changing the name 2023-10-31 14:44:31 +01:00
Francesco
773bd5d72c Renaming packages 2023-10-31 14:44:15 +01:00
Francesco
8fd9dd3631 Replaced 'Spring Boot Database Admin' with 'SnapAdmin' 2023-10-31 14:31:50 +01:00
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