Nirnay
f9932af2e8
fix(ui): Updated the trigger button ( #13521 )
2025-12-09 13:56:24 +05:30
Avirup Banik
e0410c8f24
made system overview page responsive ( #13527 )
2025-12-09 12:10:25 +05:30
Loïc Mathieu
424a6cb41a
fix(execution): skip the render cache in flowable for properties used to compute next tasks
...
As when the flowable is itself in a flowable that process tasks concurrently like the ForEach when using a concurrency limit, it can be done multiple time with different values.
This can only occurs if the expression is using `taskRun.value`.
Fixes https://github.com/kestra-io/kestra-ee/issues/6055
2025-12-08 15:03:06 +01:00
Debjyoti Shit
afde71e913
fix(core): skip login screen after initial setup and send to welcome ( #13489 )
...
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
Co-authored-by: Piyush Bhaskar <impiyush0012@gmail.com >
2025-12-08 18:09:50 +05:30
Miloš Paunović
086c32e711
chore(flows): redirect with applied filters from the overview page ( #13522 )
...
Closes https://github.com/kestra-io/kestra/issues/13392 .
2025-12-08 10:52:46 +01:00
github-actions[bot]
710abcfaac
chore(core): localize to languages other than english ( #13520 )
...
Co-authored-by: GitHub Action <actions@github.com >
2025-12-08 14:26:03 +05:30
Kavyakapoor
be951d015c
fix(core): make password requirement descriptive. ( #13483 )
2025-12-08 14:15:11 +05:30
Piyush Bhaskar
a07260bef4
fix(core): refine navigation for authentication and setup routes ( #13517 )
2025-12-08 14:13:28 +05:30
Piyush Bhaskar
dd19f8391d
chore(version): bump ui-libs ( #13518 )
2025-12-08 14:11:59 +05:30
mustafatarek
354873e220
chore(core): remove unnecessary attempt list copying
2025-12-08 09:41:10 +01:00
luoxin
386d4a15f0
fix(system): enable parallel loading for namespace files. ( #13375 )
...
* perf(core): enable parallel loading for namespace files.
* refactor(core): extract thread count calculation to avoid duplication.
* resolve namespaceFilesWithNamespaces test error.
---------
Co-authored-by: luoxin5 <luoxin5@xiaomi.com >
2025-12-08 09:23:35 +01:00
Yaswanth B
1b75f15680
refactor(core): remove usage of unnecessary i18n composable ( #13492 )
...
Closes https://github.com/kestra-io/kestra/issues/13352 .
Co-authored-by: MilosPaunovic <paun992@hotmail.com >
2025-12-08 08:42:56 +01:00
Richard-Mackey
957bf74d97
fix(core): make menuCollapsed = true on small screen ( #13238 )
...
Co-authored-by: Piyush Bhaskar <impiyush0012@gmail.com >
2025-12-06 02:58:37 +05:30
Florian Hussonnois
3cbad1ce0d
fix(tests): fix StatefulTriggerInterfaceTest
2025-12-05 17:56:32 +01:00
Debjyoti Shit
760050e9fc
fix(ui): improve responsive layout and styling of flow editor and sidebar ( #13371 )
...
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
Co-authored-by: Bart Ledoux <bledoux@kestra.io >
2025-12-05 17:35:25 +01:00
Nancy Sangani
43f47ec337
fix: error dialogue not appearing after first use of checks #13357 ( #13364 )
...
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
2025-12-05 16:24:53 +01:00
Avirup Banik
ad5521199a
Fix(ui): button glow timing and banner placement ( #13417 )
2025-12-05 18:44:22 +05:30
brian-mulier-p
fe7849d7fe
fix(metadata): add system namespace to migrated namespaces ( #13419 )
...
closes https://github.com/kestra-io/kestra-ee/issues/6019
2025-12-05 14:01:02 +01:00
Loïc Mathieu
feeaeff0b2
chore(tests): remove running tests in parallel
2025-12-05 13:23:29 +01:00
Nirnay
ed6bc50163
fix(ui): Overflow of Flow labels in flow editor page ( #13374 )
2025-12-05 12:30:53 +01:00
Pratik Dey
069845f579
chore(core): properly handle conditional visibility of elements on dependency view ( #13387 )
...
Closes https://github.com/kestra-io/kestra/issues/13291 .
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
2025-12-05 11:33:48 +01:00
Aditya Kumar Puri
f613eb0433
refactor(core): remove usage of unnecessary i18n composable ( #13389 )
...
Closes https://github.com/kestra-io/kestra/issues/13201 .
Co-authored-by: MilosPaunovic <paun992@hotmail.com >
2025-12-05 09:55:18 +01:00
Florian Hussonnois
e440c402b4
fix(flows): add flow variables to runContext for checks
...
Related-to: kestra-io/kestra-ee#5759
2025-12-04 16:13:32 +01:00
Miloš Paunović
700527b5dc
chore(executions): properly cast values for the disabled property to boolean ( #13384 )
2025-12-04 15:50:32 +01:00
Miloš Paunović
5245014a32
chore(executions): avoid uppercase letters and monospace fonts for property labels ( #13383 )
...
Closes https://github.com/kestra-io/kestra/issues/13363 .
2025-12-04 13:56:50 +01:00
Kollakota Siva Sai
5db0f44fb6
refactor(core): remove usage of unnecessary i18n composable ( #13382 )
...
Closes https://github.com/kestra-io/kestra/issues/13353 .
Co-authored-by: MilosPaunovic <paun992@hotmail.com >
2025-12-04 13:37:05 +01:00
brian-mulier-p
a8635108b7
fix(core): safeguard for null flow when trying to reset trigger in JdbcExecutor ( #13381 )
2025-12-04 12:46:53 +01:00
Miloš Paunović
cd4470044e
feat(executions): make prev/next buttons loop through the executions of that flow ( #13296 )
...
Closes https://github.com/kestra-io/kestra/issues/9873 .
2025-12-04 12:28:24 +01:00
yuri1969
4ec7f23a7b
Amend inconsistency
2025-12-04 12:20:16 +01:00
yuri1969
107ba16ce3
feat(core): modernize Pebble cache
...
* Modernized the LRU cache from Guava to Caffeine.
* Registered metrics.
2025-12-04 12:20:16 +01:00
Miloš Paunović
042d548598
refactor(core): remove all traces of the old e2e setup ( #13356 )
2025-12-04 12:12:59 +01:00
Kunal
94bd6f0a1e
chore(executions): amend alignment of the timeline element on the overview page ( #13370 )
...
Closes https://github.com/kestra-io/kestra/issues/13282 .
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
2025-12-04 11:57:56 +01:00
Avirup Banik
f43f11e125
refactor(core): remove usage of unnecessary i18n composable ( #13379 )
...
Closes https://github.com/kestra-io/kestra/issues/13354 .
Signed-off-by: Avirup Banik <avirup.banik2017@gmail.com >
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
2025-12-04 11:23:59 +01:00
brian-mulier-p
3dfa5f97c4
fix(core): deprecate Await util ( #13369 )
...
This reverts commit 9fa94deba9 .
2025-12-04 09:57:12 +01:00
Roman Acevedo
8898ba736b
test(executions): fix ES duration tests
2025-12-03 18:37:49 +01:00
Loïc Mathieu
f5665bf719
Update core/src/test/java/io/kestra/core/serializers/YamlParserTest.java
2025-12-03 17:34:52 +01:00
Loïc Mathieu
b6db688003
Update core/src/test/resources/flows/valids/labels-deserialization.yaml
2025-12-03 17:34:52 +01:00
lizi3
93f5e366ed
fix: add unit test
2025-12-03 17:34:52 +01:00
lizi3
0465ffa5df
fix: unify label deserialization for numeric values in array form
...
The START_ARRAY branch did not apply type conversion for label values,
causing Integer/Boolean values to fail during execution state update.
Applying the same allowed-type conversion logic as the START_OBJECT branch
fixes the inconsistency and prevents cast errors.
2025-12-03 17:34:52 +01:00
brian.mulier
e869c54883
fix(ns-files): prevent ns files revision history failure & working restore
...
closes https://github.com/kestra-io/kestra-ee/issues/6022
2025-12-03 16:04:39 +01:00
YannC
32da15b2ea
fix: missing tenant id for flow creation in AbstractSchedulerTest ( #13311 )
2025-12-03 15:58:52 +01:00
François Delbrayelle
a72ecfc2eb
chore(icons): remove white backgrounds ( #13362 )
2025-12-03 15:27:24 +01:00
sarika
7cb494b244
refactor(core): remove usage of unnecessary i18n composable ( #13366 )
...
Closes https://github.com/kestra-io/kestra/issues/13224 .
Co-authored-by: MilosPaunovic <paun992@hotmail.com >
2025-12-03 15:19:10 +01:00
brian.mulier
9d21ab4b26
fix(cli): don't throw on ns files migration for ns without files
...
closes https://github.com/kestra-io/kestra-ee/issues/6019#event-21325612781
2025-12-03 14:32:30 +01:00
brian.mulier
8f3a5058b1
fix(cli): also fetch parent namespaces resources for metadata migration
...
part of https://github.com/kestra-io/kestra-ee/issues/6019#event-21325612781
2025-12-03 14:32:30 +01:00
Loïc Mathieu
56fb304ff6
fix(execution): NORMAL kind should also be retrieved
...
Fixes #13262
2025-12-03 11:43:50 +01:00
dependabot[bot]
28370d80df
build(deps): bump dev.langchain4j:langchain4j-community-bom
...
Bumps [dev.langchain4j:langchain4j-community-bom](https://github.com/langchain4j/langchain4j-community ) from 1.8.0-beta15 to 1.9.1-beta17.
- [Release notes](https://github.com/langchain4j/langchain4j-community/releases )
- [Commits](https://github.com/langchain4j/langchain4j-community/compare/1.8.0-beta15...1.9.1-beta17 )
---
updated-dependencies:
- dependency-name: dev.langchain4j:langchain4j-community-bom
dependency-version: 1.9.1-beta17
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-03 11:13:13 +01:00
dependabot[bot]
cc5fd30b2c
build(deps): bump software.amazon.awssdk:bom from 2.39.4 to 2.40.0
...
Bumps software.amazon.awssdk:bom from 2.39.4 to 2.40.0.
---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
dependency-version: 2.40.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-03 10:45:32 +01:00
dependabot[bot]
61c39d23c5
build(deps): bump dev.langchain4j:langchain4j-bom from 1.8.0 to 1.9.1
...
Bumps [dev.langchain4j:langchain4j-bom](https://github.com/langchain4j/langchain4j ) from 1.8.0 to 1.9.1.
- [Release notes](https://github.com/langchain4j/langchain4j/releases )
- [Commits](https://github.com/langchain4j/langchain4j/compare/1.8.0...1.9.1 )
---
updated-dependencies:
- dependency-name: dev.langchain4j:langchain4j-bom
dependency-version: 1.9.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-03 10:45:21 +01:00
dependabot[bot]
b5a40b2fcc
build(deps): bump com.azure:azure-sdk-bom from 1.3.2 to 1.3.3
...
Bumps [com.azure:azure-sdk-bom](https://github.com/azure/azure-sdk-for-java ) from 1.3.2 to 1.3.3.
- [Release notes](https://github.com/azure/azure-sdk-for-java/releases )
- [Commits](https://github.com/azure/azure-sdk-for-java/compare/azure-sdk-bom_1.3.2...azure-sdk-bom_1.3.3 )
---
updated-dependencies:
- dependency-name: com.azure:azure-sdk-bom
dependency-version: 1.3.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-12-03 10:43:57 +01:00