Loïc Mathieu
Loïc Mathieu
**Is your feature request related to a problem? Please describe.** When you create a Batch Job, there is no way to set the working directory; the documentation says to `cd...
**Describe the solution you'd like** We would like to be able to list CloudRun job using a filter. Something like the following code snippet (which didn't work yet as there...
### Describe the issue When there is a flow level retry with a behavior of CREATE_NEW_EXECUTION, the current execution ends up in `RETRIED` , personally I would ave let it...
Fixes #3419 Fixes https://github.com/kestra-io/kestra/issues/3386
### Issue description Thanks to https://github.com/kestra-io/kestra/pull/3472 we now have a more performant way to deal with multi-line reading/writting of ION files. We should: - Deprecate the existing methods (maybe not...
### Expected Behavior On multiple input forms, TAB is usually used to move from one input to the other. This avoid using the mouse and is important for accessibility. ###...
### Expected Behavior When using PostgreSQL as a database, there should not be any MySQL threads started. ### Actual Behaviour A MySQL thread named `mysql-cj-abandoned-connection-cleanup` is started when the database...
### Feature description Executing a flow from the UI is easy, it include a form for the input and allow passing labels. But doing the same from cURL is a...
### Describe the issue The call to the `taskruns/search` API is made twice from the taskruns page, when arriving in the page. As this call can be costly, it should...
### Expected Behavior Using try/tach on connection instanciation eveywhere to avoid possible connection leak ### Actual Behaviour Plugins that open connection usually don't do it in a reliant manner using...