Commit Graph

29 Commits

Author SHA1 Message Date
9d28ea6f0d fix function with same name 2022-11-14 13:06:37 +01:00
dab7358e39 typo 2022-10-15 00:38:54 +02:00
18e9bddff5 clean Migrations.kt 2022-10-15 00:38:52 +02:00
0491a444aa Fix enum class Status() 2022-10-15 00:38:51 +02:00
b70230fd4c remove useless Migration.status() 2021-07-14 23:45:10 +02:00
b200b3579a Improve gradle tasks 2021-02-27 00:19:30 +01:00
c2c8b91dc5 Remove Mutable entities 2020-12-15 14:21:07 +01:00
55b547db75 Fix migrations of Functions 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
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
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
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