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/2312_2417
kestra-io/kestra
kestra-io/kestra/2312
kestra-io/kestra/2417
[ "keyword_pr_to_issue" ]
b1e0fad6b431323c8c9d1bfd30e5044c77a9d34c
51a54dfab0c5ca42286f9b941177bc17c82a80f1
[ "Just checked and the validation error is triggered for all triggers so apparently editing any type of trigger shows this error." ]
[]
2023-10-31T14:33:38Z
[ "bug", "frontend" ]
[UI] Topology form shows an error message about any trigger added from the form as invalid trigger type
### Explain the bug ![image](https://github.com/kestra-io/kestra/assets/86264395/67f878ba-d441-48f5-8508-a564a1d0d6cb) the flow can be saved and everything works fine, only UI form shows this error ## Reproducer any flow - just add a trigger from the UI ```yaml id: hello-world namespace: dev tasks: ...
[ "ui/src/components/inputs/LowCodeEditor.vue" ]
[ "ui/src/components/inputs/LowCodeEditor.vue" ]
[]
diff --git a/ui/src/components/inputs/LowCodeEditor.vue b/ui/src/components/inputs/LowCodeEditor.vue index 6356afe52a..5463c9b339 100644 --- a/ui/src/components/inputs/LowCodeEditor.vue +++ b/ui/src/components/inputs/LowCodeEditor.vue @@ -332,7 +332,7 @@ is-hidden :emit-task-only="true" ...
null
val
val
2023-10-31T15:15:37
2023-10-17T00:10:02Z
anna-geller
train
kestra-io/kestra/2426_2431
kestra-io/kestra
kestra-io/kestra/2426
kestra-io/kestra/2431
[ "keyword_pr_to_issue" ]
a570cc675b669b9b07a737b8379e0369ff6a542b
54fed2128fb507f562069752dc473fe5dbcafc2b
[]
[]
2023-11-03T09:36:05Z
[ "enhancement" ]
Provide a Pebble function to read an intenal storage file
### Feature description Currently, there is a new `read(path)` Pebble function that allows reading a namespace file from its name. We need this function to also be able to read any files from the internal storage, those files will start with the kestra scheme. For security purpose, we need to only allow reading fi...
[ "core/src/main/java/io/kestra/core/runners/pebble/functions/ReadFileFunction.java" ]
[ "core/src/main/java/io/kestra/core/runners/pebble/functions/ReadFileFunction.java" ]
[ "core/src/test/java/io/kestra/core/runners/pebble/functions/ReadFileFunctionTest.java" ]
diff --git a/core/src/main/java/io/kestra/core/runners/pebble/functions/ReadFileFunction.java b/core/src/main/java/io/kestra/core/runners/pebble/functions/ReadFileFunction.java index 534e1197e1..5e940fba49 100644 --- a/core/src/main/java/io/kestra/core/runners/pebble/functions/ReadFileFunction.java +++ b/core/src/main/...
diff --git a/core/src/test/java/io/kestra/core/runners/pebble/functions/ReadFileFunctionTest.java b/core/src/test/java/io/kestra/core/runners/pebble/functions/ReadFileFunctionTest.java index 39e00e4e07..2d06c1bf39 100644 --- a/core/src/test/java/io/kestra/core/runners/pebble/functions/ReadFileFunctionTest.java +++ b/co...
test
val
2023-11-03T09:33:04
2023-11-02T15:19:36Z
loicmathieu
train
kestra-io/kestra/2291_2434
kestra-io/kestra
kestra-io/kestra/2291
kestra-io/kestra/2434
[ "keyword_pr_to_issue" ]
3f1cd4ab46db670ddc37617488da125a244ecc8b
16f640b4ae8a75595f4203b8fad2c28fc14099b7
[]
[]
2023-11-03T12:51:55Z
[ "enhancement" ]
Provide a database upgrade manually
- the migration happen at the startup of the application - the healthcheck endpoint is not up (normal) during the migration - when having large migration (like adding the tenantId cols), the migration take a lot of time - leading to infinite restart of the pod before the migration is done Solution proposed : ...
[ "cli/src/main/java/io/kestra/cli/commands/sys/SysCommand.java" ]
[ "cli/src/main/java/io/kestra/cli/commands/sys/SysCommand.java", "cli/src/main/java/io/kestra/cli/commands/sys/database/DatabaseCommand.java", "cli/src/main/java/io/kestra/cli/commands/sys/database/DatabaseMigrateCommand.java" ]
[]
diff --git a/cli/src/main/java/io/kestra/cli/commands/sys/SysCommand.java b/cli/src/main/java/io/kestra/cli/commands/sys/SysCommand.java index ba90feb4aa..6cf801cc31 100644 --- a/cli/src/main/java/io/kestra/cli/commands/sys/SysCommand.java +++ b/cli/src/main/java/io/kestra/cli/commands/sys/SysCommand.java @@ -1,5 +1,6 ...
null
train
val
2023-11-08T14:02:32
2023-10-12T13:26:53Z
tchiotludo
train
kestra-io/kestra/2422_2435
kestra-io/kestra
kestra-io/kestra/2422
kestra-io/kestra/2435
[ "keyword_pr_to_issue" ]
be590d120db648bdefa2669f0fda0df2cf45a452
d4cc9d476689459516f828801e0079b3ccff91bb
[]
[]
2023-11-03T13:11:21Z
[ "bug" ]
Subtract one (the flow itself) from the Flow Dependencies count
### Explain the bug the subflow here has 2 dependencies, not 3: ![image](https://github.com/kestra-io/kestra/assets/86264395/ecf5a01a-3d6c-4bb6-a706-47a9390a6eb2) we shouldn't count the flow itself (the child flow) ### Environment Information - Kestra Version: 0.13.0
[ "ui/src/components/flows/FlowRoot.vue" ]
[ "ui/src/components/flows/FlowRoot.vue" ]
[]
diff --git a/ui/src/components/flows/FlowRoot.vue b/ui/src/components/flows/FlowRoot.vue index 1091f9af1d..d92249e9ae 100644 --- a/ui/src/components/flows/FlowRoot.vue +++ b/ui/src/components/flows/FlowRoot.vue @@ -197,7 +197,7 @@ name: "dependencies", component: FlowDe...
null
train
val
2023-11-03T11:51:31
2023-11-02T10:28:16Z
anna-geller
train
kestra-io/kestra/2442_2445
kestra-io/kestra
kestra-io/kestra/2442
kestra-io/kestra/2445
[ "keyword_pr_to_issue" ]
3f34d58509cbfbac48708808bc5b7372e6088b49
fc4822936399452835ec46041678295e6eeffaca
[]
[]
2023-11-06T09:56:35Z
[ "bug" ]
The error "Unable to read a file that didn't belong to the current execution" is raised for the current execution
### Explain the bug Reproducer Subflow: ```yaml id: subflow_raw_string_input namespace: qa inputs: - name: string_input type: STRING defaults: hey there tasks: - id: for_each_item type: io.kestra.core.tasks.debugs.Return format: "{{ inputs.string_input }}" ``` Parent reading...
[ "core/src/main/java/io/kestra/core/runners/pebble/functions/ReadFileFunction.java" ]
[ "core/src/main/java/io/kestra/core/runners/pebble/functions/ReadFileFunction.java" ]
[ "core/src/test/java/io/kestra/core/runners/pebble/functions/ReadFileFunctionTest.java" ]
diff --git a/core/src/main/java/io/kestra/core/runners/pebble/functions/ReadFileFunction.java b/core/src/main/java/io/kestra/core/runners/pebble/functions/ReadFileFunction.java index 5e940fba49..28dcf9c2e2 100644 --- a/core/src/main/java/io/kestra/core/runners/pebble/functions/ReadFileFunction.java +++ b/core/src/main/...
diff --git a/core/src/test/java/io/kestra/core/runners/pebble/functions/ReadFileFunctionTest.java b/core/src/test/java/io/kestra/core/runners/pebble/functions/ReadFileFunctionTest.java index 2d06c1bf39..4e52da151b 100644 --- a/core/src/test/java/io/kestra/core/runners/pebble/functions/ReadFileFunctionTest.java +++ b/co...
val
val
2023-11-06T09:55:30
2023-11-05T10:05:26Z
anna-geller
train
kestra-io/kestra/2405_2467
kestra-io/kestra
kestra-io/kestra/2405
kestra-io/kestra/2467
[ "keyword_pr_to_issue" ]
c91844499021e90b1606ec3848fc7f7db6a1332a
3874d1d7b844ff01cbde3b662f79632e707d704e
[]
[ "```suggestion\r\n private List<String> include;\r\n```\r\ngiven that it's a list, it seems better to use include as in \"Include all those listed paths\"", "```suggestion\r\n private List<String> exclude;\r\n```\r\nsame, given that it's a list, it seems better to use exclude as in \"Exclude all those liste...
2023-11-07T18:00:31Z
[]
Inject namespace files into the Execution context so that they are accessible from the execution's working directory
## The `namespaceFiles` property We want to add an **optional** `namespaceFiles` property, which can be set either to: - a `boolean` — by default, this property is set to `false`; if set to `true`, we inject/load all Namespace Files from that specific namespace into the working directory of that task - or a `map` ...
[ "core/src/main/java/io/kestra/core/runners/Worker.java", "core/src/main/java/io/kestra/core/tasks/flows/WorkingDirectory.java" ]
[ "core/src/main/java/io/kestra/core/models/tasks/NamespaceFiles.java", "core/src/main/java/io/kestra/core/models/tasks/NamespaceFilesInterface.java", "core/src/main/java/io/kestra/core/runners/NamespaceFilesService.java", "core/src/main/java/io/kestra/core/runners/Worker.java", "core/src/main/java/io/kestra/...
[ "core/src/test/java/io/kestra/core/runners/NamespaceFilesServiceTest.java", "core/src/test/java/io/kestra/core/tasks/flows/WorkingDirectoryTest.java", "core/src/test/java/io/kestra/core/tasks/test/Read.java", "core/src/test/resources/flows/valids/working-directory-namespace-files.yaml" ]
diff --git a/core/src/main/java/io/kestra/core/models/tasks/NamespaceFiles.java b/core/src/main/java/io/kestra/core/models/tasks/NamespaceFiles.java new file mode 100644 index 0000000000..54a8d9a348 --- /dev/null +++ b/core/src/main/java/io/kestra/core/models/tasks/NamespaceFiles.java @@ -0,0 +1,40 @@ +package io.kestr...
diff --git a/core/src/test/java/io/kestra/core/runners/NamespaceFilesServiceTest.java b/core/src/test/java/io/kestra/core/runners/NamespaceFilesServiceTest.java new file mode 100644 index 0000000000..f7544429b6 --- /dev/null +++ b/core/src/test/java/io/kestra/core/runners/NamespaceFilesServiceTest.java @@ -0,0 +1,135 @...
train
val
2023-11-08T12:04:25
2023-10-27T11:29:24Z
anna-geller
train
kestra-io/kestra/2465_2468
kestra-io/kestra
kestra-io/kestra/2465
kestra-io/kestra/2468
[ "keyword_pr_to_issue" ]
d7ca756e3fe765ece96b2840af8474932facca3f
f4fe15c0e9122579b15ede7194fc643018f5f8ca
[]
[ "I'm not sure it's worth creating a new type of toast.\r\nMaybe an alternative would be that you use the options from the saved method to give an \"genericQualifier\" key which defines whether or not we should display the saved thing in italic (false = italic, which will be the default not to break anything).\r\n\r...
2023-11-08T04:59:21Z
[]
[UI] Adjust the toast when changing anything in Settings
### Issue description When changing anything in Settings, the toast says "is successfully saved" without saying what. We can simply change the message to "Settings have been saved". ![image](https://github.com/kestra-io/kestra/assets/86264395/3bf8a73e-8fa2-4c53-bd26-01b436e1891e)
[ "ui/src/components/settings/BasicSettings.vue", "ui/src/translations.json", "ui/src/utils/toast.js" ]
[ "ui/src/components/settings/BasicSettings.vue", "ui/src/translations.json", "ui/src/utils/toast.js" ]
[]
diff --git a/ui/src/components/settings/BasicSettings.vue b/ui/src/components/settings/BasicSettings.vue index 262da3b9a2..15bed32dd1 100644 --- a/ui/src/components/settings/BasicSettings.vue +++ b/ui/src/components/settings/BasicSettings.vue @@ -223,7 +223,7 @@ } else { localStora...
null
train
val
2023-11-09T08:40:20
2023-11-07T13:10:16Z
anna-geller
train
kestra-io/kestra/2469_2470
kestra-io/kestra
kestra-io/kestra/2469
kestra-io/kestra/2470
[ "keyword_pr_to_issue" ]
d4557deec76bc5665b078c0cd783aaef6b4887ba
657d85069e2ca1cece96da42fac517e09527069e
[]
[]
2023-11-08T08:09:32Z
[ "bug" ]
Namespace files structure doesn't starts with a leading '/'. Inconsistency with storage's current structure
### Explain the bug See [here](https://user-images.githubusercontent.com/37618489/281166071-ab889fc4-0c05-46c9-830f-5ed1bf2640a0.png) ### Environment Information - Kestra Version: - Operating System and Java Version (if not using Kestra Docker image):
[ "core/src/main/java/io/kestra/core/storages/StorageInterface.java" ]
[ "core/src/main/java/io/kestra/core/storages/StorageInterface.java" ]
[ "core/src/test/java/io/kestra/core/storage/StorageInterfaceTest.java" ]
diff --git a/core/src/main/java/io/kestra/core/storages/StorageInterface.java b/core/src/main/java/io/kestra/core/storages/StorageInterface.java index 2d2ab16b1d..9ebeb93b57 100644 --- a/core/src/main/java/io/kestra/core/storages/StorageInterface.java +++ b/core/src/main/java/io/kestra/core/storages/StorageInterface.ja...
diff --git a/core/src/test/java/io/kestra/core/storage/StorageInterfaceTest.java b/core/src/test/java/io/kestra/core/storage/StorageInterfaceTest.java index 914d1068eb..271ff95162 100644 --- a/core/src/test/java/io/kestra/core/storage/StorageInterfaceTest.java +++ b/core/src/test/java/io/kestra/core/storage/StorageInte...
val
val
2023-11-07T11:50:44
2023-11-08T08:07:33Z
brian-mulier-p
train
kestra-io/kestra/2482_2483
kestra-io/kestra
kestra-io/kestra/2482
kestra-io/kestra/2483
[ "keyword_pr_to_issue" ]
91664a9095347a43b718e709b57663dd85ef9da0
7da25a9df42648fe50b7a25bddf6c0a347d1b69b
[]
[]
2023-11-09T16:24:18Z
[ "bug" ]
Disable the expand/collapse functionality on the `ForEachItem` subflow or fix the topology view so that child tasks of the subflow are displayed
### Explain the bug The expand/collapse is broken on the `ForEachItem`. Technically it could even be disabled as it triggers multiple executions, not task runs. ![image](https://github.com/kestra-io/kestra/assets/86264395/948d2bbc-829a-4689-aa28-5b3c6a60cc69)
[ "ui/package-lock.json", "ui/package.json", "ui/src/components/executions/Topology.vue" ]
[ "ui/package-lock.json", "ui/package.json", "ui/src/components/executions/Topology.vue" ]
[]
diff --git a/ui/package-lock.json b/ui/package-lock.json index 58d6050780..5db53a906f 100644 --- a/ui/package-lock.json +++ b/ui/package-lock.json @@ -8,7 +8,7 @@ "name": "kestra", "version": "0.1.0", "dependencies": { - "@kestra-io/ui-libs": "^0.0.29", + "@kestra-io/ui-libs": "^0.0.3...
null
train
val
2023-11-10T12:39:12
2023-11-09T16:08:28Z
anna-geller
train
kestra-io/kestra/2492_2494
kestra-io/kestra
kestra-io/kestra/2492
kestra-io/kestra/2494
[ "keyword_pr_to_issue" ]
f5eba8290bc25b2f78684514b9f7bad92e390a6f
85cc415812a5c9231c8ad10ddf1718775b3fc4ef
[ "@brian-mulier-p just a comment that if we don't make this one in 0.13.0 it's fine, just an edge case \r\n" ]
[]
2023-11-10T08:33:26Z
[ "enhancement" ]
[UI] Add a better error message when trying to create a flow file with the wrong extension e.g. `flow.py`
### Feature description Currently, if you add a flow in the `_flows` directory: 1. Without any extension e.g. "myflow" -- it works - kestra will create a flow "myflow" and will add it as a file `myflow.yml` 2. With the wrong extension e.g. "myflow.py" or "myflow.txt", it will create the flow properly "myflow.yml" b...
[ "ui/src/components/namespace/Editor.vue" ]
[ "ui/src/components/namespace/Editor.vue" ]
[]
diff --git a/ui/src/components/namespace/Editor.vue b/ui/src/components/namespace/Editor.vue index 046c74829f..6442817617 100644 --- a/ui/src/components/namespace/Editor.vue +++ b/ui/src/components/namespace/Editor.vue @@ -70,9 +70,12 @@ window.addEventListener("message", (event) => { cons...
null
train
val
2023-11-09T16:26:56
2023-11-09T17:31:22Z
anna-geller
train
kestra-io/kestra/2480_2497
kestra-io/kestra
kestra-io/kestra/2480
kestra-io/kestra/2497
[ "keyword_pr_to_issue" ]
d35d2b75d021be295ab2403c6aa59a359d1546cf
b39d93f0b9c1c65e133b23cebdff39695cf0a112
[ "A bit opiniated for the team (https://kestra-io.slack.com/archives/C04HTFM3VL6/p1699614141351939?thread_ts=1699613554.492519&cid=C04HTFM3VL6). Maybe we should not do it ?", "After discussion, the choice is to change the command so that it takes a \"from\" (local folder path) and \"to\" (remote namespace files fo...
[ "```suggestion\r\n void runWithToSpecified() {\r\n```\r\n\r\nI have nothing against `_` in test method name but as other methods have With in there name for consistency it's better to use it there." ]
2023-11-10T10:52:24Z
[ "bug" ]
"from" (local directory path) & "to" (remote namespace files directory) parameters to NamespaceFileUpdate command
### Explain the bug Reproducer: start `docker run --rm -it -p 28080:8080 kestra/kestra:develop-full server local` https://share.descript.com/view/bG8iWNMi5mk Run: ```yaml id: ci namespace: prod variables: host: http://host.docker.internal:28080/ tasks: - id: deploy type: io.kestra.core.t...
[ "cli/src/main/java/io/kestra/cli/commands/namespaces/files/NamespaceFilesUpdateCommand.java" ]
[ "cli/src/main/java/io/kestra/cli/commands/namespaces/files/NamespaceFilesUpdateCommand.java" ]
[ "cli/src/test/java/io/kestra/cli/commands/namespaces/files/NamespaceFilesUpdateCommandTest.java" ]
diff --git a/cli/src/main/java/io/kestra/cli/commands/namespaces/files/NamespaceFilesUpdateCommand.java b/cli/src/main/java/io/kestra/cli/commands/namespaces/files/NamespaceFilesUpdateCommand.java index 890c1fcca2..285134d756 100644 --- a/cli/src/main/java/io/kestra/cli/commands/namespaces/files/NamespaceFilesUpdateCom...
diff --git a/cli/src/test/java/io/kestra/cli/commands/namespaces/files/NamespaceFilesUpdateCommandTest.java b/cli/src/test/java/io/kestra/cli/commands/namespaces/files/NamespaceFilesUpdateCommandTest.java index be72eb19d8..3ffb97fd54 100644 --- a/cli/src/test/java/io/kestra/cli/commands/namespaces/files/NamespaceFilesU...
train
val
2023-11-13T14:34:42
2023-11-09T15:44:19Z
anna-geller
train
kestra-io/kestra/2485_2516
kestra-io/kestra
kestra-io/kestra/2485
kestra-io/kestra/2516
[ "keyword_pr_to_issue" ]
2d2be57dcc1e2cef3df26819c257d172c40d8976
0b656e836c2fd29c714f7d5faeb962d9b5655bd3
[]
[]
2023-11-13T13:45:57Z
[ "enhancement" ]
[UI] The `ForEachItem` task is stuck in a Running state in the logs tab in the UI (even though child Executions finished)
### Feature description this only happens in the logs tab: ![image](https://github.com/kestra-io/kestra/assets/86264395/0ed10749-0e18-4581-9419-7793c0af522d) ![image](https://github.com/kestra-io/kestra/assets/86264395/b928745d-5e19-4cdc-accc-1d30f86c6fc8)
[ "core/src/main/java/io/kestra/core/runners/ExecutableUtils.java" ]
[ "core/src/main/java/io/kestra/core/runners/ExecutableUtils.java" ]
[ "core/src/test/java/io/kestra/core/tasks/flows/ForEachItemCaseTest.java" ]
diff --git a/core/src/main/java/io/kestra/core/runners/ExecutableUtils.java b/core/src/main/java/io/kestra/core/runners/ExecutableUtils.java index 155657bcf8..121256ea82 100644 --- a/core/src/main/java/io/kestra/core/runners/ExecutableUtils.java +++ b/core/src/main/java/io/kestra/core/runners/ExecutableUtils.java @@ -1...
diff --git a/core/src/test/java/io/kestra/core/tasks/flows/ForEachItemCaseTest.java b/core/src/test/java/io/kestra/core/tasks/flows/ForEachItemCaseTest.java index e6c644bb38..f4000343ad 100644 --- a/core/src/test/java/io/kestra/core/tasks/flows/ForEachItemCaseTest.java +++ b/core/src/test/java/io/kestra/core/tasks/flow...
train
val
2023-11-14T09:28:07
2023-11-09T16:44:53Z
anna-geller
train
kestra-io/kestra/2526_2527
kestra-io/kestra
kestra-io/kestra/2526
kestra-io/kestra/2527
[ "keyword_pr_to_issue" ]
6826a751f6a765edf1f3e06eba607b5cd3654cfa
154afe346664605cb40d60b584c8bee169e12c65
[]
[]
2023-11-14T13:19:14Z
[ "bug" ]
A flow named `files` mixed up with namespace files
### Explain the bug Namespace files creates files inside the `/my/namespaces/files` directory. Imagine the following flow: ```yaml id: files namespace: dev tasks: - id: extract type: io.kestra.plugin.gcp.bigquery.Query sql: | SELECT DATETIME(datehour) as date, title, views FROM `bigquery-pub...
[ "core/src/main/java/io/kestra/core/storages/StorageInterface.java" ]
[ "core/src/main/java/io/kestra/core/storages/StorageInterface.java" ]
[ "core/src/test/java/io/kestra/core/storage/StorageInterfaceTest.java", "core/src/test/java/io/kestra/core/tasks/flows/VariablesTest.java", "webserver/src/test/java/io/kestra/webserver/controllers/NamespaceFileControllerTest.java" ]
diff --git a/core/src/main/java/io/kestra/core/storages/StorageInterface.java b/core/src/main/java/io/kestra/core/storages/StorageInterface.java index bc88b14609..d19dd6e3b8 100644 --- a/core/src/main/java/io/kestra/core/storages/StorageInterface.java +++ b/core/src/main/java/io/kestra/core/storages/StorageInterface.ja...
diff --git a/core/src/test/java/io/kestra/core/storage/StorageInterfaceTest.java b/core/src/test/java/io/kestra/core/storage/StorageInterfaceTest.java index dadf5c8eab..c19707ab37 100644 --- a/core/src/test/java/io/kestra/core/storage/StorageInterfaceTest.java +++ b/core/src/test/java/io/kestra/core/storage/StorageInte...
train
val
2023-11-14T16:34:06
2023-11-14T12:33:46Z
loicmathieu
train
kestra-io/kestra/2534_2542
kestra-io/kestra
kestra-io/kestra/2534
kestra-io/kestra/2542
[ "keyword_pr_to_issue" ]
e0d5494ec42313f06dd9db0f0dc1b8a63af75ed8
810dfeecf50ffa4ee63f3fa73492b24aea90a83c
[ "Will double check as I fixed this for JDBC last week.", "I can reproduce the issue, pause count as running ... but cancel state is not correctly handled with pause task.\r\nI'll have a look." ]
[]
2023-11-15T09:43:11Z
[ "bug" ]
Paused execution state should count to concurrency limits on JDBC
### Explain the bug Currently, Paused state still doesn't count to concurrency limits as it should, at least on JDBC ## Reproducer ```yaml id: flow-paused-concurrency namespace: dev concurrency: limit: 1 behavior: CANCEL tasks: - id: pause type: io.kestra.core.tasks.flows.Pause delay: P...
[ "core/src/main/java/io/kestra/core/runners/ExecutorService.java" ]
[ "core/src/main/java/io/kestra/core/runners/ExecutorService.java" ]
[ "core/src/test/java/io/kestra/core/runners/FlowConcurrencyCaseTest.java", "core/src/test/resources/flows/valids/flow-concurrency-cancel-pause.yml", "jdbc/src/test/java/io/kestra/jdbc/runner/JdbcRunnerTest.java" ]
diff --git a/core/src/main/java/io/kestra/core/runners/ExecutorService.java b/core/src/main/java/io/kestra/core/runners/ExecutorService.java index cfc83659c6..a5aaf7176c 100644 --- a/core/src/main/java/io/kestra/core/runners/ExecutorService.java +++ b/core/src/main/java/io/kestra/core/runners/ExecutorService.java @@ -9...
diff --git a/core/src/test/java/io/kestra/core/runners/FlowConcurrencyCaseTest.java b/core/src/test/java/io/kestra/core/runners/FlowConcurrencyCaseTest.java index 4bfc9f39f1..d5b4125bca 100644 --- a/core/src/test/java/io/kestra/core/runners/FlowConcurrencyCaseTest.java +++ b/core/src/test/java/io/kestra/core/runners/Fl...
train
val
2023-11-15T10:27:16
2023-11-14T17:32:20Z
anna-geller
train
kestra-io/kestra/2517_2543
kestra-io/kestra
kestra-io/kestra/2517
kestra-io/kestra/2543
[ "keyword_pr_to_issue" ]
e0d5494ec42313f06dd9db0f0dc1b8a63af75ed8
d5c026daabbb4390e5a801c4d608a6e5af103713
[ "There is no easy fix for this, logs from executable tasks are not sent so even if I add one it would not be sent anywhere so not be visible (I think the same applies to logs from flowable tasks).\r\n\r\nAs a side note, when an exception occurs that is not caught in a task, it goes into the executor exception handl...
[ "```suggestion\r\n if (!renderedUri.startsWith(\"kestra://\")) {\r\n```" ]
2023-11-15T11:10:39Z
[ "bug" ]
When a file provided as `items` property cannot be split into batches, the execution ends in an error without any log message explaining why this task failed
We should raise a friendly error message if the value of the `items` property is not a valid Kestra's internal storage URI. Trying to pass a string that is not a URI doesn't raise any error/warning. The task fails with no information explaining why it failed. It would be great to add extra info for troubleshooting e.g....
[ "core/src/main/java/io/kestra/core/tasks/flows/ForEachItem.java" ]
[ "core/src/main/java/io/kestra/core/tasks/flows/ForEachItem.java" ]
[]
diff --git a/core/src/main/java/io/kestra/core/tasks/flows/ForEachItem.java b/core/src/main/java/io/kestra/core/tasks/flows/ForEachItem.java index a570a4ac80..facd4f718e 100644 --- a/core/src/main/java/io/kestra/core/tasks/flows/ForEachItem.java +++ b/core/src/main/java/io/kestra/core/tasks/flows/ForEachItem.java @@ -1...
null
test
val
2023-11-15T10:27:16
2023-11-13T16:17:19Z
anna-geller
train
kestra-io/kestra/2295_2544
kestra-io/kestra
kestra-io/kestra/2295
kestra-io/kestra/2544
[ "keyword_pr_to_issue" ]
ea604b5aff50284d5a98f9dd9dfb4c1232f45ae7
b30a2f82f9d165182ed7545ae2b7cff63ae200d8
[]
[]
2023-11-15T13:37:13Z
[ "bug" ]
Handle Request Aborted
If you click too quickly on tabs from the Flow page, you see this error : ![image](https://github.com/kestra-io/kestra/assets/2064609/a1250957-8ef2-4577-8cab-37cc61a5c55e) Should be hidden
[ "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 0823d23947..227e84bb37 100644 --- a/ui/src/utils/axios.js +++ b/ui/src/utils/axios.js @@ -72,7 +72,7 @@ export default (callback, store, router) => { response => { return response }, errorResponse => { - if (error...
null
train
val
2023-11-15T14:25:46
2023-10-13T07:13:43Z
tchiotludo
train
kestra-io/kestra/2476_2545
kestra-io/kestra
kestra-io/kestra/2476
kestra-io/kestra/2545
[ "keyword_pr_to_issue" ]
b30a2f82f9d165182ed7545ae2b7cff63ae200d8
b8eadb140ee35aed5cda81f53e2f93e1d33dd71d
[ "Hello, if issue #2476is currently unassigned or available, please consider assigning it to me.", "Hello @prajwalgh, thank's for contributing, I assigned you :)", "Hello @prajwalgh do you manage to do it or do you need any help ?" ]
[]
2023-11-15T14:35:39Z
[ "bug", "frontend", "good first issue" ]
Namespace File Editor should keep track of the previously selected namespace if there was one
### Explain the bug Currently it always select the first namespace available unless we have a default namespace setting set up. It can be annoying when you try to debug as you may need to reload the page sometimes and it fails to retrieve the previously selected namespace. I think if we have a RestoreUrl saved for e...
[ "ui/src/components/namespace/Editor.vue", "ui/src/utils/constants.js" ]
[ "ui/src/components/namespace/Editor.vue", "ui/src/utils/constants.js" ]
[]
diff --git a/ui/src/components/namespace/Editor.vue b/ui/src/components/namespace/Editor.vue index 6442817617..3863e66645 100644 --- a/ui/src/components/namespace/Editor.vue +++ b/ui/src/components/namespace/Editor.vue @@ -41,11 +41,13 @@ import RestoreUrl from "../../mixins/restoreUrl"; import {apiUrl} from ...
null
train
val
2023-11-15T14:48:07
2023-11-08T19:22:55Z
brian-mulier-p
train
kestra-io/kestra/2336_2554
kestra-io/kestra
kestra-io/kestra/2336
kestra-io/kestra/2554
[ "keyword_pr_to_issue" ]
bb97c46a65268ec16cbd71e4f91c89b326f14ab3
070f10979e919e68bce2ae6706ca97fcfa5ef70b
[]
[ "Put it in a file for more readability ", "I moved them to a variable" ]
2023-11-16T19:31:59Z
[]
Remove "Accounts" setting at the bottom left
[ "ui/public/init.js" ]
[ "ui/public/init.js" ]
[]
diff --git a/ui/public/init.js b/ui/public/init.js index cdcba07d10..00c31d271a 100644 --- a/ui/public/init.js +++ b/ui/public/init.js @@ -30,6 +30,31 @@ const extensionsToFetch = Object.entries(versionByExtensionIdToFetch).map(([exte })); // used to configure VSCode startup +const sidebarTabs = [ + {"id": "work...
null
val
val
2023-11-21T10:23:54
2023-10-18T16:04:57Z
anna-geller
train
kestra-io/kestra/2338_2554
kestra-io/kestra
kestra-io/kestra/2338
kestra-io/kestra/2554
[ "keyword_pr_to_issue" ]
bb97c46a65268ec16cbd71e4f91c89b326f14ab3
070f10979e919e68bce2ae6706ca97fcfa5ef70b
[]
[ "Put it in a file for more readability ", "I moved them to a variable" ]
2023-11-16T19:31:59Z
[]
Disable the Run + Debug (Ctrl + Shift + D) icon on the left sidebar
[ "ui/public/init.js" ]
[ "ui/public/init.js" ]
[]
diff --git a/ui/public/init.js b/ui/public/init.js index cdcba07d10..00c31d271a 100644 --- a/ui/public/init.js +++ b/ui/public/init.js @@ -30,6 +30,31 @@ const extensionsToFetch = Object.entries(versionByExtensionIdToFetch).map(([exte })); // used to configure VSCode startup +const sidebarTabs = [ + {"id": "work...
null
test
val
2023-11-21T10:23:54
2023-10-18T16:07:40Z
anna-geller
train
kestra-io/kestra/2339_2554
kestra-io/kestra
kestra-io/kestra/2339
kestra-io/kestra/2554
[ "keyword_pr_to_issue" ]
bb97c46a65268ec16cbd71e4f91c89b326f14ab3
070f10979e919e68bce2ae6706ca97fcfa5ef70b
[]
[ "Put it in a file for more readability ", "I moved them to a variable" ]
2023-11-16T19:31:59Z
[]
Disable the Version Control extension by default
[ "ui/public/init.js" ]
[ "ui/public/init.js" ]
[]
diff --git a/ui/public/init.js b/ui/public/init.js index cdcba07d10..00c31d271a 100644 --- a/ui/public/init.js +++ b/ui/public/init.js @@ -30,6 +30,31 @@ const extensionsToFetch = Object.entries(versionByExtensionIdToFetch).map(([exte })); // used to configure VSCode startup +const sidebarTabs = [ + {"id": "work...
null
train
val
2023-11-21T10:23:54
2023-10-18T16:08:09Z
anna-geller
train
kestra-io/kestra/2553_2575
kestra-io/kestra
kestra-io/kestra/2553
kestra-io/kestra/2575
[ "keyword_pr_to_issue" ]
c376b129286b4958234abec17019a9303680c3bd
2872ff0668a02105a99c40a77b676278bda313eb
[ "can you explain more? how did it look like before?\r\n\r\nit seems you can edit tasks + add new ones directly from the UI forms\r\n\r\n![image](https://github.com/kestra-io/kestra/assets/86264395/a77053d8-26e5-4173-aa90-2efa192b3a7f)\r\n\r\n\r\n", "When you're in full topology view, the \"Actions\" button I high...
[]
2023-11-21T13:53:57Z
[ "bug" ]
Missing actions buttons on Topology Only view
### Explain the bug Topology view does not have the action button displayed anymore This prevent from doing a flow from 100% low code on this view ![image](https://github.com/kestra-io/kestra/assets/37600690/7328e98e-f1f2-4b14-8638-94919032cbba) ### Environment Information - Kestra Version: 0.13.0 - Operati...
[ "ui/src/components/inputs/Editor.vue", "ui/src/components/inputs/EditorView.vue" ]
[ "ui/src/components/inputs/Editor.vue", "ui/src/components/inputs/EditorButtons.vue", "ui/src/components/inputs/EditorView.vue" ]
[]
diff --git a/ui/src/components/inputs/Editor.vue b/ui/src/components/inputs/Editor.vue index 5d6d4cd71f..4790fb268c 100644 --- a/ui/src/components/inputs/Editor.vue +++ b/ui/src/components/inputs/Editor.vue @@ -456,15 +456,15 @@ } .bottom-right { - bottom: var(--spacer); - ...
null
test
val
2023-11-21T17:51:28
2023-11-16T15:49:12Z
Skraye
train
kestra-io/kestra/2576_2578
kestra-io/kestra
kestra-io/kestra/2576
kestra-io/kestra/2578
[ "keyword_pr_to_issue" ]
c376b129286b4958234abec17019a9303680c3bd
9d3470dc3cafdb7e180fd6dbfeb1703b02c5257c
[]
[]
2023-11-21T17:12:20Z
[ "bug" ]
Warning text not visible on light theme
### Explain the bug ![Image](https://github.com/kestra-io/kestra/assets/37600690/b23b2afc-038d-4065-8592-737e82454ab8) ### Environment Information - Kestra Version: 0.13.0
[ "ui/src/styles/layout/element-plus-overload.scss" ]
[ "ui/src/styles/layout/element-plus-overload.scss" ]
[]
diff --git a/ui/src/styles/layout/element-plus-overload.scss b/ui/src/styles/layout/element-plus-overload.scss index fcf09728e3..9b40df713a 100644 --- a/ui/src/styles/layout/element-plus-overload.scss +++ b/ui/src/styles/layout/element-plus-overload.scss @@ -413,11 +413,6 @@ form.ks-horizontal { &.is-dark { ...
null
train
val
2023-11-21T17:51:28
2023-11-21T14:41:26Z
Skraye
train
kestra-io/kestra/2585_2588
kestra-io/kestra
kestra-io/kestra/2585
kestra-io/kestra/2588
[ "keyword_pr_to_issue" ]
073af367abd554a959bf44fd4def0826c9399cc2
1e31af6869c922a1d16ea44e2301245fb7f04ee3
[ "Seems like the `replace` method doesn't handle string/datetime very well\r\n\r\n![image](https://github.com/kestra-io/kestra/assets/46634684/61f28a37-3156-42ec-9a21-aedecbc13adc)\r\n", "Reopened because the fix has been reverted in https://github.com/kestra-io/kestra/pull/2754", "closing as with the render fun...
[ "`true` is the default so you can revert this change", "```suggestion\r\n public String render(String inline, boolean preprocessVariables) throws IllegalVariableEvaluationException {\r\n```\r\n\r\nI think it's better to call it preprocessed as it's what you do and variable are rendered anyway as we are recursi...
2023-11-23T14:18:29Z
[ "bug" ]
Discrepencies between manual and trigger execution in variabe handling
### Explain the bug Depending if the execution is run manually or via a trigger, the `vars.period` variable doesn't have the same behavior; especially on the `replace` Pebble method: ```yaml id: copine_voyage_troubleshoot namespace: dev variables: period: "{{ schedule.date ?? execution.startDate | dateAdd...
[ "core/src/main/java/io/kestra/core/runners/RunContext.java", "core/src/main/java/io/kestra/core/runners/VariableRenderer.java" ]
[ "core/src/main/java/io/kestra/core/runners/RunContext.java", "core/src/main/java/io/kestra/core/runners/VariableRenderer.java" ]
[ "core/src/test/java/io/kestra/core/models/hierarchies/FlowGraphTest.java", "core/src/test/java/io/kestra/core/runners/RunContextTest.java", "core/src/test/java/io/kestra/core/runners/pebble/PebbleVariableRendererTest.java", "core/src/test/resources/flows/templates/with-template.yaml", "core/src/test/resourc...
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 2d93dc724b..abffe19a25 100644 --- a/core/src/main/java/io/kestra/core/runners/RunContext.java +++ b/core/src/main/java/io/kestra/core/runners/RunContext.java @@ -598,7 +598,7 @@ publi...
diff --git a/core/src/test/java/io/kestra/core/models/hierarchies/FlowGraphTest.java b/core/src/test/java/io/kestra/core/models/hierarchies/FlowGraphTest.java index e3c63d8f3b..9a02057c4e 100644 --- a/core/src/test/java/io/kestra/core/models/hierarchies/FlowGraphTest.java +++ b/core/src/test/java/io/kestra/core/models/...
train
val
2023-11-28T16:15:39
2023-11-22T16:19:14Z
Ben8t
train
kestra-io/kestra/1305_2598
kestra-io/kestra
kestra-io/kestra/1305
kestra-io/kestra/2598
[ "keyword_pr_to_issue" ]
34c2f8f3aea3f9e273e9907ade1f761813ceab46
e34d0243dd657ac05802ad4ffa19ea03a5fe8bbe
[ "Matrix of state (from this [spreadsheet](https://docs.google.com/spreadsheets/d/1yKCFT0yoc3kVTrtXpgSAG2Y3TKBtfLxgRtr81HlFddw/edit?usp=sharing))\n\n| CURRENT_STATE | WANTED_STATE | WHY ? ...
[]
2023-11-24T10:50:12Z
[ "enhancement" ]
More soft control on the execution
When you have a major outage, the data inside the store can be corrupted. Example: - execution mark as running but not - execution mark as failed Right now, we have a lot of control that prevent exceptional case. We need to have softer check to allow for example: - to kill an execution that is not running ...
[ "core/src/main/java/io/kestra/core/services/ExecutionService.java", "ui/src/components/executions/ChangeStatus.vue" ]
[ "core/src/main/java/io/kestra/core/services/ExecutionService.java", "ui/src/components/executions/ChangeStatus.vue" ]
[]
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 b838edc9af..ee89cd2b9d 100644 --- a/core/src/main/java/io/kestra/core/services/ExecutionService.java +++ b/core/src/main/java/io/kestra/core/services/ExecutionService.ja...
null
train
val
2023-12-02T13:32:53
2023-05-15T17:04:17Z
tchiotludo
train
kestra-io/kestra/2368_2602
kestra-io/kestra
kestra-io/kestra/2368
kestra-io/kestra/2602
[ "keyword_pr_to_issue" ]
92b26f15a0b559ce394bb0a2cca284dbf7bddaf4
2ff0862ad36177d0a809d890fb0627e811366774
[ "After discussing with @tchiotludo it was chosen not to include search by flow source for now as it requires some rework around matches retrieval (we need more info on matches' index in flow for VSCode to highlight / show proper preview). Moreover, as we're limited by storages which prevent us from having search by...
[ "The second line is misleading, does it retruns path or path relative to the preifx?\r\nI think it should return full URI", "So the test shows that it returns relative path which is strange.\r\nLooking at the interface of the LocalStorage I think it should returns a List<URI> instead, containing the full internal...
2023-11-27T18:22:49Z
[ "backend", "enhancement", "frontend" ]
Allow to search across all Namespace Files (rather than only across currently-open files)
1. Search by file name 2. Search by flow source Search by file's content is out of scope for now for several reasons (performance, privacy)
[ "core/src/main/java/io/kestra/core/storages/StorageInterface.java", "storage-local/src/main/java/io/kestra/storage/local/LocalStorage.java", "ui/public/init.js", "webserver/src/main/java/io/kestra/webserver/controllers/NamespaceFileController.java" ]
[ "core/src/main/java/io/kestra/core/storages/StorageInterface.java", "storage-local/src/main/java/io/kestra/storage/local/LocalStorage.java", "ui/public/init.js", "webserver/src/main/java/io/kestra/webserver/controllers/NamespaceFileController.java" ]
[ "core/src/test/java/io/kestra/core/storage/StorageTestSuite.java", "webserver/src/test/java/io/kestra/webserver/controllers/NamespaceFileControllerTest.java" ]
diff --git a/core/src/main/java/io/kestra/core/storages/StorageInterface.java b/core/src/main/java/io/kestra/core/storages/StorageInterface.java index 42abe765fd..0640f7b00d 100644 --- a/core/src/main/java/io/kestra/core/storages/StorageInterface.java +++ b/core/src/main/java/io/kestra/core/storages/StorageInterface.ja...
diff --git a/core/src/test/java/io/kestra/core/storage/StorageTestSuite.java b/core/src/test/java/io/kestra/core/storage/StorageTestSuite.java index 6aad99adde..5675d94e94 100644 --- a/core/src/test/java/io/kestra/core/storage/StorageTestSuite.java +++ b/core/src/test/java/io/kestra/core/storage/StorageTestSuite.java @...
test
val
2023-12-05T15:19:51
2023-10-23T10:30:00Z
anna-geller
train
kestra-io/kestra/2580_2606
kestra-io/kestra
kestra-io/kestra/2580
kestra-io/kestra/2606
[ "keyword_pr_to_issue" ]
aca7686c4a3906f549f44e402406b7d6eb4cdeef
8043a7eb2f7d6830f58553c1115e00c6a6a9b528
[]
[]
2023-11-28T15:04:04Z
[ "bug" ]
[UI] Keep the Administration sidebar stable when switching subtabs
### Explain the bug see here https://share.descript.com/view/Mvg5Fx3ibDm ### Environment Information - Kestra Version: - Operating System and Java Version (if not using Kestra Docker image):
[ "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 f0a2686311..af6236dabe 100644 --- a/ui/src/override/components/LeftMenu.vue +++ b/ui/src/override/components/LeftMenu.vue @@ -1,7 +1,7 @@ <template> <sidebar-menu id="side-menu" - :menu="menu" + ...
null
val
val
2023-11-30T21:10:47
2023-11-21T21:49:36Z
anna-geller
train
kestra-io/kestra/2612_2615
kestra-io/kestra
kestra-io/kestra/2612
kestra-io/kestra/2615
[ "keyword_pr_to_issue" ]
c7598f6928eed030d2f5c62be3517903d89c88a5
ee222755d9063902c1638aad058c96bfb20f05b0
[]
[]
2023-11-30T09:36:49Z
[ "bug", "backport-needed" ]
Executions Page : Flow and namespace is missing
![image](https://github.com/kestra-io/kestra/assets/2064609/a094382a-e049-46bd-9154-8309e9bf7355) On the execution page, the flow and namespace is missing and lead to unusable page. Probably because I change the default cols on the flow > executions page
[ "ui/src/components/executions/Executions.vue" ]
[ "ui/src/components/executions/Executions.vue" ]
[]
diff --git a/ui/src/components/executions/Executions.vue b/ui/src/components/executions/Executions.vue index fec85193cf..9be24c6be4 100644 --- a/ui/src/components/executions/Executions.vue +++ b/ui/src/components/executions/Executions.vue @@ -447,7 +447,7 @@ }, methods: { onDisplayColumns...
null
train
val
2023-11-29T21:00:21
2023-11-29T21:03:55Z
tchiotludo
train
kestra-io/kestra/2594_2634
kestra-io/kestra
kestra-io/kestra/2594
kestra-io/kestra/2634
[ "keyword_pr_to_issue" ]
6699436322dc052eb28dc37569857aa0ef3079ca
424e8b9f3e8654e1dd89b663961b6139d5e43758
[ "TBD whether we can support uploading an entire folder: https://stackoverflow.com/questions/49655967/browser-folder-uploading\r\n\r\nOtherwise, both Import and Export will be based on a zip file" ]
[]
2023-12-05T15:12:14Z
[ "backend", "enhancement", "frontend" ]
Add import and export buttons next to Execute in the VS Code Editor
## Import and Export buttons in the Namespace Files Editor Next to the “Execute” button, we should provide an Import and Export functionality. This will make it easy to: - Import files developed locally, incl. files users are currently managing via Git - Build workflows iteratively from Kestra UI. Then export/do...
[ "core/src/main/java/io/kestra/core/repositories/FlowRepositoryInterface.java", "core/src/main/java/io/kestra/core/services/FlowService.java", "jdbc/src/main/java/io/kestra/jdbc/repository/AbstractJdbcFlowRepository.java", "repository-memory/src/main/java/io/kestra/repository/memory/MemoryFlowRepository.java",...
[ "core/src/main/java/io/kestra/core/repositories/FlowRepositoryInterface.java", "core/src/main/java/io/kestra/core/services/FlowService.java", "jdbc/src/main/java/io/kestra/jdbc/repository/AbstractJdbcFlowRepository.java", "repository-memory/src/main/java/io/kestra/repository/memory/MemoryFlowRepository.java",...
[ "core/src/test/java/io/kestra/core/repositories/AbstractFlowRepositoryTest.java", "webserver/src/test/java/io/kestra/webserver/controllers/NamespaceFileControllerTest.java" ]
diff --git a/core/src/main/java/io/kestra/core/repositories/FlowRepositoryInterface.java b/core/src/main/java/io/kestra/core/repositories/FlowRepositoryInterface.java index af53068c6e..d93a31cada 100644 --- a/core/src/main/java/io/kestra/core/repositories/FlowRepositoryInterface.java +++ b/core/src/main/java/io/kestra/...
diff --git a/core/src/test/java/io/kestra/core/repositories/AbstractFlowRepositoryTest.java b/core/src/test/java/io/kestra/core/repositories/AbstractFlowRepositoryTest.java index e1b55c09a7..8dabd12951 100644 --- a/core/src/test/java/io/kestra/core/repositories/AbstractFlowRepositoryTest.java +++ b/core/src/test/java/i...
val
val
2023-12-08T21:59:35
2023-11-23T19:36:59Z
anna-geller
train
kestra-io/kestra/2327_2700
kestra-io/kestra
kestra-io/kestra/2327
kestra-io/kestra/2700
[ "keyword_pr_to_issue" ]
2d16d8cfb91b6db7d7a4f236f803dc7d4fdd3132
95da457b66947d5d3981d59ec4e704bb5e5b0d91
[ "It is already deprecated and displayed as it inside the Kestra UI, see https://preview-oss.kestra.io/ui/plugins/io.kestra.core.models.conditions.types.FlowCondition\n\n\n\n![Image](https://github.com/kestra-io/kestra/assets/1819009/84bccd8e-1621-4bf3-a016-aca9459e03d3)\n\n\n\nBut for an unknown reason, on the webs...
[]
2023-12-11T13:32:54Z
[ "backend", "enhancement" ]
Mark FlowCondition as deprecated.
### Feature description Deprecate https://kestra.io/plugins/core/conditions/io.kestra.core.models.conditions.types.flowcondition preferred option: https://kestra.io/plugins/core/conditions/io.kestra.core.models.conditions.types.executionflowcondition
[ "core/src/main/resources/docs/task.hbs" ]
[ "core/src/main/resources/docs/task.hbs" ]
[]
diff --git a/core/src/main/resources/docs/task.hbs b/core/src/main/resources/docs/task.hbs index 042d0b91db..e07e06666d 100644 --- a/core/src/main/resources/docs/task.hbs +++ b/core/src/main/resources/docs/task.hbs @@ -1,5 +1,5 @@ --- -title: {{shortName}} +title: {{shortName}} {{~#if deprecated }} - 🔒 Deprecated{{~/...
null
train
test
2023-12-09T23:22:43
2023-10-18T08:24:50Z
anna-geller
train
kestra-io/kestra/2629_2718
kestra-io/kestra
kestra-io/kestra/2629
kestra-io/kestra/2718
[ "keyword_pr_to_issue" ]
3b351d14e536a80a5da35e658311dff55aa69f28
d7e1ce58fe6dca6a33deea0719ad701ef8bbedb2
[]
[ "Following Slack discussion, I'm ok with that but it should be consistent across all conditions so please do the change accordingly or stay with now()", "```suggestion\r\n @PluginProperty(dynamic = true)\r\n```", "```suggestion\r\n @PluginProperty(dynamic = true)\r\n```", "```suggestion\r\n Holid...
2023-12-15T09:48:33Z
[ "enhancement" ]
Add custom condition to respect holidays in the Schedule's timezone
## Next steps Add two new pebble expressions: 1. `isHoliday(date)` - returns True/False - naming TBD 2. `isWeekend(date)` - returns True/False - naming TBD Add new Conditions (might be either 2 or 4 depending on whether NOT is a dedicated one): 1. Condition: for holidays, for NOT holidays 2. Condition: for th...
[ "core/build.gradle", "core/src/main/java/io/kestra/core/models/conditions/types/DateTimeBetweenCondition.java", "core/src/main/java/io/kestra/core/models/conditions/types/DayWeekCondition.java", "core/src/main/java/io/kestra/core/models/conditions/types/DayWeekInMonthCondition.java", "core/src/main/java/io/...
[ "core/build.gradle", "core/src/main/java/io/kestra/core/models/conditions/types/DateTimeBetweenCondition.java", "core/src/main/java/io/kestra/core/models/conditions/types/DayWeekCondition.java", "core/src/main/java/io/kestra/core/models/conditions/types/DayWeekInMonthCondition.java", "core/src/main/java/io/...
[ "core/src/test/java/io/kestra/core/models/conditions/types/PublicHolidayConditionTest.java" ]
diff --git a/core/build.gradle b/core/build.gradle index c151acc70b..ee984c103e 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -23,6 +23,8 @@ dependencies { implementation 'com.github.oshi:oshi-core:6.4.6' implementation 'io.pebbletemplates:pebble:3.2.1' implementation group: 'co.elastic.loggi...
diff --git a/core/src/test/java/io/kestra/core/models/conditions/types/PublicHolidayConditionTest.java b/core/src/test/java/io/kestra/core/models/conditions/types/PublicHolidayConditionTest.java new file mode 100644 index 0000000000..f9c9a15234 --- /dev/null +++ b/core/src/test/java/io/kestra/core/models/conditions/typ...
val
test
2023-12-18T16:06:28
2023-12-04T13:55:23Z
anna-geller
train
kestra-io/kestra/2655_2724
kestra-io/kestra
kestra-io/kestra/2655
kestra-io/kestra/2724
[ "keyword_pr_to_issue" ]
715ed8eb0263fa4c80bc2655a9512bb2e80214d5
35256551e33622ebfacb2c15cf853b6803a96030
[ "0fa696465b3506cbecd5fd72d8119aad9c6112ca and be383eb6d97161788b51a783f76794873a400b6d prevent the crash, now we need to add a proper validation on flow save" ]
[]
2023-12-16T17:41:26Z
[ "bug", "backend" ]
Wrong timezone in Schedule task leads to Scheduler failure and Kestra crashing
### Explain the bug [myFile1.log](https://github.com/kestra-io/kestra/files/13614477/myFile1.log) ### Environment Information - Kestra Version: - Operating System and Java Version (if not using Kestra Docker image):
[ "core/src/main/java/io/kestra/core/models/triggers/types/Schedule.java" ]
[ "core/src/main/java/io/kestra/core/models/triggers/types/Schedule.java", "core/src/main/java/io/kestra/core/validations/TimezoneId.java", "core/src/main/java/io/kestra/core/validations/validator/TimezoneIdValidator.java" ]
[ "core/src/test/java/io/kestra/core/validations/TimezoneIdTest.java" ]
diff --git a/core/src/main/java/io/kestra/core/models/triggers/types/Schedule.java b/core/src/main/java/io/kestra/core/models/triggers/types/Schedule.java index b6a2795d65..71e061120d 100644 --- a/core/src/main/java/io/kestra/core/models/triggers/types/Schedule.java +++ b/core/src/main/java/io/kestra/core/models/trigge...
diff --git a/core/src/test/java/io/kestra/core/validations/TimezoneIdTest.java b/core/src/test/java/io/kestra/core/validations/TimezoneIdTest.java new file mode 100644 index 0000000000..07d76c4d52 --- /dev/null +++ b/core/src/test/java/io/kestra/core/validations/TimezoneIdTest.java @@ -0,0 +1,41 @@ +package io.kestra.c...
train
test
2023-12-15T21:51:03
2023-12-08T13:28:45Z
brian-mulier-p
train
kestra-io/kestra/2595_2735
kestra-io/kestra
kestra-io/kestra/2595
kestra-io/kestra/2735
[ "keyword_pr_to_issue" ]
35256551e33622ebfacb2c15cf853b6803a96030
e76f011eee7704bf7c57c1047f3630eb08669ba0
[]
[]
2023-12-18T09:43:13Z
[ "bug", "quick-win" ]
[UI] VS Code Execute button does not reflect recently saved flow (inputs are displayed for the previous revision of the flow)
If I update a flow on vscode and I add a new inputs for example. When I click on execute, the old revision is used and will not display the form with that new input. We need to reload the definition of the flow on save
[ "ui/public/init.js", "ui/src/components/flows/TriggerFlow.vue", "ui/src/components/namespace/Editor.vue" ]
[ "ui/public/init.js", "ui/src/components/flows/TriggerFlow.vue", "ui/src/components/namespace/Editor.vue" ]
[ "core/src/test/java/io/kestra/core/tasks/flows/ForEachItemCaseTest.java" ]
diff --git a/ui/public/init.js b/ui/public/init.js index a6791318af..5407984dd3 100644 --- a/ui/public/init.js +++ b/ui/public/init.js @@ -17,8 +17,8 @@ require.config({ const extensionsToFetch = { // to handle dark theme "PROxZIMA/sweetdracula": "1.0.9", - // to apply Kestra's flow validation schema - ...
diff --git a/core/src/test/java/io/kestra/core/tasks/flows/ForEachItemCaseTest.java b/core/src/test/java/io/kestra/core/tasks/flows/ForEachItemCaseTest.java index 7499a89597..39e9c04fe4 100644 --- a/core/src/test/java/io/kestra/core/tasks/flows/ForEachItemCaseTest.java +++ b/core/src/test/java/io/kestra/core/tasks/flow...
test
test
2023-12-18T09:33:18
2023-11-23T21:39:22Z
tchiotludo
train
kestra-io/kestra/2632_2742
kestra-io/kestra
kestra-io/kestra/2632
kestra-io/kestra/2742
[ "keyword_pr_to_issue" ]
bb47a97f34a5c732a15ef2aaae708e68d58ca7b6
31d351153eba93b7fe949354adcc2ee651243d16
[]
[ "All other task types are suffixed by _able_, maybe call it ExecutionUpdatableTask ?", "```suggestion\r\n title = \"Allow to add labels to the current execution at runtime.\",\r\n```", "I don't think this description brings much value", "Please use text block for such long string.\r\nDon't modify it but th...
2023-12-19T10:24:37Z
[ "enhancement" ]
Add a dedicated task allowing to set custom Execution Labels from a flow
### Feature description Possible syntax: ```yaml id: labels_test namespace: dev inputs: - name: myinput type: STRING tasks: - id: labels type: io.kestra.core.tasks.executions.Labels labels: mykey: "{{ inputs.myinput }}" ``` This will also address this request in a straightfor...
[ "core/src/main/java/io/kestra/core/runners/ExecutorService.java", "core/src/main/java/io/kestra/core/tasks/flows/EachParallel.java" ]
[ "core/src/main/java/io/kestra/core/models/tasks/ExecutionUpdatableTask.java", "core/src/main/java/io/kestra/core/runners/ExecutorService.java", "core/src/main/java/io/kestra/core/tasks/executions/Labels.java", "core/src/main/java/io/kestra/core/tasks/flows/EachParallel.java" ]
[ "core/src/test/java/io/kestra/core/tasks/flows/RuntimeLabelsTest.java", "core/src/test/resources/flows/valids/labels-update-task.yml", "core/src/test/resources/flows/valids/npe-labels-update-task.yml", "jdbc/src/test/java/io/kestra/jdbc/repository/AbstractJdbcFlowRepositoryTest.java" ]
diff --git a/core/src/main/java/io/kestra/core/models/tasks/ExecutionUpdatableTask.java b/core/src/main/java/io/kestra/core/models/tasks/ExecutionUpdatableTask.java new file mode 100644 index 0000000000..ac2f2b3a85 --- /dev/null +++ b/core/src/main/java/io/kestra/core/models/tasks/ExecutionUpdatableTask.java @@ -0,0 +1...
diff --git a/core/src/test/java/io/kestra/core/tasks/flows/RuntimeLabelsTest.java b/core/src/test/java/io/kestra/core/tasks/flows/RuntimeLabelsTest.java new file mode 100644 index 0000000000..665d33a572 --- /dev/null +++ b/core/src/test/java/io/kestra/core/tasks/flows/RuntimeLabelsTest.java @@ -0,0 +1,68 @@ +package io...
train
test
2023-12-20T12:08:02
2023-12-05T11:54:48Z
anna-geller
train
kestra-io/kestra/2744_2745
kestra-io/kestra
kestra-io/kestra/2744
kestra-io/kestra/2745
[ "keyword_pr_to_issue" ]
d7e1ce58fe6dca6a33deea0719ad701ef8bbedb2
bb47a97f34a5c732a15ef2aaae708e68d58ca7b6
[]
[ "This is the same as using indexOf(':') and taking what' s before as key and what's after as value right?", "By doing that we miss some protection that we have before with miss-crafted query string", "```suggestion\r\n public static final String ENCODED_URL_LABEL_VALUE = URLEncoder.encode(URL_LABEL_VALUE, St...
2023-12-20T10:18:45Z
[ "bug" ]
[UI] Label containing a URL cannot be used to filter Executions
### Explain the bug Screenshare showing the issue https://share.descript.com/view/cBT4aNM66ur Reproducer: ```yaml id: labels namespace: dev labels: user: anna-geller url: "https://github.com/kestra-io/kestra/issues/2632" tasks: - id: log type: io.kestra.core.tasks.log.Log message: hel...
[ "webserver/src/main/java/io/kestra/webserver/controllers/ExecutionController.java", "webserver/src/main/java/io/kestra/webserver/utils/RequestUtils.java" ]
[ "webserver/src/main/java/io/kestra/webserver/controllers/ExecutionController.java", "webserver/src/main/java/io/kestra/webserver/utils/RequestUtils.java" ]
[ "webserver/src/test/java/io/kestra/webserver/controllers/ExecutionControllerTest.java" ]
diff --git a/webserver/src/main/java/io/kestra/webserver/controllers/ExecutionController.java b/webserver/src/main/java/io/kestra/webserver/controllers/ExecutionController.java index 166e1962f9..2473280014 100644 --- a/webserver/src/main/java/io/kestra/webserver/controllers/ExecutionController.java +++ b/webserver/src/...
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 e72356b7ba..6abf893d68 100644 --- a/webserver/src/test/java/io/kestra/webserver/controllers/ExecutionControllerTest.java +++ b/we...
train
test
2023-12-19T14:41:35
2023-12-19T15:07:31Z
anna-geller
train
kestra-io/kestra/2768_2769
kestra-io/kestra
kestra-io/kestra/2768
kestra-io/kestra/2769
[ "keyword_pr_to_issue" ]
b3d350400d7d7faf4c2a2e3c747e3dbad0e40908
53b0fbf7ce3e195e52c26a94ea5ec339fde1149a
[]
[]
2023-12-27T11:02:52Z
[ "bug", "frontend", "quick-win" ]
Upon flow creation, not having "tasks" property and trying to add it crashes upon writing the last 's'
### Explain the bug [Screencast from 27-12-2023 09:42:58.webm](https://github.com/kestra-io/kestra/assets/37618489/c63f5561-81d1-4e51-83b3-bd32703ffaf0) ### Environment Information - Kestra Version: 0.14.0-SNAPSHOT - Operating System and Java Version (if not using Kestra Docker image):
[ "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 e816ac8279..9e6a90ae9a 100644 --- a/ui/src/utils/yamlUtils.js +++ b/ui/src/utils/yamlUtils.js @@ -533,7 +533,7 @@ export default class YamlUtils { static flowHaveTasks(source) { const tasks = yaml.parseDocument(source).contents.ite...
null
train
test
2023-12-23T21:54:27
2023-12-27T08:46:02Z
brian-mulier-p
train
kestra-io/kestra/2755_2791
kestra-io/kestra
kestra-io/kestra/2755
kestra-io/kestra/2791
[ "keyword_pr_to_issue" ]
a54c2a39b71444754bac6fdba55cd3af80771c89
959a1f82973f454718a0732e40560c38c82e5289
[ "thanks so much for the issue! I can reproduce", "temporary workaround: adding leading `/` in the `include` solves the issue\r\n\r\n```yaml\r\nid: test\r\nnamespace: dev\r\n\r\ntasks:\r\n - id: test\r\n type: io.kestra.plugin.scripts.python.Commands\r\n namespaceFiles:\r\n enabled: true\r\n ...
[]
2024-01-02T16:27:34Z
[ "bug" ]
Using 'include' fails when injecting namespaceFiles
### Explain the bug When I wanted to inject the `test` directory in namespaceFiles, I used the `include` keyword according to the documentation, but the `test` directory was not injected successfully as expected. ``` id: test namespace: test tasks: - id: test type: io.kestra.plugin.scripts.python.C...
[ "core/src/main/java/io/kestra/core/runners/NamespaceFilesService.java" ]
[ "core/src/main/java/io/kestra/core/runners/NamespaceFilesService.java" ]
[ "core/src/test/java/io/kestra/core/runners/NamespaceFilesServiceTest.java" ]
diff --git a/core/src/main/java/io/kestra/core/runners/NamespaceFilesService.java b/core/src/main/java/io/kestra/core/runners/NamespaceFilesService.java index c27313b732..15bbca2051 100644 --- a/core/src/main/java/io/kestra/core/runners/NamespaceFilesService.java +++ b/core/src/main/java/io/kestra/core/runners/Namespac...
diff --git a/core/src/test/java/io/kestra/core/runners/NamespaceFilesServiceTest.java b/core/src/test/java/io/kestra/core/runners/NamespaceFilesServiceTest.java index 0e54899a83..e71f570fa0 100644 --- a/core/src/test/java/io/kestra/core/runners/NamespaceFilesServiceTest.java +++ b/core/src/test/java/io/kestra/core/runn...
train
test
2024-01-03T12:42:08
2023-12-22T14:32:16Z
tdragon6
train
kestra-io/kestra/2300_2831
kestra-io/kestra
kestra-io/kestra/2300
kestra-io/kestra/2831
[ "keyword_pr_to_issue" ]
0f1f233cfcbfccfd4af1a06611b7fae21242e79c
19f2fa21c22382e012049c2d5c2458cedd2d1773
[]
[]
2024-01-10T17:02:29Z
[ "bug", "quick-win" ]
A WorkerTaskExecution with an Invalid Task can fail the executor
### Explain the bug A WorkerTaskExecution with an Invalid Task can fail the executor ``` 2023-10-13 15:29:13,028 ERROR jdbc-queue_4 .c.u.ThreadUncaughtExceptionHandlers Caught an exception in Thread[jdbc-queue_4,5,main]. Shutting down. io.kestra.core.exceptions.DeserializationException: com.fasterxml.jackson.data...
[ "jdbc/src/main/java/io/kestra/jdbc/runner/AbstractJdbcSubflowExecutionStorage.java", "jdbc/src/main/java/io/kestra/jdbc/runner/JdbcExecutor.java" ]
[ "jdbc/src/main/java/io/kestra/jdbc/runner/AbstractJdbcSubflowExecutionStorage.java", "jdbc/src/main/java/io/kestra/jdbc/runner/JdbcExecutor.java" ]
[ "core/src/test/java/io/kestra/core/runners/DeserializationIssuesCaseTest.java", "jdbc-postgres/src/test/java/io/kestra/runner/postgres/PostgresSubflowExecutionStorageTest.java", "jdbc/src/test/java/io/kestra/jdbc/runner/AbstractSubflowExecutionTest.java" ]
diff --git a/jdbc/src/main/java/io/kestra/jdbc/runner/AbstractJdbcSubflowExecutionStorage.java b/jdbc/src/main/java/io/kestra/jdbc/runner/AbstractJdbcSubflowExecutionStorage.java index 3ebc3ca7f9..64dccd180a 100644 --- a/jdbc/src/main/java/io/kestra/jdbc/runner/AbstractJdbcSubflowExecutionStorage.java +++ b/jdbc/src/ma...
diff --git a/core/src/test/java/io/kestra/core/runners/DeserializationIssuesCaseTest.java b/core/src/test/java/io/kestra/core/runners/DeserializationIssuesCaseTest.java index 8da685845d..2aeb63f51d 100644 --- a/core/src/test/java/io/kestra/core/runners/DeserializationIssuesCaseTest.java +++ b/core/src/test/java/io/kest...
test
test
2024-01-12T12:37:06
2023-10-13T13:39:24Z
loicmathieu
train
kestra-io/kestra/2740_2834
kestra-io/kestra
kestra-io/kestra/2740
kestra-io/kestra/2834
[ "keyword_pr_to_issue" ]
70ca7b44bd57b826c33de92de563f43b42ced522
b327f28912b9043b617000cf433f89710fb738fe
[ "Notion automation got a bit crazy, sorry Ludo for this back and forth on changing Milestone, haha - this wasn't me, this was a flow that got mad", "We won't tackle the recursive vs non-recursive approach for 0.14.0. Will be tackled for 0.15.0" ]
[ "I had no choice but to put them as static since I need to access them in the new static `renderOnce` & `renderRecursively` methods which are also called from RenderFunction (and in such Pebble functions you don't have access to Micronaut context or the whole PebbleEngine)", "No, your function can themself be CDI...
2024-01-11T11:53:29Z
[ "enhancement" ]
Disable Pebble rendering on webhook trigger variables (keep rendering secrets/env vars on key, but don't parse the trigger body)
### Feature description ## Problem Take the following flow as example: ```yaml id: github_to_notion namespace: product concurrency: behavior: QUEUE limit: 1 inputs: - name: github_url type: STRING defaults: https://github.com/kestra-io/docs/issues/678 variables: github_url: "{...
[ "core/src/main/java/io/kestra/core/runners/VariableRenderer.java", "core/src/main/java/io/kestra/core/runners/handlebars/helpers/EvalHelper.java", "core/src/main/java/io/kestra/core/runners/handlebars/helpers/FirstDefinedEvalHelper.java", "core/src/main/java/io/kestra/core/runners/pebble/Extension.java" ]
[ "core/src/main/java/io/kestra/core/runners/VariableRenderer.java", "core/src/main/java/io/kestra/core/runners/handlebars/helpers/EvalHelper.java", "core/src/main/java/io/kestra/core/runners/handlebars/helpers/FirstDefinedEvalHelper.java", "core/src/main/java/io/kestra/core/runners/pebble/Extension.java", "c...
[ "core/src/test/java/io/kestra/core/runners/handlebars/helpers/HandlebarsVariableRendererTest.java", "core/src/test/java/io/kestra/core/runners/handlebars/helpers/JqHelperTest.java", "core/src/test/java/io/kestra/core/runners/pebble/PebbleVariableRendererTest.java", "core/src/test/java/io/kestra/core/runners/p...
diff --git a/core/src/main/java/io/kestra/core/runners/VariableRenderer.java b/core/src/main/java/io/kestra/core/runners/VariableRenderer.java index 95fcd42dc2..e63f74eea5 100644 --- a/core/src/main/java/io/kestra/core/runners/VariableRenderer.java +++ b/core/src/main/java/io/kestra/core/runners/VariableRenderer.java @...
diff --git a/core/src/test/java/io/kestra/core/runners/handlebars/helpers/HandlebarsVariableRendererTest.java b/core/src/test/java/io/kestra/core/runners/handlebars/helpers/HandlebarsVariableRendererTest.java index 18f4734294..b123c367ba 100644 --- a/core/src/test/java/io/kestra/core/runners/handlebars/helpers/Handleba...
val
test
2024-01-15T10:43:54
2023-12-18T22:43:57Z
anna-geller
train
kestra-io/kestra/2835_2837
kestra-io/kestra
kestra-io/kestra/2835
kestra-io/kestra/2837
[ "keyword_pr_to_issue" ]
0f1f233cfcbfccfd4af1a06611b7fae21242e79c
31b43c7f9edfdd5028e2a2f88be2b3ded486a833
[]
[]
2024-01-11T16:30:16Z
[ "bug" ]
Invalid retry configuration could fail the Worker
### Explain the bug The following flow will fail the worker: ```yaml id: flow_2 namespace: edmcode tasks: - id: "bash" type: "io.kestra.core.tasks.scripts.Bash" inputFiles: script.sh: | #!/bin/bash n=$(date +"%M") if ((n % 2 == 0)); then echo "$n is eve...
[ "core/src/main/java/io/kestra/core/runners/Worker.java" ]
[ "core/src/main/java/io/kestra/core/runners/Worker.java" ]
[ "core/src/test/java/io/kestra/core/runners/RetryTest.java", "core/src/test/resources/flows/valids/retry-invalid.yml" ]
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 7c8d4916df..14bfb1a781 100644 --- a/core/src/main/java/io/kestra/core/runners/Worker.java +++ b/core/src/main/java/io/kestra/core/runners/Worker.java @@ -36,6 +36,7 @@ import lombok.Synchron...
diff --git a/core/src/test/java/io/kestra/core/runners/RetryTest.java b/core/src/test/java/io/kestra/core/runners/RetryTest.java index c0b889540c..2371c20179 100644 --- a/core/src/test/java/io/kestra/core/runners/RetryTest.java +++ b/core/src/test/java/io/kestra/core/runners/RetryTest.java @@ -46,4 +46,13 @@ void retry...
train
test
2024-01-12T12:37:06
2024-01-11T15:43:20Z
loicmathieu
train
kestra-io/kestra/2860_2865
kestra-io/kestra
kestra-io/kestra/2860
kestra-io/kestra/2865
[ "keyword_pr_to_issue" ]
6cbf539cc2fb777e404ae2d081896ff90a7964a5
8093ecf1660a10bd50d9bb541931d6629f3bdf54
[]
[]
2024-01-15T11:18:14Z
[ "bug" ]
Namespace selector dropdown is too small
### Explain the bug See screencast https://share.descript.com/view/WbDsryfGEjs ![image](https://github.com/kestra-io/kestra/assets/86264395/c2f80a9a-2ffb-4614-8b43-8e3beca008d7) ### Environment Information - Kestra Version: 0.14 - Operating System and Java Version (if not using Kestra Docker image):
[ "ui/src/components/namespace/NamespaceSelect.vue", "ui/src/styles/layout/element-plus-overload.scss" ]
[ "ui/src/components/namespace/NamespaceSelect.vue", "ui/src/styles/layout/element-plus-overload.scss" ]
[]
diff --git a/ui/src/components/namespace/NamespaceSelect.vue b/ui/src/components/namespace/NamespaceSelect.vue index aca07afc06..844f383fef 100644 --- a/ui/src/components/namespace/NamespaceSelect.vue +++ b/ui/src/components/namespace/NamespaceSelect.vue @@ -1,5 +1,6 @@ <template> <el-select + class="fit-t...
null
train
test
2024-01-15T16:05:48
2024-01-15T08:47:25Z
anna-geller
train
kestra-io/kestra/2143_2892
kestra-io/kestra
kestra-io/kestra/2143
kestra-io/kestra/2892
[ "keyword_pr_to_issue" ]
66e7f5298dec0c10149685f0fb643ba657601bba
67063eb3ca831ebd9efe5fea36910f06f2f3e4f6
[ "Done thanks to:\r\n- Automatic encryption and decryption of task output: https://github.com/kestra-io/kestra/pull/3005\r\n- Encryption of GCP Auht Token: https://github.com/kestra-io/plugin-gcp/pull/324\r\n- Encrypton of ECR token: https://github.com/kestra-io/plugin-aws/pull/373 (will be merged soon)" ]
[ "## Encryption algorithms should be used with secure mode and padding scheme\n\n<!--SONAR_ISSUE_KEY:AY0hk3_ygJ56SSpZTR-1-->Use another cipher mode or disable padding. <p>See more on <a href=\"https://sonarcloud.io/project/issues?id=kestra-io_kestra&issues=AY0hk3_ygJ56SSpZTR-1&open=AY0hk3_ygJ56SSpZTR-1&pullRequest=2...
2024-01-19T09:30:28Z
[ "enhancement" ]
Prevent sensitive outputs such as AWS ECR token or GCP Auth token from being stored in plain text
## Use cases - fetching container registry token - fetching sensitive value from a Secrets manager or parameter store ## Examples ECR token ![image](https://github.com/kestra-io/kestra/assets/86264395/50ac29e6-230f-4753-a010-269a2aa3a7bf) GCP auth token ![image](https://github.com/kestra-io/kestra/assets/8...
[ "core/src/main/java/io/kestra/core/runners/pebble/Extension.java" ]
[ "core/src/main/java/io/kestra/core/crypto/CryptoService.java", "core/src/main/java/io/kestra/core/runners/pebble/Extension.java", "core/src/main/java/io/kestra/core/runners/pebble/functions/DecryptFunction.java", "core/src/main/java/io/kestra/core/runners/pebble/functions/EncryptFunction.java" ]
[ "core/src/test/java/io/kestra/core/runners/pebble/functions/EncryptDecryptFunctionTest.java" ]
diff --git a/core/src/main/java/io/kestra/core/crypto/CryptoService.java b/core/src/main/java/io/kestra/core/crypto/CryptoService.java new file mode 100644 index 0000000000..c9393def6e --- /dev/null +++ b/core/src/main/java/io/kestra/core/crypto/CryptoService.java @@ -0,0 +1,86 @@ +package io.kestra.core.crypto; + +imp...
diff --git a/core/src/test/java/io/kestra/core/runners/pebble/functions/EncryptDecryptFunctionTest.java b/core/src/test/java/io/kestra/core/runners/pebble/functions/EncryptDecryptFunctionTest.java new file mode 100644 index 0000000000..04fc7e00de --- /dev/null +++ b/core/src/test/java/io/kestra/core/runners/pebble/func...
val
test
2024-01-31T11:33:31
2023-09-19T12:01:04Z
anna-geller
train
kestra-io/kestra/2795_2911
kestra-io/kestra
kestra-io/kestra/2795
kestra-io/kestra/2911
[ "keyword_pr_to_issue" ]
8cc798b47ba4c7a59d0739f725150ddc1da4a221
a564e6dbb1c22584e774aeb8c90fad2a15231beb
[]
[]
2024-01-22T10:02:19Z
[ "enhancement" ]
Ensure that OSS username in basic auth is a valid email address
### Feature description OSS has no "user" object, it's just in the kestra configuration.yml so there's some extra work required to ensure this is a valid email address cc @Skraye
[ "webserver/src/main/java/io/kestra/webserver/controllers/MiscController.java", "webserver/src/main/java/io/kestra/webserver/filter/AuthenticationFilter.java" ]
[ "core/src/main/java/io/kestra/core/utils/AuthUtils.java", "webserver/src/main/java/io/kestra/webserver/controllers/MiscController.java", "webserver/src/main/java/io/kestra/webserver/filter/AuthenticationFilter.java", "webserver/src/main/java/io/kestra/webserver/listeners/OssAuthListener.java", "webserver/sr...
[ "webserver/src/test/java/io/kestra/webserver/controllers/MiscControllerSecuredTest.java", "webserver/src/test/java/io/kestra/webserver/controllers/MiscControllerTest.java", "webserver/src/test/java/io/kestra/webserver/filter/AuthenticationFilterTest.java", "webserver/src/test/java/io/kestra/webserver/services...
diff --git a/core/src/main/java/io/kestra/core/utils/AuthUtils.java b/core/src/main/java/io/kestra/core/utils/AuthUtils.java new file mode 100644 index 0000000000..24397350ee --- /dev/null +++ b/core/src/main/java/io/kestra/core/utils/AuthUtils.java @@ -0,0 +1,19 @@ +package io.kestra.core.utils; + +import com.google.c...
diff --git a/webserver/src/test/java/io/kestra/webserver/controllers/MiscControllerSecuredTest.java b/webserver/src/test/java/io/kestra/webserver/controllers/MiscControllerSecuredTest.java new file mode 100644 index 0000000000..2630ded692 --- /dev/null +++ b/webserver/src/test/java/io/kestra/webserver/controllers/MiscC...
train
test
2024-01-24T11:05:44
2024-01-03T10:11:05Z
anna-geller
train
kestra-io/kestra/2584_2911
kestra-io/kestra
kestra-io/kestra/2584
kestra-io/kestra/2911
[ "keyword_pr_to_issue" ]
8cc798b47ba4c7a59d0739f725150ddc1da4a221
a564e6dbb1c22584e774aeb8c90fad2a15231beb
[]
[]
2024-01-22T10:02:19Z
[ "enhancement" ]
[UI] Allow configuring basic auth when user clicks on "Activate Basic Authentication"
Clicking on: ![image](https://github.com/kestra-io/kestra/assets/86264395/8785d21e-a75e-46c4-98e3-72469b455464) should allow activating basic auth with email and password
[ "webserver/src/main/java/io/kestra/webserver/controllers/MiscController.java", "webserver/src/main/java/io/kestra/webserver/filter/AuthenticationFilter.java" ]
[ "core/src/main/java/io/kestra/core/utils/AuthUtils.java", "webserver/src/main/java/io/kestra/webserver/controllers/MiscController.java", "webserver/src/main/java/io/kestra/webserver/filter/AuthenticationFilter.java", "webserver/src/main/java/io/kestra/webserver/listeners/OssAuthListener.java", "webserver/sr...
[ "webserver/src/test/java/io/kestra/webserver/controllers/MiscControllerSecuredTest.java", "webserver/src/test/java/io/kestra/webserver/controllers/MiscControllerTest.java", "webserver/src/test/java/io/kestra/webserver/filter/AuthenticationFilterTest.java", "webserver/src/test/java/io/kestra/webserver/services...
diff --git a/core/src/main/java/io/kestra/core/utils/AuthUtils.java b/core/src/main/java/io/kestra/core/utils/AuthUtils.java new file mode 100644 index 0000000000..24397350ee --- /dev/null +++ b/core/src/main/java/io/kestra/core/utils/AuthUtils.java @@ -0,0 +1,19 @@ +package io.kestra.core.utils; + +import com.google.c...
diff --git a/webserver/src/test/java/io/kestra/webserver/controllers/MiscControllerSecuredTest.java b/webserver/src/test/java/io/kestra/webserver/controllers/MiscControllerSecuredTest.java new file mode 100644 index 0000000000..2630ded692 --- /dev/null +++ b/webserver/src/test/java/io/kestra/webserver/controllers/MiscC...
val
test
2024-01-24T11:05:44
2023-11-22T15:41:02Z
anna-geller
train
kestra-io/kestra/1442_2946
kestra-io/kestra
kestra-io/kestra/1442
kestra-io/kestra/2946
[ "keyword_pr_to_issue" ]
40b56f74f27a1ecab8ec8e0219070694c4eeeeb0
ff8537018d5b67243033998cb7eeb8fbc2dbf6b7
[ "This issue is only related to `inputs`: if the user has sensitive input information, adding a `SECRET`-type input might be a great solution, as proposed here.\r\n\r\nWhen it comes to obfuscating Secret values from:\r\n- the logs\r\n- inputs passed to subflows/tasks \r\n- outputs\r\n\r\ncheck this issue: https://gi...
[]
2024-01-29T15:24:43Z
[ "backend" ]
Add SECRET-type input
### Feature description Currently, when we want to have a flow input that holds sensitive information (password, secrets, ...) it will be displayed in the flow execution form when entering the input and in the execution overview tab in the inputs section. It would be great for security reason to hide the sensitive ...
[ "core/src/main/java/io/kestra/core/models/flows/Input.java", "core/src/main/java/io/kestra/core/runners/RunContext.java", "core/src/main/java/io/kestra/core/runners/RunnerUtils.java", "ui/src/components/executions/Overview.vue", "ui/src/components/flows/FlowRun.vue" ]
[ "core/src/main/java/io/kestra/core/models/flows/Input.java", "core/src/main/java/io/kestra/core/models/flows/input/SecretInput.java", "core/src/main/java/io/kestra/core/runners/RunContext.java", "core/src/main/java/io/kestra/core/runners/RunnerUtils.java", "ui/src/components/executions/Overview.vue", "ui/...
[ "core/src/test/java/io/kestra/core/runners/InputsTest.java", "core/src/test/java/io/kestra/core/serializers/YamlFlowParserTest.java", "core/src/test/resources/flows/valids/inputs.yaml", "webserver/src/test/java/io/kestra/webserver/controllers/ExecutionControllerTest.java", "webserver/src/test/java/io/kestra...
diff --git a/core/src/main/java/io/kestra/core/models/flows/Input.java b/core/src/main/java/io/kestra/core/models/flows/Input.java index 8110a3d056..6028a17a5e 100644 --- a/core/src/main/java/io/kestra/core/models/flows/Input.java +++ b/core/src/main/java/io/kestra/core/models/flows/Input.java @@ -32,6 +32,7 @@ @J...
diff --git a/core/src/test/java/io/kestra/core/runners/InputsTest.java b/core/src/test/java/io/kestra/core/runners/InputsTest.java index 58c5cb8d7d..003fc93dfe 100644 --- a/core/src/test/java/io/kestra/core/runners/InputsTest.java +++ b/core/src/test/java/io/kestra/core/runners/InputsTest.java @@ -8,6 +8,7 @@ import i...
train
test
2024-02-01T20:37:14
2023-06-01T14:33:23Z
loicmathieu
train
kestra-io/kestra/2959_2960
kestra-io/kestra
kestra-io/kestra/2959
kestra-io/kestra/2960
[ "keyword_pr_to_issue" ]
66e7f5298dec0c10149685f0fb643ba657601bba
6347b4f0feb427dfbe68813887d76f3ff99fe829
[]
[]
2024-01-31T10:20:48Z
[ "bug", "customer-request" ]
A missing flow or an exception while loading a flow can crash the webserver
### Explain the bug When there is a missing flow or an exception while loading a flow during the call to the trigger endpoint, it can crash the execution queue thread and exit the webserver. The following log is with the Kafka runner but this is not specific to this runner. ``` 2024-01-29 13:10:39,247 ERROR kak...
[ "webserver/src/main/java/io/kestra/webserver/controllers/ExecutionController.java" ]
[ "webserver/src/main/java/io/kestra/webserver/controllers/ExecutionController.java" ]
[]
diff --git a/webserver/src/main/java/io/kestra/webserver/controllers/ExecutionController.java b/webserver/src/main/java/io/kestra/webserver/controllers/ExecutionController.java index 369f557ccc..9c3d8a9303 100644 --- a/webserver/src/main/java/io/kestra/webserver/controllers/ExecutionController.java +++ b/webserver/src/...
null
train
test
2024-01-31T11:33:31
2024-01-31T10:06:28Z
loicmathieu
train
kestra-io/kestra/2249_2974
kestra-io/kestra
kestra-io/kestra/2249
kestra-io/kestra/2974
[ "keyword_pr_to_issue" ]
82052003086fa4c6642c533b651909c89ff74651
2a062275cc1aa9216131e04720895e9a82ece599
[ "Can you give us more information about the issue.\n\n- How do you set this env variable that includes a new line? Newline on itself is cumbersome in the shell.\n- What is the error in Kestra? Do you have any logs?" ]
[]
2024-02-02T15:05:30Z
[ "bug", "quick-win" ]
Newlines break secrets
### Explain the bug Base64 encoding can introduce newline characters, e.g., ```sh $ echo -n "y0Dqk9Zg17IuRbYrWtEJFFCtILvmdKeHEefr1IEYpFAQq6Crtb4wVVZ3hEVcGsRgmGbKWfQn8ZgPwUo5ocn0B5VRONCJwwvS" | base64 eTBEcWs5WmcxN0l1UmJZcld0RUpGRkN0SUx2bWRLZUhFZWZyMUlFWXBGQVFxNkNydGI0d1ZWWjNo RVZjR3NSZ21HYktXZlFuOFpnUHdVbzVv...
[ "build.gradle", "core/src/main/java/io/kestra/core/secret/SecretService.java" ]
[ "build.gradle", "core/src/main/java/io/kestra/core/secret/SecretService.java" ]
[ "core/src/test/java/io/kestra/core/secret/SecretFunctionTest.java", "core/src/test/resources/flows/valids/secrets.yaml" ]
diff --git a/build.gradle b/build.gradle index f838393f30..cb2d0d623f 100644 --- a/build.gradle +++ b/build.gradle @@ -192,6 +192,7 @@ subprojects { systemProperty 'user.country', 'US' environment 'SECRET_MY_SECRET', "{\"secretKey\":\"secretValue\"}".bytes.encodeBase64().toString() + environm...
diff --git a/core/src/test/java/io/kestra/core/secret/SecretFunctionTest.java b/core/src/test/java/io/kestra/core/secret/SecretFunctionTest.java index 406f4c67d4..398bf3d745 100644 --- a/core/src/test/java/io/kestra/core/secret/SecretFunctionTest.java +++ b/core/src/test/java/io/kestra/core/secret/SecretFunctionTest.ja...
train
test
2024-02-08T10:07:59
2023-10-07T21:49:34Z
mgmorcos
train
kestra-io/kestra/2965_2977
kestra-io/kestra
kestra-io/kestra/2965
kestra-io/kestra/2977
[ "keyword_pr_to_issue" ]
ffbbce67cc7bb1e26079d09a283b53197a70d90c
fef338a3a5786f725af390aa54ec75b7945f0a45
[]
[]
2024-02-02T19:07:32Z
[ "bug" ]
io.kestra.plugin.git.Push
### Explain the bug When running git.Push task with property namespaceFiles enabled and no namespace files exist in the namespace an error is triggered. In the given example, the branch did not exist. Another run with namespaceFiles: commented out, resulted in a successful run. Configuration snippet: ``` - id: b...
[ "core/src/main/java/io/kestra/core/runners/NamespaceFilesService.java" ]
[ "core/src/main/java/io/kestra/core/runners/NamespaceFilesService.java" ]
[ "core/src/test/java/io/kestra/core/runners/NamespaceFilesServiceTest.java" ]
diff --git a/core/src/main/java/io/kestra/core/runners/NamespaceFilesService.java b/core/src/main/java/io/kestra/core/runners/NamespaceFilesService.java index 7986bf0753..59ed961033 100644 --- a/core/src/main/java/io/kestra/core/runners/NamespaceFilesService.java +++ b/core/src/main/java/io/kestra/core/runners/Namespac...
diff --git a/core/src/test/java/io/kestra/core/runners/NamespaceFilesServiceTest.java b/core/src/test/java/io/kestra/core/runners/NamespaceFilesServiceTest.java index 232e63acae..d088159940 100644 --- a/core/src/test/java/io/kestra/core/runners/NamespaceFilesServiceTest.java +++ b/core/src/test/java/io/kestra/core/runn...
train
test
2024-02-02T18:55:50
2024-01-31T18:08:39Z
kriko
train
kestra-io/kestra/1618_2978
kestra-io/kestra
kestra-io/kestra/1618
kestra-io/kestra/2978
[ "keyword_pr_to_issue" ]
fef338a3a5786f725af390aa54ec75b7945f0a45
d1c9c149ae407abcf781e4f2617e57f26ef2eda8
[]
[]
2024-02-02T19:47:17Z
[ "bug", "quick-win" ]
Download / Import buttons polute HTML body
### Expected Behavior We should delete the create <a download> link after the click was done: ![image](https://github.com/kestra-io/kestra/assets/37618489/6ed611a4-be11-4b21-a626-041c0e2cc377) ### Actual Behaviour _No response_ ### Steps To Reproduce _No response_ ### Environment Information - Kestra Version:...
[ "ui/src/components/executions/Logs.vue", "ui/src/components/executions/TaskRunLine.vue" ]
[ "ui/src/components/executions/Logs.vue", "ui/src/components/executions/TaskRunLine.vue" ]
[]
diff --git a/ui/src/components/executions/Logs.vue b/ui/src/components/executions/Logs.vue index f6195855c7..92fff95b3f 100644 --- a/ui/src/components/executions/Logs.vue +++ b/ui/src/components/executions/Logs.vue @@ -57,6 +57,7 @@ import LogLevelSelector from "../logs/LogLevelSelector.vue"; import Collapse ...
null
train
test
2024-02-02T20:22:14
2023-06-26T13:15:16Z
brian-mulier-p
train
kestra-io/kestra/2976_2995
kestra-io/kestra
kestra-io/kestra/2976
kestra-io/kestra/2995
[ "keyword_pr_to_issue" ]
79650ac00eb86769153a3071d0f72add82dc5071
82d9086f51104fc0e2728fcfe18ecf8bd0c86ad7
[]
[]
2024-02-06T17:29:30Z
[ "bug" ]
ForEachItem -> concurrency.limit bug
### Describe the issue Using the ForEachItem flow with a few hundred entries, we needed to use the concurrency limit. We had a limit of 4 for testing. The first 4 executions take this limit into account, but as soon as a first execution is completed, all the others go into running quickly. On a few executions, this is...
[ "core/src/main/java/io/kestra/core/runners/ExecutorState.java", "jdbc/src/main/java/io/kestra/jdbc/runner/JdbcExecutor.java" ]
[ "core/src/main/java/io/kestra/core/runners/ExecutorState.java", "jdbc/src/main/java/io/kestra/jdbc/runner/JdbcExecutor.java" ]
[]
diff --git a/core/src/main/java/io/kestra/core/runners/ExecutorState.java b/core/src/main/java/io/kestra/core/runners/ExecutorState.java index b448c976da..1588dbd36d 100644 --- a/core/src/main/java/io/kestra/core/runners/ExecutorState.java +++ b/core/src/main/java/io/kestra/core/runners/ExecutorState.java @@ -14,7 +14,...
null
train
test
2024-02-07T16:33:43
2024-02-02T16:35:33Z
thomas-depierre-ntico
train
kestra-io/kestra/3026_3028
kestra-io/kestra
kestra-io/kestra/3026
kestra-io/kestra/3028
[ "keyword_pr_to_issue" ]
642992407db3c4136598efd25b5990e63781a683
d40fa7c4ee6ed51dad218a832cc49b66127ed71d
[]
[]
2024-02-09T16:55:30Z
[ "enhancement" ]
Remove the log ID display to save space in the Logs view
### Feature description Side-by-side comparison of before and after (the more compact view on the left is preferrable) ![image](https://github.com/kestra-io/kestra/assets/86264395/e2c927ea-a0f3-4bae-9305-1cde43ae7db2)
[ "core/src/main/java/io/kestra/core/models/executions/LogEntry.java", "core/src/main/java/io/kestra/core/queues/QueueService.java", "core/src/main/java/io/kestra/core/repositories/LogRepositoryInterface.java", "core/src/main/java/io/kestra/core/runners/RunContextLogger.java", "jdbc/src/main/java/io/kestra/jd...
[ "core/src/main/java/io/kestra/core/models/executions/LogEntry.java", "core/src/main/java/io/kestra/core/queues/QueueService.java", "core/src/main/java/io/kestra/core/repositories/LogRepositoryInterface.java", "core/src/main/java/io/kestra/core/runners/RunContextLogger.java", "jdbc/src/main/java/io/kestra/jd...
[ "core/src/test/java/io/kestra/core/repositories/AbstractLogRepositoryTest.java", "webserver/src/test/java/io/kestra/webserver/controllers/LogControllerTest.java" ]
diff --git a/core/src/main/java/io/kestra/core/models/executions/LogEntry.java b/core/src/main/java/io/kestra/core/models/executions/LogEntry.java index 4131b54bef..64e803a0ff 100644 --- a/core/src/main/java/io/kestra/core/models/executions/LogEntry.java +++ b/core/src/main/java/io/kestra/core/models/executions/LogEntr...
diff --git a/core/src/test/java/io/kestra/core/repositories/AbstractLogRepositoryTest.java b/core/src/test/java/io/kestra/core/repositories/AbstractLogRepositoryTest.java index de8f22705e..ab8d7f887b 100644 --- a/core/src/test/java/io/kestra/core/repositories/AbstractLogRepositoryTest.java +++ b/core/src/test/java/io/k...
train
test
2024-02-09T17:31:13
2024-02-09T14:01:11Z
anna-geller
train
kestra-io/kestra/2964_3054
kestra-io/kestra
kestra-io/kestra/2964
kestra-io/kestra/3054
[ "keyword_pr_to_issue" ]
d53def125188826391ec3158886df6a824dd47d4
82789480652eee220aa8b333adf573f0e7e69b85
[ "@anna-geller there is no audit logs generated when a trigger is automatically disabled due to a stopAfter condition.\r\nAudit logs are for actions made by a user, stopAfter will disable the trigger out of any user context so we cannot create an audit log with our current implementation." ]
[]
2024-02-13T16:22:42Z
[ "enhancement" ]
Add a generic `stopAfter` property allowing to disable any trigger after a SUCCESS (e.g. HTTP trigger condition) or FAILED (e.g. dependsOnPast behavior) execution
### Feature description Example syntax: ```yaml id: hello-world namespace: dev tasks: - id: hello type: io.kestra.core.tasks.log.Log message: pausing a trigger after a success triggers: - id: stopAfter type: io.kestra.core.models.triggers.types.Schedule cron: "0 9 * * *" stopAfter:...
[ "core/src/main/java/io/kestra/core/models/triggers/AbstractTrigger.java", "core/src/main/java/io/kestra/core/models/triggers/Trigger.java", "core/src/main/java/io/kestra/core/models/triggers/TriggerContext.java", "core/src/main/java/io/kestra/core/schedulers/AbstractScheduler.java", "core/src/main/java/io/k...
[ "core/src/main/java/io/kestra/core/models/triggers/AbstractTrigger.java", "core/src/main/java/io/kestra/core/models/triggers/Trigger.java", "core/src/main/java/io/kestra/core/models/triggers/TriggerContext.java", "core/src/main/java/io/kestra/core/schedulers/AbstractScheduler.java", "core/src/main/java/io/k...
[ "core/src/test/java/io/kestra/core/docs/JsonSchemaGeneratorTest.java", "core/src/test/java/io/kestra/core/schedulers/AbstractSchedulerTest.java", "core/src/test/java/io/kestra/core/schedulers/SchedulerPollingTriggerTest.java", "core/src/test/java/io/kestra/core/schedulers/SchedulerScheduleTest.java" ]
diff --git a/core/src/main/java/io/kestra/core/models/triggers/AbstractTrigger.java b/core/src/main/java/io/kestra/core/models/triggers/AbstractTrigger.java index dd156d0d03..d20c689929 100644 --- a/core/src/main/java/io/kestra/core/models/triggers/AbstractTrigger.java +++ b/core/src/main/java/io/kestra/core/models/tri...
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 4995d13efd..fed1a8ca2d 100644 --- a/core/src/test/java/io/kestra/core/docs/JsonSchemaGeneratorTest.java +++ b/core/src/test/java/io/kestra/core/docs/JsonSchemaGene...
train
test
2024-02-13T16:58:39
2024-01-31T15:57:19Z
anna-geller
train
kestra-io/kestra/3004_3056
kestra-io/kestra
kestra-io/kestra/3004
kestra-io/kestra/3056
[ "keyword_pr_to_issue" ]
d53def125188826391ec3158886df6a824dd47d4
6ba21097f72c1b3aba052eee0f0b1df16bc7746e
[ "There is a high risk that users already used `system` for their system flows.\r\n\r\nWhat we can do however, is to use as _system_ namespace a namespace name that users cannot use as it's not valid (this may require some work on our side) like `*system*`. If those flows will not be editable from users the name of ...
[ "I supposed that the syntax `:system` is used to set a default, but I think for user it would be great to put it in the application.yml, so its more explicit", "Yes, it provides a default, we use this syntax already in a few places and it avoids adding it to the various configuration files we have.\r\n\r\n> for ...
2024-02-14T09:44:59Z
[ "enhancement" ]
Reserve the "system" namespace for kestra and raise a warning when using that namespace name + add a global setting for the name of that namespace
### Feature description We want to introduce system flows in 0.16 or 0.17 https://github.com/kestra-io/kestra/issues/3003 To do that, we need to reserve the namespace name "system" for kestra For this release (0.15.0), we should show a warning in the UI when a user tries to create a flow with a system namespac...
[ "cli/src/main/resources/application.yml", "core/src/main/java/io/kestra/core/models/validations/ValidateConstraintViolation.java", "core/src/main/java/io/kestra/core/services/FlowService.java", "ui/src/components/flows/ValidationError.vue", "ui/src/components/inputs/EditorView.vue", "webserver/src/main/ja...
[ "cli/src/main/resources/application.yml", "core/src/main/java/io/kestra/core/models/validations/ValidateConstraintViolation.java", "core/src/main/java/io/kestra/core/services/FlowService.java", "ui/src/components/flows/ValidationError.vue", "ui/src/components/inputs/EditorView.vue", "webserver/src/main/ja...
[ "core/src/test/java/io/kestra/core/services/FlowServiceTest.java", "webserver/src/test/java/io/kestra/webserver/controllers/FlowControllerTest.java", "webserver/src/test/resources/application-test.yml", "webserver/src/test/resources/flows/validateMultipleValidFlows.yaml" ]
diff --git a/cli/src/main/resources/application.yml b/cli/src/main/resources/application.yml index c3bc4bf8fa..4bd0ebd6cf 100644 --- a/cli/src/main/resources/application.yml +++ b/cli/src/main/resources/application.yml @@ -214,4 +214,4 @@ kestra: heartbeat: frequency: 10s - heartbeat-missed: 3 + heartbe...
diff --git a/core/src/test/java/io/kestra/core/services/FlowServiceTest.java b/core/src/test/java/io/kestra/core/services/FlowServiceTest.java index b653cd40a5..9c00253189 100644 --- a/core/src/test/java/io/kestra/core/services/FlowServiceTest.java +++ b/core/src/test/java/io/kestra/core/services/FlowServiceTest.java @...
val
test
2024-02-13T16:58:39
2024-02-07T15:25:49Z
anna-geller
train
kestra-io/kestra/3047_3063
kestra-io/kestra
kestra-io/kestra/3047
kestra-io/kestra/3063
[ "keyword_pr_to_issue" ]
1ca8849d515cc042cb1489bc53064b515d0a4bca
b77d1cb7316ef8297995196627f25e6cec75c86c
[ "indeed, quite an urgent bug https://share.descript.com/view/cxaYIAZcOAd " ]
[]
2024-02-14T12:33:25Z
[ "bug", "quick-win" ]
Unable to save the default flow without any modification
### Describe the issue When you create a flow, there is a default flow in the editor. It is not possible to save it without any modification. ### Environment - Kestra Version: 0.15-SNAPSHOT - Operating System (OS/Docker/Kubernetes): - Java Version (if you don't run kestra in Docker):
[ "ui/src/components/flows/FlowCreate.vue", "ui/src/components/inputs/EditorView.vue" ]
[ "ui/src/components/flows/FlowCreate.vue", "ui/src/components/inputs/EditorView.vue" ]
[]
diff --git a/ui/src/components/flows/FlowCreate.vue b/ui/src/components/flows/FlowCreate.vue index 441a59acc4..c3eaed86df 100644 --- a/ui/src/components/flows/FlowCreate.vue +++ b/ui/src/components/flows/FlowCreate.vue @@ -7,6 +7,7 @@ :is-creating="true" :flow-graph="flowGraph" :i...
null
val
test
2024-02-14T13:29:53
2024-02-12T14:57:47Z
loicmathieu
train
kestra-io/kestra/2811_3066
kestra-io/kestra
kestra-io/kestra/2811
kestra-io/kestra/3066
[ "keyword_pr_to_issue" ]
558cef175c04bdff43822eac85d9daf67b6dc437
58aae86080260f1ee1142752d6432197ab5a1550
[ "definitely worth showing a warning in the UI when creating a flow with such invalid condition and disable those WARN logs.\r\n\r\nI was able to reproduce that this log message appears every couple of milliseconds:\r\n\r\n```Java\r\n2024-01-07 20:07:46,922 WARN pool-7-thread-1 f.h.naive-schedule-condition [namespa...
[]
2024-02-14T15:45:02Z
[ "bug" ]
Using invalid Pebble syntax within a schedule trigger leads to excessive logging
### Explain the bug Using an invalid `VariableCondition` within a schedule trigger leads to a continuous stream of Pebble's `java.lang.RuntimeException`. This leads to excessive logging with related implications. --- Saving the following flow invokes such exception featuring the `invalid operands for mathematica...
[ "core/src/main/java/io/kestra/core/models/triggers/types/Schedule.java", "core/src/main/java/io/kestra/core/schedulers/AbstractScheduler.java", "core/src/main/java/io/kestra/core/services/ConditionService.java" ]
[ "core/src/main/java/io/kestra/core/models/triggers/types/Schedule.java", "core/src/main/java/io/kestra/core/schedulers/AbstractScheduler.java", "core/src/main/java/io/kestra/core/services/ConditionService.java" ]
[ "core/src/test/java/io/kestra/core/schedulers/SchedulerPollingTriggerTest.java", "core/src/test/java/io/kestra/core/schedulers/SchedulerScheduleTest.java" ]
diff --git a/core/src/main/java/io/kestra/core/models/triggers/types/Schedule.java b/core/src/main/java/io/kestra/core/models/triggers/types/Schedule.java index 78d29fa4c4..727a71062a 100644 --- a/core/src/main/java/io/kestra/core/models/triggers/types/Schedule.java +++ b/core/src/main/java/io/kestra/core/models/trigge...
diff --git a/core/src/test/java/io/kestra/core/schedulers/SchedulerPollingTriggerTest.java b/core/src/test/java/io/kestra/core/schedulers/SchedulerPollingTriggerTest.java index 17e518d409..cfda5638ec 100644 --- a/core/src/test/java/io/kestra/core/schedulers/SchedulerPollingTriggerTest.java +++ b/core/src/test/java/io/k...
train
test
2024-02-15T10:11:33
2024-01-05T12:33:07Z
yuri1969
train
kestra-io/kestra/3073_3079
kestra-io/kestra
kestra-io/kestra/3073
kestra-io/kestra/3079
[ "keyword_pr_to_issue" ]
3c986580f715af2a5482551708a945eb0775e83a
27a7e51c690c757954b4aa965855e6bf23264310
[]
[ "I think it's better to calculate the next date out of this method so any exception can be handled easily.\r\nThose methods inside the Trigger object are designed to be builders/mappers." ]
2024-02-16T09:13:48Z
[ "bug" ]
Removing a condition on a trigger didn't recompute the next execution date
### Describe the issue For example with the following flow: ``` id: hello-schedule-condition-bug namespace: company.team triggers: - id: schedule type: io.kestra.core.models.triggers.types.Schedule cron: "* * * * *" scheduleConditions: - type: io.kestra.core.models.conditions.types.Day...
[ "core/src/main/java/io/kestra/core/models/triggers/Trigger.java", "core/src/main/java/io/kestra/core/services/FlowService.java", "webserver/src/main/java/io/kestra/webserver/controllers/TriggerController.java" ]
[ "core/src/main/java/io/kestra/core/models/triggers/Trigger.java", "core/src/main/java/io/kestra/core/services/FlowService.java", "webserver/src/main/java/io/kestra/webserver/controllers/TriggerController.java" ]
[ "webserver/src/test/java/io/kestra/webserver/controllers/TriggerControllerTest.java" ]
diff --git a/core/src/main/java/io/kestra/core/models/triggers/Trigger.java b/core/src/main/java/io/kestra/core/models/triggers/Trigger.java index 557e97b0bf..ea78eab732 100644 --- a/core/src/main/java/io/kestra/core/models/triggers/Trigger.java +++ b/core/src/main/java/io/kestra/core/models/triggers/Trigger.java @@ -6...
diff --git a/webserver/src/test/java/io/kestra/webserver/controllers/TriggerControllerTest.java b/webserver/src/test/java/io/kestra/webserver/controllers/TriggerControllerTest.java index 85a058a4f3..ff87066459 100644 --- a/webserver/src/test/java/io/kestra/webserver/controllers/TriggerControllerTest.java +++ b/webserve...
train
test
2024-02-15T17:04:44
2024-02-15T14:02:55Z
loicmathieu
train
kestra-io/kestra/3067_3079
kestra-io/kestra
kestra-io/kestra/3067
kestra-io/kestra/3079
[ "keyword_pr_to_issue" ]
3c986580f715af2a5482551708a945eb0775e83a
27a7e51c690c757954b4aa965855e6bf23264310
[]
[ "I think it's better to calculate the next date out of this method so any exception can be handled easily.\r\nThose methods inside the Trigger object are designed to be builders/mappers." ]
2024-02-16T09:13:48Z
[ "bug" ]
Disabled a date calculate the wrong next date
- Before ![image](https://github.com/kestra-io/kestra/assets/2064609/ce81b48d-b586-43ab-ab13-b591dedc9e66) - I click on disabled - After ![image](https://github.com/kestra-io/kestra/assets/2064609/335fae96-dbda-48e4-9eb3-fa7ba41556db) THe date is not relevant based on this schedule: ```yaml triggers: - ...
[ "core/src/main/java/io/kestra/core/models/triggers/Trigger.java", "core/src/main/java/io/kestra/core/services/FlowService.java", "webserver/src/main/java/io/kestra/webserver/controllers/TriggerController.java" ]
[ "core/src/main/java/io/kestra/core/models/triggers/Trigger.java", "core/src/main/java/io/kestra/core/services/FlowService.java", "webserver/src/main/java/io/kestra/webserver/controllers/TriggerController.java" ]
[ "webserver/src/test/java/io/kestra/webserver/controllers/TriggerControllerTest.java" ]
diff --git a/core/src/main/java/io/kestra/core/models/triggers/Trigger.java b/core/src/main/java/io/kestra/core/models/triggers/Trigger.java index 557e97b0bf..ea78eab732 100644 --- a/core/src/main/java/io/kestra/core/models/triggers/Trigger.java +++ b/core/src/main/java/io/kestra/core/models/triggers/Trigger.java @@ -6...
diff --git a/webserver/src/test/java/io/kestra/webserver/controllers/TriggerControllerTest.java b/webserver/src/test/java/io/kestra/webserver/controllers/TriggerControllerTest.java index 85a058a4f3..ff87066459 100644 --- a/webserver/src/test/java/io/kestra/webserver/controllers/TriggerControllerTest.java +++ b/webserve...
val
test
2024-02-15T17:04:44
2024-02-14T17:19:31Z
tchiotludo
train
kestra-io/kestra/2633_3081
kestra-io/kestra
kestra-io/kestra/2633
kestra-io/kestra/3081
[ "keyword_pr_to_issue" ]
ffc8800df4e48faa43fd94dc8f4afe4d58e47c47
1864399161bc3183b53f1e2c01ddc87b18eef6e7
[ "The UX workflow:\r\n\r\n1. Select one or more executions\r\n2. Click on `Set labels` bulk action\r\n3. Fill in the label key value pairs to add or modify/overwrite from the same \"Executions labels\" box as in Advanced configuration when you click on the Execute button\r\n\r\n![image](https://github.com/kestra-io/...
[]
2024-02-16T11:00:21Z
[ "enhancement" ]
[UI] Allow setting custom Execution labels from the Executions page
### Feature description Related to https://github.com/kestra-io/kestra/issues/2632 Often, users want to set labels after the fact (e.g. after analyzing an already completed execution). Labels can then be used to: - mark failed Executions as "Resolved" after investigating the reason for failure - set custom la...
[ "core/src/main/java/io/kestra/core/repositories/ExecutionRepositoryInterface.java", "jdbc/src/main/java/io/kestra/jdbc/repository/AbstractJdbcExecutionRepository.java", "repository-memory/src/main/java/io/kestra/repository/memory/MemoryExecutionRepository.java", "ui/src/components/executions/Executions.vue", ...
[ "core/src/main/java/io/kestra/core/repositories/ExecutionRepositoryInterface.java", "jdbc/src/main/java/io/kestra/jdbc/repository/AbstractJdbcExecutionRepository.java", "repository-memory/src/main/java/io/kestra/repository/memory/MemoryExecutionRepository.java", "ui/src/components/executions/Executions.vue", ...
[ "core/src/test/java/io/kestra/core/repositories/AbstractExecutionRepositoryTest.java", "webserver/src/test/java/io/kestra/webserver/controllers/ExecutionControllerTest.java" ]
diff --git a/core/src/main/java/io/kestra/core/repositories/ExecutionRepositoryInterface.java b/core/src/main/java/io/kestra/core/repositories/ExecutionRepositoryInterface.java index 7cd50e6cdc..d2f061a9ed 100644 --- a/core/src/main/java/io/kestra/core/repositories/ExecutionRepositoryInterface.java +++ b/core/src/main/...
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 e5baf85292..b201010fee 100644 --- a/core/src/test/java/io/kestra/core/repositories/AbstractExecutionRepositoryTest.java +++ b/core/...
train
test
2024-02-19T17:38:59
2023-12-05T12:01:06Z
anna-geller
train
kestra-io/kestra/3072_3092
kestra-io/kestra
kestra-io/kestra/3072
kestra-io/kestra/3092
[ "keyword_pr_to_issue" ]
4110e61e7d20ad551ceda14ed92d203715123202
df197d667bd4b47001e8cc5d5ea8d31ef27281c3
[]
[]
2024-02-19T08:52:57Z
[ "bug" ]
Invalid condition on a trigger makes the trigger being evaluated each second
### Describe the issue Same kind of issue than https://github.com/kestra-io/kestra/issues/2811. Example flow: ```yaml id: hello-polling-trigger-condition namespace: company.team triggers: - id: poling-trigger type: io.kestra.plugin.fs.http.Trigger uri: https://api.chucknorris.io/jokes/random ...
[ "core/src/main/java/io/kestra/core/models/triggers/Trigger.java", "core/src/main/java/io/kestra/core/schedulers/AbstractScheduler.java", "core/src/main/java/io/kestra/core/services/ConditionService.java" ]
[ "core/src/main/java/io/kestra/core/models/triggers/Trigger.java", "core/src/main/java/io/kestra/core/schedulers/AbstractScheduler.java", "core/src/main/java/io/kestra/core/services/ConditionService.java" ]
[ "core/src/test/java/io/kestra/core/schedulers/SchedulerPollingTriggerTest.java" ]
diff --git a/core/src/main/java/io/kestra/core/models/triggers/Trigger.java b/core/src/main/java/io/kestra/core/models/triggers/Trigger.java index 5ca748c719..216a317bc9 100644 --- a/core/src/main/java/io/kestra/core/models/triggers/Trigger.java +++ b/core/src/main/java/io/kestra/core/models/triggers/Trigger.java @@ -2...
diff --git a/core/src/test/java/io/kestra/core/schedulers/SchedulerPollingTriggerTest.java b/core/src/test/java/io/kestra/core/schedulers/SchedulerPollingTriggerTest.java index cfda5638ec..5fc9851496 100644 --- a/core/src/test/java/io/kestra/core/schedulers/SchedulerPollingTriggerTest.java +++ b/core/src/test/java/io/k...
test
test
2024-02-19T12:36:41
2024-02-15T13:57:09Z
loicmathieu
train
kestra-io/kestra/3082_3093
kestra-io/kestra
kestra-io/kestra/3082
kestra-io/kestra/3093
[ "keyword_pr_to_issue" ]
eb71df930d0b3219fb2ecd968a8a11b3c9ac5b20
4110e61e7d20ad551ceda14ed92d203715123202
[]
[]
2024-02-19T10:28:33Z
[ "bug" ]
Export flows functionality returns 404 error
### Describe the issue To reproduce, try exporting flows: https://share.descript.com/view/f5NL85fdMp3 ### Environment - Kestra Version: develop
[ "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 a720986f9f..57482ab2c7 100644 --- a/ui/src/stores/flow.js +++ b/ui/src/stores/flow.js @@ -218,7 +218,7 @@ export default { }); }, exportFlowByQuery(_, options) { - return this.$http.get(`${apiUrl(this)}/flows/...
null
test
test
2024-02-19T09:27:45
2024-02-17T17:15:12Z
anna-geller
train
kestra-io/kestra/2219_3102
kestra-io/kestra
kestra-io/kestra/2219
kestra-io/kestra/3102
[ "keyword_pr_to_issue" ]
e0b245331aab648c888171815b7da21fe74f1bd8
2290824c5e2f1773e2090e113965eacc7ad344ba
[ "Shouldn't we use the new kestra.plugins.configuration property to override default values of the Schedule `recoverMissedSchedules` property?", "sure, might be more intuitive that way\r\n\r\nI believe someone initially suggested `server` by assuming this is meant as Scheduler property \r\n\r\njust to confirm, wou...
[ "@loicmathieu shouldn't this be `recoverMissedSchedules: ALL`? (without hyphens)" ]
2024-02-20T13:36:26Z
[ "enhancement", "medium-sized-issue", "customer-request" ]
Allow disabling system backfills on crash
1. deprecate `backfill` property in the Schedule trigger source code 2. add `recoverMissedSchedules` Enum property set by default to ALL (by default backfilling all missed scheduled executions) 3. add a global configuration on the instance as shown below (best if we use the same naming as on the property for easy und...
[ "cli/src/main/resources/application.yml", "core/src/main/java/io/kestra/core/models/triggers/types/Schedule.java", "core/src/main/java/io/kestra/core/runners/RunContext.java", "core/src/main/java/io/kestra/core/schedulers/AbstractScheduler.java", "core/src/main/java/io/kestra/core/schedulers/DefaultSchedule...
[ "cli/src/main/resources/application.yml", "core/src/main/java/io/kestra/core/models/triggers/types/Schedule.java", "core/src/main/java/io/kestra/core/runners/RunContext.java", "core/src/main/java/io/kestra/core/schedulers/AbstractScheduler.java", "core/src/main/java/io/kestra/core/schedulers/DefaultSchedule...
[ "core/src/test/java/io/kestra/core/models/triggers/types/ScheduleTest.java", "core/src/test/java/io/kestra/core/plugins/PluginConfigurationTest.java", "core/src/test/java/io/kestra/core/schedulers/SchedulerScheduleTest.java", "core/src/test/resources/application-test.yml" ]
diff --git a/cli/src/main/resources/application.yml b/cli/src/main/resources/application.yml index 4bd0ebd6cf..700e4bd5a1 100644 --- a/cli/src/main/resources/application.yml +++ b/cli/src/main/resources/application.yml @@ -187,6 +187,9 @@ kestra: values: outputs: enabled: true # backwar...
diff --git a/core/src/test/java/io/kestra/core/models/triggers/types/ScheduleTest.java b/core/src/test/java/io/kestra/core/models/triggers/types/ScheduleTest.java index a08e200a50..2b7543eb86 100644 --- a/core/src/test/java/io/kestra/core/models/triggers/types/ScheduleTest.java +++ b/core/src/test/java/io/kestra/core/m...
train
test
2024-02-22T09:54:33
2023-09-29T13:33:46Z
tchiotludo
train
kestra-io/kestra/2961_3115
kestra-io/kestra
kestra-io/kestra/2961
kestra-io/kestra/3115
[ "keyword_pr_to_issue" ]
234759101ac73cb0e1198dd5cf0bc06604f6293f
e00bbad73df5e4d8c75112a8c22a1da7646c2fa0
[ "\r\ninstead of:\r\n```yaml\r\nid: beverage_order\r\nnamespace: dev\r\n\r\ninputs:\r\n - name: beverage\r\n type: STRING\r\n defaults: coffee\r\n\r\ntasks:\r\n - id: order_beverage\r\n type: io.kestra.plugin.fs.http.Request\r\n uri: https://reqres.in/api/products\r\n method: POST\r\n contentType...
[ "Why do you remove the validation", "```suggestion\r\n if (this.getConditions() != null) {\r\n```\r\n\r\nYou should use getConditions() everywhere to have the merge of conditions and scheduleConditions", "```suggestion\r\n```\r\n\r\nI think you just did what this FIXME means ;)", "Why do you want t...
2024-02-22T10:04:26Z
[ "enhancement" ]
Deprecate scheduleConditions in favor of conditions
### Feature description can be done as part of Scheduler refactor
[ "core/src/main/java/io/kestra/core/models/conditions/types/TimeBetweenCondition.java", "core/src/main/java/io/kestra/core/models/triggers/AbstractTrigger.java", "core/src/main/java/io/kestra/core/models/triggers/types/Schedule.java", "core/src/main/java/io/kestra/core/schedulers/AbstractScheduler.java", "co...
[ "core/src/main/java/io/kestra/core/models/conditions/types/TimeBetweenCondition.java", "core/src/main/java/io/kestra/core/models/triggers/AbstractTrigger.java", "core/src/main/java/io/kestra/core/models/triggers/types/Schedule.java", "core/src/main/java/io/kestra/core/schedulers/AbstractScheduler.java" ]
[ "core/src/test/java/io/kestra/core/models/conditions/types/TimeBetweenConditionTest.java", "core/src/test/java/io/kestra/core/models/triggers/types/ScheduleTest.java", "core/src/test/java/io/kestra/core/schedulers/SchedulerConditionTest.java", "core/src/test/java/io/kestra/core/schedulers/SchedulerScheduleTes...
diff --git a/core/src/main/java/io/kestra/core/models/conditions/types/TimeBetweenCondition.java b/core/src/main/java/io/kestra/core/models/conditions/types/TimeBetweenCondition.java index ee8d9f7121..9c6861fc33 100644 --- a/core/src/main/java/io/kestra/core/models/conditions/types/TimeBetweenCondition.java +++ b/core/...
diff --git a/core/src/test/java/io/kestra/core/models/conditions/types/TimeBetweenConditionTest.java b/core/src/test/java/io/kestra/core/models/conditions/types/TimeBetweenConditionTest.java index 92d7b3a47f..cf704d0b54 100644 --- a/core/src/test/java/io/kestra/core/models/conditions/types/TimeBetweenConditionTest.java...
test
test
2024-02-23T00:11:39
2024-01-31T12:09:40Z
anna-geller
train
kestra-io/kestra/2264_3122
kestra-io/kestra
kestra-io/kestra/2264
kestra-io/kestra/3122
[ "keyword_pr_to_issue" ]
627fcd34b560973a1e384e560279df61c52fc9bc
f08d754b56f8f610f29d7f54444caef57f48f243
[]
[ "Errors should not be deprecated as it's part of the Flowable interface", "Will Pause still be a flowable later ? I don't see any reason, and errors is used for tasks in the flowable, no tasks, no errors ?", "Yes, pause will still be a flowable as it's executed by the executor." ]
2024-02-23T09:46:51Z
[ "enhancement", "quick-win" ]
Deprecate `tasks` property from the Pause task or make it optional or both
### Feature description The Pause task has a `tasks` property which is not needed. Compare the two examples below. the current one ```yaml id: human_in_the_loop namespace: dev tasks: - id: before_approval type: io.kestra.core.tasks.debugs.Return format: output data that needs to be validated ...
[ "core/src/main/java/io/kestra/core/tasks/flows/Pause.java", "core/src/main/java/io/kestra/core/tasks/flows/Sequential.java", "ui/src/App.vue" ]
[ "core/src/main/java/io/kestra/core/tasks/flows/Pause.java", "core/src/main/java/io/kestra/core/tasks/flows/Sequential.java", "ui/src/App.vue" ]
[ "core/src/test/java/io/kestra/core/tasks/flows/PauseTest.java", "core/src/test/resources/flows/valids/pause_no_tasks.yaml" ]
diff --git a/core/src/main/java/io/kestra/core/tasks/flows/Pause.java b/core/src/main/java/io/kestra/core/tasks/flows/Pause.java index 762f9c9c1c..ca967805e3 100644 --- a/core/src/main/java/io/kestra/core/tasks/flows/Pause.java +++ b/core/src/main/java/io/kestra/core/tasks/flows/Pause.java @@ -8,11 +8,16 @@ import io....
diff --git a/core/src/test/java/io/kestra/core/tasks/flows/PauseTest.java b/core/src/test/java/io/kestra/core/tasks/flows/PauseTest.java index 1fe202d3e7..be2042917f 100644 --- a/core/src/test/java/io/kestra/core/tasks/flows/PauseTest.java +++ b/core/src/test/java/io/kestra/core/tasks/flows/PauseTest.java @@ -46,6 +46,...
train
test
2024-02-23T10:41:10
2023-10-10T07:40:42Z
anna-geller
train
kestra-io/kestra/3145_3146
kestra-io/kestra
kestra-io/kestra/3145
kestra-io/kestra/3146
[ "keyword_pr_to_issue" ]
53ef46fa3dfb2e32a3bed509918377e510bed6c6
739a293ebdd2b6896b6a90367d2b41f3881ad1ea
[]
[]
2024-02-26T09:45:11Z
[ "bug" ]
[UI] When a task property is not required, the documentation shows a ? instead of a X
### Describe the issue When a tas kproperty is not required, the documentation shows a ? instead of a X For ex for the log task ![image](https://github.com/kestra-io/kestra/assets/1819009/0aaeaeb9-a8a6-464c-8b76-eb44801e7d45) ### Environment - Kestra Version: - Operating System (OS/Docker/Kubernetes): - Ja...
[ "core/src/main/java/io/kestra/core/docs/AbstractClassDocumentation.java" ]
[ "core/src/main/java/io/kestra/core/docs/AbstractClassDocumentation.java" ]
[ "cli/src/test/java/io/kestra/cli/commands/plugins/PluginDocCommandTest.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 541cc2a006..3b5260b485 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/cli/src/test/java/io/kestra/cli/commands/plugins/PluginDocCommandTest.java b/cli/src/test/java/io/kestra/cli/commands/plugins/PluginDocCommandTest.java index 5c2af967b3..d18fd242cb 100644 --- a/cli/src/test/java/io/kestra/cli/commands/plugins/PluginDocCommandTest.java +++ b/cli/src/test/java/io/kestra/cli/...
test
test
2024-02-26T10:45:39
2024-02-26T09:33:55Z
loicmathieu
train
kestra-io/kestra/3113_3149
kestra-io/kestra
kestra-io/kestra/3113
kestra-io/kestra/3149
[ "keyword_pr_to_issue" ]
53ef46fa3dfb2e32a3bed509918377e510bed6c6
bdd5c04ce3fbbfef24895ced2592984e66004218
[ "The toggle is independent of what is configured in the code. If you disable the trigger explicitly in your flow code, there is no other way to reenable it unless you change the source code again.\r\n\r\nIf `disabled: true` in the source code, you should not be able to toggle it on. It works on the Flow's Trigger p...
[]
2024-02-26T11:25:46Z
[ "bug" ]
[UI bug] Administration trigger set to disabled in the source code should not be toggle-able (the toggle should be greyed out/locked)
### Issue description I noticed that there seems to be no correlation between enabling or disabling triggers in the UI via Administration -> Triggers -> Enable/Disable toggle and the flow definition, where triggers can have a `disabled: true` flag which is also described in the [docs](https://kestra.io/docs/workflow-c...
[ "ui/src/components/admin/Triggers.vue", "ui/src/translations.json", "webserver/src/main/java/io/kestra/webserver/controllers/TriggerController.java" ]
[ "ui/src/components/admin/Triggers.vue", "ui/src/translations.json", "webserver/src/main/java/io/kestra/webserver/controllers/TriggerController.java" ]
[ "webserver/src/test/java/io/kestra/webserver/controllers/TriggerControllerTest.java" ]
diff --git a/ui/src/components/admin/Triggers.vue b/ui/src/components/admin/Triggers.vue index 82ba13e6bf..6a1c513757 100644 --- a/ui/src/components/admin/Triggers.vue +++ b/ui/src/components/admin/Triggers.vue @@ -24,7 +24,7 @@ </template> <template #table> <el-ta...
diff --git a/webserver/src/test/java/io/kestra/webserver/controllers/TriggerControllerTest.java b/webserver/src/test/java/io/kestra/webserver/controllers/TriggerControllerTest.java index ff87066459..fad22f7c41 100644 --- a/webserver/src/test/java/io/kestra/webserver/controllers/TriggerControllerTest.java +++ b/webserve...
train
test
2024-02-26T10:45:39
2024-02-22T02:57:43Z
kriko
train
kestra-io/kestra/3144_3167
kestra-io/kestra
kestra-io/kestra/3144
kestra-io/kestra/3167
[ "keyword_pr_to_issue" ]
5bbf41f822e16203dd456d3080a3e68b73af8b72
48e78e4b3e05bfeaf16c8a64920947c786f43652
[]
[]
2024-02-27T14:27:22Z
[ "bug" ]
[UI] The selected editor option is not visible in the light mode
### Describe the issue In the light mode, the selected editor option is not visible (potentially just a color issue): ![image](https://github.com/kestra-io/kestra/assets/86264395/9c1ebf09-fc32-4d16-b4bf-a97c2202849e) https://share.descript.com/view/tl9ebtpPrAK ### Environment - Kestra Version: - Operat...
[ "ui/src/components/inputs/SwitchView.vue" ]
[ "ui/src/components/inputs/SwitchView.vue" ]
[]
diff --git a/ui/src/components/inputs/SwitchView.vue b/ui/src/components/inputs/SwitchView.vue index 64d3352c2d..06349ea779 100644 --- a/ui/src/components/inputs/SwitchView.vue +++ b/ui/src/components/inputs/SwitchView.vue @@ -59,4 +59,8 @@ opacity: 1; } } + + button.el-button--primary { +...
null
train
test
2024-02-27T14:53:02
2024-02-26T09:32:21Z
anna-geller
train
kestra-io/kestra/3158_3175
kestra-io/kestra
kestra-io/kestra/3158
kestra-io/kestra/3175
[ "keyword_pr_to_issue" ]
b5d66c91039a169ea4d5f337589f2fbd1325eaf8
bcbe0a3e631285148aeee453193b7dcd8a6a63fd
[ "Can you copy/paste the flow YAML that trigger this exception?", "```yaml\r\nid: pause_resume\r\nnamespace: dev\r\n\r\ntasks:\r\n - id: pause\r\n type: io.kestra.core.tasks.flows.Pause\r\n\r\n - id: after_pause\r\n type: io.kestra.core.tasks.log.Log\r\n message: Execution has been resumed!\r\n```" ]
[]
2024-02-28T14:54:21Z
[ "bug" ]
Execution topology view displays GraphUtils.java errors
### Describe the issue ![image](https://github.com/kestra-io/kestra/assets/86264395/39941478-df01-43e6-80f7-18c4f04a9b2d) ![image](https://github.com/kestra-io/kestra/assets/86264395/004970e8-b29c-400a-b0b3-c90b2d9ae6cf) ```yaml ... at io.kestra.core.utils.GraphUtils.sequential(GraphUtils.java:15...
[ "core/src/main/java/io/kestra/core/models/tasks/FlowableTask.java", "core/src/main/java/io/kestra/core/tasks/flows/Pause.java", "core/src/main/java/io/kestra/core/tasks/flows/Sequential.java" ]
[ "core/src/main/java/io/kestra/core/models/tasks/FlowableTask.java", "core/src/main/java/io/kestra/core/tasks/flows/Pause.java", "core/src/main/java/io/kestra/core/tasks/flows/Sequential.java" ]
[]
diff --git a/core/src/main/java/io/kestra/core/models/tasks/FlowableTask.java b/core/src/main/java/io/kestra/core/models/tasks/FlowableTask.java index 7f5ea8b545..b0aec6868e 100644 --- a/core/src/main/java/io/kestra/core/models/tasks/FlowableTask.java +++ b/core/src/main/java/io/kestra/core/models/tasks/FlowableTask.ja...
null
val
test
2024-02-28T15:44:03
2024-02-27T08:55:00Z
anna-geller
train
kestra-io/kestra/2962_3191
kestra-io/kestra
kestra-io/kestra/2962
kestra-io/kestra/3191
[ "keyword_pr_to_issue" ]
4fb0c67ccbec51433a52f8153fd42875bf24b31a
f4275ad9f0237c8fbe717abe77ba2f40a88cda22
[ "This would enhance the use of templated subflows, allowing to create subflows that use inputs to define it's behaviour.", "TBD consider making it just one task as the implementation would be much easier/faster", "Here's an example that could kind of work out of the box, dependent on the deserialization of YAML...
[ "```suggestion\r\n title = \"This task's `spec` property allows you to fully template all task properties using Kestra's Pebble templating. This way, all task properties and their values can be dynamically rendered based on your custom inputs, variables, and outputs from other tasks!\"\r\n```" ]
2024-03-01T10:31:14Z
[ "enhancement", "customer-request" ]
Add a new Runnable task — DynamicTask allowing to template the entire task definition even for non-dynamic properties
Sometimes, we can't make specific properties dynamic because we want to offer type validation for integers, floats, booleans, or complex objects. This issue keeps coming more and more across various user requests (Databricks, Kubernetes PodCreate, and more). The challenge is that: - _some_ users want to make almos...
[]
[ "core/src/main/java/io/kestra/core/tasks/templating/TemplatedTask.java", "core/src/main/resources/icons/io.kestra.core.tasks.templating.svg" ]
[ "core/src/test/java/io/kestra/core/tasks/templating/TemplatedTaskTest.java" ]
diff --git a/core/src/main/java/io/kestra/core/tasks/templating/TemplatedTask.java b/core/src/main/java/io/kestra/core/tasks/templating/TemplatedTask.java new file mode 100644 index 0000000000..2a6398f26b --- /dev/null +++ b/core/src/main/java/io/kestra/core/tasks/templating/TemplatedTask.java @@ -0,0 +1,64 @@ +package...
diff --git a/core/src/test/java/io/kestra/core/tasks/templating/TemplatedTaskTest.java b/core/src/test/java/io/kestra/core/tasks/templating/TemplatedTaskTest.java new file mode 100644 index 0000000000..50f6519046 --- /dev/null +++ b/core/src/test/java/io/kestra/core/tasks/templating/TemplatedTaskTest.java @@ -0,0 +1,73...
test
test
2024-03-05T09:40:28
2024-01-31T15:03:41Z
anna-geller
train
kestra-io/kestra/2956_3205
kestra-io/kestra
kestra-io/kestra/2956
kestra-io/kestra/3205
[ "keyword_pr_to_issue" ]
885eb951af8ac98a34a1bc0f7c8a9405d49513bc
5cd521b0f62e7d4a9bef1385fa132ca63e167e87
[ "This looks like a dependency issue as we no longer use reactivex.\r\n\r\n> io/reactivex/functions/BiConsumer", "Yes, the goal of these issue is to kept the scheduler running even if a plugin could not be loaded, in that case, we just should log an error and don't load the flow behind. " ]
[]
2024-03-04T10:54:08Z
[ "bug" ]
Flow listeners should be fault tolerant on invalid flow & plugins
``` io.micronaut.context.exceptions.BeanInstantiationException: Error instantiating bean of type [io.kestra.jdbc.runner.JdbcExecutor] Message: io/reactivex/functions/BiConsumer Path Taken: new JdbcExecutor() --> JdbcExecutor.flowListeners at io.micronaut.context.DefaultBeanContext.resolveByBeanFactory(DefaultBe...
[ "jdbc/src/main/java/io/kestra/jdbc/repository/AbstractJdbcFlowRepository.java" ]
[ "jdbc/src/main/java/io/kestra/jdbc/repository/AbstractJdbcFlowRepository.java" ]
[]
diff --git a/jdbc/src/main/java/io/kestra/jdbc/repository/AbstractJdbcFlowRepository.java b/jdbc/src/main/java/io/kestra/jdbc/repository/AbstractJdbcFlowRepository.java index 433fcebccf..77060e4ef7 100644 --- a/jdbc/src/main/java/io/kestra/jdbc/repository/AbstractJdbcFlowRepository.java +++ b/jdbc/src/main/java/io/kest...
null
train
test
2024-03-04T21:23:23
2024-01-30T18:16:30Z
tchiotludo
train
kestra-io/kestra/2376_3212
kestra-io/kestra
kestra-io/kestra/2376
kestra-io/kestra/3212
[ "keyword_pr_to_issue" ]
2ed6916617a69187d5d9aed44ee81564577fa878
46e3fa015ddd28b412e546094b778a4f67729b9e
[ "We can have default time range to 1H instead of 30 days 👍 ", "Let's wait for some analysis ;) \r\n\r\nBut we use 7 days for some pages, we might decide to align this page also.", "Locally, it correctly uses the `logs_namespace_flow` index.\n\nAs we switch from 30 days to 7 days in other places I advise to do ...
[]
2024-03-05T12:00:12Z
[ "bug", "quick-win" ]
[JDBC] Errors logs widget is long to fetch on the Homepage
### Explain the bug See https://preview-oss.kestra.io/ui/dashboard The "Errors logs" widget is long to fetch on the Homepage ### Environment Information - Kestra Version: 0.13.0-SNAPSHOT - Operating System and Java Version (if not using Kestra Docker image):
[]
[ "jdbc-h2/src/main/resources/migrations/h2/V1_16__log_timestamp_index.sql", "jdbc-mysql/src/main/resources/migrations/mysql/V1_16__log_timestamp_index.sql", "jdbc-postgres/src/main/resources/migrations/postgres/V1_16__log_timestamp_index.sql" ]
[]
diff --git a/jdbc-h2/src/main/resources/migrations/h2/V1_16__log_timestamp_index.sql b/jdbc-h2/src/main/resources/migrations/h2/V1_16__log_timestamp_index.sql new file mode 100644 index 0000000000..9ade9e9887 --- /dev/null +++ b/jdbc-h2/src/main/resources/migrations/h2/V1_16__log_timestamp_index.sql @@ -0,0 +1,1 @@ +CR...
null
train
test
2024-03-05T09:52:12
2023-10-24T07:27:12Z
loicmathieu
train
kestra-io/kestra/3162_3213
kestra-io/kestra
kestra-io/kestra/3162
kestra-io/kestra/3213
[ "keyword_pr_to_issue" ]
46e3fa015ddd28b412e546094b778a4f67729b9e
8bfac1efefff3f54811d54f784af8453be8a5db1
[ "I believe failing will not help here. The secret function will need to return null if the secret is not found " ]
[]
2024-03-05T13:34:23Z
[ "enhancement" ]
Extend the `secret()` function to return null if the secret cannot be found
### Feature description ## Motivation At one point in a flow we pass/set a password as an env variable via the `env` property of the `io.kestra.plugin.scripts.python.Commands` task. Now I want to switch between passwords and i want to use `secret()`. Depending on where the flow is run (locally or in producation)...
[ "core/src/main/java/io/kestra/core/runners/RunContextLogger.java", "core/src/main/java/io/kestra/core/secret/SecretService.java" ]
[ "core/src/main/java/io/kestra/core/runners/RunContextLogger.java", "core/src/main/java/io/kestra/core/secret/SecretService.java" ]
[ "core/src/test/java/io/kestra/core/runners/RunContextLoggerTest.java", "core/src/test/java/io/kestra/core/secret/SecretFunctionTest.java" ]
diff --git a/core/src/main/java/io/kestra/core/runners/RunContextLogger.java b/core/src/main/java/io/kestra/core/runners/RunContextLogger.java index 5f219e2749..3c92d450a5 100644 --- a/core/src/main/java/io/kestra/core/runners/RunContextLogger.java +++ b/core/src/main/java/io/kestra/core/runners/RunContextLogger.java @...
diff --git a/core/src/test/java/io/kestra/core/runners/RunContextLoggerTest.java b/core/src/test/java/io/kestra/core/runners/RunContextLoggerTest.java index c888b741dd..3192945c60 100644 --- a/core/src/test/java/io/kestra/core/runners/RunContextLoggerTest.java +++ b/core/src/test/java/io/kestra/core/runners/RunContextL...
train
test
2024-03-05T14:05:21
2024-02-27T11:23:10Z
M-E-Rademaker
train
kestra-io/kestra/3126_3214
kestra-io/kestra
kestra-io/kestra/3126
kestra-io/kestra/3214
[ "keyword_pr_to_issue" ]
46e3fa015ddd28b412e546094b778a4f67729b9e
e950975904b4fe79ffb1de842951ec8a91d0ac7f
[]
[]
2024-03-05T14:57:32Z
[ "enhancement" ]
Raise an error when using the read function on Executor to ensure heavy processing is only performed by the Worker
## Suggested implementation Tasks that update the execution, e.g. the `Labels` task, are processed by the executor. We can restrict the `read` function to only run on the Worker; this will raise an error when trying to use the `read` function in the `Labels` task with a friendly message pointing the user to process...
[ "core/src/main/java/io/kestra/core/runners/pebble/functions/ReadFileFunction.java" ]
[ "core/src/main/java/io/kestra/core/runners/pebble/functions/ReadFileFunction.java" ]
[ "core/src/test/java/io/kestra/core/runners/pebble/functions/ReadFileFunctionTest.java" ]
diff --git a/core/src/main/java/io/kestra/core/runners/pebble/functions/ReadFileFunction.java b/core/src/main/java/io/kestra/core/runners/pebble/functions/ReadFileFunction.java index 56267a6d59..aea875e827 100644 --- a/core/src/main/java/io/kestra/core/runners/pebble/functions/ReadFileFunction.java +++ b/core/src/main/...
diff --git a/core/src/test/java/io/kestra/core/runners/pebble/functions/ReadFileFunctionTest.java b/core/src/test/java/io/kestra/core/runners/pebble/functions/ReadFileFunctionTest.java index eb13abcb7e..262ce746f9 100644 --- a/core/src/test/java/io/kestra/core/runners/pebble/functions/ReadFileFunctionTest.java +++ b/co...
train
test
2024-03-05T14:05:21
2024-02-24T12:51:10Z
anna-geller
train
kestra-io/kestra/1299_3219
kestra-io/kestra
kestra-io/kestra/1299
kestra-io/kestra/3219
[ "keyword_pr_to_issue" ]
5cd521b0f62e7d4a9bef1385fa132ca63e167e87
125251dc0bf224ca30a0fdca832da8ca85c21423
[]
[ "Not a fan of the name of the method.\r\nYou can either update findByExecution to return an optional (and impact all usage) or use the findById() in the only place that needs this method. But adding a method in the interface each time you need something slightly different is a code smell.", "Is it realy needed?\r...
2024-03-06T10:02:23Z
[ "bug" ]
Follow an execution led to 500 errors if the flow is not found
When a flow is not found (I know, this should not happen), the follow from execution will throw a 500 error, it should return a proper response to the use.
[ "webserver/src/main/java/io/kestra/webserver/controllers/ExecutionController.java" ]
[ "webserver/src/main/java/io/kestra/webserver/controllers/ExecutionController.java" ]
[]
diff --git a/webserver/src/main/java/io/kestra/webserver/controllers/ExecutionController.java b/webserver/src/main/java/io/kestra/webserver/controllers/ExecutionController.java index 6b22407e5b..313e3360bb 100644 --- a/webserver/src/main/java/io/kestra/webserver/controllers/ExecutionController.java +++ b/webserver/src/...
null
val
test
2024-03-06T09:12:01
2023-05-15T16:47:43Z
tchiotludo
train
kestra-io/kestra/3227_3230
kestra-io/kestra
kestra-io/kestra/3227
kestra-io/kestra/3230
[ "keyword_pr_to_issue" ]
043f9ed2d9f790b93a6dc845d10e84ec509372a1
c15e971ed6884cfb8b4f836aac43ea4a75a39fd2
[]
[]
2024-03-07T09:36:34Z
[ "backend" ]
Timezone not being apply correctly on nextExecutionDate
Using the below example, next date will not be calculated using the timezone ``` id: test-schedule namespace: company.team tasks: - id: hello type: io.kestra.core.tasks.log.Log message: Kestra team wishes you a great day! 👋 triggers: - cron: "12 13 * * *" id: schedule_trigger timezone: Asi...
[ "core/src/main/java/io/kestra/core/models/triggers/types/Schedule.java" ]
[ "core/src/main/java/io/kestra/core/models/triggers/types/Schedule.java" ]
[]
diff --git a/core/src/main/java/io/kestra/core/models/triggers/types/Schedule.java b/core/src/main/java/io/kestra/core/models/triggers/types/Schedule.java index 86cd22da83..c1af26cec9 100644 --- a/core/src/main/java/io/kestra/core/models/triggers/types/Schedule.java +++ b/core/src/main/java/io/kestra/core/models/trigge...
null
train
test
2024-03-07T10:28:58
2024-03-07T07:43:52Z
Skraye
train
kestra-io/kestra/2447_3233
kestra-io/kestra
kestra-io/kestra/2447
kestra-io/kestra/3233
[ "keyword_pr_to_issue" ]
9d85b727178e90fe2a0ce7de4c8c27ab76486ee5
41a88b9fa82e3f61bccf926f1b86807f2f882428
[ "I'm afraid there is no one-size-fits-all here as we sometime may want to escape some special char to be displayed in the documentation and sometimes not.\r\n\r\nIn these cases, the best is to add a `defaultValue` in the schema, this will override in the documentation the default value computed from the task defaul...
[]
2024-03-07T16:28:53Z
[ "bug", "quick-win" ]
[UI] Fix how we display default values in the plugin/task docs
### Feature description E.g. the `batch.rows` separator is read as an empty line ![image](https://github.com/kestra-io/kestra/assets/86264395/93352bec-d7f7-4e71-b4e2-d00068cf7803) https://kestra.io/plugins/core/tasks/flows/io.kestra.core.tasks.flows.foreachitem
[ "core/src/main/java/io/kestra/core/storages/StorageSplitInterface.java" ]
[ "core/src/main/java/io/kestra/core/storages/StorageSplitInterface.java" ]
[]
diff --git a/core/src/main/java/io/kestra/core/storages/StorageSplitInterface.java b/core/src/main/java/io/kestra/core/storages/StorageSplitInterface.java index f5a7e26b99..19b2a470d3 100644 --- a/core/src/main/java/io/kestra/core/storages/StorageSplitInterface.java +++ b/core/src/main/java/io/kestra/core/storages/Stor...
null
train
test
2024-03-07T16:28:24
2023-11-06T10:21:23Z
anna-geller
train
kestra-io/kestra/3048_3237
kestra-io/kestra
kestra-io/kestra/3048
kestra-io/kestra/3237
[ "keyword_pr_to_issue" ]
5619279e9ef488880005d02e7003846c4499aa78
e13cf16d07069269c69f515e17b566a87db6161b
[]
[]
2024-03-08T14:16:49Z
[ "bug" ]
[UI] Grey out the trigger in the topology view when the trigger is disabled
### Describe the issue This used to be greyed out, but now it's not - it seems like a **regression**. In addition, that trigger in the topology view should also be greyed out when the API-side toggle for the trigger is set to disabled. ![image](https://github.com/kestra-io/kestra/assets/86264395/15619c62-88bb-4c...
[ "core/src/main/java/io/kestra/core/models/hierarchies/AbstractGraphTrigger.java", "core/src/main/java/io/kestra/core/models/hierarchies/GraphTrigger.java", "core/src/main/java/io/kestra/core/services/GraphService.java", "core/src/main/java/io/kestra/core/utils/GraphUtils.java", "repository-memory/src/main/j...
[ "core/src/main/java/io/kestra/core/models/hierarchies/AbstractGraphTrigger.java", "core/src/main/java/io/kestra/core/models/hierarchies/GraphTrigger.java", "core/src/main/java/io/kestra/core/services/GraphService.java", "core/src/main/java/io/kestra/core/utils/GraphUtils.java", "repository-memory/src/main/j...
[ "core/src/test/java/io/kestra/core/models/hierarchies/FlowGraphTest.java", "core/src/test/java/io/kestra/core/repositories/AbstractTriggerRepositoryTest.java" ]
diff --git a/core/src/main/java/io/kestra/core/models/hierarchies/AbstractGraphTrigger.java b/core/src/main/java/io/kestra/core/models/hierarchies/AbstractGraphTrigger.java index 3515447115..976afab992 100644 --- a/core/src/main/java/io/kestra/core/models/hierarchies/AbstractGraphTrigger.java +++ b/core/src/main/java/i...
diff --git a/core/src/test/java/io/kestra/core/models/hierarchies/FlowGraphTest.java b/core/src/test/java/io/kestra/core/models/hierarchies/FlowGraphTest.java index 735ec4050f..b0eb73c9bc 100644 --- a/core/src/test/java/io/kestra/core/models/hierarchies/FlowGraphTest.java +++ b/core/src/test/java/io/kestra/core/models/...
test
test
2024-03-08T11:54:37
2024-02-12T19:10:23Z
anna-geller
train
kestra-io/kestra/3207_3254
kestra-io/kestra
kestra-io/kestra/3207
kestra-io/kestra/3254
[ "keyword_pr_to_issue" ]
88315041fd44750f9b8e405eec4afd57f4f0d463
8efedce743d8cc641d18bda2abca583aad890841
[]
[]
2024-03-11T09:15:23Z
[ "bug" ]
For Each Item Partition inferior to number of items create more executions than expected
### Describe the issue According to the documentation, the partition props should `Split a file into a fixed number of partitioned files.`. What about when this number is superior to the number of lines in the file? It seems that the number of subflow executions is always that number whatever the file inputed. Rep...
[ "core/src/main/java/io/kestra/core/services/StorageService.java" ]
[ "core/src/main/java/io/kestra/core/services/StorageService.java" ]
[]
diff --git a/core/src/main/java/io/kestra/core/services/StorageService.java b/core/src/main/java/io/kestra/core/services/StorageService.java index 6ce7453eb0..f4616e8f06 100644 --- a/core/src/main/java/io/kestra/core/services/StorageService.java +++ b/core/src/main/java/io/kestra/core/services/StorageService.java @@ -1...
null
train
test
2024-03-11T11:10:23
2024-03-04T14:12:20Z
Ben8t
train
kestra-io/kestra/3210_3256
kestra-io/kestra
kestra-io/kestra/3210
kestra-io/kestra/3256
[ "keyword_pr_to_issue" ]
e13cf16d07069269c69f515e17b566a87db6161b
d3451c1c4fe7d6b7fb8e705fb770d64de57b8c4f
[ "ForEachItem is considered as a dependency, it just need the children from to exists\r\n\r\n![image](https://github.com/kestra-io/kestra/assets/37600690/c47cfe26-63e7-410a-9673-7fbea30586ec)\r\n", "Could you try inverting the creation, before the ForEach flow after the subflow please ?\r\nAs I remember, I've done...
[]
2024-03-11T10:04:33Z
[ "bug" ]
ForEachItem should be considered as dependencies
Standard `ForEachItem` ```yaml id: for-each-item-no-wait namespace: io.kestra.tests inputs: - id: file type: FILE tasks: - id: each type: io.kestra.core.tasks.flows.ForEachItem items: "{{ inputs.file }}" batch: rows: 4 namespace: io.kestra.tests flowId: for-each-i...
[ "core/src/main/java/io/kestra/core/tasks/flows/ForEachItem.java", "core/src/main/java/io/kestra/core/tasks/flows/Subflow.java" ]
[ "core/src/main/java/io/kestra/core/tasks/flows/ChildFlowInterface.java", "core/src/main/java/io/kestra/core/tasks/flows/ForEachItem.java", "core/src/main/java/io/kestra/core/tasks/flows/Subflow.java" ]
[]
diff --git a/core/src/main/java/io/kestra/core/tasks/flows/ChildFlowInterface.java b/core/src/main/java/io/kestra/core/tasks/flows/ChildFlowInterface.java new file mode 100644 index 0000000000..907a3d1cee --- /dev/null +++ b/core/src/main/java/io/kestra/core/tasks/flows/ChildFlowInterface.java @@ -0,0 +1,7 @@ +package ...
null
train
test
2024-03-11T10:09:58
2024-03-04T21:37:51Z
tchiotludo
train
kestra-io/kestra/2084_3257
kestra-io/kestra
kestra-io/kestra/2084
kestra-io/kestra/3257
[ "keyword_pr_to_issue" ]
d3451c1c4fe7d6b7fb8e705fb770d64de57b8c4f
7447acbeb539a6ef94a8d4d3ca2773d89dc07cb3
[]
[]
2024-03-11T14:27:33Z
[ "bug" ]
Odd Gantt chart after restarting an execution featuring Pause
### Expected Behavior _No response_ ### Actual Behaviour Restarting a failed execution featuring a failing task within the `io.kestra.core.tasks.flows.Pause` task makes the Gantt chart duplicate the `io.kestra.core.tasks.flows.Pause` task. The task seems to be somehow stuck (doesn't fail/complete). ![image...
[ "core/src/main/java/io/kestra/core/tasks/flows/Pause.java" ]
[ "core/src/main/java/io/kestra/core/tasks/flows/Pause.java" ]
[ "core/src/test/resources/flows/valids/restart_pause_last_failed.yaml", "webserver/src/test/java/io/kestra/webserver/controllers/ExecutionControllerTest.java" ]
diff --git a/core/src/main/java/io/kestra/core/tasks/flows/Pause.java b/core/src/main/java/io/kestra/core/tasks/flows/Pause.java index c12f5b9c97..88c0712d3e 100644 --- a/core/src/main/java/io/kestra/core/tasks/flows/Pause.java +++ b/core/src/main/java/io/kestra/core/tasks/flows/Pause.java @@ -123,7 +123,7 @@ public Li...
diff --git a/core/src/test/resources/flows/valids/restart_pause_last_failed.yaml b/core/src/test/resources/flows/valids/restart_pause_last_failed.yaml new file mode 100644 index 0000000000..5072e532bb --- /dev/null +++ b/core/src/test/resources/flows/valids/restart_pause_last_failed.yaml @@ -0,0 +1,20 @@ +id: restart_p...
test
test
2024-03-11T15:00:51
2023-09-11T15:20:30Z
yuri1969
train
kestra-io/kestra/3172_3260
kestra-io/kestra
kestra-io/kestra/3172
kestra-io/kestra/3260
[ "keyword_pr_to_issue" ]
60e1eca783fff0bfc7a613c49e48147633e2bf3a
5c55f0da30e7131453fa23e3c5ecfd7f8372b5ab
[ "By setting `<logger name=\"org.flywaydb.core.internal.command.DbMigrate\" level=\"INFO\" />` we would have Flyway migration logs.\r\n\r\nFor ex when no migration:\r\n```\r\n2024-03-12 10:09:12,338 INFO main o.f.core.internal.command.DbMigrate Current version of schema \"public\": 1.18\r\n2024-03-12 10:09:...
[]
2024-03-12T09:57:20Z
[ "technical-issue" ]
Tune on Flyway migration logs
### Feature description We use Flyway to automatically migrate our database schema. As Flyway logs a lot, we disable most of its logs. The issue is that when a migration is long, there is nothing in the logs that indicates that Flyway is running, as we also disable Micronaut starting logs and Kestra didn't log not...
[ "build.gradle", "core/src/main/resources/logback/base.xml", "core/src/main/resources/logback/ecs.xml", "core/src/main/resources/logback/gcp.xml", "core/src/main/resources/logback/text.xml" ]
[ "build.gradle", "core/src/main/resources/logback/base.xml", "core/src/main/resources/logback/ecs.xml", "core/src/main/resources/logback/gcp.xml", "core/src/main/resources/logback/text.xml" ]
[]
diff --git a/build.gradle b/build.gradle index 1db28dc587..74a18a6630 100644 --- a/build.gradle +++ b/build.gradle @@ -126,6 +126,7 @@ allprojects { // logs implementation "org.slf4j:slf4j-api" implementation "ch.qos.logback:logback-classic" + implementation "org.codehaus.janino:janino...
null
train
test
2024-03-12T18:57:25
2024-02-28T11:34:43Z
loicmathieu
train
kestra-io/kestra/3258_3283
kestra-io/kestra
kestra-io/kestra/3258
kestra-io/kestra/3283
[ "keyword_issue_to_pr" ]
ee6c42ab1717e77d9e43b68f406130b3777c6a2b
b1c6dddf89066637d90654b1a8f5ee30cc284240
[ "To better illustrate the feature proposal, especially with TemplatedTask and the usage of Kubernetes PodCreate - here is a sample flow, provided runtime configuration and expected task definition that will be run.\r\n\r\n### templated-task - flow definition\r\n```\r\nid: templated-task\r\nnamespace: kestra.test\r\...
[]
2024-03-15T03:49:41Z
[ "enhancement", "customer-request" ]
Pebble support for handling YAML data structures (function, filters)
### Feature description With the introduction of [TemplatedTask](https://github.com/kestra-io/kestra/pull/3191) and for typical GitOps engineering tasks, having the possibility to work with YAML inside Kestra tasks would sure come in handy. Feature proposal, similarily to current behaviour, introduce support for ...
[ "core/src/main/java/io/kestra/core/runners/pebble/Extension.java" ]
[ "core/src/main/java/io/kestra/core/runners/pebble/Extension.java", "core/src/main/java/io/kestra/core/runners/pebble/filters/YamlFilter.java", "core/src/main/java/io/kestra/core/runners/pebble/functions/YamlFunction.java" ]
[ "core/src/test/java/io/kestra/core/runners/pebble/filters/YamlFilterTest.java", "core/src/test/java/io/kestra/core/runners/pebble/functions/YamlFunctionTest.java" ]
diff --git a/core/src/main/java/io/kestra/core/runners/pebble/Extension.java b/core/src/main/java/io/kestra/core/runners/pebble/Extension.java index a4602adc91..0782d88059 100644 --- a/core/src/main/java/io/kestra/core/runners/pebble/Extension.java +++ b/core/src/main/java/io/kestra/core/runners/pebble/Extension.java @...
diff --git a/core/src/test/java/io/kestra/core/runners/pebble/filters/YamlFilterTest.java b/core/src/test/java/io/kestra/core/runners/pebble/filters/YamlFilterTest.java new file mode 100644 index 0000000000..bb031ba1dd --- /dev/null +++ b/core/src/test/java/io/kestra/core/runners/pebble/filters/YamlFilterTest.java @@ -...
test
test
2024-03-15T09:01:50
2024-03-11T20:01:39Z
kriko
train
kestra-io/kestra/3258_3284
kestra-io/kestra
kestra-io/kestra/3258
kestra-io/kestra/3284
[ "keyword_issue_to_pr" ]
76c3d8301bb9ba8f4f8ff30e4aa89df22384a84e
ee6c42ab1717e77d9e43b68f406130b3777c6a2b
[ "To better illustrate the feature proposal, especially with TemplatedTask and the usage of Kubernetes PodCreate - here is a sample flow, provided runtime configuration and expected task definition that will be run.\r\n\r\n### templated-task - flow definition\r\n```\r\nid: templated-task\r\nnamespace: kestra.test\r\...
[]
2024-03-15T04:00:17Z
[ "enhancement", "customer-request" ]
Pebble support for handling YAML data structures (function, filters)
### Feature description With the introduction of [TemplatedTask](https://github.com/kestra-io/kestra/pull/3191) and for typical GitOps engineering tasks, having the possibility to work with YAML inside Kestra tasks would sure come in handy. Feature proposal, similarily to current behaviour, introduce support for ...
[ "core/src/main/java/io/kestra/core/runners/pebble/Extension.java" ]
[ "core/src/main/java/io/kestra/core/runners/pebble/AbstractIndent.java", "core/src/main/java/io/kestra/core/runners/pebble/Extension.java", "core/src/main/java/io/kestra/core/runners/pebble/filters/IndentFilter.java", "core/src/main/java/io/kestra/core/runners/pebble/filters/NindentFilter.java" ]
[ "core/src/test/java/io/kestra/core/runners/pebble/filters/IndentFilterTest.java", "core/src/test/java/io/kestra/core/runners/pebble/filters/NindentFilterTest.java" ]
diff --git a/core/src/main/java/io/kestra/core/runners/pebble/AbstractIndent.java b/core/src/main/java/io/kestra/core/runners/pebble/AbstractIndent.java new file mode 100644 index 0000000000..8c3dd98d48 --- /dev/null +++ b/core/src/main/java/io/kestra/core/runners/pebble/AbstractIndent.java @@ -0,0 +1,72 @@ +package io...
diff --git a/core/src/test/java/io/kestra/core/runners/pebble/filters/IndentFilterTest.java b/core/src/test/java/io/kestra/core/runners/pebble/filters/IndentFilterTest.java new file mode 100644 index 0000000000..75728baf1c --- /dev/null +++ b/core/src/test/java/io/kestra/core/runners/pebble/filters/IndentFilterTest.jav...
test
test
2024-03-14T22:11:55
2024-03-11T20:01:39Z
kriko
train
kestra-io/kestra/1397_3292
kestra-io/kestra
kestra-io/kestra/1397
kestra-io/kestra/3292
[ "keyword_pr_to_issue" ]
d2ba5f1a6a9ffc4a2bc74002d38b381a434900cf
4478bdaeae4a9303f1cdedfe7970bf97553b4354
[ "We've been thinking a bit about the initial implementation.\r\n\r\nThe most straightforward approach would be directly using the query string part from the `ui/executions` URL. At the Executions view the user could:\r\n\r\n1. set desired filters\r\n2. save the _current search query_ under a name (\"my_past_day_err...
[]
2024-03-17T10:58:42Z
[ "backend" ]
Saved search filters
### Feature description The UI already features rich ways of filtering the displayed content - mainly the Executions and Task Runs UI views. Additionally, there are more filtering capabilities, like the #1308, to be added in the future. Setting the desired filters manually can be tiresome for repeated tasks. Ope...
[ "ui/src/components/executions/Executions.vue", "ui/src/components/flows/Flows.vue", "ui/src/components/logs/LogsWrapper.vue", "ui/src/stores/store.js", "ui/src/translations.json", "ui/src/utils/constants.js" ]
[ "ui/src/components/executions/Executions.vue", "ui/src/components/flows/Flows.vue", "ui/src/components/logs/LogsWrapper.vue", "ui/src/components/saved-filters/Filters.vue", "ui/src/components/saved-filters/SavedFilter.vue", "ui/src/stores/filters.js", "ui/src/stores/store.js", "ui/src/translations.jso...
[]
diff --git a/ui/src/components/executions/Executions.vue b/ui/src/components/executions/Executions.vue index 2a49884d94..f94ebfe8fe 100644 --- a/ui/src/components/executions/Executions.vue +++ b/ui/src/components/executions/Executions.vue @@ -93,6 +93,9 @@ /> </el-select> ...
null
train
test
2024-03-15T20:50:01
2023-05-24T10:32:12Z
yuri1969
train
kestra-io/kestra/2630_3310
kestra-io/kestra
kestra-io/kestra/2630
kestra-io/kestra/3310
[ "keyword_pr_to_issue" ]
34cc2b4b922d56c45a095dfb8aa4bd385e15ed2e
a542ecb80e68ca05b84c1ad31849fc54cd1a14b9
[]
[]
2024-03-18T11:58:32Z
[ "bug" ]
Changing the base path of Kestra (context-path) does not work
### Explain the bug According to the [documentation](https://kestra.io/docs/administrator-guide/configuration/micronaut#changing-base-path), it should be possible to change the context path of Kestra. However, when I try it, the application loader keeps spinning and the page never loads. How to reproduce: 1. ...
[ "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 227e84bb37..4be5ac7fc3 100644 --- a/ui/src/utils/axios.js +++ b/ui/src/utils/axios.js @@ -1,6 +1,5 @@ import axios from "axios"; import NProgress from "nprogress" -import {baseUrl} from "override/utils/route"; // nprogress let requestsTotal = 0 @@ -...
null
test
test
2024-03-18T15:09:40
2023-12-04T21:46:42Z
lburja
train
kestra-io/kestra/3274_3312
kestra-io/kestra
kestra-io/kestra/3274
kestra-io/kestra/3312
[ "keyword_pr_to_issue" ]
015659ae1b8df55720921ed59b231e7d14a394ef
6d9e038c6454f59780d651512843514422dcdba7
[]
[]
2024-03-18T13:30:12Z
[ "bug", "quick-win" ]
Make "from" a required property in Split task
### Describe the issue type: "io.kestra.core.tasks.storages.Split" without from, the task cannot run so it must be mandatory ### Environment - Kestra Version: - Operating System (OS/Docker/Kubernetes): - Java Version (if you don't run kestra in Docker):
[ "core/src/main/java/io/kestra/core/tasks/storages/Delete.java", "core/src/main/java/io/kestra/core/tasks/storages/Reverse.java", "core/src/main/java/io/kestra/core/tasks/storages/Size.java", "core/src/main/java/io/kestra/core/tasks/storages/Split.java" ]
[ "core/src/main/java/io/kestra/core/tasks/storages/Delete.java", "core/src/main/java/io/kestra/core/tasks/storages/Reverse.java", "core/src/main/java/io/kestra/core/tasks/storages/Size.java", "core/src/main/java/io/kestra/core/tasks/storages/Split.java" ]
[]
diff --git a/core/src/main/java/io/kestra/core/tasks/storages/Delete.java b/core/src/main/java/io/kestra/core/tasks/storages/Delete.java index bc08e20afd..ffd2a97a72 100644 --- a/core/src/main/java/io/kestra/core/tasks/storages/Delete.java +++ b/core/src/main/java/io/kestra/core/tasks/storages/Delete.java @@ -8,6 +8,7 ...
null
train
test
2024-03-18T17:11:00
2024-03-13T13:18:06Z
anna-geller
train
kestra-io/kestra/3124_3336
kestra-io/kestra
kestra-io/kestra/3124
kestra-io/kestra/3336
[ "keyword_pr_to_issue" ]
3a338b75ee68ff126689b71b8c79a5c717857e09
d68b70e57ae5041740fb670b966e82a53e360730
[]
[]
2024-03-20T11:25:18Z
[ "enhancement" ]
Make the flow validate CLI command report flow warnings
### Feature description The `kestra flow validate` CLI command should detect and report flow **warnings** as the UI does. ![image](https://github.com/kestra-io/kestra/assets/13468636/843fba20-bf6f-4945-89f4-6da256020cac) Currently, only _OK_/_ERROR_ validation states are reported. Reporting also the _WARNING_...
[ "cli/src/main/java/io/kestra/cli/AbstractValidateCommand.java", "cli/src/main/java/io/kestra/cli/commands/flows/FlowValidateCommand.java", "cli/src/main/java/io/kestra/cli/commands/templates/TemplateValidateCommand.java" ]
[ "cli/src/main/java/io/kestra/cli/AbstractValidateCommand.java", "cli/src/main/java/io/kestra/cli/commands/flows/FlowValidateCommand.java", "cli/src/main/java/io/kestra/cli/commands/templates/TemplateValidateCommand.java" ]
[ "cli/src/test/java/io/kestra/cli/commands/flows/FlowValidateCommandTest.java", "cli/src/test/resources/warning/flow-with-warning.yaml" ]
diff --git a/cli/src/main/java/io/kestra/cli/AbstractValidateCommand.java b/cli/src/main/java/io/kestra/cli/AbstractValidateCommand.java index ff4b4a571c..cd1d23cfb2 100644 --- a/cli/src/main/java/io/kestra/cli/AbstractValidateCommand.java +++ b/cli/src/main/java/io/kestra/cli/AbstractValidateCommand.java @@ -74,7 +74,...
diff --git a/cli/src/test/java/io/kestra/cli/commands/flows/FlowValidateCommandTest.java b/cli/src/test/java/io/kestra/cli/commands/flows/FlowValidateCommandTest.java index 0a40b056cc..40a947564b 100644 --- a/cli/src/test/java/io/kestra/cli/commands/flows/FlowValidateCommandTest.java +++ b/cli/src/test/java/io/kestra/c...
val
test
2024-03-20T09:45:57
2024-02-23T14:31:31Z
yuri1969
train
kestra-io/kestra/3062_3338
kestra-io/kestra
kestra-io/kestra/3062
kestra-io/kestra/3338
[ "keyword_pr_to_issue" ]
d68b70e57ae5041740fb670b966e82a53e360730
45b2553251fb269a17177b239c8af12628148a39
[]
[]
2024-03-20T14:16:58Z
[ "enhancement" ]
Adjust the plugin documentation to separate title and description, highlight deprecated properties and better handle custom definitions (now shown as FQCN)
### Feature description ![image](https://github.com/kestra-io/kestra/assets/86264395/e70c65c0-00b3-4204-b483-7dc1ae4b8b78)
[ "core/src/main/java/io/kestra/core/docs/JsonSchemaGenerator.java", "core/src/main/resources/docs/macro.peb", "core/src/main/resources/docs/task.peb" ]
[ "core/src/main/java/io/kestra/core/docs/JsonSchemaGenerator.java", "core/src/main/resources/docs/macro.peb", "core/src/main/resources/docs/task.peb" ]
[ "cli/src/test/java/io/kestra/cli/commands/plugins/PluginDocCommandTest.java", "core/src/test/java/io/kestra/core/docs/JsonSchemaGeneratorTest.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 484a628fbf..3f587b9fbe 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/cli/src/test/java/io/kestra/cli/commands/plugins/PluginDocCommandTest.java b/cli/src/test/java/io/kestra/cli/commands/plugins/PluginDocCommandTest.java index d18fd242cb..d9a20c2022 100644 --- a/cli/src/test/java/io/kestra/cli/commands/plugins/PluginDocCommandTest.java +++ b/cli/src/test/java/io/kestra/cli/...
val
test
2024-03-20T13:38:44
2024-02-14T12:28:03Z
anna-geller
train
kestra-io/kestra/1736_3339
kestra-io/kestra
kestra-io/kestra/1736
kestra-io/kestra/3339
[ "keyword_pr_to_issue" ]
d68b70e57ae5041740fb670b966e82a53e360730
33be970a66f626500ef9f14c2be484e9bbebb153
[]
[]
2024-03-20T15:22:40Z
[ "enhancement", "frontend" ]
Allow creating a new revision of a flow instead of throwing an error
### Feature description ## Current behavior When you try to create a flow and this flow already exists, you'll get an error: ![image](https://github.com/kestra-io/kestra/assets/86264395/a2273f34-c24a-4f9f-ab20-fef0b65d539f) ## Feature request Instead of only giving that error, allow the option to overwrite tha...
[ "ui/src/components/inputs/EditorView.vue", "ui/src/translations/en.json", "ui/src/translations/fr.json" ]
[ "ui/src/components/inputs/EditorView.vue", "ui/src/translations/en.json", "ui/src/translations/fr.json" ]
[]
diff --git a/ui/src/components/inputs/EditorView.vue b/ui/src/components/inputs/EditorView.vue index 2fb5473c82..5313b0807f 100644 --- a/ui/src/components/inputs/EditorView.vue +++ b/ui/src/components/inputs/EditorView.vue @@ -1,5 +1,5 @@ <script setup> - import {computed, getCurrentInstance, onBeforeUnmount, onMou...
null
train
test
2024-03-20T13:38:44
2023-07-11T09:06:51Z
anna-geller
train
kestra-io/kestra/3289_3341
kestra-io/kestra
kestra-io/kestra/3289
kestra-io/kestra/3341
[ "keyword_pr_to_issue" ]
b84ebfb26de3dd9ed3352e85d10d95a69257da31
b2b9d5697d1941017016d356c4edd5479f7b241d
[]
[]
2024-03-20T17:45:28Z
[ "bug", "frontend" ]
Moving from absolute to relative date filter should remove the absolute filter and use the default relative filter
### Describe the issue Going on any page with date filter (executions, logs), if you select an absolute date then move to relative date filtering, even though visually it looks like it selects something (like last 30 days), it keeps the old absolute date filter till you swap out the selected relative filter. We als...
[ "ui/src/components/executions/date-select/DateFilter.vue" ]
[ "ui/src/components/executions/date-select/DateFilter.vue" ]
[]
diff --git a/ui/src/components/executions/date-select/DateFilter.vue b/ui/src/components/executions/date-select/DateFilter.vue index e2946506dd..dcc99f1d86 100644 --- a/ui/src/components/executions/date-select/DateFilter.vue +++ b/ui/src/components/executions/date-select/DateFilter.vue @@ -65,7 +65,11 @@ }, ...
null
train
test
2024-03-26T13:51:27
2024-03-15T15:50:22Z
brian-mulier-p
train
kestra-io/kestra/3319_3342
kestra-io/kestra
kestra-io/kestra/3319
kestra-io/kestra/3342
[ "keyword_pr_to_issue" ]
45b2553251fb269a17177b239c8af12628148a39
17d8204494454dcca12414141d32cb6df3367e0a
[]
[]
2024-03-20T19:38:34Z
[ "enhancement", "frontend", "quick-win" ]
Highlight the selected Saved Search Filter
### Feature description perhaps purple? usually the elements that are currently selected are purple ![image](https://github.com/kestra-io/kestra/assets/86264395/81832f34-4a0c-4c15-a868-16a1c1b02ec0) ![image](https://github.com/kestra-io/kestra/assets/86264395/abb7bf60-151c-4948-9b62-32a038e40d53)
[ "ui/src/components/saved-filters/Filters.vue", "ui/src/translations/en.json" ]
[ "ui/src/components/saved-filters/Filters.vue", "ui/src/translations/en.json" ]
[]
diff --git a/ui/src/components/saved-filters/Filters.vue b/ui/src/components/saved-filters/Filters.vue index 124e2e7c4c..232b08d04d 100644 --- a/ui/src/components/saved-filters/Filters.vue +++ b/ui/src/components/saved-filters/Filters.vue @@ -1,12 +1,12 @@ <template> <!-- No filter yet --> <el-button v-if="!...
null
val
test
2024-03-20T16:40:17
2024-03-18T16:37:26Z
anna-geller
train
kestra-io/kestra/3344_3348
kestra-io/kestra
kestra-io/kestra/3344
kestra-io/kestra/3348
[ "keyword_pr_to_issue" ]
400b2f8d04aaf566a99f6d801e6a548a6a09b62c
8a381311820c5d7463c31f4443c7b4363d46e367
[ "how about this?\r\n\r\n> This plugin is currently in beta. While it is considered safe for use, please be aware that its API could change in ways that are not compatible with earlier versions in future releases, or it might become unsupported." ]
[]
2024-03-21T16:32:07Z
[ "enhancement" ]
Beta plugins
### Feature description When a plugin is annotated with `com.google.common.annotations.Beta`, add a `$beta` property in the JSON Schema and document it as beta. The following snippet should be added with an alert of type info: > This plugin is currently in beta. While it is considered safe for use, please be a...
[ "core/src/main/java/io/kestra/core/docs/AbstractClassDocumentation.java", "core/src/main/java/io/kestra/core/docs/JsonSchemaGenerator.java", "core/src/main/java/io/kestra/core/models/annotations/Plugin.java", "core/src/main/java/io/kestra/core/models/annotations/PluginProperty.java", "core/src/main/java/io/...
[ "core/src/main/java/io/kestra/core/docs/AbstractClassDocumentation.java", "core/src/main/java/io/kestra/core/docs/JsonSchemaGenerator.java", "core/src/main/java/io/kestra/core/models/annotations/Plugin.java", "core/src/main/java/io/kestra/core/models/annotations/PluginProperty.java", "core/src/main/java/io/...
[ "core/src/test/java/io/kestra/core/docs/DocumentationGeneratorTest.java", "core/src/test/java/io/kestra/core/docs/JsonSchemaGeneratorTest.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 e9c60c71f5..aa4d9d2dc5 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/DocumentationGeneratorTest.java b/core/src/test/java/io/kestra/core/docs/DocumentationGeneratorTest.java index 16f993dc6a..4d71955a0f 100644 --- a/core/src/test/java/io/kestra/core/docs/DocumentationGeneratorTest.java +++ b/core/src/test/java/io/kestra/core/docs/Docum...
train
test
2024-03-21T23:44:24
2024-03-21T11:20:23Z
loicmathieu
train
kestra-io/kestra/2717_3381
kestra-io/kestra
kestra-io/kestra/2717
kestra-io/kestra/3381
[ "keyword_pr_to_issue" ]
89573d6eceea347b663dbfd489fb1207e35f8112
313ab2858f56a2df66932c27638eb66030ddacfa
[ "this might be a quicker workaround once the state store gets added as a condition:\r\n\r\n```yaml\r\nid: http\r\nnamespace: dev\r\n\r\ntasks:\r\n - id: slack\r\n type: io.kestra.plugin.notifications.slack.SlackIncomingWebhook\r\n url: \"{{ secret('SLACK_WEBHOOK') }}\"\r\n payload: |\r\n {\r\n ...
[]
2024-03-25T11:26:39Z
[ "enhancement" ]
Add a core Toggle task allowing to disable or reenable a Trigger
### Feature description EDIT: the API endpoint has already been added and https://github.com/kestra-io/kestra/issues/2912 will handle the UI part of adding the toggle UI button. This issue is to add the Toggle task. The only remaining issue is figuring out EE permission for that task — we may need to require a serv...
[ "repository-memory/src/main/java/io/kestra/repository/memory/MemoryTriggerRepository.java" ]
[ "core/src/main/java/io/kestra/core/tasks/trigger/Toggle.java", "repository-memory/src/main/java/io/kestra/repository/memory/MemoryTriggerRepository.java" ]
[ "core/src/test/java/io/kestra/core/tasks/trigger/ToggleTest.java", "core/src/test/resources/flows/valids/trigger-toggle.yaml" ]
diff --git a/core/src/main/java/io/kestra/core/tasks/trigger/Toggle.java b/core/src/main/java/io/kestra/core/tasks/trigger/Toggle.java new file mode 100644 index 0000000000..be017f9906 --- /dev/null +++ b/core/src/main/java/io/kestra/core/tasks/trigger/Toggle.java @@ -0,0 +1,138 @@ +package io.kestra.core.tasks.trigger...
diff --git a/core/src/test/java/io/kestra/core/tasks/trigger/ToggleTest.java b/core/src/test/java/io/kestra/core/tasks/trigger/ToggleTest.java new file mode 100644 index 0000000000..28026a40ae --- /dev/null +++ b/core/src/test/java/io/kestra/core/tasks/trigger/ToggleTest.java @@ -0,0 +1,61 @@ +package io.kestra.core.ta...
test
test
2024-03-25T10:56:52
2023-12-14T17:44:20Z
anna-geller
train
kestra-io/kestra/3321_3385
kestra-io/kestra
kestra-io/kestra/3321
kestra-io/kestra/3385
[ "keyword_pr_to_issue" ]
653f6cc7c28bd3d8ab8fe434ceba53377dfd69ad
93d9962f8d56fe7c1da0943894a237cb6adf92b8
[ "We use the latest tag in our Docker compose which should be Postgres 16.\r\nWe use Bitnami in our Helm Chart wich should update frequently, currently it also provide Postgres 16.\r\n\r\nSo the issue is not at our side but the customer that uses an old version of Postgres, there is nothing we can do except hiding t...
[]
2024-03-25T14:44:45Z
[ "quick-win", "technical-issue" ]
Consider moving to Postgres 16 or suppressing the warning from JooQ
### Feature description ![image](https://github.com/kestra-io/kestra/assets/86264395/0a1c76d8-b78f-4122-b912-8b4fd9be904a)
[ "core/src/main/resources/logback/text.xml" ]
[ "core/src/main/resources/logback/text.xml" ]
[]
diff --git a/core/src/main/resources/logback/text.xml b/core/src/main/resources/logback/text.xml index 94efdaee06..32ee92c27b 100644 --- a/core/src/main/resources/logback/text.xml +++ b/core/src/main/resources/logback/text.xml @@ -24,7 +24,14 @@ </filter> <filter class="ch.qos.logback.core.filter.Eval...
null
val
test
2024-03-25T15:13:56
2024-03-18T17:02:40Z
anna-geller
train
kestra-io/kestra/3327_3404
kestra-io/kestra
kestra-io/kestra/3327
kestra-io/kestra/3404
[ "keyword_pr_to_issue" ]
e121fcfcf64e98176258b5d010e0407aac89fc77
407ea6b1e7d4c9fb5c9645b2950dda7e3410ccb1
[]
[]
2024-03-27T15:31:48Z
[ "bug", "backend", "quick-win" ]
Flow without trigger failed on triggers page
I - create a flow with a trigger - remove the trigger - it failed on the trigger page with that error: ``` 2024-03-18 23:15:41,520 ERROR io-executor-thread-7 i.k.w.controllers.ErrorController Cannot invoke "java.util.List.stream()" because the return value of "io.kestra.core.models.flows.Flow.getTriggers()" ...
[ "webserver/src/main/java/io/kestra/webserver/controllers/TriggerController.java" ]
[ "webserver/src/main/java/io/kestra/webserver/controllers/TriggerController.java" ]
[]
diff --git a/webserver/src/main/java/io/kestra/webserver/controllers/TriggerController.java b/webserver/src/main/java/io/kestra/webserver/controllers/TriggerController.java index fc7b4933ea..31e64aa960 100644 --- a/webserver/src/main/java/io/kestra/webserver/controllers/TriggerController.java +++ b/webserver/src/main/j...
null
train
test
2024-03-27T14:33:57
2024-03-18T22:45:15Z
tchiotludo
train
kestra-io/kestra/2399_3500
kestra-io/kestra
kestra-io/kestra/2399
kestra-io/kestra/3500
[ "keyword_pr_to_issue" ]
09732e63146e7c3a6a3b270062fd3b804d1d4e3a
f2567ceed0270130f2e5f316c6ac07d91ede24bd
[ "@Nico-Kestra I assigned this one to you so you can cross-check the design for both the website and the UI " ]
[]
2024-04-09T12:00:04Z
[ "enhancement" ]
[UI] Improve the plugin overview with tiles per subplugin and search
Currently, the embedded plugin overview is difficult to use. There is no search to validate if a given plugin is already supported. Some subplugins, such as notification subplugins or subplugins for specific AWS, Azure, or GCP services, are also hidden behind one large plugin. ![Image](https://github.com/kestra-io/...
[ "ui/src/components/plugins/Plugin.vue", "ui/src/components/plugins/Toc.vue", "ui/src/stores/plugins.js", "ui/src/styles/layout/element-plus-overload.scss", "ui/src/translations/en.json", "ui/src/translations/fr.json", "webserver/src/main/java/io/kestra/webserver/controllers/PluginController.java" ]
[ "ui/src/assets/plugins/headband.svg", "ui/src/components/plugins/Plugin.vue", "ui/src/components/plugins/PluginHome.vue", "ui/src/components/plugins/Toc.vue", "ui/src/stores/plugins.js", "ui/src/styles/layout/element-plus-overload.scss", "ui/src/translations/en.json", "ui/src/translations/fr.json", ...
[]
diff --git a/ui/src/assets/plugins/headband.svg b/ui/src/assets/plugins/headband.svg new file mode 100644 index 0000000000..855850418e --- /dev/null +++ b/ui/src/assets/plugins/headband.svg @@ -0,0 +1,57795 @@ +<svg width="1536" height="148" viewBox="0 0 1536 148" fill="none" xmlns="http://www.w3.org/2000/svg"> +<path ...
null
test
test
2024-04-09T12:30:01
2023-10-26T13:03:55Z
anna-geller
train
kestra-io/kestra/184_201
kestra-io/kestra
kestra-io/kestra/184
kestra-io/kestra/201
[ "timestamp(timedelta=19.0, similarity=0.8792618423324341)" ]
21e1a38891e9871950b717c489d918393c37e13f
06517ba3057fb8690408ed1af932ef321be0a83f
[]
[]
2020-11-03T16:26:03Z
[]
Documentation on ui: add anchor on properties & outputs
[ "ui/src/components/layout/Markdown.vue" ]
[ "ui/src/components/layout/Markdown.vue" ]
[]
diff --git a/ui/src/components/layout/Markdown.vue b/ui/src/components/layout/Markdown.vue index db1fa22ed3..4fe92fb837 100644 --- a/ui/src/components/layout/Markdown.vue +++ b/ui/src/components/layout/Markdown.vue @@ -1,6 +1,6 @@ <template> <div> - <span v-html="markdownRenderer"></span> + <span re...
null
train
train
2020-11-03T16:20:14
2020-10-29T10:39:04Z
tchiotludo
train
kestra-io/kestra/234_243
kestra-io/kestra
kestra-io/kestra/234
kestra-io/kestra/243
[ "timestamp(timedelta=9767.0, similarity=0.863055753582293)" ]
ecaec7ffb1fa21204d9f34787a7232cba10c698a
58c81ccb9c65e37e078edaee33b35af84a8b7486
[]
[]
2020-12-04T10:29:25Z
[]
Gantt charts are not grouped by parent tasks
For now, gannt are displayed by ordered taskrun start date. With Parallel tasks, the gantt make non sense since child tasks are displayed below maybe another parent task and don't allow to debug what's going on. Sort recursively parentId & after by start date the taskruns list. The best will be to allow collapsin...
[ "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 ad0ddaaf5c..53c683b432 100644 --- a/ui/src/components/executions/Gantt.vue +++ b/ui/src/components/executions/Gantt.vue @@ -10,7 +10,7 @@ </td> </tr> </thead>...
null
test
train
2020-12-04T11:22:33
2020-12-03T10:13:17Z
tchiotludo
train
kestra-io/kestra/289_290
kestra-io/kestra
kestra-io/kestra/289
kestra-io/kestra/290
[ "timestamp(timedelta=1.0, similarity=0.8582930379655139)" ]
9ef8f5dda1d22be6d97f7dc2ee9887ade4177004
14a2c3aeb896ebb1e9e8d1f439cd64d57e23dc8a
[ "in fact, it's in the store, but the first request display all the component at the same time when the store is not ready. \r\nI don't find a quick way for this case (only the first load) ", "I'll do it :)\r\nI will just do one query at topology load store result in a vuex store and use something like <img :src=...
[]
2021-02-12T07:49:36Z
[]
Inefficient icon management for topology frontend side
It appears that each topology node trigger an http query to get icons from api. However, the api returns all icon definition in one document. this is a bloated behavior that we have to centralize in a store ![image](https://user-images.githubusercontent.com/5399780/107669073-a937db80-6c91-11eb-96d1-2c6858948022.png)...
[ "ui/src/App.vue", "ui/src/components/plugins/TaskIcon.vue" ]
[ "ui/src/App.vue", "ui/src/components/plugins/TaskIcon.vue" ]
[]
diff --git a/ui/src/App.vue b/ui/src/App.vue index a3221051de..2a08bc98d9 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -41,7 +41,7 @@ } this.displayApp() - + this.loadGeneralRessources() this.onMenuCollapse(localStorage.getItem("menuCollapsed") === "true"); ...
null
train
train
2021-02-11T17:32:18
2021-02-11T16:50:50Z
eregnier
train
kestra-io/kestra/315_348
kestra-io/kestra
kestra-io/kestra/315
kestra-io/kestra/348
[ "timestamp(timedelta=1.0, similarity=0.8635931178788302)" ]
d21a94ddbd56b1610161451c392afe0829f8f412
65a24f6aee5a16885aba52cecb0b26f34065dc97
[]
[]
2021-05-28T19:52:53Z
[ "bug", "backend" ]
move io.kestra.core.tasks.flows.Flow to executor
This task is buggy : - If the worker tasks is resubmit, we recreate a new execution - If there is many `Flow` tasks at the same time, it will used all the thread on the worker and lead to infinite execution (no more worker, we can start task, we listen for something that would never happen) We need to move the wh...
[ "cli/src/main/resources/application.yml", "core/src/main/java/io/kestra/core/runners/AbstractExecutor.java", "core/src/main/java/io/kestra/core/runners/Executor.java", "core/src/main/java/io/kestra/core/services/FlowService.java", "core/src/main/java/io/kestra/core/tasks/flows/Flow.java", "runner-kafka/sr...
[ "cli/src/main/resources/application.yml", "core/src/main/java/io/kestra/core/runners/AbstractExecutor.java", "core/src/main/java/io/kestra/core/runners/Executor.java", "core/src/main/java/io/kestra/core/runners/WorkerTaskExecution.java", "core/src/main/java/io/kestra/core/services/FlowService.java", "core...
[ "core/src/test/java/io/kestra/core/Helpers.java", "core/src/test/java/io/kestra/core/tasks/flows/FlowCaseTest.java", "core/src/test/java/io/kestra/core/tasks/flows/FlowTest.java", "core/src/test/resources/flows/valids/task-flow.yaml", "runner-kafka/src/test/java/io/kestra/runner/kafka/KafkaRunnerTest.java",...
diff --git a/cli/src/main/resources/application.yml b/cli/src/main/resources/application.yml index 43f9509472..e9b9011c0a 100644 --- a/cli/src/main/resources/application.yml +++ b/cli/src/main/resources/application.yml @@ -118,6 +118,12 @@ kestra: properties: cleanup.policy: "delete,compact" + ...
diff --git a/core/src/test/java/io/kestra/core/Helpers.java b/core/src/test/java/io/kestra/core/Helpers.java index f1e3197f28..5fff908779 100644 --- a/core/src/test/java/io/kestra/core/Helpers.java +++ b/core/src/test/java/io/kestra/core/Helpers.java @@ -17,7 +17,7 @@ import java.util.function.BiConsumer; public cl...
train
train
2021-05-31T10:55:49
2021-03-29T17:01:35Z
tchiotludo
train
bazelbuild/bazel/13890_13893
bazelbuild/bazel
bazelbuild/bazel/13890
bazelbuild/bazel/13893
[ "keyword_pr_to_issue" ]
a04cb1bfad4734f801c48bae3070a799067bda4e
ba8678077024e1b4e5d7419c758a97e8dc9fceea
[ "Investigating now. Please also file an issue at https://github.com/bazelbuild/continuous-integration/issues/new/choose to have rules_fuzzing added to our downstream CI, to prevent this happening in the future.", "This will be fixed in 4.2.1." ]
[]
2021-08-23T15:10:30Z
[]
Transitions cannot read Starlark flags as `@repository_name//:flag_name` in 4.2.0
Bazel 4.2.0 introduced a regression in the handling of Starlark flags: In a transition, the value of such a flag cannot be read if the flag is referred to as `@repository_name//:flag_name` instead of `//:flag_name`, which as far as I know is required for that transition to be usable by other workspaces. Reading the fla...
[ "src/main/java/com/google/devtools/build/lib/runtime/StarlarkOptionsParser.java" ]
[ "src/main/java/com/google/devtools/build/lib/runtime/StarlarkOptionsParser.java" ]
[ "src/test/java/com/google/devtools/build/lib/starlark/StarlarkOptionsParsingTest.java" ]
diff --git a/src/main/java/com/google/devtools/build/lib/runtime/StarlarkOptionsParser.java b/src/main/java/com/google/devtools/build/lib/runtime/StarlarkOptionsParser.java index 2fcb17302e5d7f..22ee04ab504a49 100644 --- a/src/main/java/com/google/devtools/build/lib/runtime/StarlarkOptionsParser.java +++ b/src/main/jav...
diff --git a/src/test/java/com/google/devtools/build/lib/starlark/StarlarkOptionsParsingTest.java b/src/test/java/com/google/devtools/build/lib/starlark/StarlarkOptionsParsingTest.java index 5a95408ba5e221..01fb80d4397376 100644 --- a/src/test/java/com/google/devtools/build/lib/starlark/StarlarkOptionsParsingTest.java ...
test
val
2021-08-18T14:44:54
2021-08-23T12:50:27Z
fmeum
test
bazelbuild/bazel/14034_14242
bazelbuild/bazel
bazelbuild/bazel/14034
bazelbuild/bazel/14242
[ "keyword_pr_to_issue" ]
2cf66f31f9f71b9050ae685889ae4e2c5fc57ae8
c500e7a6cbbdd16504221e69aaba4ddbdc356d32
[ "@meisterT -- `checking cached actions` now takes 5-6x longer in my local builds after `6ac6954224b2b74c18d3218dfa299424cbc944fb` was merged, that is what used to take 30 seconds for bazel to determine there was nothing to do in an already fully cached build, it now takes 2 mins 30 seconds", "There used to be a c...
[]
2021-11-08T08:50:44Z
[ "type: process", "untriaged", "team-Local-Exec" ]
Drop experimental_multi_threaded_digest
This options defaults to true since a while and should just be removed, likely with the whole `SsdModule`.
[ "src/main/java/com/google/devtools/build/lib/vfs/DigestUtils.java" ]
[ "src/main/java/com/google/devtools/build/lib/vfs/DigestUtils.java" ]
[ "src/test/java/com/google/devtools/build/lib/vfs/DigestUtilsTest.java" ]
diff --git a/src/main/java/com/google/devtools/build/lib/vfs/DigestUtils.java b/src/main/java/com/google/devtools/build/lib/vfs/DigestUtils.java index e22e9577f5c055..d3841ea8ad0306 100644 --- a/src/main/java/com/google/devtools/build/lib/vfs/DigestUtils.java +++ b/src/main/java/com/google/devtools/build/lib/vfs/Digest...
diff --git a/src/test/java/com/google/devtools/build/lib/vfs/DigestUtilsTest.java b/src/test/java/com/google/devtools/build/lib/vfs/DigestUtilsTest.java index 7e2d5368cfbc03..b93d2c8244ed20 100644 --- a/src/test/java/com/google/devtools/build/lib/vfs/DigestUtilsTest.java +++ b/src/test/java/com/google/devtools/build/li...
train
val
2021-11-05T13:18:04
2021-09-24T13:33:53Z
meisterT
test