187 Commits

Author SHA1 Message Date
Loïc Mathieu
33f0c1213d fix(jdbc): bad MySQL filter on the search execution query (#1022) 2023-02-27 11:50:51 +01:00
Loïc Mathieu
092230e325 feat(jdbc): force using the index on mysql poll queries (#1016) 2023-02-24 14:20:56 +01:00
Loïc Mathieu
1c52f2d1d1 fix(jdbc): queues.consumers is a SET not an ENUM (#1014) 2023-02-24 14:16:28 +01:00
Ludovic DEHON
1b00d035df feat(jdbc): introduce kestra.jdbc.queues.poll-size to speed up polling of large number of events 2023-02-22 08:44:58 +01:00
YannC
3efb814051 feat(core): move flows dependencies to os (#990) 2023-02-20 18:34:38 +01:00
Ludovic DEHON
bf13047184 chore(deps): update java deps 2023-01-08 22:06:48 +01:00
Ludovic DEHON
18acec9bd9 feat(core): record import for java 17 compatibility 2022-12-09 18:13:47 +01:00
Ludovic DEHON
fea0e56715 chore(deps): update all java deps 2022-12-09 17:44:25 +01:00
Ludovic DEHON
8a574b96ff chore(jdbc): refactoring (#803) 2022-11-08 23:01:20 +01:00
Ludovic DEHON
0e6de928e2 feat(deps): update all java deps 2022-10-18 22:31:56 +02:00
Ludovic DEHON
fe0f2cf41a chore(deps): update most java deps 2022-10-03 10:40:40 +02:00
Ludovic DEHON
83727090e2 feat(core): add a purge task (#742)
close #737
2022-09-20 13:55:01 +02:00
Ludovic DEHON
078145e613 chore(deps): update some java deps 2022-08-29 20:46:23 +02:00
Ludovic DEHON
061532ec4d chore(deps): update most deps 2022-08-23 21:44:10 +02:00
Ludovic DEHON
73168c47a8 feat(core): add a setting model and repository 2022-08-10 23:16:53 +02:00
Ludovic DEHON
87af8938fe feat(core): allow deletion of an execution
close #679
2022-08-09 17:53:16 +02:00
Ludovic DEHON
d7ddbb157b chore(deps): update all java deps 2022-08-01 16:39:58 +02:00
Ludovic DEHON
5fb86dd189 fix(jdbc): fix template repository
close #630
2022-06-24 21:20:48 +02:00
Ludovic DEHON
4526b1378b chore(deps): update all java deps except micronaut & kafka
see https://github.com/micronaut-projects/micronaut-core/issues/7594
2022-06-19 22:49:02 +02:00
Ludovic DEHON
0bc948544e feat(core): add labels on flows 2022-06-17 18:18:22 +02:00
Ludovic DEHON
dd0127cdb2 chore(jdbc): refactor jdbc 2022-06-17 10:43:52 +02:00
Ludovic DEHON
746bcbd4b4 feat(jdbc): refactor queue to use jooq 2022-06-17 10:43:52 +02:00
Ludovic DEHON
06337f5b2c feat(jdbc): introduce h2 in memory runner 2022-06-17 10:43:52 +02:00
Ludovic DEHON
62fabd69eb feat(jdbc): optimize index and queue poll interval 2022-06-17 10:43:52 +02:00
Ludovic DEHON
ed7cab823f feat(jdbc): adapt scheduler for jdbc 2022-06-17 10:43:52 +02:00
Ludovic DEHON
89f6bc2074 feat(jdbc): handle deadlock retry 2022-06-17 10:43:52 +02:00
Ludovic DEHON
63aab8f3fd feat(jdbc): add support for executor delayed 2022-06-17 10:43:52 +02:00
Ludovic DEHON
eb8868143b feat(jdbc): adapt ui to remove lucene expression 2022-06-17 10:43:52 +02:00
Ludovic DEHON
6ea7118fdf feat(jdbc): first implementation of jdbc runner 2022-06-17 10:43:52 +02:00
Ludovic DEHON
6daa39ae12 fix(jdbc): MultipleConditionStorage expiration is too early 2022-06-17 10:43:52 +02:00
Ludovic DEHON
d308d51016 feat(jdbc): implementation of WorkerTaskExecutionStorage 2022-06-17 10:43:52 +02:00
Ludovic DEHON
521ddde467 feat(jdbc): implementation of MultipleConditionStorage 2022-06-17 10:43:52 +02:00
Ludovic DEHON
334f8953d6 feat(jdbc): implementation of FlowListeners 2022-06-17 10:43:52 +02:00
Ludovic DEHON
94aaad9b29 feat(jdbc): implementation of log repository 2022-06-17 10:43:52 +02:00
Ludovic DEHON
7e16b718be feat(jdbc): implementation of trigger repository 2022-06-17 10:43:52 +02:00
Ludovic DEHON
454a603ff7 feat(jdbc): first implementation of mysql & postgres queue 2022-06-17 10:43:52 +02:00
tchiotludo
1875f08634 feat(jdbc): first implementation of mysql & postgres repository 2022-06-17 10:43:52 +02:00