Commit Graph

110 Commits

Author SHA1 Message Date
6957a325fe Add Readme 2021-07-01 01:18:50 +02:00
9804bf5246 Merge pull request #27 from flecomte/update-project
Update project
2021-07-01 01:11:11 +02:00
58bb85ff1a update kotlin 2021-07-01 01:06:57 +02:00
f98b26b22c remove useless default argument in RequesterFactory 2021-07-01 01:01:18 +02:00
b06a92209c update postgresql version 2021-07-01 01:01:18 +02:00
6aa7f5568b update gradle 2021-07-01 01:01:18 +02:00
a839370b27 Send analysis to sonarqube 2021-07-01 01:01:17 +02:00
6b5323f70d Publish on CI 2021-06-30 23:57:59 +02:00
0de6f13eee change domain 2021-06-30 23:57:30 +02:00
c6da94a6e5 Merge pull request #26
action
2021-03-20 15:01:30 +01:00
93ce3831f4 init github action 2021-03-20 14:42:38 +01:00
4b28f64c43 Sort sql files on walk 2.1.2 2021-03-20 14:33:18 +01:00
35a8712eef fix select on query with no result 2.1.1 2021-02-27 01:29:21 +01:00
b200b3579a Improve gradle tasks 2021-02-27 00:19:30 +01:00
a13ca2d954 update dependencies 2.1.0 2021-02-26 23:00:41 +01:00
36ed678c5a Add disconnect method 2021-02-26 23:00:29 +01:00
c2c8b91dc5 Remove Mutable entities 2.0.0 2020-12-15 14:21:07 +01:00
9d208292a5 fix immutable entities 1.3.0 2020-11-26 09:29:13 +01:00
8bb3b61f2d Fix Generate UUID if null is defined as ID 1.2.1 2020-07-10 22:43:58 +02:00
5023f229ca Generate UUID if null is defined as ID 1.2.0 2020-07-10 17:24:35 +02:00
55b547db75 Fix migrations of Functions 1.1.1 2020-05-11 01:39:36 +02:00
377459f430 Add ShadowJar compatibility and Query file can be define name with comment
Add Migration and Query definition class
Add Docker DB for tests
2020-05-10 23:07:47 +02:00
df99bf4743 set JVM to 11 2020-05-10 22:05:55 +02:00
fc4fde490f config package 2020-03-25 15:26:19 +01:00
a6d2a4d34f add method function.perform 2020-03-25 00:30:54 +01:00
232158f85d Add serialise list 2020-03-15 20:18:55 +01:00
3c998edb3c add methode$ "isLastPage" to pagination 2020-02-24 20:41:29 +01:00
92722b0fef Improve SQL log message 2020-02-19 16:46:20 +01:00
265c586198 change Idea config 2020-02-19 12:46:04 +01:00
440ecc8193 RepositoryI::requester is now readonly 2020-02-11 20:39:43 +01:00
1bae960139 Improve UuidEntityVersioning 2020-01-29 17:03:22 +01:00
1dec96551d Add Immutable Entities 2020-01-23 00:40:47 +01:00
dbf5fbcfc5 Add Serializable Parameter 2019-10-22 11:10:02 +02:00
8eeb1e9e9d update jasync 2019-10-11 22:05:15 +02:00
c4125f1429 Lint 2019-10-10 21:44:56 +02:00
21c05f72f5 remove EntityI.className && RepositoryI.entityName 2019-10-09 22:50:04 +02:00
2a738e0595 remove id in EntityI interface & remove usless EntitiesCollections 2019-10-02 11:16:28 +02:00
6641ed78e7 remove returns in function definition 2019-09-20 02:36:21 +02:00
8810c1f08d Drop function if already exists and conflict 2019-09-20 02:27:15 +02:00
88c45aaf77 fix return function definition 2019-09-16 23:12:28 +02:00
2f9f397f50 add EntityDeletedBy & EntityDeletedAt 2019-08-30 15:14:54 +02:00
215c054f27 rename interface UpdatedBy to EntityUpdatedBy 2019-08-27 22:57:49 +02:00
65d8e00902 add sendQuery(vararg) 2019-08-24 23:42:08 +02:00
2922c9309c set UuidEntity open 2019-08-24 23:41:45 +02:00
ae96bfd737 replace params begin by _ 2019-08-24 23:39:23 +02:00
e42f3b07cb clean entities 2019-08-07 22:45:40 +02:00
19e98250b7 change UuidEntityVersioning 2019-08-05 20:29:15 +02:00
f56c84c675 Fix function replaceArgsIntoSql 2019-08-04 22:24:24 +02:00
13f0f12c1b Fix migration if executed two or more times 2019-08-04 22:23:57 +02:00
01a0000b15 clean code 2019-08-04 22:23:12 +02:00