Loïc Mathieu
Loïc Mathieu
We very often use Object for a traditional 'from' property that can come from either an internal storage UI, an inline Map, or an inline list of maps. This class...
Allow to set a limit in size for messages, when exceeded, the message will be refused by the Queue. The JDBC executor and worker has been updated to handle a...
This would avoid having default values set in the Flow object (JSON) representation so allows to set default that override the object default value (like the one from Lombok `@Builder.Default`)....
### Issue description Remove the generation of the latest-full tag. It was created to avoid disruption for people how read an old blog or doc mentioning it but it's useless...
### Issue description All those tests were flaky during v0.18.3 release: - [ ] [MysqlRunnerTest.forEachItem(): jdbc-mysql/src/test/java/io/kestra/runner/mysql/MysqlRunnerTest.java#L1](https://github.com/kestra-io/kestra/commit/4ede173331eeff629ac75f2d2527850fa64f64b8#annotation_25388689848) -> java.lang.AssertionError: Expected: is but: was - [ ] [MysqlServiceLivenessCoordinatorTest.shouldReEmitTasksWhenWorkerIsDetectedAsNonResponding(): jdbc-mysql/src/test/java/io/kestra/runner/mysql/MysqlServiceLivenessCoordinatorTest.java#L1](https://github.com/kestra-io/kestra/commit/4ede173331eeff629ac75f2d2527850fa64f64b8#annotation_25389576131) -> java.lang.AssertionError: Expected:...
### Feature description Currently, you can install plugins and list installed plugins with the `kestra plugins` command but not list all available plugins. We should provide a plugins command to...
### Feature description This is just an idea for now but to facilitate variable sanitization we may provides filters and conditions like: - A filter to script HTML tags: `htmlStrip`...
### Issue description Rename master branch to main. Best to do it for all repos
### Issue description Add a test for the liveness/readiness probes as they are used in k8s deployment. The test must assert on the JDBC/Elasticsearcg/Kafka checks.
### Feature description This would allow issues like https://github.com/kestra-io/kestra/issues/2835