Commit Graph

24 Commits

Author SHA1 Message Date
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
fc4fde490f config package 2020-03-25 15:26:19 +01:00
1dec96551d Add Immutable Entities 2020-01-23 00:40:47 +01:00
c4125f1429 Lint 2019-10-10 21:44:56 +02:00
8810c1f08d Drop function if already exists and conflict 2019-09-20 02:27:15 +02:00
13f0f12c1b Fix migration if executed two or more times 2019-08-04 22:23:57 +02:00
24349fc71f use sendQuery if no return is expected 2019-08-04 21:09:24 +02:00
a20682b406 feature: add log into migrations 2019-08-03 20:26:50 +02:00
881a335c90 fix: migrations 2019-08-03 00:53:44 +02:00
88d581c529 fix: functions migrations 2019-08-02 20:39:30 +02:00
56a141a34c fix: resource dir 2019-08-02 19:32:12 +02:00
63a22ef46a feature: add forceAllDown to migration 2019-08-01 01:36:59 +02:00
ade162451c refactoring: cleanup and reformat 2019-07-18 18:50:02 +02:00
a32b70c316 feature #10: log Query 2019-07-18 00:04:12 +02:00
d4d59f1d06 refactoring: change generics R: List<EntityI<*>> to R: EntityI<*>>, and return List<R> 2019-07-18 00:03:14 +02:00
ea4dac5d97 refactoring: symplify generics 2019-07-15 22:51:05 +02:00
b00f8cb5d0 feature #15: fix migration test if run twice 2019-07-06 00:27:26 +02:00
6dc5e611aa feature #9: add lock on execute migration 2019-07-05 21:09:07 +02:00
9c02fd21ca feature #2: save executed migration in DB 2019-07-05 10:04:14 +02:00
6cc3152215 refactoring: change select method names 2019-07-02 23:40:29 +02:00
f48b06b596 feature: get migrations from DB 2019-07-02 18:00:50 +02:00
551a6c11cd feature: add initDB on migration 2019-07-01 17:02:28 +02:00
74c9543b6d refactoring: definition.Function 2019-07-01 17:01:52 +02:00
ebc1a67420 Implement begining of migration
Move Function/Query definition
2019-06-28 15:58:51 +02:00