Commit Graph

185 Commits

Author SHA1 Message Date
0288a57ed9 Add more tests 2021-07-18 02:54:35 +02:00
11cff350ed clean code 2021-07-18 02:42:09 +02:00
ab1422ec16 Escape SQL argument for sendQuery 2021-07-18 02:41:44 +02:00
a4a4ef5f6f Add more tests
remove "sendQuery" on function
sendQuery now return QueryResult
remove null on queryError message
2021-07-18 01:19:27 +02:00
35d43abc4b Add documentation on methods 2021-07-17 23:42:55 +02:00
71742c0c4f remove default parameter for sendQuery 2021-07-17 19:06:01 +02:00
6e9175d84f create Exception QueryError
test select paginated without total
2021-07-17 18:55:39 +02:00
7a0ef83211 test call request return nothing 2021-07-17 16:32:49 +02:00
23b4a17505 Add arguments to gradle test 2021-07-17 16:32:18 +02:00
fa66114d01 test call request without args 2021-07-17 15:52:03 +02:00
a2f265d227 Test connexion update Entity 2021-07-17 15:18:12 +02:00
aa70ea9170 add extention "toTypeReference" 2021-07-17 15:17:49 +02:00
fdc6681f27 Add gradle argument to stay on the pg container 2021-07-17 15:15:59 +02:00
95e7a32747 Extract Reified method of connection to Extension
Add update method
2021-07-17 14:05:50 +02:00
69f85b5bf5 Extract Reified method to Extension
Add update method
2021-07-16 04:32:08 +02:00
eb3a732440 Rename select to selectOne 2021-07-15 03:10:18 +02:00
8a5697cd31 Add tests 2021-07-14 23:51:42 +02:00
b70230fd4c remove useless Migration.status() 2021-07-14 23:45:10 +02:00
682fd5caba clean Requester 2021-07-14 23:30:29 +02:00
486b038ad2 remove RequesterFactory 2021-07-14 22:51:31 +02:00
4ad69238c7 Add tests 2021-07-14 21:31:47 +02:00
4ff30e1201 Remove update object by deserialize 2021-07-14 20:18:45 +02:00
8a848fd3dc Add documentation for paginated and multi level request 2021-07-14 03:32:46 +02:00
414dec1f98 Create documentation 2021-07-11 19:07:29 +02:00
b8331e7420 increase gradle memory 2021-07-01 01:44:02 +02:00
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