Loïc Mathieu

Results 163 issues of Loïc Mathieu

Part-of: #1543 Example flow: ```yaml id: flow-fiters namespace: company.team triggers: - id: flowFilters type: io.kestra.plugin.core.trigger.Flow conditions: - id: flowFilters type: io.kestra.plugin.core.condition.FlowFilters upstreamFlows: - namespace: company.team flowId: myflow states: [SUCCESS, WARNING]...

This avoids re-evaluation on each child task run which can be an issue if the taskrun modify something that is part of the condition. Fixes #5437

### Feature description Currently, multiple condition for the flow trigger works with a sliding window of execution. This is controlled by the `window` property with an additional `windowAdvance` property. Sliding...

enhancement

See https://central.sonatype.com/artifact/com.google.cloud.functions/functions-framework-api

### Describe the issue Our JSON Schema refuse time without timezone but they are correctly accepted by our serialization framework (using the default timezone). Using one will show the following...

bug
kind/quick-win

### Describe the issue When no executions are running, the flow concurrency page didn't look well: ![image](https://github.com/user-attachments/assets/7cf5dce5-6a2b-4a51-a398-6c7400875c59) It should at least show the "no data" widget that we have everywhere...

bug
area/frontend
good first issue

* store page title and breadcrumb in vuex * refactor leftmenu with composition API * last fixes * extract menu in a composable for inheritance replacement * feat: add starred...

### Feature description Add a validation popup before removing a bookmark from the bookmark section in the left menu.

enhancement
area/frontend

### Feature description With the addition of unuque and force run of executions, 2 new buttons has been added to the execution list bulk actions. There is now a lot...

enhancement
area/frontend
kind/quick-win
kind/backport-needed
good first issue