instance_id stringlengths 17 39 | repo stringclasses 8
values | issue_id stringlengths 14 34 | pr_id stringlengths 14 34 | linking_methods listlengths 1 3 | base_commit stringlengths 40 40 | merge_commit stringlengths 0 40 ⌀ | hints_text listlengths 0 106 | resolved_comments listlengths 0 119 | created_at timestamp[ns, tz=UTC] | labeled_as listlengths 0 7 | problem_title stringlengths 7 174 | problem_statement stringlengths 0 55.4k | gold_files listlengths 0 10 | gold_files_postpatch listlengths 1 10 | test_files listlengths 0 60 | gold_patch stringlengths 220 5.83M | test_patch stringlengths 386 194k ⌀ | split_random stringclasses 3
values | split_time stringclasses 3
values | issue_start_time timestamp[ns] | issue_created_at timestamp[ns, tz=UTC] | issue_by_user stringlengths 3 21 | split_repo stringclasses 3
values |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
kestra-io/kestra/933_934 | kestra-io/kestra | kestra-io/kestra/933 | kestra-io/kestra/934 | [
"keyword_pr_to_issue"
] | 5c30c0566f76db881104dc74f9f3e26496247d31 | e7f2ef78bfa9e1d6cb0e38ee1814db05c6ba8d70 | [] | [] | 2023-01-26T20:37:49Z | [
"bug"
] | Mass actions UI - various issues | ### Expected Behavior
The new mass actions UI elements should work just fine.
### Actual Behaviour
* The 'select all' button doesn't actually select the table rows.
* Hitting the alert's cancel button spits an error.
* The 'kill' error response spits an error.
### Steps To Reproduce
_No response_
### Environmen... | [
"ui/src/components/executions/Executions.vue",
"ui/src/utils/axios.js",
"webserver/src/main/java/io/kestra/webserver/controllers/ExecutionController.java"
] | [
"ui/src/components/executions/Executions.vue",
"ui/src/utils/axios.js",
"webserver/src/main/java/io/kestra/webserver/controllers/ExecutionController.java"
] | [] | diff --git a/ui/src/components/executions/Executions.vue b/ui/src/components/executions/Executions.vue
index 2ba58dd3f3..80acbca251 100644
--- a/ui/src/components/executions/Executions.vue
+++ b/ui/src/components/executions/Executions.vue
@@ -116,19 +116,19 @@
<bottom-line v-if="executionsSelection.length !=... | null | train | train | 2023-01-26T11:40:46 | 2023-01-26T20:37:01Z | yuri1969 | train |
kestra-io/kestra/948_949 | kestra-io/kestra | kestra-io/kestra/948 | kestra-io/kestra/949 | [
"keyword_pr_to_issue"
] | 88c149da7f658e32d9368ccab20e4014e39166a3 | e7f0a1d177bef45c55aa4da3eb07eaa17b0d57cc | [
"I think we should just avoid using a custom name and let docker generate one. There is too many edge cases where it can fail and it didn't add any advantage.\r\n\r\nWDYT @tchiotludo I can provide a PR to remove the container name as it didn't seems to be used by anything.",
"2 solutions : \r\n- support resume li... | [] | 2023-02-02T13:37:26Z | [
"bug",
"backend"
] | Python task attempts run in the same container | ### Expected Behavior
When a python task fails, I would like the other attempts to run in another container, as they are new tasks.
### Actual Behaviour
When a python task fails, the next attempts of this task run in the same container which causes an error saying that this container is already used.
Attempt 2
E... | [
"core/src/main/java/io/kestra/core/tasks/scripts/runners/DockerScriptRunner.java"
] | [
"core/src/main/java/io/kestra/core/tasks/scripts/runners/DockerScriptRunner.java"
] | [] | diff --git a/core/src/main/java/io/kestra/core/tasks/scripts/runners/DockerScriptRunner.java b/core/src/main/java/io/kestra/core/tasks/scripts/runners/DockerScriptRunner.java
index fdd5686210..5f6967ca23 100644
--- a/core/src/main/java/io/kestra/core/tasks/scripts/runners/DockerScriptRunner.java
+++ b/core/src/main/jav... | null | val | train | 2023-02-01T22:17:39 | 2023-02-02T10:01:44Z | soulbah | train |
kestra-io/kestra/929_955 | kestra-io/kestra | kestra-io/kestra/929 | kestra-io/kestra/955 | [
"keyword_pr_to_issue"
] | c3ab04e2e63fef002b9cde19b4afb9c89642070c | da2de56022772984c77a24f599414dea1450e308 | [] | [] | 2023-02-03T14:49:04Z | [] | Task Logs: add a logo of the current task | A log tabs of an execution add the logo of the current task type for each rows | [
"ui/src/components/graph/TreeNode.vue",
"ui/src/components/logs/LogList.vue",
"ui/src/components/plugins/Plugin.vue"
] | [
"ui/src/components/graph/TreeNode.vue",
"ui/src/components/logs/LogList.vue",
"ui/src/components/plugins/Plugin.vue"
] | [] | diff --git a/ui/src/components/graph/TreeNode.vue b/ui/src/components/graph/TreeNode.vue
index 60cc45659a..f66557a1f3 100644
--- a/ui/src/components/graph/TreeNode.vue
+++ b/ui/src/components/graph/TreeNode.vue
@@ -269,7 +269,7 @@
> .icon {
width: 35px;
height: 53px;
- back... | null | train | train | 2023-02-03T14:45:07 | 2023-01-25T20:48:50Z | tchiotludo | train |
kestra-io/kestra/928_956 | kestra-io/kestra | kestra-io/kestra/928 | kestra-io/kestra/956 | [
"keyword_pr_to_issue"
] | c3ab04e2e63fef002b9cde19b4afb9c89642070c | 277cdd7c7df333bd34766d475ed8b691ce89c214 | [] | [] | 2023-02-03T14:59:51Z | [
"bug"
] | Task edit don't handle the revision version | On an execution Topology, if I click on task edit, the version will always the last version and don't take the current execution version.
We need to
- fetch the good version,
- disabled the save button
- put the editor on readonly
- display a warning to explain it's not the last version | [
"ui/src/components/executions/Topology.vue",
"ui/src/components/flows/TaskEdit.vue",
"ui/src/components/graph/Topology.vue",
"ui/src/components/graph/TreeNode.vue",
"ui/src/components/graph/nodes/Task.vue",
"ui/src/components/logs/LogList.vue",
"ui/src/stores/flow.js",
"ui/src/translations.json",
"w... | [
"ui/src/components/executions/Topology.vue",
"ui/src/components/flows/TaskEdit.vue",
"ui/src/components/graph/Topology.vue",
"ui/src/components/graph/TreeNode.vue",
"ui/src/components/graph/nodes/Task.vue",
"ui/src/components/logs/LogList.vue",
"ui/src/stores/flow.js",
"ui/src/translations.json",
"w... | [] | diff --git a/ui/src/components/executions/Topology.vue b/ui/src/components/executions/Topology.vue
index 0124f9c1fd..b700224247 100644
--- a/ui/src/components/executions/Topology.vue
+++ b/ui/src/components/executions/Topology.vue
@@ -1,5 +1,6 @@
<template>
<topology
+ :key="execution.id"
v-if="ex... | null | test | train | 2023-02-03T14:45:07 | 2023-01-25T20:47:42Z | tchiotludo | train |
kestra-io/kestra/903_960 | kestra-io/kestra | kestra-io/kestra/903 | kestra-io/kestra/960 | [
"keyword_pr_to_issue"
] | c3ab04e2e63fef002b9cde19b4afb9c89642070c | 69495d748ad25d4a492a32f15eb2416c02ed4d7c | [] | [
"`ctrl + enter` is better I think and more standard ",
"We can't find a proper lib for that to be able to add shortcut on the whole application quickly (and don't care about the remove listeners leak ?",
"Ugly hack due to VueJS bug where submit is triggered while pressing enter when focus is on input. "
] | 2023-02-06T14:43:02Z | [
"bug"
] | When attempting a new execution on the UI, pressing enter closes the window | ### Expected Behavior
Pressing enter should validate the form and trigger the execution
### Actual Behaviour
The window gets closed and nothing is executed
### Steps To Reproduce
_No response_
### Environment Information
- Kestra Version: 0.6.1-SNAPSHOT
### Example flow
_No response_ | [
"ui/src/components/flows/FlowRun.vue"
] | [
"ui/src/components/flows/FlowRun.vue"
] | [] | diff --git a/ui/src/components/flows/FlowRun.vue b/ui/src/components/flows/FlowRun.vue
index 2bcdd34832..d710a98f77 100644
--- a/ui/src/components/flows/FlowRun.vue
+++ b/ui/src/components/flows/FlowRun.vue
@@ -13,6 +13,7 @@
:prop="input.name"
>
<el-input
+ ... | null | train | train | 2023-02-03T14:45:07 | 2023-01-17T18:57:29Z | Melkaz | train |
kestra-io/kestra/925_963 | kestra-io/kestra | kestra-io/kestra/925 | kestra-io/kestra/963 | [
"keyword_pr_to_issue"
] | d827c33c6b6b727c46fd743ec6afde81bbf49d2a | c0c7f7f2fe16aa801d94ed358334294d65fc76a6 | [] | [] | 2023-02-06T16:11:02Z | [] | Add a link to select latest revision, when replaying | ### Feature description
When replaying in the UI, could we have a simple button or link to select the latest revision ?
Or maybe order the revisions list by the newest ? | [
"ui/src/components/executions/Restart.vue",
"ui/src/translations.json"
] | [
"ui/src/components/executions/Restart.vue",
"ui/src/translations.json"
] | [] | diff --git a/ui/src/components/executions/Restart.vue b/ui/src/components/executions/Restart.vue
index 48b0a00a7b..cdb871f4c5 100644
--- a/ui/src/components/executions/Restart.vue
+++ b/ui/src/components/executions/Restart.vue
@@ -19,6 +19,9 @@
<el-button @click="isOpen = false">
Cancel
... | null | train | train | 2023-02-06T16:02:42 | 2023-01-24T17:37:27Z | Melkaz | train |
kestra-io/kestra/970_986 | kestra-io/kestra | kestra-io/kestra/970 | kestra-io/kestra/986 | [
"keyword_pr_to_issue"
] | d895ec39dc9bf3e4c04f5caad57907f7166f8fda | 9f672982fcb5ece9df50f757532f0b4afc8623cb | [] | [] | 2023-02-14T08:52:57Z | [
"bug"
] | Flow schema validation issue with multiple conditions | ### Expected Behavior
_No response_
### Actual Behaviour
When using multiple conditions, the flow schema validator shows some warning but the flow works without issue.

... | [
"core/src/main/java/io/kestra/core/docs/JsonSchemaGenerator.java",
"core/src/main/java/io/kestra/core/models/triggers/types/Flow.java",
"core/src/main/java/io/kestra/core/models/triggers/types/Schedule.java",
"core/src/main/java/io/kestra/core/models/triggers/types/Webhook.java",
"core/src/main/java/io/kest... | [
"core/src/main/java/io/kestra/core/docs/JsonSchemaGenerator.java",
"core/src/main/java/io/kestra/core/models/triggers/types/Flow.java",
"core/src/main/java/io/kestra/core/models/triggers/types/Schedule.java",
"core/src/main/java/io/kestra/core/models/triggers/types/Webhook.java",
"core/src/main/java/io/kest... | [
"core/src/test/java/io/kestra/core/docs/JsonSchemaGeneratorTest.java",
"webserver/src/test/java/io/kestra/webserver/controllers/PluginControllerTest.java"
] | diff --git a/core/src/main/java/io/kestra/core/docs/JsonSchemaGenerator.java b/core/src/main/java/io/kestra/core/docs/JsonSchemaGenerator.java
index ac3225c056..bfeaed4dfc 100644
--- a/core/src/main/java/io/kestra/core/docs/JsonSchemaGenerator.java
+++ b/core/src/main/java/io/kestra/core/docs/JsonSchemaGenerator.java
@... | diff --git a/core/src/test/java/io/kestra/core/docs/JsonSchemaGeneratorTest.java b/core/src/test/java/io/kestra/core/docs/JsonSchemaGeneratorTest.java
index d90d5143d5..12fb69f16a 100644
--- a/core/src/test/java/io/kestra/core/docs/JsonSchemaGeneratorTest.java
+++ b/core/src/test/java/io/kestra/core/docs/JsonSchemaGene... | train | train | 2023-02-15T22:11:53 | 2023-02-09T16:22:16Z | loicmathieu | train |
kestra-io/kestra/1039_1040 | kestra-io/kestra | kestra-io/kestra/1039 | kestra-io/kestra/1040 | [
"keyword_pr_to_issue"
] | 10c5d65c5111a993682434b419e9b6e5ba2e55c1 | c8d32f0f34c70aca2da4cb256d5517b7f8b66e38 | [] | [
"```suggestion\r\n description = \"If null and no timeout, a manual approval is needed, if not, the delay before continuing the execution\"\r\n```",
"```suggestion\r\n description = \"If null and no delay, a manual approval is needed, else a manual approval is needed before the timeout or the task w... | 2023-03-03T16:55:45Z | [] | Enable setting a timeout for the Pause task | ### Feature description
The [Pause](https://kestra.io/plugins/core/tasks/flows/io.kestra.core.tasks.flows.Pause.html) task should be able to fail when being paused past given time interval. This feature could be used to notify operators about executions having their required resume action due.
This can be achieved ... | [
"core/src/main/java/io/kestra/core/runners/ExecutionDelay.java",
"core/src/main/java/io/kestra/core/runners/ExecutorService.java",
"core/src/main/java/io/kestra/core/tasks/flows/Pause.java",
"jdbc/src/main/java/io/kestra/jdbc/runner/JdbcExecutor.java",
"runner-memory/src/main/java/io/kestra/runner/memory/Me... | [
"core/src/main/java/io/kestra/core/runners/ExecutionDelay.java",
"core/src/main/java/io/kestra/core/runners/ExecutorService.java",
"core/src/main/java/io/kestra/core/tasks/flows/Pause.java",
"jdbc/src/main/java/io/kestra/jdbc/runner/JdbcExecutor.java",
"runner-memory/src/main/java/io/kestra/runner/memory/Me... | [
"core/src/test/java/io/kestra/core/Helpers.java",
"core/src/test/java/io/kestra/core/tasks/flows/PauseTest.java",
"core/src/test/resources/flows/valids/pause-timeout.yaml",
"jdbc/src/test/java/io/kestra/jdbc/runner/JdbcRunnerTest.java",
"webserver/src/test/java/io/kestra/webserver/controllers/FlowController... | diff --git a/core/src/main/java/io/kestra/core/runners/ExecutionDelay.java b/core/src/main/java/io/kestra/core/runners/ExecutionDelay.java
index 6b43d82e80..7d3f17dc5b 100644
--- a/core/src/main/java/io/kestra/core/runners/ExecutionDelay.java
+++ b/core/src/main/java/io/kestra/core/runners/ExecutionDelay.java
@@ -1,5 +... | diff --git a/core/src/test/java/io/kestra/core/Helpers.java b/core/src/test/java/io/kestra/core/Helpers.java
index 0e606b9489..82d12159cd 100644
--- a/core/src/test/java/io/kestra/core/Helpers.java
+++ b/core/src/test/java/io/kestra/core/Helpers.java
@@ -19,7 +19,7 @@
import java.util.function.Consumer;
public clas... | val | train | 2023-03-02T22:36:43 | 2023-03-03T15:31:26Z | yuri1969 | train |
kestra-io/kestra/1046_1055 | kestra-io/kestra | kestra-io/kestra/1046 | kestra-io/kestra/1055 | [
"keyword_pr_to_issue"
] | 4bd1ba242a45aded271c18b2fb57580ec7efdd7f | e5204025239be58b0520c3d4a9398d9532d2583a | [
"Ideas:\r\n\r\n```yaml\r\ntype: io.kestra.core.task.log.Log\r\nlevel: INFO\r\nmessage: \"Hello World\"\r\n```\r\n\r\n```yaml\r\ntype: io.kestra.core.task.log.Log\r\nlevel: INFO\r\nmessage: \r\n - \"Hello World\"\r\n - \"Hello Kestra\"\r\n```"
] | [
"```suggestion\r\n } else if (this.message instanceof Collection) {\r\n```",
"```suggestion\r\n messages.forEach(throwConsumer(message -> {\r\n```\r\n\r\nnever use this, throw `RuntimeException` is a pain \r\n```java\r\n try {\r\n render = runContext.render(mess... | 2023-03-10T10:54:02Z | [] | Rename the Echo task to Log | ### Feature description
Rename the Echo task to Log as it's a log and not an echo.
It should also be better to live in a different package as it's not a debug per see.
Naming task is important now that we have autocomplete!
In the meantime, we can improve it (like allowing log of multiple message at once). | [
"core/src/main/java/io/kestra/core/tasks/debugs/Echo.java",
"ui/src/components/onboarding/VueTour.vue"
] | [
"core/src/main/java/io/kestra/core/tasks/debugs/Echo.java",
"core/src/main/java/io/kestra/core/tasks/log/Log.java",
"core/src/main/resources/icons/io.kestra.core.tasks.log.Log.svg",
"ui/src/components/onboarding/VueTour.vue"
] | [
"core/src/test/java/io/kestra/core/runners/RunContextTest.java",
"core/src/test/java/io/kestra/core/tasks/flows/TemplateTest.java",
"core/src/test/resources/flows/invalids/duplicate-parallel.yaml",
"core/src/test/resources/flows/tests/invalid-task-defaults.yaml",
"core/src/test/resources/flows/tests/with-te... | diff --git a/core/src/main/java/io/kestra/core/tasks/debugs/Echo.java b/core/src/main/java/io/kestra/core/tasks/debugs/Echo.java
index 31611604ca..2e8e0cb94b 100644
--- a/core/src/main/java/io/kestra/core/tasks/debugs/Echo.java
+++ b/core/src/main/java/io/kestra/core/tasks/debugs/Echo.java
@@ -1,6 +1,7 @@
package io.k... | diff --git a/core/src/test/java/io/kestra/core/runners/RunContextTest.java b/core/src/test/java/io/kestra/core/runners/RunContextTest.java
index f9cd3af1e9..05608fa27d 100644
--- a/core/src/test/java/io/kestra/core/runners/RunContextTest.java
+++ b/core/src/test/java/io/kestra/core/runners/RunContextTest.java
@@ -70,7 ... | train | train | 2023-03-13T16:23:53 | 2023-03-08T13:05:33Z | loicmathieu | train |
kestra-io/kestra/1053_1061 | kestra-io/kestra | kestra-io/kestra/1053 | kestra-io/kestra/1061 | [
"keyword_pr_to_issue"
] | 3ed471813f8742a13b12600fbb47be180b1bce41 | cfd8e4879d25b6a6f2aaf7868a664aa8fd3bc832 | [
"Task example:\r\n\r\n```yaml\r\nid: fail\r\ntype: io.kestra.core.taks.flow.Fail\r\n#optional condition that is at true by default so fail un-conditionnaly\r\ncondition: {{outputs.previous.value == \"you must fail\"}}\r\n```"
] | [] | 2023-03-13T15:28:16Z | [] | Provide a task to fail a flow | ### Feature description
Provide a `Fail` task that will fail the flow unconditionally.
This can be convenient for switch to fail on un-wanted values.
We can also provide a condition for fine-grain failure. | [] | [
"core/src/main/java/io/kestra/core/tasks/executions/Fail.java",
"core/src/main/resources/icons/io.kestra.core.tasks.executions.Fail.svg"
] | [
"core/src/test/java/io/kestra/core/Helpers.java",
"core/src/test/java/io/kestra/core/tasks/executions/FailTest.java",
"core/src/test/resources/flows/valids/fail-on-condition.yaml",
"core/src/test/resources/flows/valids/fail-on-switch.yaml"
] | diff --git a/core/src/main/java/io/kestra/core/tasks/executions/Fail.java b/core/src/main/java/io/kestra/core/tasks/executions/Fail.java
new file mode 100644
index 0000000000..d9182d3b5b
--- /dev/null
+++ b/core/src/main/java/io/kestra/core/tasks/executions/Fail.java
@@ -0,0 +1,110 @@
+package io.kestra.core.tasks.exec... | diff --git a/core/src/test/java/io/kestra/core/Helpers.java b/core/src/test/java/io/kestra/core/Helpers.java
index 9cc950bc13..fc6e06bb4e 100644
--- a/core/src/test/java/io/kestra/core/Helpers.java
+++ b/core/src/test/java/io/kestra/core/Helpers.java
@@ -19,7 +19,7 @@
import java.util.function.Consumer;
public clas... | train | train | 2023-03-15T20:54:44 | 2023-03-09T14:40:59Z | loicmathieu | train |
kestra-io/kestra/1070_1071 | kestra-io/kestra | kestra-io/kestra/1070 | kestra-io/kestra/1071 | [
"keyword_pr_to_issue"
] | 3105ec20e78fae314ec2d8a151aca5901b339fd1 | 558c41e9373c9fdfcf49cee12b9068d014edc9ff | [
"Will try to correct this :) However, I don't know if there is anywhere else where the date parsing is used in a useful way ?"
] | [] | 2023-03-17T00:27:45Z | [
"bug"
] | 4-digits String as inputs are considered as a date when displayed | ### Expected Behavior
My usecase was to get a warehouse id as input which can be digits-only or alphanumerics-composed.
It should display String as raw IMO ? Especially since there is a type: DATE
### Actual Behaviour
<img width="801" alt="image" src="https://user-images.githubusercontent.com/37618489/2257652... | [
"ui/src/utils/utils.js"
] | [
"ui/src/utils/utils.js"
] | [] | diff --git a/ui/src/utils/utils.js b/ui/src/utils/utils.js
index 983797f238..2195d08e52 100644
--- a/ui/src/utils/utils.js
+++ b/ui/src/utils/utils.js
@@ -52,22 +52,23 @@ export default class Utils {
const flat = Utils.flatten(data);
return Object.keys(flat).map(key => {
+ let rawValue = ... | null | val | train | 2023-03-17T16:44:47 | 2023-03-16T22:26:13Z | brian-mulier-p | train |
kestra-io/kestra/1072_1076 | kestra-io/kestra | kestra-io/kestra/1072 | kestra-io/kestra/1076 | [
"keyword_pr_to_issue"
] | 3a5b08ed1cbd0b5765f36482202c3e78bd22132c | 1b5791d1e37f34059e59410f1a4a166b90dc2a03 | [
"Hi @cuiweining thanks for reporting.\r\nI tested it and in fact it is not linked to the pause task or an execution deletion but sorting on the `id` field didn't work at all.\r\nI'll look at it.",
"@cuiweining the bug is fixed and is available on the new 0.8.0-SNAPSHOT that was published minutes ago and should be... | [] | 2023-03-17T08:47:29Z | [
"bug"
] | Execution sort error | ### Expected Behavior

Internal server error: SQL [select *, count(*) over () as "total_count" from (select "value" from executions where "deleted" = ? order by "id" desc) as "page" where true offset ? rows ... | [] | [
"jdbc-h2/src/main/resources/migrations/h2/V6__missing_execution_id.sql",
"jdbc-postgres/src/main/resources/migrations/postgres/V7__missing_execution_id.sql"
] | [
"core/src/test/java/io/kestra/core/repositories/AbstractExecutionRepositoryTest.java"
] | diff --git a/jdbc-h2/src/main/resources/migrations/h2/V6__missing_execution_id.sql b/jdbc-h2/src/main/resources/migrations/h2/V6__missing_execution_id.sql
new file mode 100644
index 0000000000..e1a547265c
--- /dev/null
+++ b/jdbc-h2/src/main/resources/migrations/h2/V6__missing_execution_id.sql
@@ -0,0 +1,1 @@
+ALTER TA... | diff --git a/core/src/test/java/io/kestra/core/repositories/AbstractExecutionRepositoryTest.java b/core/src/test/java/io/kestra/core/repositories/AbstractExecutionRepositoryTest.java
index b48c1773b7..38ad4e453a 100644
--- a/core/src/test/java/io/kestra/core/repositories/AbstractExecutionRepositoryTest.java
+++ b/core/... | train | train | 2023-03-16T22:52:20 | 2023-03-17T02:29:09Z | cuiweining | train |
kestra-io/kestra/1080_1081 | kestra-io/kestra | kestra-io/kestra/1080 | kestra-io/kestra/1081 | [
"keyword_pr_to_issue"
] | 3105ec20e78fae314ec2d8a151aca5901b339fd1 | b95c8ed4e586818fb17c935c14e1332f81306f45 | [
"I don't know if it's related to my own MAC shortcut (although I couldn't find any shortcut conflicting).\r\nI managed to get something working using this\r\n\r\n```\r\nmonaco.editor.addKeybindingRule(\r\n {\r\n keybinding: monaco.KeyMod.CtrlCmd | monaco.KeyCode.Space,\r\n command: \"editor.action... | [] | 2023-03-17T21:15:36Z | [
"bug"
] | Can't trigger autocompletion modal on MacOS | ### Expected Behavior
Hit ⌘ + Space when the suggestion modal is off should trigger the modal back and get autocompletion back again
### Actual Behaviour
Hitting the given shortcut is not working on my side and it does nothing
### Steps To Reproduce
- Start typing a task
- When it comes to writing the type, just ... | [
"ui/src/components/inputs/MonacoEditor.vue"
] | [
"ui/src/components/inputs/MonacoEditor.vue"
] | [] | diff --git a/ui/src/components/inputs/MonacoEditor.vue b/ui/src/components/inputs/MonacoEditor.vue
index a7d47debf2..46ea2a3712 100644
--- a/ui/src/components/inputs/MonacoEditor.vue
+++ b/ui/src/components/inputs/MonacoEditor.vue
@@ -166,6 +166,11 @@
options["model"] = monaco.editor.createMode... | null | test | train | 2023-03-17T16:44:47 | 2023-03-17T21:10:23Z | brian-mulier-p | train |
kestra-io/kestra/1098_1104 | kestra-io/kestra | kestra-io/kestra/1098 | kestra-io/kestra/1104 | [
"keyword_pr_to_issue"
] | 558c41e9373c9fdfcf49cee12b9068d014edc9ff | 5bc65bb2c1f02d7911b18484421b1d7ca5ae4534 | [] | [
"there is no null possible in pebble?",
"```suggestion\r\n private List<Task> tasks;\r\n```",
"add another unit test without else please",
"add `@NotEmpty` (or whatever meaning size > 0) ",
"No, it generates an error so I had to do it this way",
"I mean `List.of(\"false\", \"0\", \"-0\", \"\", \"null\"... | 2023-03-23T13:28:31Z | [] | Implement if-else task | ### Feature description
Currently, Kestra features the `io.kestra.core.tasks.flows.Switch` task acting as a value-based _switch_ statement. This allows diverting the execution path based on a resolved value. However, a simple binary conditional requires a lot of boilerplate code.
The current approach to execute a... | [
"core/src/main/java/io/kestra/core/services/GraphService.java",
"core/src/main/java/io/kestra/core/tasks/executions/Fail.java"
] | [
"core/src/main/java/io/kestra/core/services/GraphService.java",
"core/src/main/java/io/kestra/core/tasks/executions/Fail.java",
"core/src/main/java/io/kestra/core/tasks/flows/If.java",
"core/src/main/java/io/kestra/core/utils/TruthUtils.java",
"core/src/main/resources/icons/io.kestra.core.tasks.flows.If.svg... | [
"core/src/test/java/io/kestra/core/Helpers.java",
"core/src/test/java/io/kestra/core/tasks/flows/IfTest.java",
"core/src/test/resources/flows/valids/if-condition.yaml",
"core/src/test/resources/flows/valids/if-without-else.yaml"
] | diff --git a/core/src/main/java/io/kestra/core/services/GraphService.java b/core/src/main/java/io/kestra/core/services/GraphService.java
index 8cad220a3f..c20a99c666 100644
--- a/core/src/main/java/io/kestra/core/services/GraphService.java
+++ b/core/src/main/java/io/kestra/core/services/GraphService.java
@@ -167,6 +16... | diff --git a/core/src/test/java/io/kestra/core/Helpers.java b/core/src/test/java/io/kestra/core/Helpers.java
index 62e15377b2..82bd964bb3 100644
--- a/core/src/test/java/io/kestra/core/Helpers.java
+++ b/core/src/test/java/io/kestra/core/Helpers.java
@@ -19,7 +19,7 @@
import java.util.function.Consumer;
public clas... | val | train | 2023-03-23T08:44:24 | 2023-03-22T17:53:50Z | yuri1969 | train |
kestra-io/kestra/1088_1105 | kestra-io/kestra | kestra-io/kestra/1088 | kestra-io/kestra/1105 | [
"keyword_pr_to_issue"
] | 5bc65bb2c1f02d7911b18484421b1d7ca5ae4534 | eb9ef947e1cb3007f61b9cd11b8363b556fee303 | [] | [] | 2023-03-23T15:20:13Z | [
"bug"
] | Unable to include another file in the flow | ### Expected Behavior
Should be able to use syntax pattern depicted [here](https://kestra.io/docs/developer-guide/cicd/helpers/#file-txt-include-another-file) to inject an external file to the flow using `/app/kestra`.
### Actual Behaviour
Get this error (truncated): `Invalid entity: Illegal flow yaml: No 'injectabl... | [
"cli/src/main/java/io/kestra/cli/commands/flows/namespaces/FlowNamespaceUpdateCommand.java"
] | [
"cli/src/main/java/io/kestra/cli/commands/flows/FlowExpandCommand.java",
"cli/src/main/java/io/kestra/cli/commands/flows/IncludeHelperExpander.java",
"cli/src/main/java/io/kestra/cli/commands/flows/namespaces/FlowNamespaceUpdateCommand.java",
"cli/src/test/resources/helper/lorem-multiple.txt",
"cli/src/test... | [
"cli/src/test/java/io/kestra/cli/commands/flows/FlowExpandCommandTest.java",
"cli/src/test/java/io/kestra/cli/commands/flows/FlowValidateCommandTest.java",
"cli/src/test/java/io/kestra/cli/commands/flows/namespaces/FlowNamespaceUpdateCommandTest.java",
"cli/src/test/resources/helper/flow.yaml"
] | diff --git a/cli/src/main/java/io/kestra/cli/commands/flows/FlowExpandCommand.java b/cli/src/main/java/io/kestra/cli/commands/flows/FlowExpandCommand.java
new file mode 100644
index 0000000000..bb6e0ac27d
--- /dev/null
+++ b/cli/src/main/java/io/kestra/cli/commands/flows/FlowExpandCommand.java
@@ -0,0 +1,37 @@
+package... | diff --git a/cli/src/test/java/io/kestra/cli/commands/flows/FlowExpandCommandTest.java b/cli/src/test/java/io/kestra/cli/commands/flows/FlowExpandCommandTest.java
new file mode 100644
index 0000000000..adfa2b6066
--- /dev/null
+++ b/cli/src/test/java/io/kestra/cli/commands/flows/FlowExpandCommandTest.java
@@ -0,0 +1,49... | train | train | 2023-03-23T16:15:41 | 2023-03-20T16:20:29Z | Melkaz | train |
kestra-io/kestra/1132_1133 | kestra-io/kestra | kestra-io/kestra/1132 | kestra-io/kestra/1133 | [
"keyword_pr_to_issue"
] | 28cbac85919514b6991d05a905d29e4ea11f2a31 | 0e644fe4b8b3f47ea0f81d9f475de3099cb383a9 | [] | [] | 2023-04-05T17:51:45Z | [
"bug"
] | Attempt to kill the whole process tree on timeout | ### Expected Behavior
In case of timeout, the Bash task tries to kill the whole spawned process tree.
### Actual Behaviour
In case of timeout, the Bash task kills only the started initial process.
This results in any child processes spawned by the parent process remain running - effectively avoiding the timeout r... | [
"core/src/main/java/io/kestra/core/tasks/scripts/runners/ProcessBuilderScriptRunner.java"
] | [
"core/src/main/java/io/kestra/core/tasks/scripts/runners/ProcessBuilderScriptRunner.java"
] | [] | diff --git a/core/src/main/java/io/kestra/core/tasks/scripts/runners/ProcessBuilderScriptRunner.java b/core/src/main/java/io/kestra/core/tasks/scripts/runners/ProcessBuilderScriptRunner.java
index b3281a01ff..5669b063fa 100644
--- a/core/src/main/java/io/kestra/core/tasks/scripts/runners/ProcessBuilderScriptRunner.java... | null | test | train | 2023-04-05T13:50:15 | 2023-04-05T17:49:24Z | yuri1969 | train |
kestra-io/kestra/1140_1142 | kestra-io/kestra | kestra-io/kestra/1140 | kestra-io/kestra/1142 | [
"keyword_pr_to_issue"
] | 4c96adf2f57f66ab3c73a0e3a1e11675f63efef4 | 43ab765da11d9d6802449958edf0fe91a9c30b0a | [] | [] | 2023-04-08T07:00:02Z | [
"bug"
] | Key of null value missing in the webhook | ### Expected Behavior
{
"creditHeader":{
"idNum":"",
"idType":"a",
"reason":"a",
"serialNo":"a",
"reportTime":"a",
"otherIdInfo":[
{
"type":"a",
"idNum":"a"
}
],
"antiHackInfo":{
... | [
"core/src/main/java/io/kestra/core/models/triggers/types/Webhook.java"
] | [
"core/src/main/java/io/kestra/core/models/triggers/types/Webhook.java"
] | [
"webserver/src/test/java/io/kestra/webserver/controllers/ExecutionControllerTest.java"
] | diff --git a/core/src/main/java/io/kestra/core/models/triggers/types/Webhook.java b/core/src/main/java/io/kestra/core/models/triggers/types/Webhook.java
index 63b766fefb..33d09f27c0 100644
--- a/core/src/main/java/io/kestra/core/models/triggers/types/Webhook.java
+++ b/core/src/main/java/io/kestra/core/models/triggers/... | diff --git a/webserver/src/test/java/io/kestra/webserver/controllers/ExecutionControllerTest.java b/webserver/src/test/java/io/kestra/webserver/controllers/ExecutionControllerTest.java
index badc8e316c..90e7d85910 100644
--- a/webserver/src/test/java/io/kestra/webserver/controllers/ExecutionControllerTest.java
+++ b/we... | test | train | 2023-04-06T21:32:48 | 2023-04-07T09:47:42Z | yangkailc | train |
kestra-io/kestra/1159_1195 | kestra-io/kestra | kestra-io/kestra/1159 | kestra-io/kestra/1195 | [
"connected"
] | c618684e4205f4eb749e0f3f29b2dae8bc39a7b3 | d183c941f88475fbd6e7f9b6a92d061772b07b90 | [
"I think this is a duplicate of #1146 ?",
"Yep, I'm closing https://github.com/kestra-io/kestra/issues/1146"
] | [] | 2023-04-25T13:54:34Z | [
"enhancement"
] | Add slider in Editor view to manage windows size | ### Feature description
On the editor, I want to be able to resize the block content when Topology/Docs with Source are displayed: manage the size of each window.
Add a slider (example https://elfsight.com/fr/before-and-after-slider-widget/examples/)
 | ### Expected Behavior
Required properties should be listed first in doc for better visibility of what I should absolutely add to my task
### Actual Behaviour
Properties are listed as in POJO I guess
### Steps To Reproduce
1. Create a task with required & non-required properties (eg. https://kestra.io/plugins/plugi... | [
"core/src/main/java/io/kestra/core/docs/ClassPluginDocumentation.java",
"core/src/main/java/io/kestra/core/docs/DocumentationGenerator.java",
"core/src/main/java/io/kestra/core/docs/JsonSchemaGenerator.java",
"core/src/main/java/io/kestra/core/plugins/PluginScanner.java"
] | [
"core/src/main/java/io/kestra/core/docs/ClassPluginDocumentation.java",
"core/src/main/java/io/kestra/core/docs/DocumentationGenerator.java",
"core/src/main/java/io/kestra/core/docs/JsonSchemaGenerator.java",
"core/src/main/java/io/kestra/core/plugins/PluginScanner.java"
] | [
"cli/src/test/java/io/kestra/cli/commands/plugins/PluginDocCommandTest.java",
"cli/src/test/java/io/kestra/cli/commands/plugins/PluginListCommandTest.java",
"core/src/test/java/io/kestra/core/docs/DocumentationGeneratorTest.java"
] | diff --git a/core/src/main/java/io/kestra/core/docs/ClassPluginDocumentation.java b/core/src/main/java/io/kestra/core/docs/ClassPluginDocumentation.java
index 0231f3fbb5..6530fc5029 100644
--- a/core/src/main/java/io/kestra/core/docs/ClassPluginDocumentation.java
+++ b/core/src/main/java/io/kestra/core/docs/ClassPlugin... | diff --git a/cli/src/test/java/io/kestra/cli/commands/plugins/PluginDocCommandTest.java b/cli/src/test/java/io/kestra/cli/commands/plugins/PluginDocCommandTest.java
index 1d594d0f39..0e91ecf9eb 100644
--- a/cli/src/test/java/io/kestra/cli/commands/plugins/PluginDocCommandTest.java
+++ b/cli/src/test/java/io/kestra/cli/... | val | train | 2023-05-04T16:30:46 | 2023-04-12T10:47:32Z | brian-mulier-p | train |
kestra-io/kestra/1182_1229 | kestra-io/kestra | kestra-io/kestra/1182 | kestra-io/kestra/1229 | [
"keyword_pr_to_issue"
] | 64446f22794ab02289f319b134c1098e80915d27 | c618684e4205f4eb749e0f3f29b2dae8bc39a7b3 | [] | [] | 2023-05-04T09:31:32Z | [
"bug"
] | UI task documentation dispays generic task proprties | ### Expected Behavior
Inside the plugin documentation site, the task generic properties (like description, disabled, ...) are not displayed to avoid having too many properties that will clutter the documentation.
For example for the XmlReadre task:
;
}
- return this.$http.get(`/api/v1/plu... | null | val | train | 2023-05-04T11:13:09 | 2023-04-21T07:57:59Z | loicmathieu | train |
kestra-io/kestra/1157_1230 | kestra-io/kestra | kestra-io/kestra/1157 | kestra-io/kestra/1230 | [
"keyword_pr_to_issue"
] | 44f1168564847929c3b3705bdf3d745c9799e21f | 43b73a9b11138bcdbfcf395a26fdf33c84c33479 | [] | [] | 2023-05-04T09:36:47Z | [
"bug",
"enhancement"
] | Flow Validation not triggered | ### Expected Behavior
In the flow editor, within the source/doc view, the validation is not being triggered; if you swap to the source/topology view, it is, and your error appears.
### Actual Behaviour
_No response_
### Steps To Reproduce
_No response_
### Environment Information
- Kestra Version:
- Operating S... | [
"ui/src/components/graph/Topology.vue"
] | [
"ui/src/components/graph/Topology.vue"
] | [] | diff --git a/ui/src/components/graph/Topology.vue b/ui/src/components/graph/Topology.vue
index 128216ee8d..19e06722e5 100644
--- a/ui/src/components/graph/Topology.vue
+++ b/ui/src/components/graph/Topology.vue
@@ -732,10 +732,8 @@
flowYaml.value = event;
haveChange.value = true;
- if (showTo... | null | train | train | 2023-05-04T16:30:46 | 2023-04-13T08:57:41Z | Skraye | train |
kestra-io/kestra/1220_1231 | kestra-io/kestra | kestra-io/kestra/1220 | kestra-io/kestra/1231 | [
"keyword_pr_to_issue"
] | 94ae9559b96a73f4e02f5b9c5304dfeb12cd32e6 | 38901da1e5afb1209917914dfda4fd0a3cf1bfbd | [] | [] | 2023-05-04T11:48:44Z | [
"bug"
] | UI - Alert block in the documentation are not rendered | ### Expected Behavior
When using an alert block in the documentation of a task it should be properly rendered.
### Actual Behaviour
The alert block is not properly rendered.
For example, from the Documentation page:
 + "_dr... | null | test | train | 2023-05-12T11:12:38 | 2023-04-12T14:10:33Z | Ben8t | train |
kestra-io/kestra/1249_1250 | kestra-io/kestra | kestra-io/kestra/1249 | kestra-io/kestra/1250 | [
"keyword_pr_to_issue"
] | bebfd8f8b314fe898315049167f0d3cdd76c6761 | 3cf551cd0f490a2d45c3c5291a222836f439e754 | [] | [] | 2023-05-10T07:53:58Z | [
"bug"
] | Refreshing editor page make title disappear | ### Expected Behavior
When refreshing on the editor page, should not remove title.
### Actual Behaviour

### Steps To Reproduce
_No response_
### Environment Information
- Kestra Version: 0.8.1 SNAPSHOT
### Exa... | [
"ui/src/components/flows/FlowCreate.vue"
] | [
"ui/src/components/flows/FlowCreate.vue"
] | [] | diff --git a/ui/src/components/flows/FlowCreate.vue b/ui/src/components/flows/FlowCreate.vue
index 9482878481..ca26a77258 100644
--- a/ui/src/components/flows/FlowCreate.vue
+++ b/ui/src/components/flows/FlowCreate.vue
@@ -17,8 +17,10 @@
<script>
import Topology from "../graph/Topology.vue";
import {mapGette... | null | val | train | 2023-05-10T07:39:04 | 2023-05-10T06:50:40Z | Skraye | train |
kestra-io/kestra/1118_1256 | kestra-io/kestra | kestra-io/kestra/1118 | kestra-io/kestra/1256 | [
"keyword_pr_to_issue"
] | bebfd8f8b314fe898315049167f0d3cdd76c6761 | 434e2273b9d705e637ba1297cc3f825b87803549 | [
"An example of a broken execution duration via `/api/v1/executions/{executionId}`:\r\n\r\n[4Dxtymd4UR4yQUjqTs3MSG.json.txt](https://github.com/kestra-io/kestra/files/11109546/4Dxtymd4UR4yQUjqTs3MSG.json.txt)\r\n\r\n no overlaps. The rendered execution duration matches the data.
### Actual Behaviour
In some cases execution's duration doesn't get updated correctly. This happens mainly when the Kestra cluster is under load.
The... | [
"ui/src/components/executions/Gantt.vue"
] | [
"ui/src/components/executions/Gantt.vue"
] | [] | diff --git a/ui/src/components/executions/Gantt.vue b/ui/src/components/executions/Gantt.vue
index 8afa9cf33f..38596f8038 100644
--- a/ui/src/components/executions/Gantt.vue
+++ b/ui/src/components/executions/Gantt.vue
@@ -31,7 +31,7 @@
</span>
</template>
... | null | test | train | 2023-05-10T07:39:04 | 2023-03-30T06:54:06Z | yuri1969 | train |
kestra-io/kestra/1243_1259 | kestra-io/kestra | kestra-io/kestra/1243 | kestra-io/kestra/1259 | [
"keyword_pr_to_issue"
] | bebfd8f8b314fe898315049167f0d3cdd76c6761 | 22d7febfcde250ee7ec98e359d7adb0b30eff71c | [
"Can't reproduce on my side (either from Flow page or Revision tab 🤔). Do you have any steps to reproduce ?",
"on the execution page, execute a flow, delete the flow and go back on the execution page of this deleted flow. ",
"indeed\r\n\r\n {
return this.$http.get(`/api/v1/flows/${options.namespace}/${options.id}?source=tru... | null | train | train | 2023-05-10T07:39:04 | 2023-05-07T19:29:23Z | tchiotludo | train |
kestra-io/kestra/1236_1266 | kestra-io/kestra | kestra-io/kestra/1236 | kestra-io/kestra/1266 | [
"keyword_pr_to_issue"
] | 419bf58ac290ece375b157a3f6257b18534ffa7c | 844823a5b5a9aa10206f9c9e2d678cbcf7ee7b58 | [
"@tchiotludo precise the flow pls",
"https://demo.kestra.io/ui/flows/edit/io.kestra.demo.scripts/bash-docker-with-files/editor"
] | [] | 2023-05-10T15:24:30Z | [
"bug"
] | Low code failed to open subobject | 
| [
"ui/src/components/flows/tasks/TaskComplex.vue"
] | [
"ui/src/components/flows/tasks/TaskComplex.vue"
] | [] | diff --git a/ui/src/components/flows/tasks/TaskComplex.vue b/ui/src/components/flows/tasks/TaskComplex.vue
index 29405dcca0..6a6a73030a 100644
--- a/ui/src/components/flows/tasks/TaskComplex.vue
+++ b/ui/src/components/flows/tasks/TaskComplex.vue
@@ -4,7 +4,7 @@
:disabled="true"
>
<template #appe... | null | train | train | 2023-05-10T17:06:47 | 2023-05-04T20:33:44Z | tchiotludo | train |
kestra-io/kestra/1219_1268 | kestra-io/kestra | kestra-io/kestra/1219 | kestra-io/kestra/1268 | [
"keyword_pr_to_issue"
] | 419bf58ac290ece375b157a3f6257b18534ffa7c | 35662f173144c3ce9973f02fdd4bde9151e25674 | [] | [] | 2023-05-10T16:19:03Z | [
"bug",
"enhancement"
] | Discrepancies while changing color "Theme" and "Editor Theme" | ### Expected Behavior
Color themes should be applied
### Actual Behaviour

Themes are not applied when Theme = Dark and Editor Theme = Light.

.
Currently, we need to download the file and click "new execution" on a killed job for example.
We just had a bug with BigQuery not sendin... | [
"core/src/main/java/io/kestra/core/services/ExecutionService.java",
"ui/src/components/executions/Overview.vue",
"ui/src/components/executions/Restart.vue",
"ui/src/components/flows/FlowRun.vue",
"ui/src/components/flows/TriggerFlow.vue",
"ui/src/components/inputs/Editor.vue",
"ui/src/components/logs/Lo... | [
"core/src/main/java/io/kestra/core/services/ExecutionService.java",
"ui/src/components/executions/Overview.vue",
"ui/src/components/executions/Restart.vue",
"ui/src/components/flows/FlowRun.vue",
"ui/src/components/flows/TriggerFlow.vue",
"ui/src/components/inputs/Editor.vue",
"ui/src/components/logs/Lo... | [
"core/src/test/java/io/kestra/core/runners/ExecutionServiceTest.java"
] | diff --git a/core/src/main/java/io/kestra/core/services/ExecutionService.java b/core/src/main/java/io/kestra/core/services/ExecutionService.java
index 7ec700ad0c..f889369396 100644
--- a/core/src/main/java/io/kestra/core/services/ExecutionService.java
+++ b/core/src/main/java/io/kestra/core/services/ExecutionService.ja... | diff --git a/core/src/test/java/io/kestra/core/runners/ExecutionServiceTest.java b/core/src/test/java/io/kestra/core/runners/ExecutionServiceTest.java
index eb18f687b1..7c337770e5 100644
--- a/core/src/test/java/io/kestra/core/runners/ExecutionServiceTest.java
+++ b/core/src/test/java/io/kestra/core/runners/ExecutionSe... | val | train | 2023-05-22T12:58:31 | 2023-04-27T12:41:56Z | srichelle | train |
kestra-io/kestra/1176_1277 | kestra-io/kestra | kestra-io/kestra/1176 | kestra-io/kestra/1277 | [
"keyword_pr_to_issue"
] | 3a6c5ff5589816c32bca4c4ca49a5ab2396b857d | c7955d12b56b92ac18860c45fe65fa2eccc902cb | [
"This is caused by the BigQuery trigger re-using the Query task.\r\nIn this case, the storage files are created without execution prefix like:\r\n```\r\nkestra:///io/kestra/tests/trigger-wikipedia/10807484584123982691.ion\r\n```\r\n\r\nA correct file created by a trigger would be like:\r\n```\r\nkestra:///io/kestra... | [
"use IdUtils.create() "
] | 2023-05-12T08:40:21Z | [
"bug"
] | Trigger files from internal storage cannot be retrieved from the Execution Overview | ### Expected Behavior
On the execution Overview tab, if a triggre produces a file there is a link to the file on the tab that should works.
### Actual Behaviour
The link didn't works
### Steps To Reproduce
_No response_
### Environment Information
- Kestra Version: 0.9.0-SNAPSHOT
- Operating System (OS / Docker... | [
"core/src/main/java/io/kestra/core/runners/RunContext.java",
"core/src/main/java/io/kestra/core/storages/StorageInterface.java"
] | [
"core/src/main/java/io/kestra/core/runners/RunContext.java",
"core/src/main/java/io/kestra/core/storages/StorageInterface.java"
] | [] | diff --git a/core/src/main/java/io/kestra/core/runners/RunContext.java b/core/src/main/java/io/kestra/core/runners/RunContext.java
index bf93486822..c94e8c2e54 100644
--- a/core/src/main/java/io/kestra/core/runners/RunContext.java
+++ b/core/src/main/java/io/kestra/core/runners/RunContext.java
@@ -51,6 +51,8 @@ public ... | null | test | train | 2023-05-17T13:49:18 | 2023-04-18T11:41:35Z | loicmathieu | train |
kestra-io/kestra/1162_1298 | kestra-io/kestra | kestra-io/kestra/1162 | kestra-io/kestra/1298 | [
"keyword_pr_to_issue"
] | 544d4db26d77a980d60d68b5287788492dcd02cf | fa52d5e5b8cd313c935f8fb8b3c1812911f3b76e | [] | [
"Not right way, you only inverse on the whole application, please pass a props that : \r\n- force the orientation \r\n- remove the button"
] | 2023-05-15T16:35:50Z | [
"enhancement"
] | Default vertical position for topology view in editor tab | ### Feature description
It could be nice to get topology directly in the vertical position while in the editor tab

| [
"ui/src/components/graph/Topology.vue"
] | [
"ui/src/components/graph/Topology.vue"
] | [] | diff --git a/ui/src/components/graph/Topology.vue b/ui/src/components/graph/Topology.vue
index 8bff2a8b29..a9e903fd3f 100644
--- a/ui/src/components/graph/Topology.vue
+++ b/ui/src/components/graph/Topology.vue
@@ -109,7 +109,6 @@
const editorWidthStorageKey = "editor-width";
const editorWidthPercentage = r... | null | train | train | 2023-05-15T21:32:00 | 2023-04-13T13:31:16Z | Ben8t | train |
kestra-io/kestra/1297_1312 | kestra-io/kestra | kestra-io/kestra/1297 | kestra-io/kestra/1312 | [
"keyword_pr_to_issue"
] | acc7426395b423897a75ddb20ef144067b5a466a | 9aced7d6d687523a4f83c8dedf66fa453a8d48d9 | [] | [
"A unit test please? no controller entry point should always have one :sweat_smile: "
] | 2023-05-16T09:21:24Z | [
"bug"
] | Nested metrics don't show up in Flow Metric tab | ### Expected Behavior
All metrics should be available at the Flow Metric levels, even nested one
### Actual Behaviour
When an execution have nested tasks (for example if task), sub task don't show up in the main Metric dashboard.
 filter on running execution on the backend side."
] | [] | 2023-05-16T09:59:23Z | [
"bug"
] | CREATED issue is not killable | Right Now, we have a control on the `RUNNING` [state](https://github.com/kestra-io/kestra/blob/6e6c3334be5405807a547e42b5306a049c35ada9/webserver/src/main/java/io/kestra/webserver/controllers/ExecutionController.java#L822) that prevent killing an execution in `CREATED`. Created must be killable as running on each king ... | [
"ui/src/utils/state.js",
"webserver/src/main/java/io/kestra/webserver/controllers/ExecutionController.java"
] | [
"ui/src/utils/state.js",
"webserver/src/main/java/io/kestra/webserver/controllers/ExecutionController.java"
] | [] | diff --git a/ui/src/utils/state.js b/ui/src/utils/state.js
index eec9d59648..ca85642157 100644
--- a/ui/src/utils/state.js
+++ b/ui/src/utils/state.js
@@ -47,7 +47,7 @@ const STATE = Object.freeze({
colorClass: "yellow",
icon: CloseCircle,
isRunning: true,
- isKillable: false,
+ ... | null | train | train | 2023-05-16T11:43:29 | 2023-05-15T18:31:20Z | tchiotludo | train |
kestra-io/kestra/1309_1314 | kestra-io/kestra | kestra-io/kestra/1309 | kestra-io/kestra/1314 | [
"keyword_pr_to_issue"
] | d0e9f21c0ac84076b00bd5640217a033c2ef5877 | acc7426395b423897a75ddb20ef144067b5a466a | [] | [] | 2023-05-16T10:10:40Z | [
"bug"
] | Validate If task return 500 instead of 422 | ### Expected Behavior
When writing a flow, if a write a `If task` and there is no `then` properties, it return 500 instead of 422.
This lead to a pop-up spamming.
### Actual Behaviour
It should return 422 and not be displayed in a pop-up but only in the tooltip.
### Steps To Reproduce
Write if task
### Environ... | [
"core/src/main/java/io/kestra/core/tasks/flows/If.java"
] | [
"core/src/main/java/io/kestra/core/tasks/flows/If.java"
] | [] | diff --git a/core/src/main/java/io/kestra/core/tasks/flows/If.java b/core/src/main/java/io/kestra/core/tasks/flows/If.java
index b0153d71a9..f23b1c9319 100644
--- a/core/src/main/java/io/kestra/core/tasks/flows/If.java
+++ b/core/src/main/java/io/kestra/core/tasks/flows/If.java
@@ -129,7 +129,7 @@ public GraphCluster t... | null | val | train | 2023-05-16T12:04:31 | 2023-05-16T08:05:48Z | Skraye | train |
kestra-io/kestra/1278_1322 | kestra-io/kestra | kestra-io/kestra/1278 | kestra-io/kestra/1322 | [
"keyword_pr_to_issue"
] | dd4be3fa8eb8cfe1326b42f88cfe2248d77cf7cc | 3a6c5ff5589816c32bca4c4ca49a5ab2396b857d | [] | [] | 2023-05-17T07:01:41Z | [
"bug"
] | Documentation does not appear correctly in editor | ### Expected Behavior
When I'm writing a task, I should be able to see the task documentation (if doc view is selected)
### Actual Behaviour
If my cursor is at the end of the task, documentation is not displayed

#... | [
"ui/src/utils/yamlUtils.js"
] | [
"ui/src/utils/yamlUtils.js"
] | [] | diff --git a/ui/src/utils/yamlUtils.js b/ui/src/utils/yamlUtils.js
index 23c3c184c5..fdd6cda190 100644
--- a/ui/src/utils/yamlUtils.js
+++ b/ui/src/utils/yamlUtils.js
@@ -163,7 +163,7 @@ export default class YamlUtils {
static getTaskType(source, position) {
const lineCounter = new LineCounter();
... | null | train | train | 2023-05-16T22:32:40 | 2023-05-12T08:45:44Z | Skraye | train |
kestra-io/kestra/1318_1323 | kestra-io/kestra | kestra-io/kestra/1318 | kestra-io/kestra/1323 | [
"keyword_pr_to_issue"
] | dd4be3fa8eb8cfe1326b42f88cfe2248d77cf7cc | dbd7725bea3e154d59e9670b7f281bd6e160a5db | [] | [] | 2023-05-17T07:16:42Z | [
"frontend"
] | Change icon topology vertically/horizontally. | ### Expected Behavior

Change the icons for a better understanding of the display mode of the topology. Thank you.
### Actual Behaviour
_No response_
### Steps To Reproduce
_No response_
### Environment Information... | [
"ui/src/components/graph/Topology.vue"
] | [
"ui/src/assets/icons/SplitCellsHorizontal.vue",
"ui/src/assets/icons/SplitCellsVertical.vue",
"ui/src/components/graph/Topology.vue"
] | [] | diff --git a/ui/src/assets/icons/SplitCellsHorizontal.vue b/ui/src/assets/icons/SplitCellsHorizontal.vue
new file mode 100644
index 0000000000..f9701ecb7b
--- /dev/null
+++ b/ui/src/assets/icons/SplitCellsHorizontal.vue
@@ -0,0 +1,24 @@
+<template>
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns=... | null | train | train | 2023-05-16T22:32:40 | 2023-05-16T13:48:35Z | Nico-Kestra | train |
kestra-io/kestra/1152_1329 | kestra-io/kestra | kestra-io/kestra/1152 | kestra-io/kestra/1329 | [
"keyword_pr_to_issue"
] | c7955d12b56b92ac18860c45fe65fa2eccc902cb | 9bd52c4129e9a50af851fcf3229126e94e85f0fd | [
"Would it be better to add the possibility to change a flow's namespace ? @tchiotludo ",
"closing it, and move specs to https://github.com/kestra-io/kestra/issues/60",
"Reopen it to avoid the not found right now, that will be easy to fix"
] | [] | 2023-05-17T13:06:44Z | [
"backend",
"enhancement"
] | Add/Improve error message while changing a flow namespace | ### Feature description
As a **non-developer**
I created a **first flow with my first idea**
But I wanted to **change the namespace**
As a result, **I encountered multiple “Page not found” before understanding that it wasn’t possible**
So I end up **duplicating the flow and deleting the initial one**
*W... | [
"ui/src/components/graph/Topology.vue",
"ui/src/translations.json",
"ui/src/utils/yamlUtils.js"
] | [
"ui/src/components/graph/Topology.vue",
"ui/src/translations.json",
"ui/src/utils/yamlUtils.js"
] | [] | diff --git a/ui/src/components/graph/Topology.vue b/ui/src/components/graph/Topology.vue
index e8292207bf..1af02db939 100644
--- a/ui/src/components/graph/Topology.vue
+++ b/ui/src/components/graph/Topology.vue
@@ -129,6 +129,7 @@
const dragging = ref(false);
const taskError = ref(store.getters["flow/taskErro... | null | train | train | 2023-05-17T15:00:21 | 2023-04-12T14:14:42Z | Ben8t | train |
kestra-io/kestra/1300_1335 | kestra-io/kestra | kestra-io/kestra/1300 | kestra-io/kestra/1335 | [
"keyword_pr_to_issue"
] | c7955d12b56b92ac18860c45fe65fa2eccc902cb | 594c1da918361ea66a4fbefdcb7dbd53970957c3 | [] | [] | 2023-05-17T14:36:34Z | [
"bug"
] | Flow Save button is red now | 
Actually, if the flow have no unsaved change, the button is red.
The button:
- should be purple without any change
- should be red if there is an error
- should display a proper tooltip with the error message if any... | [
"ui/src/components/graph/Topology.vue"
] | [
"ui/src/components/graph/Topology.vue"
] | [] | diff --git a/ui/src/components/graph/Topology.vue b/ui/src/components/graph/Topology.vue
index e8292207bf..c2dec6824a 100644
--- a/ui/src/components/graph/Topology.vue
+++ b/ui/src/components/graph/Topology.vue
@@ -1180,7 +1180,7 @@
size="large"
@click="save"
... | null | train | train | 2023-05-17T15:00:21 | 2023-05-15T16:53:01Z | tchiotludo | train |
kestra-io/kestra/1302_1336 | kestra-io/kestra | kestra-io/kestra/1302 | kestra-io/kestra/1336 | [
"keyword_pr_to_issue"
] | c7955d12b56b92ac18860c45fe65fa2eccc902cb | 32fa5122e209358c9766abcc4099e644dc600c05 | [] | [] | 2023-05-17T15:03:49Z | [
"bug"
] | Tooltip on charts, should hide properly on mouseout | On chart, we have tooltip that is not always removed on when the mouse leave the charts.
We should hide it when leaving totally the charts area | [
"ui/src/components/flows/FlowMetrics.vue",
"ui/src/components/home/NamespaceTreeMap.vue",
"ui/src/components/home/StatusPie.vue",
"ui/src/components/stats/StateChart.vue"
] | [
"ui/src/components/flows/FlowMetrics.vue",
"ui/src/components/home/NamespaceTreeMap.vue",
"ui/src/components/home/StatusPie.vue",
"ui/src/components/stats/StateChart.vue"
] | [] | diff --git a/ui/src/components/flows/FlowMetrics.vue b/ui/src/components/flows/FlowMetrics.vue
index 440f4411e9..f9acb2ccc7 100644
--- a/ui/src/components/flows/FlowMetrics.vue
+++ b/ui/src/components/flows/FlowMetrics.vue
@@ -74,7 +74,7 @@
:persistent="false"
:hide-after="0"
... | null | val | train | 2023-05-17T15:00:21 | 2023-05-15T16:56:57Z | tchiotludo | train |
kestra-io/kestra/1344_1346 | kestra-io/kestra | kestra-io/kestra/1344 | kestra-io/kestra/1346 | [
"keyword_pr_to_issue"
] | 00cb4e81d5415bb4f93ef9ba1a8d657e05926a9c | ed1dc8b2c0e2ce530e65d4582113585e531058b6 | [] | [] | 2023-05-19T09:25:17Z | [
"bug"
] | UI - No outputs displayed after selecting a task then clearing the select | ### Expected Behavior
All outputs are displayed after selecting a task then clearing the select.
### Actual Behaviour
When you goes to the outputs tab of an execution and select one task, the list of outputs is filter with the tasks outputs, When you clear the select no outputs are shown. All outputs should have bee... | [
"ui/src/components/executions/ExecutionOutput.vue"
] | [
"ui/src/components/executions/ExecutionOutput.vue"
] | [] | diff --git a/ui/src/components/executions/ExecutionOutput.vue b/ui/src/components/executions/ExecutionOutput.vue
index a2eb80b9a3..113c6979e2 100644
--- a/ui/src/components/executions/ExecutionOutput.vue
+++ b/ui/src/components/executions/ExecutionOutput.vue
@@ -8,6 +8,7 @@
:persistent="false"
... | null | test | train | 2023-05-18T23:13:04 | 2023-05-19T09:03:50Z | loicmathieu | train |
kestra-io/kestra/1348_1350 | kestra-io/kestra | kestra-io/kestra/1348 | kestra-io/kestra/1350 | [
"keyword_pr_to_issue"
] | 00cb4e81d5415bb4f93ef9ba1a8d657e05926a9c | e3c5da6614bcd87365699e3a81d1dd9b06620422 | [] | [] | 2023-05-19T10:26:13Z | [
"bug"
] | Themes/Editor discrepancies | ### Expected Behavior
_No response_
### Actual Behaviour
when Theme = light and editor=dark, editor is not dark
<img width="1101" alt="Screenshot 2023-05-19 at 11 41 00" src="https://github.com/kestra-io/kestra/assets/46634684/9f4ec602-2b30-4e5f-a7dc-1a19c502269c">
### Steps To Reproduce
_No response_
### En... | [
"ui/src/components/inputs/Editor.vue"
] | [
"ui/src/components/inputs/Editor.vue"
] | [] | diff --git a/ui/src/components/inputs/Editor.vue b/ui/src/components/inputs/Editor.vue
index 74687420c9..c4b340968d 100644
--- a/ui/src/components/inputs/Editor.vue
+++ b/ui/src/components/inputs/Editor.vue
@@ -357,6 +357,7 @@
</script>
<style lang="scss">
+ @import "../../styles/layout/root-dark.scss";
.... | null | train | train | 2023-05-18T23:13:04 | 2023-05-19T09:41:58Z | Ben8t | train |
kestra-io/kestra/1343_1362 | kestra-io/kestra | kestra-io/kestra/1343 | kestra-io/kestra/1362 | [
"keyword_pr_to_issue"
] | 2803b7135a485d2d1c2139f43b6a942474ed03fb | 24d93dca0519588aa63437579b6281c07c1d2422 | [] | [] | 2023-05-22T09:20:46Z | [
"bug"
] | bug with vertical/horizontal topology in editor | ### Expected Behavior
_No response_
### Actual Behaviour
Some rendering bug when switching view
https://github.com/kestra-io/kestra/assets/46634684/d8a563cf-5b2f-47a9-8274-589c9686f217
### Steps To Reproduce
_No response_
### Environment Information
- Kestra Version: 0.9.0
- Operating System (OS / Docker /... | [
"ui/package.json"
] | [
"ui/package.json"
] | [] | diff --git a/ui/package.json b/ui/package.json
index 023e92e2da..17551e15cd 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -11,7 +11,7 @@
},
"dependencies": {
"@vue-flow/controls": "^1.0.6",
- "@vue-flow/core": "1.20.0",
+ "@vue-flow/core": "1.14.3",
"ansi-to-html": "^0.7.2",
"axios": ... | null | val | train | 2023-05-22T11:01:01 | 2023-05-19T08:45:58Z | Ben8t | train |
kestra-io/kestra/1342_1363 | kestra-io/kestra | kestra-io/kestra/1342 | kestra-io/kestra/1363 | [
"keyword_pr_to_issue"
] | 2803b7135a485d2d1c2139f43b6a942474ed03fb | ce2c16c5741f808503ac285f4169cab2a7293f16 | [] | [] | 2023-05-22T09:31:02Z | [
"bug"
] | Exporting flows and templates from the Settings page works but generates a JS error | ### Expected Behavior
No JS error on the console.
### Actual Behaviour
When exporting flow or templates from the Settings page, the export works but there is exceptions in the JS console.

### Steps To Reproduce
_... | [
"ui/src/components/settings/Settings.vue"
] | [
"ui/src/components/settings/Settings.vue"
] | [] | diff --git a/ui/src/components/settings/Settings.vue b/ui/src/components/settings/Settings.vue
index 6ed9e248ba..bf80a6d923 100644
--- a/ui/src/components/settings/Settings.vue
+++ b/ui/src/components/settings/Settings.vue
@@ -153,7 +153,21 @@
this.editorDocumentation = value;
this.$to... | null | test | train | 2023-05-22T11:01:01 | 2023-05-19T08:44:58Z | loicmathieu | train |
kestra-io/kestra/1315_1364 | kestra-io/kestra | kestra-io/kestra/1315 | kestra-io/kestra/1364 | [
"keyword_pr_to_issue"
] | 2803b7135a485d2d1c2139f43b6a942474ed03fb | 5b3fffc04359960ff10420d6f051d816a992bdbe | [] | [] | 2023-05-22T09:44:55Z | [] | Template ctrl+s not working | [
"ui/src/components/templates/TemplateEdit.vue"
] | [
"ui/src/components/templates/TemplateEdit.vue"
] | [] | diff --git a/ui/src/components/templates/TemplateEdit.vue b/ui/src/components/templates/TemplateEdit.vue
index aa647d6a61..074194ff15 100644
--- a/ui/src/components/templates/TemplateEdit.vue
+++ b/ui/src/components/templates/TemplateEdit.vue
@@ -1,6 +1,6 @@
<template>
<div>
- <editor @on-save="save" v-mod... | null | test | train | 2023-05-22T11:01:01 | 2023-05-16T11:02:07Z | tchiotludo | train | |
kestra-io/kestra/1281_1367 | kestra-io/kestra | kestra-io/kestra/1281 | kestra-io/kestra/1367 | [
"keyword_pr_to_issue"
] | e3c5da6614bcd87365699e3a81d1dd9b06620422 | 626372b40ced7b3efca5b285a655be90b21743fa | [
"This is due to the fact that we are not setting taskrun in the state for the Logs view while we do it on the Gantt tab"
] | [] | 2023-05-22T09:58:41Z | [
"bug",
"enhancement",
"frontend"
] | Metrics view from logs lead to undefined | ### Expected Behavior
Clicking on "Metrics" from the dropdown menu in logs tab should display metrics for this taskrun
### Actual Behaviour
Greyed screen with nothing displayed due to undefined:

### Steps To Reproduc... | [
"ui/src/components/executions/Gantt.vue",
"ui/src/components/graph/TreeTaskNode.vue",
"ui/src/components/logs/LogList.vue"
] | [
"ui/src/components/executions/Gantt.vue",
"ui/src/components/graph/TreeTaskNode.vue",
"ui/src/components/logs/LogList.vue"
] | [] | diff --git a/ui/src/components/executions/Gantt.vue b/ui/src/components/executions/Gantt.vue
index 38596f8038..28afff99f9 100644
--- a/ui/src/components/executions/Gantt.vue
+++ b/ui/src/components/executions/Gantt.vue
@@ -54,6 +54,7 @@
:exclude-metas="['namespace', 'flowId', 'taskId', 'exe... | null | test | train | 2023-05-22T12:58:31 | 2023-05-12T10:18:14Z | brian-mulier-p | train |
kestra-io/kestra/1301_1370 | kestra-io/kestra | kestra-io/kestra/1301 | kestra-io/kestra/1370 | [
"keyword_pr_to_issue"
] | e3c5da6614bcd87365699e3a81d1dd9b06620422 | ad7786586c7d7e8905f7aa438577b11cec94ea28 | [
"I check and I don't think it's the case anymore.\n\nCan you validate that you didn't see any progress bar anymore ?",
"@loicmathieu It is displayed: \r\n\r\nIt is an issue now that the flow validation occurs again a... | [] | 2023-05-22T12:18:38Z | [
"bug"
] | Flow validation should not display a progress bar | The top n-progress bar is diplayed on every flow validation.
We should hide this progress bar for flow validation | [
"ui/src/stores/flow.js"
] | [
"ui/src/stores/flow.js"
] | [] | diff --git a/ui/src/stores/flow.js b/ui/src/stores/flow.js
index 141c5347ae..5ea9dc3b9e 100644
--- a/ui/src/stores/flow.js
+++ b/ui/src/stores/flow.js
@@ -214,7 +214,7 @@ export default {
return this.$http.delete("/api/v1/flows/delete/by-query", options, {params: options})
},
validateFlow... | null | train | train | 2023-05-22T12:58:31 | 2023-05-15T16:54:34Z | tchiotludo | train |
kestra-io/kestra/1369_1371 | kestra-io/kestra | kestra-io/kestra/1369 | kestra-io/kestra/1371 | [
"keyword_pr_to_issue"
] | e3c5da6614bcd87365699e3a81d1dd9b06620422 | a3444347167c4eb60b3861e61cea617dc0280f4e | [] | [] | 2023-05-22T12:28:38Z | [
"bug"
] | Editor Panel resize must be constrain | 

We shouldn't allow such edge case resize, don't allow less than 200 px large | [
"ui/src/components/graph/Topology.vue"
] | [
"ui/src/components/graph/Topology.vue"
] | [] | diff --git a/ui/src/components/graph/Topology.vue b/ui/src/components/graph/Topology.vue
index 7512eea7ef..89349eb09f 100644
--- a/ui/src/components/graph/Topology.vue
+++ b/ui/src/components/graph/Topology.vue
@@ -936,7 +936,14 @@
let blockWidthPercent = (blockWidth / parentWidth) * 100;
document.o... | null | train | train | 2023-05-22T12:58:31 | 2023-05-22T11:04:46Z | tchiotludo | train |
kestra-io/kestra/1349_1374 | kestra-io/kestra | kestra-io/kestra/1349 | kestra-io/kestra/1374 | [
"keyword_pr_to_issue"
] | 626372b40ced7b3efca5b285a655be90b21743fa | a6dc76cb481c66046d9f776200255bde29204ecc | [] | [] | 2023-05-22T13:41:56Z | [
"bug",
"frontend"
] | Long time loading task source & form | ### Expected Behavior
Fast task edit loading
### Actual Behaviour
Usage of Monaco editor instead of traditional input combined with the fact that now each Monaco editor has his own schema loaded independently leads to multiple useless queries of "/plugin", adding delay to the component :
 {
- this.$store.dispatch("plugin/lis... | null | train | train | 2023-05-22T14:49:59 | 2023-05-19T10:09:08Z | Skraye | train |
kestra-io/kestra/1201_1376 | kestra-io/kestra | kestra-io/kestra/1201 | kestra-io/kestra/1376 | [
"keyword_pr_to_issue"
] | fb269a3b6b7984fb5b504ed88f5c5eaf651ec8ca | 2998a15920898a361f24117b08c2d530edf2eb22 | [] | [] | 2023-05-22T16:14:23Z | [
"bug"
] | UI - Documentation menu item is not highlighted when on a plugin page | ### Expected Behavior
When browsing the navigation from the UI, the menu item Documentation should stay highlighted
>
### Actual Behaviour
From the UI "Documentation" item, then Plugins, then select a plugin on the right navigation. Then the "Documentation" menu item is no more highlighted.
![12-Documentation... | [
"ui/src/override/components/LeftMenu.vue"
] | [
"ui/src/override/components/LeftMenu.vue"
] | [] | diff --git a/ui/src/override/components/LeftMenu.vue b/ui/src/override/components/LeftMenu.vue
index 182c39d800..5e1c88aacb 100644
--- a/ui/src/override/components/LeftMenu.vue
+++ b/ui/src/override/components/LeftMenu.vue
@@ -4,6 +4,7 @@
:menu="menu"
@update:collapsed="onToggleCollapse"
:sho... | null | test | train | 2023-05-23T14:47:26 | 2023-04-26T13:38:12Z | loicmathieu | train |
kestra-io/kestra/1167_1377 | kestra-io/kestra | kestra-io/kestra/1167 | kestra-io/kestra/1377 | [
"keyword_pr_to_issue"
] | 694af59ee5de07687c222d1e0556636183ee6607 | fb269a3b6b7984fb5b504ed88f5c5eaf651ec8ca | [
"@brian-mulier-p if you replace the . with that white space unicode I think it will do the trick\n```js\ntext.replaceAll('.' '​.')\n``` ",
"Imma try that, thanks :)"
] | [] | 2023-05-22T17:11:21Z | [
"enhancement"
] | Bad namespace hyphenation (in table) | ### Issue description
Namespace should be clearer in table - break line at each point ?

| [
"ui/src/components/executions/Executions.vue",
"ui/src/components/flows/Flows.vue",
"ui/src/components/templates/Templates.vue",
"ui/src/styles/layout/element-plus-overload.scss",
"ui/src/utils/filters.js"
] | [
"ui/src/components/executions/Executions.vue",
"ui/src/components/flows/Flows.vue",
"ui/src/components/templates/Templates.vue",
"ui/src/styles/layout/element-plus-overload.scss",
"ui/src/utils/filters.js"
] | [] | diff --git a/ui/src/components/executions/Executions.vue b/ui/src/components/executions/Executions.vue
index 4c7f0795a0..971a04fbb3 100644
--- a/ui/src/components/executions/Executions.vue
+++ b/ui/src/components/executions/Executions.vue
@@ -79,12 +79,12 @@
</template>
</e... | null | train | train | 2023-05-22T17:06:40 | 2023-04-13T14:11:12Z | Ben8t | train |
kestra-io/kestra/1386_1387 | kestra-io/kestra | kestra-io/kestra/1386 | kestra-io/kestra/1387 | [
"keyword_pr_to_issue"
] | 694af59ee5de07687c222d1e0556636183ee6607 | 59b1017479413a6d1b0390a4504dfc1dd46c953d | [] | [] | 2023-05-23T10:29:51Z | [
"bug",
"frontend"
] | File inputs no longer working in production mode | ### Expected Behavior
File inputs should be displayed
### Actual Behaviour
File inputs are not displayed with an undefined error in console (due to `this.` usage in template)
### Steps To Reproduce
Create a flow with a file inputs
Create a new execution
File inputs are not displayed
### Environment Information
... | [
"ui/src/components/flows/FlowRun.vue"
] | [
"ui/src/components/flows/FlowRun.vue"
] | [] | diff --git a/ui/src/components/flows/FlowRun.vue b/ui/src/components/flows/FlowRun.vue
index 99001427eb..ea2584bf03 100644
--- a/ui/src/components/flows/FlowRun.vue
+++ b/ui/src/components/flows/FlowRun.vue
@@ -58,9 +58,9 @@
type="file"
@change="onFileChange(inp... | null | test | train | 2023-05-22T17:06:40 | 2023-05-23T10:27:03Z | brian-mulier-p | train |
kestra-io/kestra/1388_1390 | kestra-io/kestra | kestra-io/kestra/1388 | kestra-io/kestra/1390 | [
"keyword_pr_to_issue"
] | 2998a15920898a361f24117b08c2d530edf2eb22 | 2c949e057ef5f01b308cdd4de8e83632631b83a2 | [] | [] | 2023-05-23T13:18:09Z | [] | Host somewhere the tutorial/guided tour data file | ### Feature description
Both the guided tour inside the UI and the tutorial on the website use a data file from the French OpenData website: https://www.data.gouv.fr/fr/datasets/r/d33eabc9-e2fd-4787-83e5-a5fcfb5af66d
Unfortunately, this file may not be available everywhere; we have reports from users that cannot ac... | [
"ui/src/components/onboarding/VueTour.vue"
] | [
"ui/src/components/onboarding/VueTour.vue"
] | [] | diff --git a/ui/src/components/onboarding/VueTour.vue b/ui/src/components/onboarding/VueTour.vue
index 1179b59b5e..5bdaa45d4f 100644
--- a/ui/src/components/onboarding/VueTour.vue
+++ b/ui/src/components/onboarding/VueTour.vue
@@ -310,7 +310,7 @@
" # " + this.$t("onboarding-flow.inputsDetails2... | null | train | train | 2023-05-23T15:07:13 | 2023-05-23T11:47:17Z | loicmathieu | train |
kestra-io/kestra/1341_1404 | kestra-io/kestra | kestra-io/kestra/1341 | kestra-io/kestra/1404 | [
"keyword_pr_to_issue"
] | cbce23c7f32c94cb5abb6ea8ea285519bcbcd5fa | 45e0bd414a06d7732d69f7ce9860cae6cfaf8863 | [] | [] | 2023-05-25T09:31:05Z | [
"enhancement",
"frontend"
] | Error message is not really visible | ### Feature description
With the new "Save Draft" feature, error messages when the flow is wrong are a bit hided
<img width="1166" alt="Screenshot 2023-05-19 at 10 30 25" src="https://github.com/kestra-io/kestra/assets/46634684/49048a07-8978-4c61-82a8-4ae7c5c6f082">
| [
"ui/src/components/graph/Topology.vue",
"ui/src/translations.json"
] | [
"ui/src/components/graph/Topology.vue",
"ui/src/translations.json"
] | [] | diff --git a/ui/src/components/graph/Topology.vue b/ui/src/components/graph/Topology.vue
index 89349eb09f..e7c8d31a7f 100644
--- a/ui/src/components/graph/Topology.vue
+++ b/ui/src/components/graph/Topology.vue
@@ -1,5 +1,5 @@
<script setup>
- import {ref, onMounted, nextTick, watch, getCurrentInstance, onBeforeUnm... | null | val | train | 2023-05-26T17:00:51 | 2023-05-19T08:34:36Z | Ben8t | train |
kestra-io/kestra/1406_1420 | kestra-io/kestra | kestra-io/kestra/1406 | kestra-io/kestra/1420 | [
"keyword_pr_to_issue"
] | 45e0bd414a06d7732d69f7ce9860cae6cfaf8863 | 83c7bffcfe668c8f5e45b1ea0136be976731d731 | [] | [] | 2023-05-29T09:40:08Z | [
"bug"
] | Cannot edit an existing invalid flow | ### Expected Behavior
If a flow is invalid in the database (this is an edge case but it can happen), I should still be able to edit it.
### Actual Behaviour
The flow is not editable as the editor loads forever.

Th... | [
"ui/src/components/graph/Topology.vue",
"ui/src/translations.json"
] | [
"ui/src/components/graph/Topology.vue",
"ui/src/translations.json"
] | [] | diff --git a/ui/src/components/graph/Topology.vue b/ui/src/components/graph/Topology.vue
index e7c8d31a7f..42cd4d4e7c 100644
--- a/ui/src/components/graph/Topology.vue
+++ b/ui/src/components/graph/Topology.vue
@@ -183,11 +183,17 @@
return flow ? YamlUtils.flowHaveTasks(flow) : false;
}
- const initY... | null | train | train | 2023-05-29T10:12:42 | 2023-05-25T10:04:32Z | loicmathieu | train |
kestra-io/kestra/1406_1431 | kestra-io/kestra | kestra-io/kestra/1406 | kestra-io/kestra/1431 | [
"keyword_pr_to_issue"
] | bd18f8cd83295dfe05363a5887ca5445a2e2464c | 02457530a918b6d173e2d6ff15f6eeeb95921fc6 | [] | [] | 2023-05-30T12:52:44Z | [
"bug"
] | Cannot edit an existing invalid flow | ### Expected Behavior
If a flow is invalid in the database (this is an edge case but it can happen), I should still be able to edit it.
### Actual Behaviour
The flow is not editable as the editor loads forever.

Th... | [
"ui/src/components/graph/Topology.vue"
] | [
"ui/src/components/graph/Topology.vue"
] | [] | diff --git a/ui/src/components/graph/Topology.vue b/ui/src/components/graph/Topology.vue
index 42cd4d4e7c..c67fe9ec25 100644
--- a/ui/src/components/graph/Topology.vue
+++ b/ui/src/components/graph/Topology.vue
@@ -189,12 +189,17 @@
namespace: props.namespace
});
- const validation = awai... | null | train | train | 2023-05-30T14:28:34 | 2023-05-25T10:04:32Z | loicmathieu | train |
kestra-io/kestra/1092_1454 | kestra-io/kestra | kestra-io/kestra/1092 | kestra-io/kestra/1454 | [
"keyword_pr_to_issue"
] | c326b32678652288f9f173f7c6d6f5f74f644ed8 | 0d7e768d75c6bf54747501cd378f40263f3ffb86 | [] | [] | 2023-06-05T12:43:50Z | [
"bug"
] | Inputs can have duplicated name | ### Expected Behavior
An error should be thrown when two inputs are defined with the same name (before execution).
### Actual Behaviour
Inputs can have duplicated name
### Steps To Reproduce
```yaml
id: a-flow
namespace: some.namespace
inputs:
- name: first_input
required: true
type: STRING
- name: fir... | [
"core/src/main/java/io/kestra/core/validations/ValidationFactory.java"
] | [
"core/src/main/java/io/kestra/core/validations/ValidationFactory.java"
] | [
"core/src/test/java/io/kestra/core/models/flows/FlowTest.java",
"core/src/test/resources/flows/invalids/duplicate-inputs.yaml"
] | diff --git a/core/src/main/java/io/kestra/core/validations/ValidationFactory.java b/core/src/main/java/io/kestra/core/validations/ValidationFactory.java
index 7c54c83b65..21289099d4 100644
--- a/core/src/main/java/io/kestra/core/validations/ValidationFactory.java
+++ b/core/src/main/java/io/kestra/core/validations/Vali... | diff --git a/core/src/test/java/io/kestra/core/models/flows/FlowTest.java b/core/src/test/java/io/kestra/core/models/flows/FlowTest.java
index 1935de5566..4eb7f1cbb9 100644
--- a/core/src/test/java/io/kestra/core/models/flows/FlowTest.java
+++ b/core/src/test/java/io/kestra/core/models/flows/FlowTest.java
@@ -39,6 +39,... | val | train | 2023-06-05T15:29:27 | 2023-03-21T15:29:32Z | Skraye | train |
kestra-io/kestra/1288_1463 | kestra-io/kestra | kestra-io/kestra/1288 | kestra-io/kestra/1463 | [
"keyword_pr_to_issue"
] | 9d6fbbe14e6f5afb2641f086f604db90c6951319 | c4955f7180d647cba0fce1dd31218d5670cf95d6 | [
"> [batuhanfaik](/batuhanfaik) [ May 15, 2023 ](https://github.com/kestra-io/kestra/discussions/1143#discussioncomment-5904698)\r\n> LGTM, thanks a lot for opening this! Maybe we can add the code of whole solution to the sample tree as it involves most of the edge cases that people (including myself) face when solv... | [
"default to `Runtime.availableProcessor() * 2` as it's a sane default (I have a PR somewhere to do the same for the Parallel tasks)",
"I'll rename TaskDepend to DagTask and move the class inside this one.",
"```suggestion\r\n @NotEmpty\r\n```",
"return an empty list instead of null",
"you can return a li... | 2023-06-06T13:48:23Z | [
"backend",
"enhancement"
] | Create a Flowable task type Dag with dependsOn | ### Discussed in https://github.com/kestra-io/kestra/discussions/1143
This kind of heavy dependent graph is complicated to do in Kestra:
, an error message talking about full-text index missing appears.
### Steps To Reproduce
_No response_
### Environment Inf... | [
"jdbc-mysql/src/main/java/io/kestra/repository/mysql/MysqlExecutionRepositoryService.java"
] | [
"jdbc-mysql/src/main/java/io/kestra/repository/mysql/MysqlExecutionRepositoryService.java"
] | [] | diff --git a/jdbc-mysql/src/main/java/io/kestra/repository/mysql/MysqlExecutionRepositoryService.java b/jdbc-mysql/src/main/java/io/kestra/repository/mysql/MysqlExecutionRepositoryService.java
index cff8542a14..367450e30e 100644
--- a/jdbc-mysql/src/main/java/io/kestra/repository/mysql/MysqlExecutionRepositoryService.j... | null | train | train | 2023-06-12T17:50:01 | 2023-06-12T18:43:04Z | brian-mulier-p | train |
kestra-io/kestra/1505_1510 | kestra-io/kestra | kestra-io/kestra/1505 | kestra-io/kestra/1510 | [
"keyword_pr_to_issue"
] | 961e72e57845c1d6cdb249057b273aa4d78510ae | e91dbe1180af04b8b9c8531e5246d94a52511baf | [
"We configured Flyway to ignore missing migrations to be able to remove old migrations file (or buggy ones).\r\nSo we configure it like ` flyway.ignore-migration-patterns: \"*:missing\"` which replace the default of `flyway. ignore-migration-patterns: \"*:future\"`.\r\n\r\nSo \"future\" migrations now trigger an er... | [] | 2023-06-13T08:03:22Z | [
"enhancement"
] | flyway migration for version rollback | If people downgrade kesta and there is some migration on the latest version, the user can start the server and will receive this breaking error:
```
2023-06-12 10:31:03 Caused by: org.flywaydb.core.api.exception.FlywayValidateException: Validate failed: Migrations have failed validation
2023-06-12 10:31:03 Detected... | [
"cli/src/main/resources/application.yml"
] | [
"cli/src/main/resources/application.yml"
] | [
"jdbc-postgres/src/test/resources/application.yml"
] | diff --git a/cli/src/main/resources/application.yml b/cli/src/main/resources/application.yml
index 32731072ae..7d3ceb27aa 100644
--- a/cli/src/main/resources/application.yml
+++ b/cli/src/main/resources/application.yml
@@ -58,7 +58,7 @@ flyway:
locations:
- classpath:migrations/postgres
# We must... | diff --git a/jdbc-postgres/src/test/resources/application.yml b/jdbc-postgres/src/test/resources/application.yml
index 6f9f61c0af..db3f240d1d 100644
--- a/jdbc-postgres/src/test/resources/application.yml
+++ b/jdbc-postgres/src/test/resources/application.yml
@@ -13,7 +13,7 @@ flyway:
locations:
- classp... | train | train | 2023-06-12T22:56:41 | 2023-06-12T18:46:00Z | tchiotludo | train |
kestra-io/kestra/1437_1514 | kestra-io/kestra | kestra-io/kestra/1437 | kestra-io/kestra/1514 | [
"keyword_pr_to_issue"
] | 6cdefb6e41f7824ccaf9399cf3ec470c786cd411 | 9d6fbbe14e6f5afb2641f086f604db90c6951319 | [] | [] | 2023-06-13T10:36:06Z | [
"bug",
"frontend"
] | Invalid yaml don't have any error message | ```yaml
id: "valid"
namespace: "com.kestra.lde"
tasks:
- id: "plan"
type: "io.kestra.core.tasks.scripts.Bash"
inputFiles:
variables.tf: |
test
variables.tf: |
test
commands:
- ls
``` | [
"core/src/main/java/io/kestra/core/serializers/YamlFlowParser.java"
] | [
"core/src/main/java/io/kestra/core/serializers/YamlFlowParser.java"
] | [
"core/src/test/java/io/kestra/core/serializers/YamlFlowParserTest.java",
"core/src/test/resources/flows/invalids/duplicate-key.yaml"
] | diff --git a/core/src/main/java/io/kestra/core/serializers/YamlFlowParser.java b/core/src/main/java/io/kestra/core/serializers/YamlFlowParser.java
index c0eea39dec..3f2e4e4523 100644
--- a/core/src/main/java/io/kestra/core/serializers/YamlFlowParser.java
+++ b/core/src/main/java/io/kestra/core/serializers/YamlFlowParse... | diff --git a/core/src/test/java/io/kestra/core/serializers/YamlFlowParserTest.java b/core/src/test/java/io/kestra/core/serializers/YamlFlowParserTest.java
index b1354e0916..2b5d36caa9 100644
--- a/core/src/test/java/io/kestra/core/serializers/YamlFlowParserTest.java
+++ b/core/src/test/java/io/kestra/core/serializers/Y... | test | train | 2023-06-14T22:41:15 | 2023-05-31T14:05:19Z | tchiotludo | train |
kestra-io/kestra/1303_1531 | kestra-io/kestra | kestra-io/kestra/1303 | kestra-io/kestra/1531 | [
"keyword_pr_to_issue"
] | 9d6fbbe14e6f5afb2641f086f604db90c6951319 | b99162d0bd96aa986d0f0322ac892e9fbfac2e12 | [] | [] | 2023-06-15T09:46:50Z | [
"bug",
"frontend"
] | Kill button on execution is the same than status button | people will not understand that the button will allow killing the execution | [
"ui/src/components/executions/Kill.vue"
] | [
"ui/src/components/executions/Kill.vue"
] | [] | diff --git a/ui/src/components/executions/Kill.vue b/ui/src/components/executions/Kill.vue
index 789fcdac03..a825a7d772 100644
--- a/ui/src/components/executions/Kill.vue
+++ b/ui/src/components/executions/Kill.vue
@@ -1,21 +1,36 @@
<template>
- <status status="KILLING" :title="$t('kill')" v-if="enabled" @click="ki... | null | test | train | 2023-06-14T23:09:28 | 2023-05-15T16:59:40Z | tchiotludo | train |
kestra-io/kestra/1382_1536 | kestra-io/kestra | kestra-io/kestra/1382 | kestra-io/kestra/1536 | [
"keyword_pr_to_issue"
] | 57569bfcff69b410992e558cd328cd994ed5a39d | c39712c5dfe01d2d173de83a88ff8e12356084ed | [] | [] | 2023-06-15T13:30:07Z | [
"bug"
] | Plugin Documentation: Definitions section is displayed even when no definitions | ### Expected Behavior
When no definitions for a task, the definitions section must not be visible
### Actual Behaviour
An empty definitions section is displayed, for ex: https://kestra.io/plugins/core/tasks/flows/io.kestra.core.tasks.flows.worker#definitions
### Steps To Reproduce
_No response_
### En... | [
"core/src/main/java/io/kestra/core/docs/AbstractClassDocumentation.java"
] | [
"core/src/main/java/io/kestra/core/docs/AbstractClassDocumentation.java"
] | [
"core/src/test/java/io/kestra/core/docs/ClassPluginDocumentationTest.java"
] | diff --git a/core/src/main/java/io/kestra/core/docs/AbstractClassDocumentation.java b/core/src/main/java/io/kestra/core/docs/AbstractClassDocumentation.java
index 94b9091208..6fc592c42b 100644
--- a/core/src/main/java/io/kestra/core/docs/AbstractClassDocumentation.java
+++ b/core/src/main/java/io/kestra/core/docs/Abstr... | diff --git a/core/src/test/java/io/kestra/core/docs/ClassPluginDocumentationTest.java b/core/src/test/java/io/kestra/core/docs/ClassPluginDocumentationTest.java
index 03d5a6daeb..dec16b3476 100644
--- a/core/src/test/java/io/kestra/core/docs/ClassPluginDocumentationTest.java
+++ b/core/src/test/java/io/kestra/core/docs... | train | train | 2023-06-16T11:35:36 | 2023-05-23T08:00:38Z | loicmathieu | train |
kestra-io/kestra/1486_1542 | kestra-io/kestra | kestra-io/kestra/1486 | kestra-io/kestra/1542 | [
"keyword_pr_to_issue"
] | c39712c5dfe01d2d173de83a88ff8e12356084ed | 3bcaab879c0f900e38dba5f789a545ce7abf40d7 | [] | [] | 2023-06-16T11:09:25Z | [
"bug"
] | Dashboard on flow without executions should not be displayed | normally we have this page:

it's not working anymore | [
"ui/src/components/Tabs.vue",
"ui/src/components/home/Home.vue"
] | [
"ui/src/components/Tabs.vue",
"ui/src/components/home/Home.vue"
] | [] | diff --git a/ui/src/components/Tabs.vue b/ui/src/components/Tabs.vue
index 294ebe7c7d..7ea025851a 100644
--- a/ui/src/components/Tabs.vue
+++ b/ui/src/components/Tabs.vue
@@ -51,13 +51,13 @@
$route() {
this.setActiveName();
},
- activeName() {
+ activeTab... | null | train | train | 2023-06-19T13:23:10 | 2023-06-09T21:12:48Z | tchiotludo | train |
kestra-io/kestra/1511_1548 | kestra-io/kestra | kestra-io/kestra/1511 | kestra-io/kestra/1548 | [
"keyword_pr_to_issue"
] | ae94fbd5519d94b69556bc67ab609351817db5e0 | 1834d8b5de482047fc49cf3774291e3df95b0cd1 | [
"- [x] separate tags by spaces rather than dots\r\n\r\natm this looks like a hierarchy, but all tags seem equally important, right?\r\n\r\n\r\n",
"one easy item checked :) https://github.com/kestra-io/kestra/pull/151... | [
"You can move on the `element-plus-overload.scss` since it a global layout for breadcrumb ",
"I made the change however I had to add !important on every property since element plus adds a file called breadcrumb.scss which takes precedence over everything since it is no more scoped to a component so selectors are ... | 2023-06-19T12:13:03Z | [
"bug",
"frontend"
] | Blueprints adjustements | ### Issue description
- [x] Markdown not rendered in blueprint description
- [x] Use purple for "Use" button (dark theme)
- [x] keep the breadcrumb on main blueprint page (from left side section)
- [x] move the Flow Gallery section above the Documentation section in the left bar menu
~- [ ] Move "About this blue... | [
"ui/src/components/flows/blueprints/BlueprintDetail.vue",
"ui/src/components/layout/TopNavBar.vue",
"ui/src/styles/layout/element-plus-overload.scss"
] | [
"ui/src/components/flows/blueprints/BlueprintDetail.vue",
"ui/src/components/layout/TopNavBar.vue",
"ui/src/styles/layout/element-plus-overload.scss"
] | [] | diff --git a/ui/src/components/flows/blueprints/BlueprintDetail.vue b/ui/src/components/flows/blueprints/BlueprintDetail.vue
index 277b3da68b..0bbe7197a3 100644
--- a/ui/src/components/flows/blueprints/BlueprintDetail.vue
+++ b/ui/src/components/flows/blueprints/BlueprintDetail.vue
@@ -1,22 +1,36 @@
<template>
<d... | null | train | train | 2023-06-20T14:02:53 | 2023-06-13T08:13:02Z | Ben8t | train |
kestra-io/kestra/1461_1551 | kestra-io/kestra | kestra-io/kestra/1461 | kestra-io/kestra/1551 | [
"keyword_pr_to_issue"
] | c58d11a20c2b92fa489b77ecb7b858869d5b549f | 18531555353d516abfaa84ffad8c88ab9e85f146 | [
"The key is still generated, just not included in the flow, as we no longer edit user flow. (And note that actually, we can't edit it from the backend)\n\nBut you can still find it in the flow list in the trigger column. \n\n + \"\\\\s*\";\r\n```",
"Idk if that's really an issue but maybe we should remove the disabled property entirely instead of creating or updating it when we enable back the flow ?"... | 2023-06-19T15:07:13Z | [
"enhancement"
] | "Enable" Options for enabling disabled flow | ### Feature description
When we select multiple flow, there are "Disable" option but do not have "Enable" option. To enable the disabled flow, we need to enter each flow and remove the disabled line.
Thank you | [
"core/src/main/java/io/kestra/core/services/FlowService.java",
"ui/src/components/flows/Flows.vue",
"ui/src/stores/flow.js",
"ui/src/translations.json",
"webserver/src/main/java/io/kestra/webserver/controllers/FlowController.java"
] | [
"core/src/main/java/io/kestra/core/services/FlowService.java",
"ui/src/components/flows/Flows.vue",
"ui/src/stores/flow.js",
"ui/src/translations.json",
"webserver/src/main/java/io/kestra/webserver/controllers/FlowController.java"
] | [
"webserver/src/test/java/io/kestra/webserver/controllers/FlowControllerTest.java"
] | diff --git a/core/src/main/java/io/kestra/core/services/FlowService.java b/core/src/main/java/io/kestra/core/services/FlowService.java
index 56210c2c11..f0c080f9af 100644
--- a/core/src/main/java/io/kestra/core/services/FlowService.java
+++ b/core/src/main/java/io/kestra/core/services/FlowService.java
@@ -222,13 +222,1... | diff --git a/webserver/src/test/java/io/kestra/webserver/controllers/FlowControllerTest.java b/webserver/src/test/java/io/kestra/webserver/controllers/FlowControllerTest.java
index b159b19c90..cf7246c3bb 100644
--- a/webserver/src/test/java/io/kestra/webserver/controllers/FlowControllerTest.java
+++ b/webserver/src/tes... | train | train | 2023-06-21T22:06:57 | 2023-04-27T04:18:18Z | hamrio | train |
kestra-io/kestra/1271_1554 | kestra-io/kestra | kestra-io/kestra/1271 | kestra-io/kestra/1554 | [
"keyword_pr_to_issue"
] | 896777a05d5d37cade175117a1ada3294cdc1b30 | e2b71bda02de648a6be0e3b456ab624d2290dbdd | [
"\\+ removing quotes by default",
"+1 to quotes and also it would be nice to have it prefilled to make it even easier e.g. \r\n\r\n```yaml\r\nid: helloThere\r\nnamespace: dev\r\ntasks:\r\n - id: hello\r\n type: io.kestra.core.tasks.log.Log\r\n message: Kestra team wishes you a great day! 👋\r\n```\r\nwhat ... | [
"not necessary?",
"This is false; only a not existing task type can prevent creating a graph.\r\n ",
"Oups, I was testing something, good spot :+1: \r\nIn fact I was wondering why this was red and was ensuring array had this method. \r\n\r\n```\r\nshould work",
"```suggestion\r\n this?.$refs?.[`${taskRun.id}-${attemptNumber}`]?.[0]?.scrollToBottom();\r\n```",
"```suggestion\r\n ... | 2023-06-20T10:13:22Z | [
"bug",
"frontend"
] | Gantt chart logs are slower | ### Expected Behavior
_No response_
### Actual Behaviour
Since #360 it seems the display of logs in the Gantt view is slower
### Steps To Reproduce
_No response_
### Environment Information
- Kestra Version:
- Operating System (OS / Docker / Kubernetes):
- Java Version (If not docker):
### Example flow
_No... | [
"ui/src/components/logs/LogList.vue"
] | [
"ui/src/components/logs/LogList.vue"
] | [] | diff --git a/ui/src/components/logs/LogList.vue b/ui/src/components/logs/LogList.vue
index 990cedc9f2..3f985a3d50 100644
--- a/ui/src/components/logs/LogList.vue
+++ b/ui/src/components/logs/LogList.vue
@@ -121,7 +121,7 @@
</div>
</div>
<Dyn... | null | train | train | 2023-06-21T22:06:57 | 2023-06-20T09:10:05Z | Ben8t | train |
kestra-io/kestra/1566_1570 | kestra-io/kestra | kestra-io/kestra/1566 | kestra-io/kestra/1570 | [
"keyword_pr_to_issue"
] | b34e1aa5cf34304f3390a772294005f982c55ef7 | 01ef6fedde37904685074b376ca7b0cad4b7a1a2 | [
"I think it was sorted this way before, and for me it's more logical to saw logs in ascending date order than in reverse date are logs are a kind of \"story\" of what happened in a flow."
] | [] | 2023-06-21T09:10:12Z | [
"bug",
"frontend"
] | Log on flow tabs on not sorted by reverse date | 
| [
"ui/src/components/logs/LogsWrapper.vue"
] | [
"ui/src/components/logs/LogsWrapper.vue"
] | [] | diff --git a/ui/src/components/logs/LogsWrapper.vue b/ui/src/components/logs/LogsWrapper.vue
index 28130890a2..fe36aeb9e5 100644
--- a/ui/src/components/logs/LogsWrapper.vue
+++ b/ui/src/components/logs/LogsWrapper.vue
@@ -123,7 +123,8 @@
.dispatch("log/findLogs", this.loadQuery({
... | null | train | train | 2023-06-20T23:07:22 | 2023-06-20T16:21:18Z | tchiotludo | train |
kestra-io/kestra/1402_1574 | kestra-io/kestra | kestra-io/kestra/1402 | kestra-io/kestra/1574 | [
"keyword_pr_to_issue"
] | 896777a05d5d37cade175117a1ada3294cdc1b30 | 9b6bff1e8743dd76a093d40b619cfb039a9ca421 | [] | [] | 2023-06-21T12:24:41Z | [
"bug"
] | Show max rather than sum when using the `EachParallel` task | ### Expected Behavior
When running 3 script tasks in parallel, I'd expect the aggregated `pandasTransform` task to show the MAX runtime i.e. the time of the longest task, rather than the sum of all tasks, because they were running in parallel:
 | ### Feature description
- [x] When clicking on the "back" arrow, users are moved to the blueprints homepage -> would be nice that when the user search, the "go back" button goes back to the search results. Same if he filtered on a tag.
- [x] In a similar way, in the editor view, users should be able to get back t... | [
"ui/src/components/flows/blueprints/BlueprintDetail.vue",
"ui/src/components/inputs/EditorView.vue",
"ui/src/components/inputs/LowCodeEditor.vue",
"ui/src/override/components/flows/blueprints/Blueprints.vue",
"ui/src/styles/components/blueprints/blueprints.scss"
] | [
"ui/src/components/flows/blueprints/BlueprintDetail.vue",
"ui/src/components/inputs/EditorView.vue",
"ui/src/components/inputs/LowCodeEditor.vue",
"ui/src/override/components/flows/blueprints/Blueprints.vue",
"ui/src/styles/components/blueprints/blueprints.scss"
] | [] | diff --git a/ui/src/components/flows/blueprints/BlueprintDetail.vue b/ui/src/components/flows/blueprints/BlueprintDetail.vue
index f2aad90431..9687cd7e6e 100644
--- a/ui/src/components/flows/blueprints/BlueprintDetail.vue
+++ b/ui/src/components/flows/blueprints/BlueprintDetail.vue
@@ -42,15 +42,15 @@
... | null | train | train | 2023-06-22T14:34:11 | 2023-06-21T07:37:37Z | Ben8t | train |
kestra-io/kestra/1468_1576 | kestra-io/kestra | kestra-io/kestra/1468 | kestra-io/kestra/1576 | [
"keyword_pr_to_issue"
] | 896777a05d5d37cade175117a1ada3294cdc1b30 | ddd2793d74e01890163bb1de89f94e75197137af | [] | [] | 2023-06-21T15:21:43Z | [
"bug",
"frontend"
] | Execution stats are not refresh correctly | - have at least 2 flows with one without any execution
- go on the flows list
- go on the flow detail
- hit new execution
- go on the flows list
- go on the flow detail for the one that don't have any executions
- see the stats from the previous flows | [
"ui/src/components/home/Home.vue"
] | [
"ui/src/components/home/Home.vue"
] | [] | diff --git a/ui/src/components/home/Home.vue b/ui/src/components/home/Home.vue
index d1b657be6a..d8c090b1a8 100644
--- a/ui/src/components/home/Home.vue
+++ b/ui/src/components/home/Home.vue
@@ -133,7 +133,6 @@
import action from "../../models/action";
import OnboardingBottom from "../onboarding/OnboardingBot... | null | train | train | 2023-06-21T22:06:57 | 2023-06-07T20:14:08Z | tchiotludo | train |
kestra-io/kestra/1579_1580 | kestra-io/kestra | kestra-io/kestra/1579 | kestra-io/kestra/1580 | [
"keyword_pr_to_issue"
] | 54ac36c7becbe65643938b1315bdbe3ab17c31ab | 582d271c7cb176402b5337a5827203415268d85f | [] | [
"I don't think it's a good idea to add this in the Worker only for testing purpose.\r\nMoreover it's a memory leak as the list is never purged.",
"I don't really understand why we don't have this mechanism already in place tbh. I think that's wrong to say that the Worker right now is closing himself, looks more l... | 2023-06-21T17:45:56Z | [
"bug"
] | [TESTING] Flaky log assertions | ### Expected Behavior
We should wait for specific logs since the log buffering is asynchronous due to the queue system.
We need an util to assert it properly
### Actual Behaviour
_No response_
### Steps To Reproduce
_No response_
### Environment Information
//
### Example flow
_No response_ | [
"core/src/main/java/io/kestra/core/runners/Worker.java",
"core/src/main/java/io/kestra/core/utils/TestsUtils.java"
] | [
"core/src/main/java/io/kestra/core/runners/Worker.java",
"core/src/main/java/io/kestra/core/utils/TestsUtils.java"
] | [
"core/src/test/java/io/kestra/core/runners/RunContextTest.java",
"core/src/test/java/io/kestra/core/runners/TaskDefaultsCaseTest.java",
"core/src/test/java/io/kestra/core/runners/TestMethodScopedWorker.java",
"core/src/test/java/io/kestra/core/schedulers/AbstractSchedulerTest.java",
"core/src/test/java/io/k... | diff --git a/core/src/main/java/io/kestra/core/runners/Worker.java b/core/src/main/java/io/kestra/core/runners/Worker.java
index 567e5bde7a..881cf91231 100644
--- a/core/src/main/java/io/kestra/core/runners/Worker.java
+++ b/core/src/main/java/io/kestra/core/runners/Worker.java
@@ -7,46 +7,34 @@
import com.google.comm... | diff --git a/core/src/test/java/io/kestra/core/runners/RunContextTest.java b/core/src/test/java/io/kestra/core/runners/RunContextTest.java
index 06ee5f74c0..a435faf3db 100644
--- a/core/src/test/java/io/kestra/core/runners/RunContextTest.java
+++ b/core/src/test/java/io/kestra/core/runners/RunContextTest.java
@@ -3,7 +... | train | train | 2023-06-22T23:06:59 | 2023-06-21T17:43:58Z | brian-mulier-p | train |
kestra-io/kestra/1464_1586 | kestra-io/kestra | kestra-io/kestra/1464 | kestra-io/kestra/1586 | [
"keyword_pr_to_issue"
] | 767e1fb4209874623e6d8b951f0b9bc909f21dbf | 4c9589667bc0b3b97519905cbf7f6fbc9fddf65a | [
"Agree, linked to #1399 ",
"It seems that your page miss the title, that's the root of the issue"
] | [] | 2023-06-22T09:40:17Z | [
"bug"
] | Minor bug: the onboarding tour window doesn't close after "Save" flow step | ### Expected Behavior
_No response_
### Actual Behaviour

could be just window placement, after clicking Execute now, the window is back

### Steps To Reproduce
_No response_
### Environment Information
- Kestra Version:
- Operating System (OS / Docker / Kubernetes):
- Java Version (If not ... | [
"ui/src/components/flows/blueprints/BlueprintDetail.vue"
] | [
"ui/src/components/flows/blueprints/BlueprintDetail.vue"
] | [] | diff --git a/ui/src/components/flows/blueprints/BlueprintDetail.vue b/ui/src/components/flows/blueprints/BlueprintDetail.vue
index 9687cd7e6e..5359708886 100644
--- a/ui/src/components/flows/blueprints/BlueprintDetail.vue
+++ b/ui/src/components/flows/blueprints/BlueprintDetail.vue
@@ -164,6 +164,10 @@
.header-wra... | null | test | train | 2023-06-22T15:41:46 | 2023-06-22T14:44:34Z | Ben8t | train |
kestra-io/kestra/1438_1601 | kestra-io/kestra | kestra-io/kestra/1438 | kestra-io/kestra/1601 | [
"keyword_pr_to_issue"
] | 54ac36c7becbe65643938b1315bdbe3ab17c31ab | 6034f3a5031c4c81785154a555dc4ba54e4921be | [] | [] | 2023-06-23T10:14:46Z | [
"bug",
"frontend"
] | Backend error on save don't provide any feedback on ui | 
| [
"ui/src/utils/axios.js"
] | [
"ui/src/utils/axios.js"
] | [] | diff --git a/ui/src/utils/axios.js b/ui/src/utils/axios.js
index d2f52880af..a6eed9c48d 100644
--- a/ui/src/utils/axios.js
+++ b/ui/src/utils/axios.js
@@ -76,7 +76,7 @@ export default (callback, store, router) => {
response => {
return response
}, errorResponse => {
- if (error... | null | train | train | 2023-06-22T23:06:59 | 2023-05-31T14:16:14Z | tchiotludo | train |
kestra-io/kestra/1562_1602 | kestra-io/kestra | kestra-io/kestra/1562 | kestra-io/kestra/1602 | [
"keyword_pr_to_issue"
] | 54ac36c7becbe65643938b1315bdbe3ab17c31ab | 4802ca3cb1d658cf20476b82570041b45c71326e | [] | [] | 2023-06-23T10:42:36Z | [
"frontend"
] | Allow to pass execution labels via web UI | ### Feature description
Users should be able to pass execution labels through the web UI. The labels might be passed via the existing `TriggerFlow` modal.
```[tasklist]
### Tasks
```
| [
"ui/src/components/flows/FlowRun.vue",
"ui/src/components/flows/TriggerFlow.vue",
"ui/src/components/labels/LabelFilter.vue",
"ui/src/stores/executions.js",
"ui/src/translations.json"
] | [
"ui/src/components/flows/FlowRun.vue",
"ui/src/components/flows/TriggerFlow.vue",
"ui/src/components/labels/LabelFilter.vue",
"ui/src/stores/executions.js",
"ui/src/translations.json"
] | [] | diff --git a/ui/src/components/flows/FlowRun.vue b/ui/src/components/flows/FlowRun.vue
index ea2584bf03..ff230ed36a 100644
--- a/ui/src/components/flows/FlowRun.vue
+++ b/ui/src/components/flows/FlowRun.vue
@@ -4,7 +4,8 @@
<strong>{{ $t('disabled flow title') }}</strong><br>
{{ $t('disabled fl... | null | train | train | 2023-06-22T23:06:59 | 2023-06-20T12:06:30Z | yuri1969 | train |
kestra-io/kestra/1606_1609 | kestra-io/kestra | kestra-io/kestra/1606 | kestra-io/kestra/1609 | [
"keyword_pr_to_issue"
] | 4802ca3cb1d658cf20476b82570041b45c71326e | 77851d153d48957828b0f6abfdde973971d55528 | [] | [] | 2023-06-23T17:15:30Z | [
"frontend"
] | Blueprint Improvement (3) | ### Feature description
- [ ] task icons in editor view should have the same background [as in Figma ](https://www.figma.com/file/4tLhsoCsh9yVzYRY1N70kS/App-Kestra?type=design&node-id=147-784&mode=design&t=ggl0xR6zBXTpP1De-0)
- [ ] tasks icon in standalone should be on the right side of the source code ([like in fi... | [
"ui/src/override/components/flows/blueprints/Blueprints.vue",
"ui/src/override/components/flows/blueprints/BlueprintsBrowser.vue"
] | [
"ui/src/override/components/flows/blueprints/Blueprints.vue",
"ui/src/override/components/flows/blueprints/BlueprintsBrowser.vue"
] | [] | diff --git a/ui/src/override/components/flows/blueprints/Blueprints.vue b/ui/src/override/components/flows/blueprints/Blueprints.vue
index 4493bf0f67..1922590001 100644
--- a/ui/src/override/components/flows/blueprints/Blueprints.vue
+++ b/ui/src/override/components/flows/blueprints/Blueprints.vue
@@ -2,12 +2,11 @@
... | null | train | train | 2023-06-23T18:10:11 | 2023-06-23T15:11:27Z | Ben8t | train |
kestra-io/kestra/1608_1609 | kestra-io/kestra | kestra-io/kestra/1608 | kestra-io/kestra/1609 | [
"keyword_pr_to_issue"
] | 4802ca3cb1d658cf20476b82570041b45c71326e | 77851d153d48957828b0f6abfdde973971d55528 | [] | [] | 2023-06-23T17:15:30Z | [
"bug"
] | Pagination component doesn't work properly with RestoreUrl | ### Expected Behavior
_No response_
### Actual Behaviour
When changing page or size for eg. from a pagination component with restoreUrl feature (for eg. being on page 2)
If I go away and come back on this component I get a wrong visual feedback: my data loaded page 2 but the pagination component displays tha... | [
"ui/src/override/components/flows/blueprints/Blueprints.vue",
"ui/src/override/components/flows/blueprints/BlueprintsBrowser.vue"
] | [
"ui/src/override/components/flows/blueprints/Blueprints.vue",
"ui/src/override/components/flows/blueprints/BlueprintsBrowser.vue"
] | [] | diff --git a/ui/src/override/components/flows/blueprints/Blueprints.vue b/ui/src/override/components/flows/blueprints/Blueprints.vue
index 4493bf0f67..1922590001 100644
--- a/ui/src/override/components/flows/blueprints/Blueprints.vue
+++ b/ui/src/override/components/flows/blueprints/Blueprints.vue
@@ -2,12 +2,11 @@
... | null | test | train | 2023-06-23T18:10:11 | 2023-06-23T17:04:35Z | brian-mulier-p | train |
kestra-io/kestra/1577_1614 | kestra-io/kestra | kestra-io/kestra/1577 | kestra-io/kestra/1614 | [
"keyword_pr_to_issue"
] | 1e33d6dc421fa38e6583f80a02831ccdcabc1a0f | a38ab3b37de029010e82e15e57b3921d6ff877cd | [] | [] | 2023-06-26T09:14:34Z | [
"bug"
] | Remove top progress bar during flow typing | ERROR: type should be string, got "\r\nhttps://github.com/kestra-io/kestra/assets/2064609/d9c6d5bd-fa91-47a1-99d8-b1d64f3c7146\r\n\r\n" | [
"ui/src/stores/flow.js"
] | [
"ui/src/stores/flow.js"
] | [] | diff --git a/ui/src/stores/flow.js b/ui/src/stores/flow.js
index 16a73ba749..dc7fd5317f 100644
--- a/ui/src/stores/flow.js
+++ b/ui/src/stores/flow.js
@@ -159,7 +159,7 @@ export default {
if (!flowParsed.id || !flowParsed.namespace) {
flowSource = YamlUtils.updateMetadata(flowSource, {id: ... | null | train | train | 2023-06-26T09:28:24 | 2023-06-21T15:41:11Z | tchiotludo | train |
kestra-io/kestra/1613_1615 | kestra-io/kestra | kestra-io/kestra/1613 | kestra-io/kestra/1615 | [
"keyword_pr_to_issue"
] | 217b82657d61758e83d6e5d40d94efbea67f5178 | 3595089c019f00415bb12abba922a4a92041cd3f | [] | [] | 2023-06-26T09:27:58Z | [
"bug",
"frontend"
] | Gantt chart doesn't show anything | ### Expected Behavior
_No response_
### Actual Behaviour
When clicking on logs nothing is showing up

### Steps To Reproduce
_No response_
### Environment Information
- Kestra Version:
- Operating System (OS /... | [
"ui/src/components/executions/Logs.vue",
"ui/src/components/logs/LogList.vue"
] | [
"ui/src/components/executions/Logs.vue",
"ui/src/components/logs/LogList.vue"
] | [] | diff --git a/ui/src/components/executions/Logs.vue b/ui/src/components/executions/Logs.vue
index 31ab01384e..1b247494dd 100644
--- a/ui/src/components/executions/Logs.vue
+++ b/ui/src/components/executions/Logs.vue
@@ -41,7 +41,7 @@
v-for="taskRun in taskRunList"
:key="taskRun.id"
... | null | train | train | 2023-06-26T21:47:15 | 2023-06-26T08:19:35Z | Ben8t | train |
kestra-io/kestra/1616_1617 | kestra-io/kestra | kestra-io/kestra/1616 | kestra-io/kestra/1617 | [
"keyword_pr_to_issue"
] | 217b82657d61758e83d6e5d40d94efbea67f5178 | f8578d4f5dd7f20dc2afe1cff2c2f9368cc98c7f | [] | [] | 2023-06-26T10:55:08Z | [
"bug"
] | Invalid props in taskDefaults doesn't show validation error (save looks unresponsive) | ### Expected Behavior
When we provide wrong taskDefaults we want to have a feedback of which property is wrong to be able to correct them
### Actual Behaviour
Save still in purple but is unresponsive and provide no feedback about the error (see #1610)
### Steps To Reproduce
_No response_
### Environment Informati... | [
"core/src/main/java/io/kestra/core/serializers/YamlFlowParser.java",
"core/src/main/java/io/kestra/core/services/TaskDefaultService.java"
] | [
"core/src/main/java/io/kestra/core/serializers/YamlFlowParser.java",
"core/src/main/java/io/kestra/core/services/TaskDefaultService.java"
] | [
"core/src/test/java/io/kestra/core/runners/TaskDefaultsCaseTest.java"
] | diff --git a/core/src/main/java/io/kestra/core/serializers/YamlFlowParser.java b/core/src/main/java/io/kestra/core/serializers/YamlFlowParser.java
index 3f2e4e4523..a321458fc7 100644
--- a/core/src/main/java/io/kestra/core/serializers/YamlFlowParser.java
+++ b/core/src/main/java/io/kestra/core/serializers/YamlFlowParse... | diff --git a/core/src/test/java/io/kestra/core/runners/TaskDefaultsCaseTest.java b/core/src/test/java/io/kestra/core/runners/TaskDefaultsCaseTest.java
index 379b54d037..57e1dc513d 100644
--- a/core/src/test/java/io/kestra/core/runners/TaskDefaultsCaseTest.java
+++ b/core/src/test/java/io/kestra/core/runners/TaskDefault... | val | train | 2023-06-26T21:47:15 | 2023-06-26T09:48:21Z | brian-mulier-p | train |
kestra-io/kestra/1572_1619 | kestra-io/kestra | kestra-io/kestra/1572 | kestra-io/kestra/1619 | [
"keyword_pr_to_issue"
] | 217b82657d61758e83d6e5d40d94efbea67f5178 | 24eee77bf5b70544df121a9a9a7648d55fa642d6 | [
"it was an intended feature and flow will expand only on failed tasks now (like GHA), WDYT ?",
"I want to see my logs, this is the most important aspect. \r\n\r\nHaving to expand/collapse is quite inconvenient. Imagine you want to quickly scan the logs from the entire workflow that has 20 tasks. You would need to... | [
"indent"
] | 2023-06-26T13:30:18Z | [
"bug"
] | Add a setting for log collapsing | ### Expected Behavior

I need to manually click on each task to expand and show the logs -- this seems like a regression bug
 ?",
"Same for storage file as content which should result in a duplicate content inside the newly created file ?",
"Assert the error me... | 2023-06-26T13:41:03Z | [
"backend"
] | [SCRIPT 🐍] `LocalFiles` task | ### Feature description
_Part of the the Script Workflow revamp_
`LocalFiles` is a task that let users write "inline" files in Kestra. It can used in `WorkingDirectory` or to pass complex files to other tasks (see DSL and example).
Also it can expose files to Kestra Outputs (see DSL and example).
## DSL
```yaml
typ... | [] | [
"core/src/main/java/io/kestra/core/tasks/storages/LocalFiles.java"
] | [
"core/src/test/java/io/kestra/core/tasks/storages/LocalFilesTest.java",
"jdbc/src/test/java/io/kestra/jdbc/runner/JdbcRunnerTest.java"
] | diff --git a/core/src/main/java/io/kestra/core/tasks/storages/LocalFiles.java b/core/src/main/java/io/kestra/core/tasks/storages/LocalFiles.java
new file mode 100644
index 0000000000..a2eb25ff18
--- /dev/null
+++ b/core/src/main/java/io/kestra/core/tasks/storages/LocalFiles.java
@@ -0,0 +1,168 @@
+package io.kestra.cor... | diff --git a/core/src/test/java/io/kestra/core/tasks/storages/LocalFilesTest.java b/core/src/test/java/io/kestra/core/tasks/storages/LocalFilesTest.java
new file mode 100644
index 0000000000..600b76961e
--- /dev/null
+++ b/core/src/test/java/io/kestra/core/tasks/storages/LocalFilesTest.java
@@ -0,0 +1,131 @@
+package i... | test | train | 2023-07-05T12:33:30 | 2023-06-09T13:49:27Z | Ben8t | train |
kestra-io/kestra/1607_1624 | kestra-io/kestra | kestra-io/kestra/1607 | kestra-io/kestra/1624 | [
"keyword_pr_to_issue"
] | 217b82657d61758e83d6e5d40d94efbea67f5178 | 997b02d54ee240a9ee896352038ca532c79d4543 | [] | [] | 2023-06-26T13:48:49Z | [
"frontend"
] | Logs dropdown arrow should be inversed | ### Feature description
When collapsed the arrow should be "down" (and not the opposite)

| [
"ui/src/components/logs/LogList.vue"
] | [
"ui/src/components/logs/LogList.vue"
] | [
"webserver/src/test/java/io/kestra/webserver/controllers/ExecutionControllerTest.java"
] | diff --git a/ui/src/components/logs/LogList.vue b/ui/src/components/logs/LogList.vue
index 3f985a3d50..c53916c469 100644
--- a/ui/src/components/logs/LogList.vue
+++ b/ui/src/components/logs/LogList.vue
@@ -16,8 +16,8 @@
</div>
<div v-if="!hideOthersOnSe... | diff --git a/webserver/src/test/java/io/kestra/webserver/controllers/ExecutionControllerTest.java b/webserver/src/test/java/io/kestra/webserver/controllers/ExecutionControllerTest.java
index e5a7a4d195..5f9f86f903 100644
--- a/webserver/src/test/java/io/kestra/webserver/controllers/ExecutionControllerTest.java
+++ b/we... | train | train | 2023-06-26T21:47:15 | 2023-06-23T15:20:40Z | Ben8t | train |
kestra-io/kestra/1596_1625 | kestra-io/kestra | kestra-io/kestra/1596 | kestra-io/kestra/1625 | [
"keyword_pr_to_issue"
] | aeab342363e880f7b3f6455fed4497214376abb1 | f8369ae540b591ff65acddd72ed35071ec7bb52e | [] | [
"Put it in a json file as it's json content and format it if possible for more readability"
] | 2023-06-26T14:07:46Z | [
"backend"
] | Add an "execution dump" button on the execution overview page. | ### Feature description
Add an "execution dump" button on the execution overview page.
This will download the execution object so it can be analyzed for debugging purposes. | [
"ui/src/components/executions/ExecutionRoot.vue",
"ui/src/translations.json"
] | [
"ui/src/components/executions/ExecutionRoot.vue",
"ui/src/translations.json"
] | [] | diff --git a/ui/src/components/executions/ExecutionRoot.vue b/ui/src/components/executions/ExecutionRoot.vue
index c07100f188..ab09a66064 100644
--- a/ui/src/components/executions/ExecutionRoot.vue
+++ b/ui/src/components/executions/ExecutionRoot.vue
@@ -1,10 +1,17 @@
<template>
<div>
<div v-if="ready">
... | null | train | train | 2023-06-30T09:51:58 | 2023-06-22T15:23:20Z | loicmathieu | train |
kestra-io/kestra/1620_1627 | kestra-io/kestra | kestra-io/kestra/1620 | kestra-io/kestra/1627 | [
"keyword_pr_to_issue"
] | 217b82657d61758e83d6e5d40d94efbea67f5178 | bdd86b7f39cfefbf29f6dc1b1c91e61e858b1ef3 | [] | [] | 2023-06-26T14:34:12Z | [
"bug"
] | Blueprint graph does not load | ### Expected Behavior
Blueprint graph does not load when you don't have the plugin :


### Actual Behaviour
_No resp... | [
"webserver/src/main/java/io/kestra/webserver/controllers/BlueprintController.java"
] | [
"webserver/src/main/java/io/kestra/webserver/controllers/BlueprintController.java"
] | [
"webserver/src/test/java/io/kestra/webserver/controllers/BlueprintControllerTest.java",
"webserver/src/test/resources/__files/blueprint-graph.json"
] | diff --git a/webserver/src/main/java/io/kestra/webserver/controllers/BlueprintController.java b/webserver/src/main/java/io/kestra/webserver/controllers/BlueprintController.java
index 8c57325cb8..b4bb57b6c3 100644
--- a/webserver/src/main/java/io/kestra/webserver/controllers/BlueprintController.java
+++ b/webserver/src/... | diff --git a/webserver/src/test/java/io/kestra/webserver/controllers/BlueprintControllerTest.java b/webserver/src/test/java/io/kestra/webserver/controllers/BlueprintControllerTest.java
index 7d1399e562..d772420214 100644
--- a/webserver/src/test/java/io/kestra/webserver/controllers/BlueprintControllerTest.java
+++ b/we... | train | train | 2023-06-26T21:47:15 | 2023-06-26T13:40:49Z | Skraye | train |
kestra-io/kestra/1603_1628 | kestra-io/kestra | kestra-io/kestra/1603 | kestra-io/kestra/1628 | [
"keyword_pr_to_issue"
] | 217b82657d61758e83d6e5d40d94efbea67f5178 | 42558771f77bffca852e6b27b388ee8784c5f16d | [] | [] | 2023-06-26T16:46:12Z | [] | Promote form on lowcode editor | - Remove the alpha on the form
- Make it the first visible | [
"ui/src/components/flows/TaskEdit.vue"
] | [
"ui/src/components/flows/TaskEdit.vue"
] | [] | diff --git a/ui/src/components/flows/TaskEdit.vue b/ui/src/components/flows/TaskEdit.vue
index 0748d780ab..a337a56ca5 100644
--- a/ui/src/components/flows/TaskEdit.vue
+++ b/ui/src/components/flows/TaskEdit.vue
@@ -30,6 +30,17 @@
</template>
<el-tabs v-if="taskYaml" v-model="activeTabs">
+ ... | null | train | train | 2023-06-26T21:47:15 | 2023-06-23T12:12:48Z | tchiotludo | train |
kestra-io/kestra/1584_1631 | kestra-io/kestra | kestra-io/kestra/1584 | kestra-io/kestra/1631 | [
"keyword_pr_to_issue"
] | 8a4695664e6a30d3ead79eeea8112b231d61eba8 | 66f2aaa65c2d1c4d3108bfe6ee451fb561890825 | [] | [] | 2023-06-27T08:34:31Z | [
"bug"
] | Low code Editor, change task type produce invalid task definition | - Choose a type type (s3 upload in my screenshot), fill the required properties, hit save
- Change task type to echo, fill the format props
- see an error about unknown fields `accessKey`

| [
"ui/src/components/flows/TaskEditor.vue"
] | [
"ui/src/components/flows/TaskEditor.vue"
] | [] | diff --git a/ui/src/components/flows/TaskEditor.vue b/ui/src/components/flows/TaskEditor.vue
index 5851e49040..cc010668b2 100644
--- a/ui/src/components/flows/TaskEditor.vue
+++ b/ui/src/components/flows/TaskEditor.vue
@@ -87,11 +87,11 @@
},
onInput(value) {
+ this.taskObject ... | null | test | train | 2023-06-27T09:09:20 | 2023-06-22T06:34:16Z | tchiotludo | train |
kestra-io/kestra/1634_1638 | kestra-io/kestra | kestra-io/kestra/1634 | kestra-io/kestra/1638 | [
"keyword_pr_to_issue"
] | f7d3d0bcd47bf0069acacb72aa6eca9bc09505a9 | 0d06d3d37b594ba22bbc63e1250577ab04f5aa86 | [
"See this https://kestra-io.slack.com/archives/C03FQKXRK3K/p1687858331341749"
] | [
"Directly returns the list\r\n\r\nhowever, lgtm",
"Ups, was for testing forgot it :+1: "
] | 2023-06-27T10:57:42Z | [
"bug"
] | Triple dash in attribute value can lead to incorrect validation | ### Expected Behavior
Wrong regex leading to parsing --- everywhere instead of on a new line only
### Actual Behaviour
_No response_
### Steps To Reproduce
_No response_
### Environment Information
- Kestra Version:
- Operating System (OS / Docker / Kubernetes):
- Java Version (If not docker):
### Example f... | [
"core/src/main/java/io/kestra/core/models/validations/ValidateConstraintViolation.java",
"webserver/src/main/java/io/kestra/webserver/controllers/FlowController.java"
] | [
"core/src/main/java/io/kestra/core/models/validations/ValidateConstraintViolation.java",
"webserver/src/main/java/io/kestra/webserver/controllers/FlowController.java"
] | [
"webserver/src/test/java/io/kestra/webserver/controllers/FlowControllerTest.java",
"webserver/src/test/resources/flows/validateMultipleInvalidFlows.yaml",
"webserver/src/test/resources/flows/validateMultipleValidFlows.yaml"
] | diff --git a/core/src/main/java/io/kestra/core/models/validations/ValidateConstraintViolation.java b/core/src/main/java/io/kestra/core/models/validations/ValidateConstraintViolation.java
index 175d901471..891981bd5c 100644
--- a/core/src/main/java/io/kestra/core/models/validations/ValidateConstraintViolation.java
+++ b... | diff --git a/webserver/src/test/java/io/kestra/webserver/controllers/FlowControllerTest.java b/webserver/src/test/java/io/kestra/webserver/controllers/FlowControllerTest.java
index cf7246c3bb..596630f4b4 100644
--- a/webserver/src/test/java/io/kestra/webserver/controllers/FlowControllerTest.java
+++ b/webserver/src/tes... | train | train | 2023-06-27T12:59:05 | 2023-06-27T10:09:06Z | brian-mulier-p | train |
kestra-io/kestra/1630_1642 | kestra-io/kestra | kestra-io/kestra/1630 | kestra-io/kestra/1642 | [
"keyword_pr_to_issue"
] | 97fbc93655fc333232b2c9b1947b97c431cf84f9 | 3d83bb1b6409ef567f975a97adacd810b63f4b79 | [] | [] | 2023-06-27T13:47:52Z | [
"bug",
"frontend"
] | label dropdown hide execution button | ### Expected Behavior
Could it be a simple text box ?
### Actual Behaviour
<img width="751" alt="Screenshot 2023-06-27 at 10 30 14" src="https://github.com/kestra-io/kestra/assets/46634684/46690267-af15-425b-8eeb-1117658f9e62">
### Steps To Reproduce
_No response_
### Environment Information
- Ke... | [
"ui/src/components/flows/FlowRun.vue",
"ui/src/translations.json"
] | [
"ui/src/components/flows/FlowRun.vue",
"ui/src/components/labels/LabelInput.vue",
"ui/src/translations.json"
] | [
"core/src/test/java/io/kestra/core/schedulers/SchedulerConditionTest.java"
] | diff --git a/ui/src/components/flows/FlowRun.vue b/ui/src/components/flows/FlowRun.vue
index 726a8fa656..8111b5c150 100644
--- a/ui/src/components/flows/FlowRun.vue
+++ b/ui/src/components/flows/FlowRun.vue
@@ -82,8 +82,8 @@
<el-form-item
:label="$t('execution labels')"
>
- ... | diff --git a/core/src/test/java/io/kestra/core/schedulers/SchedulerConditionTest.java b/core/src/test/java/io/kestra/core/schedulers/SchedulerConditionTest.java
index c445713315..afbc9f8232 100644
--- a/core/src/test/java/io/kestra/core/schedulers/SchedulerConditionTest.java
+++ b/core/src/test/java/io/kestra/core/sche... | train | train | 2023-06-30T20:59:49 | 2023-06-27T08:30:26Z | Ben8t | train |
kestra-io/kestra/1639_1643 | kestra-io/kestra | kestra-io/kestra/1639 | kestra-io/kestra/1643 | [
"keyword_pr_to_issue"
] | e786f1b8598e906870b9f06810dcbb9a1016cb37 | 941ea7e8abf8595dde60c63cd33f978e5939a5d0 | [] | [] | 2023-06-27T13:53:15Z | [
"frontend"
] | Blueprint - Replace Copy by Use button | ### Feature description
In the blueprint standalone view, replace the "copy" button by a "use" redirecting to the Editor where you user start using the selected Blueprint in a new flow. | [
"core/src/main/java/io/kestra/core/models/validations/ValidateConstraintViolation.java",
"ui/src/override/components/flows/blueprints/BlueprintsBrowser.vue",
"webserver/src/main/java/io/kestra/webserver/controllers/FlowController.java"
] | [
"core/src/main/java/io/kestra/core/models/validations/ValidateConstraintViolation.java",
"ui/src/override/components/flows/blueprints/BlueprintsBrowser.vue",
"webserver/src/main/java/io/kestra/webserver/controllers/FlowController.java"
] | [
"webserver/src/test/java/io/kestra/webserver/controllers/FlowControllerTest.java",
"webserver/src/test/resources/flows/validateMultipleInvalidFlows.yaml",
"webserver/src/test/resources/flows/validateMultipleValidFlows.yaml"
] | diff --git a/core/src/main/java/io/kestra/core/models/validations/ValidateConstraintViolation.java b/core/src/main/java/io/kestra/core/models/validations/ValidateConstraintViolation.java
index 175d901471..891981bd5c 100644
--- a/core/src/main/java/io/kestra/core/models/validations/ValidateConstraintViolation.java
+++ b... | diff --git a/webserver/src/test/java/io/kestra/webserver/controllers/FlowControllerTest.java b/webserver/src/test/java/io/kestra/webserver/controllers/FlowControllerTest.java
index cf7246c3bb..596630f4b4 100644
--- a/webserver/src/test/java/io/kestra/webserver/controllers/FlowControllerTest.java
+++ b/webserver/src/tes... | train | train | 2023-06-28T12:22:10 | 2023-06-27T12:37:33Z | Ben8t | train |
kestra-io/kestra/1474_1646 | kestra-io/kestra | kestra-io/kestra/1474 | kestra-io/kestra/1646 | [
"keyword_pr_to_issue"
] | aeab342363e880f7b3f6455fed4497214376abb1 | 467003be0f94c78a21708037d578e6b4beabb98d | [
"I'm not sure it is our responsability to prevent this kind of behaviour ? I don't think it is a good thing to cut off the ability to do recursive flows since there could be a stop condition or something. I see this as a while loop in Java and they are not preventing us from doing an infinite loop. WDYT ?\r\nOr may... | [
"You also need to check the namespace.",
"If we cannot create a revursive flow, no need to check this at runtime.\r\nMoreover it seems that this is always true!",
"Dont we care about possibly existing recursive flow ? ",
"I would say no, let's keep it simple for now"
] | 2023-06-27T15:41:21Z | [
"bug"
] | Infinite loop with subflow | ### Expected Behavior
Created a recursive flow create an infinite loop :
```
id: "flow-a"
namespace: "dev"
tasks:
- id: log
type: io.kestra.core.tasks.log.Log
message: hello
- id: subflow
type: io.kestra.core.tasks.flows.Flow
flowId: flow-a
namespace: dev
```
### Actual Behaviour... | [
"core/src/main/java/io/kestra/core/tasks/flows/Flow.java",
"core/src/main/java/io/kestra/core/validations/ValidationFactory.java"
] | [
"core/src/main/java/io/kestra/core/tasks/flows/Flow.java",
"core/src/main/java/io/kestra/core/validations/ValidationFactory.java"
] | [
"core/src/test/java/io/kestra/core/validations/FlowValidationTest.java",
"core/src/test/resources/flows/invalids/recursive-flow.yaml"
] | diff --git a/core/src/main/java/io/kestra/core/tasks/flows/Flow.java b/core/src/main/java/io/kestra/core/tasks/flows/Flow.java
index ef1221806f..bcea3e58ed 100644
--- a/core/src/main/java/io/kestra/core/tasks/flows/Flow.java
+++ b/core/src/main/java/io/kestra/core/tasks/flows/Flow.java
@@ -15,11 +15,11 @@
import lombo... | diff --git a/core/src/test/java/io/kestra/core/validations/FlowValidationTest.java b/core/src/test/java/io/kestra/core/validations/FlowValidationTest.java
new file mode 100644
index 0000000000..12747c8668
--- /dev/null
+++ b/core/src/test/java/io/kestra/core/validations/FlowValidationTest.java
@@ -0,0 +1,44 @@
+package... | train | train | 2023-06-30T09:51:58 | 2023-06-08T13:45:49Z | Skraye | train |
kestra-io/kestra/1383_1650 | kestra-io/kestra | kestra-io/kestra/1383 | kestra-io/kestra/1650 | [
"keyword_pr_to_issue"
] | fdd1579926c0c6225de72938915324d9f069eed6 | c5c683aeae54f82368dedb5502a55c4368b659d7 | [] | [
"Required for class like Retry where they have a \"type\" property that we want to keep",
"It is a bit tricky here, we must force default value if the property is required because, however, even if the property is visually filled in the input, it will not be in the javascript object that represents the task ",
... | 2023-06-27T19:39:08Z | [
"bug"
] | Retry not handle as an object and can't be edited in task editor | ### Expected Behavior
Should be able to edit retry
### Actual Behaviour
If a retry exists, it will not be displayed as an object. Also, it cannot be edited.

### Steps To Reproduce
_No response_
### En... | [
"core/src/main/java/io/kestra/core/docs/AbstractClassDocumentation.java",
"ui/src/components/flows/tasks/Task.js",
"ui/src/components/flows/tasks/TaskObject.vue",
"ui/src/utils/init.js"
] | [
"core/src/main/java/io/kestra/core/docs/AbstractClassDocumentation.java",
"ui/src/components/flows/tasks/Task.js",
"ui/src/components/flows/tasks/TaskAnyOf.vue",
"ui/src/components/flows/tasks/TaskObject.vue",
"ui/src/utils/init.js"
] | [] | diff --git a/core/src/main/java/io/kestra/core/docs/AbstractClassDocumentation.java b/core/src/main/java/io/kestra/core/docs/AbstractClassDocumentation.java
index 6fc592c42b..541cc2a006 100644
--- a/core/src/main/java/io/kestra/core/docs/AbstractClassDocumentation.java
+++ b/core/src/main/java/io/kestra/core/docs/Abstr... | null | train | train | 2023-11-17T16:48:11 | 2023-05-23T09:09:09Z | Skraye | train |
Subsets and Splits
Java Code Detection in Problems
Identifies and categorizes entries in the dataset that are likely related to Java programming, providing insights into the prevalence and type of Java content in the problem statements.