Loïc Mathieu
Loïc Mathieu
### Feature description Currently, when you need to access an HTTPS server with a custom certificate, this certificate must be defined inside the JVM keystore which mandate to have a...
### Issue description To save some CI capacity, don't run CI on draft PR so we can use draft to create PR before we want to build them. Something like...
### Issue description Today, the JDBC `queues` table is cleaned by the JDBCCleaner which, periodically (1h by default) cleans all records that have an `updated` date that is more than...
Fixes #988 This is a WIP PR to introduce an indexer in JDBC. This indexes logs, metric and executions in realtime. A simple flow shows more than 20% perf improvement,...
### Describe the issue [UI] Set-labels on an execution didn't work, no forms  ### Environment - Kestra Version: 0.19.0-SNAPSHOT - Operating System (OS/Docker/Kubernetes): - Java Version (if you don't...
### Issue description https://github.com/kestra-io/kestra/pull/1981 will allow safer deserialization of messages from the queue. The current implementation skips the faulty message and log an error with two noticeable exceptions: - log...
### Feature description Investigate code layer separation and whether it is worth doing some refactoring. Typical code layers are data access (repository), business service, and presentation layer (for us, the...
### Issue description Using `this` in vue template works when running the apps via `npm run dev` but not when build. We have a lot of these issues, like https://github.com/kestra-io/kestra/pull/5180...
### Describe the issue 1. Click on docs -> Developer Guide: the section on the navigation is opened then closed 2. Clic on docs -> Concepts -> Flowable tasks then...
### Describe the issue None of the documentation pages have a title. See the following, it misses the **Docker** title.  ### Environment - Kestra Version: 0.19.0-SNAPSHOT - Operating System...