Loïc Mathieu
09a16d16c2
WIP
2025-08-27 13:52:15 +02:00
Loïc Mathieu
f500276894
feat(execution): allow to listen the RUNNING state after being queued
2025-08-27 13:03:06 +02:00
Loïc Mathieu
868e88679f
feat(system): execution state change queue
...
When inside the execution queue, we have process the execution, if the state of the execution change, send an ExecutionChangeMEssage.
Inside the Executor, process this new message end do all actions that was previously on the execution queue on terminated and state change.
The idea is to lower the work to be done synchronously when processing an execution message and process it later (async) in a new queue consumer.
2025-08-27 13:03:06 +02:00
brian-mulier-p
cf87145bb9
fix(docs): move proxy target from kestra to localhost and add UI README.md ( #10916 )
...
closes #10902
2025-08-27 11:50:19 +02:00
brian.mulier
0e2ddda6c7
fix(core): allow some left menu methods inheritance
...
part of kestra-io/kestra-ee#4728
2025-08-27 10:47:29 +02:00
brian-mulier-p
3b17b741f1
fix(doc): remove .env.development.local instructions as it's no longer required
...
closes #10902
2025-08-27 10:22:28 +02:00
Miloš Paunović
21c43e79e2
feat(core): implement improved graph for namespace dependencies view ( #10909 )
...
Closes https://github.com/kestra-io/kestra/issues/10634 .
2025-08-27 08:34:24 +02:00
Piyush Bhaskar
810e80d989
fix(plugins): improve plugin documentation update logic for element selection ( #10908 )
2025-08-26 16:53:30 +05:30
Loïc Mathieu
2aafe15124
chore: add JacksonMapperTest.toMap()
2025-08-26 10:38:22 +02:00
Loïc Mathieu
cf866c059a
fix: pause tasks didn't process erros or onFinally tasks
...
Fixes #9794
The Pause task was previously immediatly termindated without taken into account any errors or finally block.
To allow processing those blocks, we need to store the terminated state in the output, then use it to resolve the final state.
2025-08-26 10:38:22 +02:00
Loïc Mathieu
370fe210e5
fix: allow timeout on the Pause task
2025-08-26 10:38:22 +02:00
Abdur Rahman S
83e98be413
chore(executions): add parent execution link to execution overview page ( #10810 )
...
Closes https://github.com/kestra-io/kestra/issues/10745 .
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
2025-08-26 10:12:37 +02:00
Piyush Bhaskar
7d4d1631d2
fix(core): do not overflow the version selection on release notes ( #10903 )
2025-08-26 13:25:58 +05:30
github-actions[bot]
98534f16e2
chore(core): localize to languages other than english ( #10904 )
...
Extended localization support by adding translations for multiple languages using English as the base. This enhances accessibility and usability for non-English-speaking users while keeping English as the source reference.
Co-authored-by: GitHub Action <actions@github.com >
2025-08-26 09:48:43 +02:00
Barthélémy Ledoux
b308697449
refactor(flows): generalize no code editor ( #10873 )
2025-08-26 09:33:21 +02:00
Piyush Bhaskar
62e0550efd
fix(ui): bring better small chart and tooltip. ( #10839 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
2025-08-26 12:59:16 +05:30
YannC
1711e7fa05
fix: allow to enforce editor view when list is unreadable, also truncate too long column ( #10885 )
2025-08-26 09:10:39 +02:00
github-actions[bot]
04a3978fd2
chore(core): localize to languages other than english ( #10901 )
...
Extended localization support by adding translations for multiple languages using English as the base. This enhances accessibility and usability for non-English-speaking users while keeping English as the source reference.
Co-authored-by: GitHub Action <actions@github.com >
2025-08-26 08:47:39 +02:00
Biplab Bera
2d348786c3
chore(core): added closing button for horizontal panel in playground ( #10777 )
...
Closes https://github.com/kestra-io/kestra/issues/10660 .
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
2025-08-26 08:45:08 +02:00
Miloš Paunović
041a31e022
chore(core): make playground feature enabled by default ( #10891 )
...
Related to https://github.com/kestra-io/kestra-ee/issues/4555 .
2025-08-26 08:30:44 +02:00
brian.mulier
11a6189bb8
fix(logs): emitAsync is now keeping messages order
2025-08-25 16:31:46 +02:00
brian.mulier
5c864eecc8
fix(logs): higher max message length to keep stacktraces in a single log
2025-08-25 16:31:46 +02:00
brian.mulier
af6d15dd13
chore(deps): bump Micronaut platform to 4.9.2
...
closes #10626
closes #10788
2025-08-25 16:31:46 +02:00
Piyush Bhaskar
0b555b3773
fix(core): return URI as string ( #10892 )
2025-08-25 18:55:54 +05:30
Piyush Bhaskar
6ed4c5af7e
fix(core): show the logs for the task from topology graph. ( #10890 )
2025-08-25 18:39:30 +05:30
Barthélémy Ledoux
3752481756
chore(flows): load dependencies only once ( #10782 )
...
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
2025-08-25 14:59:30 +02:00
Karthik D
94dc62aee1
chore(core): prevent running the invalid flow in playground ( #10869 )
...
Closes https://github.com/kestra-io/kestra/issues/10659 .
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
2025-08-25 14:51:04 +02:00
Piyush Bhaskar
09c79f76d7
fix(core): show the proper origin in webhook curl command ( #10878 )
...
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
2025-08-25 14:20:04 +05:30
Piyush Bhaskar
086fd2a4cb
fix(core): scope the styling to fix overflow of trigger render. ( #10880 )
2025-08-25 14:18:00 +05:30
YannC
3f9a2d9a57
feat: add action to merge release note between OSS and EE ( #10882 )
2025-08-25 10:41:53 +02:00
YannC
119bd51170
fix: do no trim . in file path when it starts with one when creating namespace file ( #10876 )
2025-08-25 10:18:41 +02:00
Anna Geller
552b3d7476
docs: add agents guidelines ( #10875 )
2025-08-25 08:53:17 +02:00
Florian Hussonnois
795f9c9a17
fix(core): add missing equals/hashcode methods on UnitTest
2025-08-22 13:29:13 +02:00
Florian Hussonnois
df430ded61
fix(system): fix count in AbstractJdbcRepository
2025-08-22 13:29:13 +02:00
Roman Acevedo
a6844e0ecf
ci: fix by making inputs accept both dispatch and callable
2025-08-22 11:13:58 +02:00
Roman Acevedo
f71574cfb5
ci: simplify docker ci and push minor semver ( #10848 )
...
This PR modify our existing CI to allow publishing our docker image with 2 semver tags.
Example: for a CI on a tag v0.24.99 it will push both tags v0.24.99 and v0.24.
When this CI is settled on this repo (after one micro release for example), I will do the same for EE.
What has been done:
merge docker.yml into workflow-publish-docker.yml
make workflow-publish-docker.yml handle both tags (releases) and develop CI
when in a tag CI, extract the minor version, push it as well as the full vMAJOR.MINOR.PATCH version (see the related issue Add Multiple Semantic Version (SemVer) Tags for Docker Images #10575 )
2025-08-22 10:41:59 +02:00
Nicolas K.
c5341e56e9
fix(tests): flaky consumer test ( #10853 )
...
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
2025-08-22 09:37:43 +02:00
Piyush Bhaskar
88b0723147
fix(flows): fixes revision restore for a flow ( #10841 )
2025-08-22 12:50:13 +05:30
Piyush Bhaskar
f79fcf5734
chore(versions) : bump the ui-libs ( #10862 )
2025-08-22 12:45:12 +05:30
Barthélémy Ledoux
cf27827f20
fix(core): when refreshing a multipanel editor, sizes are not kept ( #10858 )
2025-08-22 12:16:51 +05:30
Barthélémy Ledoux
408b6b97a7
fix(flows): in no-code refreshing a message will update its value ( #10851 )
2025-08-21 22:32:39 +02:00
Piyush Bhaskar
d57753e62b
fix(core): Choose File button and hover on btn text in light theme ( #10857 )
2025-08-21 23:20:27 +05:30
Nicolas K.
2571eaf56c
fix : #4442 extract tenant id from file path ( #10850 )
...
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
2025-08-21 17:40:10 +02:00
Florian Hussonnois
37ea7f31a0
feat(flows): add pebble expression support for all input defaults ( #9762 )
...
Fix : #9762
2025-08-21 17:14:15 +02:00
Roman Acevedo
478c911718
fix(tests): a TestSuite with any ERROR could not end in ERROR
2025-08-21 16:43:16 +02:00
Piyush Bhaskar
1bce0d673f
fix(core): update params for flow navigation ( #10847 )
2025-08-21 19:43:26 +05:30
Florian Hussonnois
609a5b8066
feat(flow): add support for optional flow outputs
...
Add the new required property to the flow output
model. By default, all flow's outputs are required
Fixes : kestra-io/kestra-ee#3969
2025-08-21 16:09:22 +02:00
Florian Hussonnois
6182015a6f
feat(system): report additional server events
...
Part-of: kestra-io/kestra-ee#3014
2025-08-21 14:50:11 +02:00
brian.mulier
6f8044f347
fix(ai): make sure accept / decline AI banner doesn't hide code editor ( #10835 )
...
closes kestra-io/kestra-ee#4273
2025-08-21 14:45:32 +02:00
brian.mulier
b3b7596bf4
fix(ai): AI Copilot instructions for better results ( #10835 )
...
closes kestra-io/kestra-ee#4273
2025-08-21 14:45:32 +02:00
brian.mulier
36b1c14424
fix(ai): add instructions for AI Copilot configuration if not enabled yet ( #10835 )
...
closes kestra-io/kestra-ee#4273
2025-08-21 14:45:32 +02:00
brian-mulier-p
1aef9578d9
fix(kv): Set task should convert numbers to string if kvType == STRING ( #10836 )
2025-08-21 09:33:03 +02:00
Piyush Bhaskar
6a07e3c048
fix(core): truncate the overflowing text from button when zoomed #10775
2025-08-21 01:14:28 +05:30
Owen Warnack
b643954921
fix(ui): show lock icon for namespace in No-Code editor ( #10667 )
...
Co-authored-by: Piyush Bhaskar <impiyush0012@gmail.com >
2025-08-21 00:06:23 +05:30
Piyush Bhaskar
fe1ae290d0
fix(core): show validation button icon
2025-08-20 23:48:14 +05:30
Hamza
6ae2fde78f
fix(core): truncate the overflowing text from button when zoomed ( #10775 )
...
Co-authored-by: Piyush Bhaskar <impiyush0012@gmail.com >
2025-08-20 23:28:53 +05:30
Loïc Mathieu
260f5c427b
fix(system): properly close the ScheduledExecutorService tasks
...
This avoids having running threads while the component is supposed to be closed.
2025-08-20 14:23:13 +02:00
dependabot[bot]
f2dbc41cdb
build(deps): bump opensearchRestVersion from 3.1.0 to 3.2.0
...
Bumps `opensearchRestVersion` from 3.1.0 to 3.2.0.
Updates `org.opensearch.client:opensearch-rest-client` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/opensearch-project/OpenSearch/releases )
- [Changelog](https://github.com/opensearch-project/OpenSearch/blob/main/CHANGELOG.md )
- [Commits](https://github.com/opensearch-project/OpenSearch/compare/3.1.0...3.2.0 )
Updates `org.opensearch.client:opensearch-rest-high-level-client` from 3.1.0 to 3.2.0
- [Release notes](https://github.com/opensearch-project/OpenSearch/releases )
- [Changelog](https://github.com/opensearch-project/OpenSearch/blob/main/CHANGELOG.md )
- [Commits](https://github.com/opensearch-project/OpenSearch/compare/3.1.0...3.2.0 )
---
updated-dependencies:
- dependency-name: org.opensearch.client:opensearch-rest-client
dependency-version: 3.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.opensearch.client:opensearch-rest-high-level-client
dependency-version: 3.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-20 14:00:48 +02:00
dependabot[bot]
39fdb7ed5d
build(deps): bump com.github.oshi:oshi-core from 6.8.2 to 6.8.3
...
Bumps [com.github.oshi:oshi-core](https://github.com/oshi/oshi ) from 6.8.2 to 6.8.3.
- [Release notes](https://github.com/oshi/oshi/releases )
- [Changelog](https://github.com/oshi/oshi/blob/master/CHANGELOG.md )
- [Commits](https://github.com/oshi/oshi/compare/oshi-parent-6.8.2...oshi-parent-6.8.3 )
---
updated-dependencies:
- dependency-name: com.github.oshi:oshi-core
dependency-version: 6.8.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-20 13:57:41 +02:00
dependabot[bot]
c6b9c445c5
build(deps): bump com.github.docker-java:docker-java-transport-httpclient5
...
Bumps [com.github.docker-java:docker-java-transport-httpclient5](https://github.com/docker-java/docker-java ) from 3.5.3 to 3.6.0.
- [Release notes](https://github.com/docker-java/docker-java/releases )
- [Changelog](https://github.com/docker-java/docker-java/blob/main/CHANGELOG.md )
- [Commits](https://github.com/docker-java/docker-java/compare/3.5.3...3.6.0 )
---
updated-dependencies:
- dependency-name: com.github.docker-java:docker-java-transport-httpclient5
dependency-version: 3.6.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-20 13:57:10 +02:00
dependabot[bot]
da8992f130
build(deps): bump com.google.cloud:libraries-bom from 26.65.0 to 26.66.0
...
Bumps [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom ) from 26.65.0 to 26.66.0.
- [Release notes](https://github.com/googleapis/java-cloud-bom/releases )
- [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/release-please-config.json )
- [Commits](https://github.com/googleapis/java-cloud-bom/compare/v26.65.0...v26.66.0 )
---
updated-dependencies:
- dependency-name: com.google.cloud:libraries-bom
dependency-version: 26.66.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-20 13:56:43 +02:00
dependabot[bot]
e448690086
build(deps): bump software.amazon.awssdk:bom from 2.32.21 to 2.32.26
...
Bumps software.amazon.awssdk:bom from 2.32.21 to 2.32.26.
---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
dependency-version: 2.32.26
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-20 13:56:21 +02:00
Florian Hussonnois
3929bf6172
feat(system): add distinct server-events for reporting
...
Refactor the services used to generate periodic reports on server usage.
Related-to: kestra-io/kestra-ee#3014
2025-08-20 12:20:31 +02:00
Piyush Bhaskar
ab9951466d
feat(core): implement tab tracking on editor events ( #10781 )
2025-08-20 14:26:46 +05:30
brian.mulier
ef59a6de26
fix(tests): add test on task runners to assert they can work and transmit their wdir
2025-08-20 09:55:01 +02:00
lizi3
0a64ae7e63
perf(sql):Optimize SQL performance by replacing SQL_CALC_FOUND_ROWS with COUNT(*)
2025-08-20 09:54:39 +02:00
lizi3
8c3cd2856a
perf(sql):Optimize SQL performance by replacing SQL_CALC_FOUND_ROWS with COUNT(*)
2025-08-20 09:54:39 +02:00
AJ Emerich
6def8ef831
fix(webhook-trigger): fix documentation typos ( #10790 )
2025-08-20 09:18:42 +02:00
Piyush Bhaskar
0cc1bffc20
refactor(core): new No Data page when no versioned plugins ( #10751 )
...
* refactor(core): new No Data page when no versioned plugins
* chore(core): localize to languages other than english (#10752 )
Co-authored-by: GitHub Action <actions@github.com >
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Action <actions@github.com >
2025-08-20 12:23:51 +05:30
Barthélémy Ledoux
3bdf55a649
refactor(flows): rename MultiPanelFlowEditorView and extract MultiPanelEditorTabs component ( #10783 )
2025-08-19 16:31:34 +02:00
Barthélémy Ledoux
767a375292
fix(ui): update context docs menu links and section titles ( #10768 )
2025-08-19 16:24:16 +02:00
brian.mulier
1509ce9b98
fix(core): change cache policy on files returned by webserver that needs to stay fresh
...
closes #7499
2025-08-19 11:52:48 +02:00
brian.mulier
5a3f3d3312
fix(namespaces): properly send editor content upon creating / updating ns file
...
part of #7499
2025-08-19 11:52:48 +02:00
Roman Acevedo
6394c337ae
fix(tests): filter out ExecutionKind.TEST from FlowTriggers
...
- fixes Silence flow trigger on TEST-kind executions kestra-ee#4689
2025-08-19 11:03:48 +02:00
Piyush Bhaskar
be4518466f
fix(kv): fixes KV creation using authStore
2025-08-19 11:39:29 +05:30
Piyush Bhaskar
543bed48c9
feat(core): changes to introduce Namespace Context ( #10750 )
2025-08-19 11:06:58 +05:30
Barthélémy Ledoux
5e57d11b73
refactor: make auth store use pinia ( #10558 )
...
Co-authored-by: Piyush Bhaskar <102078527+Piyush-r-bhaskar@users.noreply.github.com >
Co-authored-by: Piyush-r-bhaskar <impiyush0012@gmail.com >
2025-08-18 15:32:13 +02:00
Piyush Bhaskar
98189392a2
fix(core): show flow graph inside blueprint detail ( #10771 )
2025-08-18 17:59:13 +05:30
Piyush Bhaskar
ac9a01964a
refactor(executions): implement splitter for execution outputs ( #10677 )
2025-08-18 17:58:50 +05:30
Piyush Bhaskar
8479323f97
refactor: migrate Splitpanes for Element Plus el-splitter. ( #10669 )
...
Co-authored-by: Bart Ledoux <bledoux@kestra.io >
2025-08-18 16:05:34 +05:30
brian.mulier
4b80b92423
refacto(namespaces): uniformize namespaces usage & retrieval
...
closes kestra-io/kestra-ee#3500
closes kestra-io/kestra-ee#3356
closes kestra-io/kestra-ee#3163
closes kestra-io/kestra-ee#4713
closes kestra-io/kestra-ee#3210
closes kestra-io/kestra#10700
related to kestra-io/kestra#10701
2025-08-18 12:18:47 +02:00
brian.mulier
2e7d714bcb
chore(deps): bump ui-libs from 0.0.237 to 0.0.238
2025-08-18 12:18:47 +02:00
Roman Acevedo
73cf7f04fb
test(e2e): make sure used docker image is local
2025-08-18 12:03:44 +02:00
Roman Acevedo
ac0ab7e8fa
Revert "build(deps): bump com.gradleup.shadow from 8.3.9 to 9.0.1"
...
This reverts commit fa6da9bd0b .
2025-08-18 12:03:44 +02:00
Roman Acevedo
c1876e69ed
test(e2e): print logs if backend failed to start
2025-08-18 12:03:44 +02:00
Roman Acevedo
cf73a80f2e
test(e2e): fix e2e marked as cancelled when near timeout
2025-08-18 12:03:44 +02:00
Barthélémy Ledoux
53687f4a1f
fix(core): avoid triggering hundreds of reactivity updates for each icon ( #10766 )
2025-08-18 11:37:37 +02:00
Florian Hussonnois
749bf94125
fix(core): fix preconditions rendering for ExecutionOutputs ( #10651 )
...
Ensure that preconditions are always re-rendered for any
new executions
Changes:
* add new fluent skipCache methods on RunContextProperty and Property
classes
Fix : #10651
2025-08-18 09:24:58 +02:00
Nicolas K.
25a7994f63
fix(test): disable kafka concurrency queue test ( #10755 )
...
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
2025-08-14 16:59:21 +02:00
Anna Geller
e03c894f3a
fix: spelling
2025-08-14 15:27:09 +02:00
Piyush Bhaskar
99772c1a48
fix(ui): fixes logo cut off on no permission interface ( #10739 )
2025-08-14 18:43:28 +05:30
Roman Acevedo
93d6b816bf
fix(tests): namespace binding was breaking filtering in Flow page
...
fixes https://github.com/kestra-io/kestra-ee/issues/4691
the additional namespace binding in Tabs was added in PR https://github.com/kestra-io/kestra/pull/10543 to solve the special case of Namespace creation
2025-08-14 13:39:42 +02:00
Nicolas K.
a3b0512bec
feat(storages): #10636 add tenant id to mock trigger ( #10749 )
...
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
2025-08-14 12:07:21 +02:00
Loïc Mathieu
265f72b629
fix(execution): parallel flowable may not ends all child flowable
...
Parallel flowable tasks like `Parallel`, `Dag` and `ForEach` are racy. When a task fail in a branch, other concurrent branches that have flowable may never ends.
We make sure that all children are terminated when a flowable is itself terminated.
Fixes #6780
2025-08-14 12:06:15 +02:00
YannC
07a8d9a665
fix: avoid file being displayed as diff in namespace file editor ( #10746 )
...
close #10744
2025-08-14 10:38:33 +02:00
Piyush Bhaskar
59bd607db2
refactor(misc): add misc module to override ( #10737 )
2025-08-14 13:48:29 +05:30
Nicolas K.
1618815df4
Feat/add get path without tenant ( #10741 )
...
* feat(storages): #10636 add get path without tenant id
* feat(storages): #10636 remove first / from get path method
---------
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
2025-08-13 17:48:03 +02:00
Nicolas K.
a2c3799ab7
feat(storages): #10636 add get path without tenant id ( #10740 )
...
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
2025-08-13 16:51:09 +02:00
Loïc Mathieu
986a2b4d11
chore(ci): don't run docker PR image workflow on forks
2025-08-13 15:32:41 +02:00
Loïc Mathieu
cdd591dab7
fix(tests): makes JdbcQueueTest less flaky
2025-08-13 14:56:39 +02:00
Malaydewangan09
9f5cf5aeb9
fix(): subgroups for better readability
2025-08-13 14:41:47 +05:30
Nicolas K.
cc5f73ae06
wip(storages): add non tenant dependant method to storage interface ( #10637 )
...
* wip(storages): add non tenant dependant method to storage interface
* feat(storages): #10636 add instance method to retrieve resources without the tenant id
* fix(stores): #4353 failing unit tests after now that tenant id can't be null
---------
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
2025-08-13 11:00:25 +02:00
dependabot[bot]
e461e46a1c
build(deps): bump io.micrometer:micrometer-core from 1.15.2 to 1.15.3
...
Bumps [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer ) from 1.15.2 to 1.15.3.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.15.2...v1.15.3 )
---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-core
dependency-version: 1.15.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-13 10:52:52 +02:00
dependabot[bot]
fa6da9bd0b
build(deps): bump com.gradleup.shadow from 8.3.9 to 9.0.1
...
Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow ) from 8.3.9 to 9.0.1.
- [Release notes](https://github.com/GradleUp/shadow/releases )
- [Commits](https://github.com/GradleUp/shadow/compare/8.3.9...9.0.1 )
---
updated-dependencies:
- dependency-name: com.gradleup.shadow
dependency-version: 9.0.1
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-13 10:52:21 +02:00
dependabot[bot]
3cb6815eac
build(deps): bump org.assertj:assertj-core from 3.27.3 to 3.27.4
...
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj ) from 3.27.3 to 3.27.4.
- [Release notes](https://github.com/assertj/assertj/releases )
- [Commits](https://github.com/assertj/assertj/compare/assertj-build-3.27.3...assertj-build-3.27.4 )
---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
dependency-version: 3.27.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-13 10:19:45 +02:00
dependabot[bot]
bde9972b26
build(deps): bump actions/checkout from 4 to 5
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-13 10:09:06 +02:00
dependabot[bot]
bc828efec9
build(deps): bump software.amazon.awssdk.crt:aws-crt
...
Bumps [software.amazon.awssdk.crt:aws-crt](https://github.com/awslabs/aws-crt-java ) from 0.38.8 to 0.38.9.
- [Release notes](https://github.com/awslabs/aws-crt-java/releases )
- [Commits](https://github.com/awslabs/aws-crt-java/compare/v0.38.8...v0.38.9 )
---
updated-dependencies:
- dependency-name: software.amazon.awssdk.crt:aws-crt
dependency-version: 0.38.9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-13 10:07:37 +02:00
dependabot[bot]
c62f503f1a
build(deps): bump software.amazon.awssdk:bom from 2.32.16 to 2.32.21
...
Bumps software.amazon.awssdk:bom from 2.32.16 to 2.32.21.
---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
dependency-version: 2.32.21
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-13 10:06:21 +02:00
dependabot[bot]
15a6323122
build(deps): bump flyingSaucerVersion from 9.13.1 to 9.13.2
...
Bumps `flyingSaucerVersion` from 9.13.1 to 9.13.2.
Updates `org.xhtmlrenderer:flying-saucer-core` from 9.13.1 to 9.13.2
- [Release notes](https://github.com/flyingsaucerproject/flyingsaucer/releases )
- [Changelog](https://github.com/flyingsaucerproject/flyingsaucer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/flyingsaucerproject/flyingsaucer/compare/v9.13.1...v9.13.2 )
Updates `org.xhtmlrenderer:flying-saucer-pdf` from 9.13.1 to 9.13.2
- [Release notes](https://github.com/flyingsaucerproject/flyingsaucer/releases )
- [Changelog](https://github.com/flyingsaucerproject/flyingsaucer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/flyingsaucerproject/flyingsaucer/compare/v9.13.1...v9.13.2 )
---
updated-dependencies:
- dependency-name: org.xhtmlrenderer:flying-saucer-core
dependency-version: 9.13.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.xhtmlrenderer:flying-saucer-pdf
dependency-version: 9.13.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-13 10:05:10 +02:00
dependabot[bot]
21cb7b497d
build(deps): bump org.jooq:jooq from 3.20.5 to 3.20.6
...
Bumps org.jooq:jooq from 3.20.5 to 3.20.6.
---
updated-dependencies:
- dependency-name: org.jooq:jooq
dependency-version: 3.20.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-13 10:03:54 +02:00
Loïc Mathieu
26cb6ef9ad
fix(execution): concurrency limit didn't work with afterExecutions
...
This is because the execution is never considered fully terminated so concurrency limit is not handled properly.
This should also affect SLA, trigger lock, and other cleaning stuff.
The root issue is that, with a worker task from afterExecution, there are no other update on the execution itself (as it's already terminated) so no execution messages are again processed by the executor.
Because of that, the worker task result message from the afterExecution block is the last message, but unfortunatly as messages from the worker task result have no flow attached, the computation of the final termination is incorrect.
The solution is to load the flow if null inside the executor and the execution is terminated which should only occurs inside afterExecution.
Fixes #10657
Fixes #8459
Fixes #8609
2025-08-13 09:29:46 +02:00
Piyush Bhaskar
95c438515d
fix(core): pass viewTypes to initYamlSource ( #10704 )
2025-08-13 12:32:17 +05:30
Florian Hussonnois
194ae826e5
chore(system): add WorkerJobQueueInterface to properly pass workerId on subscribe
2025-08-12 19:26:31 +02:00
Prayag
31dbecec77
fix(core): Enter key is now validating filter / refreshing data ( #9630 )
...
closes #9471
---------
Co-authored-by: brian.mulier <bmmulier@hotmail.fr >
2025-08-12 17:23:10 +02:00
Anna Geller
b39bcce2e8
fix(translation): close https://github.com/kestra-io/kestra/issues/9857
2025-08-12 13:00:14 +02:00
github-actions[bot]
95ac5ce8a7
chore(core): localize to languages other than english ( #10697 )
...
Extended localization support by adding translations for multiple languages using English as the base. This enhances accessibility and usability for non-English-speaking users while keeping English as the source reference.
Co-authored-by: GitHub Action <actions@github.com >
2025-08-12 12:54:34 +02:00
Piyush Bhaskar
90f913815d
fix(core): fix misc store to access configs. ( #10692 )
2025-08-12 16:24:17 +05:30
Anna Geller
5944db5cc8
fix: translation for sample prompt ( #10696 )
2025-08-12 12:51:10 +02:00
Loïc Mathieu
577f813eef
fix(executions): SLA monitor should take into account restarted executions
2025-08-12 11:46:58 +02:00
Loïc Mathieu
06a9f13676
fix(executions): concurrency limit exceeded when restarting an execution
...
Fixes #7880
2025-08-12 11:46:58 +02:00
Loïc Mathieu
1fd6e23f96
feat(flows): Flow SLA out of beta
...
Part-of: https://github.com/kestra-io/kestra-ee/issues/4555
2025-08-12 11:29:32 +02:00
Piyush Bhaskar
9a32780c8c
fix(flow): fixes flow deletion inside actions ( #10693 )
2025-08-12 14:56:31 +05:30
Nicolas K.
af140baa66
Feat/add filters to repositories ( #10629 )
...
* wip(repositories): use query filter in the log repository
* feat(repositories): #10628 refactor query builder engine
* fix(repositories): #10628 add sort to findAsych query
* Update core/src/main/java/io/kestra/core/utils/ListUtils.java
Co-authored-by: Loïc Mathieu <loikeseke@gmail.com >
---------
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
Co-authored-by: Loïc Mathieu <loikeseke@gmail.com >
2025-08-12 11:17:47 +02:00
Florian Hussonnois
54b0183b95
fix(system): avoid unsupported type error on ServiceType enum
2025-08-12 10:01:30 +02:00
Loïc Mathieu
64de3d5fa8
fix(executions): correctly fail the request when trying to resume an execution with the wrong inputs
...
Fixes #9959
2025-08-12 09:39:02 +02:00
Piyush Bhaskar
4c17aadb81
fix(ui): more visible color for deafult edge ( #10690 )
2025-08-12 12:44:20 +05:30
Piyush Bhaskar
bf424fbf53
fix(core): reduce size of code block text and padding ( #10689 )
2025-08-12 11:46:52 +05:30
brian.mulier
edcdb88559
fix(dashboard): avoid duplicate dashboard calls + properly refresh dashboards on refresh button + don't discard component entirely on refresh
2025-08-11 22:28:19 +02:00
brian.mulier
9a9d0b995a
fix(dashboard): properly use time filters in queries
...
closes kestra-io/kestra-ee#4389
2025-08-11 22:28:19 +02:00
brian-mulier-p
5c5d313fb0
fix(metrics): restore autocompletion on metrics filter ( #10688 )
2025-08-11 21:08:56 +02:00
Nicolas K.
dfd4d87867
feat(releases): add test jar to meven central deployment ( #10675 )
...
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
2025-08-11 15:56:51 +02:00
Piyush Bhaskar
367d773a86
fix(flows): enable the save and makes tab dirty when have unsaved changes in no code ( #10671 )
2025-08-11 18:35:56 +05:30
brian.mulier
c819f15c66
tests(core): add a test to taskrunners to ensure it's working multiple times on the same working directory
...
part of kestra-io/plugin-ee-kubernetes#45
2025-08-11 14:59:15 +02:00
Loïc Mathieu
673b5c994c
feat(flows): add upstream dependencies in flow dependencies
...
Closes #10638
2025-08-11 12:43:33 +02:00
Loïc Mathieu
2acf37e0e6
fix(executions): properly fail the task if it contains unsupported unicode sequence
...
This occurs in Postgres using the `\u0000` unicode sequence. Postgres refuse to store any JSONB with this sequence as it has no textual representation.
We now properly detect that and fail the task.
Fixes #10326
2025-08-11 11:53:39 +02:00
Ludovic DEHON
0d7fcbb936
build(core): create a docker image for each pull request ( #10644 )
...
relate to kestra-io/kestra#10643
2025-08-09 00:18:28 +02:00
Miloš Paunović
42b01d6951
chore(core): reload number of dependencies on flow save action ( #10663 )
...
Closes https://github.com/kestra-io/kestra/issues/10484 .
2025-08-08 15:11:41 +02:00
Miloš Paunović
9edfb01920
chore(core): uniform dependency table namespace label ( #10655 )
2025-08-08 13:14:53 +02:00
Miloš Paunović
7813337f48
fix(core): ensure dependency table updates occur after dom is fully rendered ( #10654 )
...
Closes https://github.com/kestra-io/kestra/issues/10639 .
2025-08-08 12:52:16 +02:00
Miloš Paunović
ea0342f82a
refactor(core): remove revision property from flow nodes in dependency graph ( #10650 )
...
Related to https://github.com/kestra-io/kestra/issues/10633 .
2025-08-08 12:21:01 +02:00
Piyush Bhaskar
ca8f25108e
fix(core): update flow store usage. ( #10649 )
2025-08-08 11:34:09 +02:00
Miloš Paunović
49b6c331a6
chore(core): amend edge color scheme in execution dependency graph ( #10648 )
...
Related to https://github.com/kestra-io/kestra/issues/10639 .
2025-08-08 11:29:11 +02:00
Miloš Paunović
e409fb7ac0
chore(core): lower the wheel sensitivity on zooming of dependency graph ( #10647 )
...
Relates to https://github.com/kestra-io/kestra/issues/10639 .
2025-08-08 10:27:51 +02:00
Miloš Paunović
0b64c29794
fix(flows): properly import pinia store into a dependency graph composable ( #10646 )
2025-08-08 10:25:58 +02:00
Piyush Bhaskar
c4665460aa
fix(flows): copy trigger url propely. ( #10645 )
2025-08-08 12:57:41 +05:30
Barthélémy Ledoux
5423b6e3a7
refactor: move flow store to pinia ( #10620 )
2025-08-08 09:04:33 +02:00
Vanshika Kumar
114669e1b5
chore(core): add padding around user image in left sidebar ( #10553 )
...
Co-authored-by: Vanshika Kumar <vanshika.kumar-ext@infra.market >
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
2025-08-08 08:34:23 +02:00
Loïc Mathieu
d75f0ced38
fix(executions): allow caching tasks that use the 'workingDir' variable
...
Fixes #10253
2025-08-07 17:26:24 +02:00
brian.mulier
0a788d8429
fix(core): ensure props with defaults are not marked as required in generated doc
2025-08-07 15:07:00 +02:00
brian.mulier
8c25d1bbd7
fix(core): wrong @NotNull import leading to key not being marked as required
...
closes #9287
2025-08-07 15:07:00 +02:00
YannC
4e2e8f294f
fix: avoid calling nextExecutionDate if value is null when resetting trigger ( #10547 )
2025-08-07 14:51:27 +02:00
Barthélémy Ledoux
2c34804ce2
fix(core): update necessary node viewer in gradle build ( #10624 )
2025-08-07 13:38:29 +02:00
Piyush Bhaskar
bab4eef790
refactor(namespace): migrate namespace module to pinia ( #10571 )
...
* refactor(namespace): migrate namespace module to pinia
* refactor(namespaces): override the store and fix the test
* fix: test in good way
* refactor: rename action as ee
* refactor: state and action is different
* refactor: namespaces store in composition API and composable to use the common state, actions
* fix: export validate
2025-08-07 16:20:51 +05:30
Miloš Paunović
94aa628ac1
feat(core): implement different graph type for dependencies view ( #10240 )
...
Closes https://github.com/kestra-io/kestra/issues/5350 .
Closes https://github.com/kestra-io/kestra/issues/10446 .
Closes https://github.com/kestra-io/kestra/issues/10563 .
Closes https://github.com/kestra-io/kestra-ee/issues/3431 .
Closes https://github.com/kestra-io/kestra-ee/issues/4509 .
Relates to https://github.com/kestra-io/kestra/issues/10484 .
Relates to https://github.com/kestra-io/kestra-ee/issues/3550 .
2025-08-07 12:12:12 +02:00
Loïc Mathieu
da180fbc00
chore(system): add a note on MapUtils.nestedToFlattenMap() method
2025-08-07 12:01:31 +02:00
Anna Geller
c7bd592bc7
fix(ai-agent): add prompt suggestion
2025-08-07 10:42:35 +02:00
Florian Hussonnois
693d174960
chore(system): provide a more useful Either utility class
...
Rewrite and add tests to Either class to be a bit
more useable
2025-08-07 10:31:28 +02:00
Florian Hussonnois
8ee492b9c5
fix(system): fix consumer commit on JDBC queue
...
Ensure that JDBC queue records are committed to the consumer
after processing. This fixes a rare issue where executions could be blocked after a runner crash.
2025-08-07 10:31:17 +02:00
Loïc Mathieu
d6b8ba34ea
chore(system): provide a MapUtils.nestedToFlattenMap() method
...
It will be used to nest a previously flatten map when needed.
2025-08-07 10:00:13 +02:00
dependabot[bot]
08cc853e00
build(deps): bump software.amazon.awssdk.crt:aws-crt
...
Bumps [software.amazon.awssdk.crt:aws-crt](https://github.com/awslabs/aws-crt-java ) from 0.38.7 to 0.38.8.
- [Release notes](https://github.com/awslabs/aws-crt-java/releases )
- [Commits](https://github.com/awslabs/aws-crt-java/compare/v0.38.7...v0.38.8 )
---
updated-dependencies:
- dependency-name: software.amazon.awssdk.crt:aws-crt
dependency-version: 0.38.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-07 09:19:01 +02:00
dependabot[bot]
4f68715483
build(deps): bump org.apache.commons:commons-compress
...
Bumps [org.apache.commons:commons-compress](https://github.com/apache/commons-compress ) from 1.27.1 to 1.28.0.
- [Changelog](https://github.com/apache/commons-compress/blob/master/RELEASE-NOTES.txt )
- [Commits](https://github.com/apache/commons-compress/compare/rel/commons-compress-1.27.1...rel/commons-compress-1.28.0 )
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
dependency-version: 1.28.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-07 09:18:02 +02:00
Karthik D
edde1b6730
fix(core): fixes overflow of outputs content
...
* fix
* fix
* fix: minor tweaks
* fix: scope the style
---------
Co-authored-by: Piyush-r-bhaskar <impiyush0012@gmail.com >
2025-08-07 12:37:44 +05:30
Biplab Bera
399446f52e
feat: disabled the preview button in output tabs for zip files ( #10535 )
...
Co-authored-by: Piyush Bhaskar <102078527+Piyush-r-bhaskar@users.noreply.github.com >
2025-08-07 11:56:58 +05:30
Florian Hussonnois
c717890fbc
fix(build): fix and enhance release-plugins.sh
...
Skip gradle release when tag already exists
Check for staging files before commiting
2025-08-06 17:17:50 +02:00
Barthélémy Ledoux
5328b0c574
fix(flows): allow date inputs in playground ( #10611 )
2025-08-06 15:36:29 +02:00
Barthélémy Ledoux
de14cae1f0
fix(flows): playground only clear highlighted lines on leave task ( #10612 )
2025-08-06 15:36:17 +02:00
Miloš Paunović
d8a3e703e7
feat(core): add animated edges to topology graph ( #10616 )
...
Closes kestra-io/kestra#10614 .
2025-08-06 14:49:31 +02:00
dependabot[bot]
90659bc320
build(deps): bump com.azure:azure-sdk-bom from 1.2.36 to 1.2.37
...
Bumps [com.azure:azure-sdk-bom](https://github.com/azure/azure-sdk-for-java ) from 1.2.36 to 1.2.37.
- [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.2.36...azure-sdk-bom_1.2.37 )
---
updated-dependencies:
- dependency-name: com.azure:azure-sdk-bom
dependency-version: 1.2.37
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-06 12:55:33 +02:00
dependabot[bot]
37d1d8856e
build(deps): bump software.amazon.awssdk:bom from 2.32.11 to 2.32.16
...
Bumps software.amazon.awssdk:bom from 2.32.11 to 2.32.16.
---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
dependency-version: 2.32.16
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-06 11:56:59 +02:00
Florian Hussonnois
93a4eb5cbc
build: add plugin-datagen to plugin list
2025-08-06 11:11:46 +02:00
Miloš Paunović
de160c8a2d
chore(deps): regular dependency update ( #10607 )
...
Performing a weekly round of dependency updates in the NPM ecosystem to keep everything up to date.
2025-08-06 10:20:32 +02:00
dependabot[bot]
28458b59eb
build(deps): bump com.mysql:mysql-connector-j from 9.3.0 to 9.4.0
...
Bumps [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j ) from 9.3.0 to 9.4.0.
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES )
- [Commits](https://github.com/mysql/mysql-connector-j/compare/9.3.0...9.4.0 )
---
updated-dependencies:
- dependency-name: com.mysql:mysql-connector-j
dependency-version: 9.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-06 09:50:39 +02:00
dependabot[bot]
2a256d9505
build(deps): bump org.eclipse.angus:jakarta.mail from 2.0.3 to 2.0.4
...
Bumps org.eclipse.angus:jakarta.mail from 2.0.3 to 2.0.4.
---
updated-dependencies:
- dependency-name: org.eclipse.angus:jakarta.mail
dependency-version: 2.0.4
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-06 09:50:20 +02:00
dependabot[bot]
9008b21007
build(deps): bump com.google.cloud:libraries-bom from 26.64.0 to 26.65.0
...
Bumps [com.google.cloud:libraries-bom](https://github.com/googleapis/java-cloud-bom ) from 26.64.0 to 26.65.0.
- [Release notes](https://github.com/googleapis/java-cloud-bom/releases )
- [Changelog](https://github.com/googleapis/java-cloud-bom/blob/main/release-please-config.json )
- [Commits](https://github.com/googleapis/java-cloud-bom/compare/v26.64.0...v26.65.0 )
---
updated-dependencies:
- dependency-name: com.google.cloud:libraries-bom
dependency-version: 26.65.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-06 09:49:35 +02:00
dependabot[bot]
8c13bf6a71
build(deps): bump com.gradleup.shadow from 8.3.8 to 8.3.9
...
Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow ) from 8.3.8 to 8.3.9.
- [Release notes](https://github.com/GradleUp/shadow/releases )
- [Commits](https://github.com/GradleUp/shadow/compare/8.3.8...8.3.9 )
---
updated-dependencies:
- dependency-name: com.gradleup.shadow
dependency-version: 8.3.9
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-06 09:49:06 +02:00
dependabot[bot]
43888cc3dd
build(deps): bump actions/download-artifact from 4 to 5
...
Bumps [actions/download-artifact](https://github.com/actions/download-artifact ) from 4 to 5.
- [Release notes](https://github.com/actions/download-artifact/releases )
- [Commits](https://github.com/actions/download-artifact/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-version: '5'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-08-06 09:48:47 +02:00
Piyush Bhaskar
c94093d9f6
fix(flows): ensure plugin documentation change on flow switch ( #10546 )
...
Co-authored-by: Barthélémy Ledoux <bledoux@kestra.io >
2025-08-05 14:29:36 +05:30
Barthélémy Ledoux
8779dec28a
fix(flows): add conditional rendering for restart button based on execution ( #10570 )
2025-08-05 10:22:13 +02:00
Nicolas K.
41614c3a6e
feat(stores): #4353 list all KV for namespace and parent namespaces ( #10470 )
...
* feat(stores): #4353 list all KV for namespace and parent namespaces
* feat(stores): #4353 list all KV for namespace and parent namespaces
* feat(stores): #4353 list all KV for namespace and parent namespaces
---------
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
2025-08-05 09:55:41 +02:00
Barthélémy Ledoux
6b4fdd0688
fix: restore InputForm ( #10568 )
2025-08-05 09:44:39 +02:00
Loïc Mathieu
0319f3d267
feat(system): set the default number of worker threads to 8x available cpu cores
...
This is a better default for mixed workloads and provides better tail latency.
This is also what we advise to our customer.
2025-08-05 09:19:14 +02:00
brian.mulier
0b37fe2cb8
fix(namespaces): autocomplete in kv & secrets
...
related to kestra-io/kestra-ee#4559
2025-08-04 20:29:56 +02:00
brian.mulier
e623dd7729
fix(executions): avoid SSE error in follow execution dependencies
...
closes #10560
2025-08-04 20:22:32 +02:00
Barthélémy Ledoux
db4f7cb4ff
fix(flows)*: load flow for execution needs to be stored most of the time ( #10566 )
2025-08-04 18:54:01 +02:00
Abhilash T
b14b16db0e
fix: Updated InputsForm.vue to clear Radio Button Selection ( #9654 )
...
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
Co-authored-by: Bart Ledoux <bledoux@kestra.io >
2025-08-04 16:03:25 +02:00
brian.mulier
77f6cec0e4
fix(executions): restore execution redirect & subflow logs view from parent
...
closes #10528
closes #10551
2025-08-04 15:46:48 +02:00
Piyush Bhaskar
1748b18d66
chore(core): remove variable and directly assign. ( #10554 )
2025-08-04 18:45:19 +05:30
Piyush Bhaskar
32f96348c1
fix(core): proper state detection from parsed data ( #10527 )
2025-08-04 18:41:05 +05:30
Barthélémy Ledoux
07db0a8c80
fix(flows): no-code - when changing type message avoid warning ( #10498 )
2025-08-04 14:57:28 +02:00
Barthélémy Ledoux
2035fd42c3
refactor: use composition api and ts on revision component ( #10529 )
2025-08-04 14:56:36 +02:00
Barthélémy Ledoux
2856bf07e8
refactor: move editor from vuex to pinia ( #10533 )
...
Co-authored-by: Piyush-r-bhaskar <impiyush0012@gmail.com >
2025-08-04 14:55:55 +02:00
Barthélémy Ledoux
f5327cec33
fix: remove debugging value from playground ( #10541 )
2025-08-04 14:54:45 +02:00
Anna Geller
42955936b2
fix: demo no longer exists
2025-08-04 14:38:13 +02:00
Miloš Paunović
771b98e023
chore(namespaces): add the needed prop for loading all namespaces inside a selector ( #10544 )
2025-08-04 12:44:38 +02:00
Miloš Paunović
b80e8487e3
fix(namespaces): amend problems with namespace secrets and kv pairs ( #10543 )
...
Closes https://github.com/kestra-io/kestra-ee/issues/4584 .
2025-08-04 12:19:52 +02:00
YannC.
f35a0b6d60
fix: add missing webhook releases secrets for github releases
2025-08-01 23:21:27 +02:00
brian.mulier
0c9ed17f1c
fix(core): remove icon for inputs in no-code
...
closes #10520
2025-08-01 16:32:08 +02:00
brian.mulier
7ca20371f8
fix(executions): avoid race condition leading to never-ending follow with non-terminal state
2025-08-01 13:12:14 +02:00
brian.mulier
8ff3454cbd
fix(core): ensure instances can read all messages when no consumer group / queue type
2025-08-01 13:12:14 +02:00
Piyush Bhaskar
09593d9fd2
fix(namespaces): fixes loading of additional ns ( #10518 )
2025-08-01 16:28:01 +05:30
Loïc Mathieu
d3cccf36f0
feat(flow): pull up description to the FlowInterface
...
This avoid the need to parse the flow for ex by AI to get the description.
2025-08-01 12:43:49 +02:00
Loïc Mathieu
eeb91cd9ed
fix(tests): RunContextLoggerTest.secrets(): wrong number of logs in awaitLogs()
2025-08-01 12:41:41 +02:00
Loïc Mathieu
2679b0f067
feat(flows): warn on runnable only properties on non-runnable tasks
...
Closes #9967
Closes #10500
2025-08-01 12:41:08 +02:00
Piyush Bhaskar
54281864c8
fix(executions): do not rely on monaco to get value ( #10515 )
2025-08-01 13:23:43 +05:30
Loïc Mathieu
e4f9b11d0c
fix(ci): workflow build artifact doesn't need the plugin version
2025-08-01 09:41:48 +02:00
Barthélémy Ledoux
12cef0593c
fix(flows): playground need to use ui-libs ( #10506 )
2025-08-01 09:06:11 +02:00
Piyush Bhaskar
c6cf8f307f
fix(flows): route to flow page ( #10514 )
2025-08-01 12:10:56 +05:30
Piyush Bhaskar
3b4eb55f84
fix(executions): properly handle methods and computed for tabs ( #10513 )
2025-08-01 12:10:27 +05:30
YannC
d32949985d
fix: handle empty flows list in lastExecutions correctly ( #10493 )
2025-08-01 07:21:00 +02:00
YannC
c051ca2e66
fix(ui): load correctly filters + refresh dashboard on filter change ( #10504 )
2025-08-01 07:15:46 +02:00
Piyush Bhaskar
93a456963b
fix(editor): adjust padding for editor ( #10497 )
...
* fix(editor): adjust padding for editor
* fix: make padding 16px
2025-07-31 19:10:46 +05:30
YannC.
9a45f17680
fix(ci): do not run github release on tag
2025-07-31 14:37:51 +02:00
github-actions[bot]
5fb6806d74
chore(core): localize to languages other than english ( #10494 )
...
Extended localization support by adding translations for multiple languages using English as the base. This enhances accessibility and usability for non-English-speaking users while keeping English as the source reference.
Co-authored-by: GitHub Action <actions@github.com >
2025-07-31 17:44:10 +05:30
Barthélémy Ledoux
f3cff72edd
fix(flows): forget all old taskRunId when a new execution ( #10487 )
2025-07-31 13:41:57 +02:00
Barthélémy Ledoux
0abc660e7d
fix(flows): wait longer for widgets to be rendered ( #10485 )
2025-07-31 13:41:46 +02:00
Barthélémy Ledoux
f09ca3d92e
fix(flows): load flows documentation when coming back to no-code root ( #10374 )
2025-07-31 13:41:36 +02:00
YannC
9fd778fca1
feat(ui): added http method autocompletion ( #10492 )
2025-07-31 13:28:59 +02:00
Loïc Mathieu
667af25e1b
fix(executions): Don't create outputs from the Subflow task when we didn't wait
...
As, well, if we didn't wait for the subflow execution, we cannot have access to its outputs.
2025-07-31 13:06:58 +02:00
github-actions[bot]
1b1aed5ff1
chore(core): localize to languages other than english ( #10489 )
...
Extended localization support by adding translations for multiple languages using English as the base. This enhances accessibility and usability for non-English-speaking users while keeping English as the source reference.
Co-authored-by: GitHub Action <actions@github.com >
2025-07-31 12:14:37 +02:00
Barthélémy Ledoux
da1bb58199
fix(flows): add the load errors to the flow errors ( #10483 )
2025-07-31 11:53:43 +02:00
Loïc Mathieu
d3e661f9f8
feat(system): improve performance of computeSchedulable
...
- Store flowIds in a list to avoid computing the multiple times
- Storeg triggers by ID in a map to avoid iterating the list of triggers for each flow
2025-07-31 11:35:01 +02:00
yuri1969
2126c8815e
feat(core): validate URL configuration
...
Used the `ServerCommandValidator` style.
BREAKING CHANGE: app won't start due invalid `kestra.url`
2025-07-31 11:24:21 +02:00
yuri1969
6cfc5b8799
fix(build): reduce Gradle warnings
2025-07-31 11:21:01 +02:00
Barthélémy Ledoux
16d44034f0
fix(flows): hide executionkind meta in the logs ( #10482 )
2025-07-31 10:50:34 +02:00
Barthélémy Ledoux
f76e62a4af
fix(executions): do not rely on monaco to get value ( #10467 )
2025-07-31 09:28:33 +02:00
Piyush Bhaskar
f6645da94c
fix(core): remove top spacing from no execution page and removing the redundant code ( #10445 )
...
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
2025-07-31 12:03:58 +05:30
github-actions[bot]
93b2bbf0d0
chore(core): localize to languages other than english ( #10471 )
...
Extended localization support by adding translations for multiple languages using English as the base. This enhances accessibility and usability for non-English-speaking users while keeping English as the source reference.
Co-authored-by: GitHub Action <actions@github.com >
2025-07-31 08:23:08 +02:00
Piyush Bhaskar
9d46e2aece
fix(executions): make columns that are not links normal text ( #10460 )
...
* fix(executions): make it normal text
* fix(executions): use monospace font only
2025-07-31 10:33:33 +05:30
brian.mulier
133315a2a5
chore(deps): hardcode vue override version
2025-07-30 19:25:50 +02:00
brian.mulier
b96b9bb414
fix(core): avoid follow execution from being discarded too early
...
closes #10472
closes #7623
2025-07-30 19:25:50 +02:00
Barthélémy Ledoux
9865d8a7dc
fix(flows): playground - implement new designs ( #10459 )
...
Co-authored-by: brian.mulier <bmmulier@hotmail.fr >
2025-07-30 17:54:46 +02:00
brian-mulier-p
29f22c2f81
fix(core): redesign playground run task button ( #10423 )
...
closes #10389
2025-07-30 15:23:33 +02:00
dependabot[bot]
3e69469381
build(deps): bump net.thisptr:jackson-jq from 1.3.0 to 1.4.0
...
Bumps [net.thisptr:jackson-jq](https://github.com/eiiches/jackson-jq ) from 1.3.0 to 1.4.0.
- [Release notes](https://github.com/eiiches/jackson-jq/releases )
- [Commits](https://github.com/eiiches/jackson-jq/compare/1.3.0...1.4.0 )
---
updated-dependencies:
- dependency-name: net.thisptr:jackson-jq
dependency-version: 1.4.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-30 15:08:39 +02:00
dependabot[bot]
38c24ccf7f
build(deps): bump software.amazon.awssdk:bom from 2.32.6 to 2.32.11
...
Bumps software.amazon.awssdk:bom from 2.32.6 to 2.32.11.
---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
dependency-version: 2.32.11
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-30 15:07:49 +02:00
Loïc Mathieu
12cf41a309
fix(ci): don't publish docker in build-artifact
2025-07-30 14:42:16 +02:00
Malaydewangan09
7b8ea0d885
feat(plugins): add script plugins
2025-07-30 17:27:48 +05:30
Barthélémy Ledoux
cf88bbcb12
fix(flows): playground align restart button button ( #10415 )
2025-07-30 11:57:24 +02:00
Loïc Mathieu
6abe7f96e7
fix(ci): add missing build artifact job
2025-07-30 11:47:10 +02:00
Loïc Mathieu
e73ac78d8b
build(ci): allow downloading the exe from the workflow and not the release
...
This would allow running the workflow even if the release step fail
2025-07-30 11:23:43 +02:00
François Delbrayelle
b0687eb702
fix(): fix icons
2025-07-30 10:28:10 +02:00
weibo1
85f9070f56
feat: Trigger Initialization Method Performance Optimization
2025-07-30 09:23:48 +02:00
YannC
0a42ab40ec
fix(dashboard): pageSize & pageNumber is now correctly pass when fetching a chart ( #10413 )
2025-07-30 08:45:20 +02:00
Piyush Bhaskar
856d2d1d51
refactor(flows): remove execution chart ( #10425 )
2025-07-30 11:54:35 +05:30
YannC.
a7d6dbc8a3
feat(ci): allow to run github release ci on dispatch
2025-07-29 15:04:50 +02:00
YannC.
cf82109da6
fix(ci): correctly pass GH token to release workflow
2025-07-29 15:01:36 +02:00
Barthélémy Ledoux
d4168ba424
fix(flows): playground clear current execution when clearExecutions() ( #10414 )
2025-07-29 14:43:11 +02:00
Loïc Mathieu
46a294f25a
chore(version): upgrade to v1.0.0-SNAPSHOT
2025-07-29 14:23:19 +02:00
Loïc Mathieu
a229036d8d
chore(version): update to version 'v0.24.0-rc0-SNAPSHOT'.
2025-07-29 14:21:49 +02:00
François Delbrayelle
a518fefecd
feat(plugins): add plugin-deepseek
2025-07-29 13:58:11 +02:00
Barthélémy Ledoux
1d3210fd7d
fix(flows): remove text from warning button ( #10370 )
2025-07-29 11:27:37 +02:00
brian-mulier-p
597f84ecb7
fix(core): topology was no longer working on new flows ( #10411 )
...
closes #10354
2025-07-29 11:19:05 +02:00
Barthélémy Ledoux
5f3c7ac9f0
fix(core): allow icons api call to take longer than local call ( #10412 )
2025-07-29 11:13:12 +02:00
Nicolas K.
77c4691b04
fix(tests): rework basic auth service test ( #10409 )
...
* fix(tests): rework basic auth service test
* fix(tests): clean basic auth service test
---------
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
2025-07-29 10:59:43 +02:00
github-actions[bot]
6d34416529
chore(core): localize to languages other than english ( #10410 )
...
Extended localization support by adding translations for multiple languages using English as the base. This enhances accessibility and usability for non-English-speaking users while keeping English as the source reference.
Co-authored-by: GitHub Action <actions@github.com >
2025-07-29 13:55:25 +05:30
Piyush Bhaskar
40a67d5dcd
feat(flows): add webhook curl and json field ( #10392 )
2025-07-29 13:48:28 +05:30
Loïc Mathieu
2c68c704f6
fix(test): flaky test JdbcQueueTest.withGroupAndType()
2025-07-29 09:35:28 +02:00
Miloš Paunović
e59d9f622c
chore(namespaces): properly handle file name field on flow run dialog if set from defaults ( #10390 )
...
Closes https://github.com/kestra-io/kestra/issues/10365 .
2025-07-29 08:29:08 +02:00
Piyush Bhaskar
c951ba39a7
fix(core): make validation less aggressive ( #10406 )
2025-07-29 11:41:38 +05:30
github-actions[bot]
a0200cfacb
chore(core): localize to languages other than english ( #10405 )
...
Extended localization support by adding translations for multiple languages using English as the base. This enhances accessibility and usability for non-English-speaking users while keeping English as the source reference.
Co-authored-by: GitHub Action <actions@github.com >
2025-07-28 20:50:23 +02:00
dependabot[bot]
c6310f0697
build(deps): bump com.github.ben-manes.caffeine:caffeine
...
Bumps [com.github.ben-manes.caffeine:caffeine](https://github.com/ben-manes/caffeine ) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/ben-manes/caffeine/releases )
- [Commits](https://github.com/ben-manes/caffeine/compare/v3.2.1...v3.2.2 )
---
updated-dependencies:
- dependency-name: com.github.ben-manes.caffeine:caffeine
dependency-version: 3.2.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-28 17:28:31 +02:00
dependabot[bot]
21ba59a525
build(deps): bump org.postgresql:postgresql in the gradle group
...
Bumps the gradle group with 1 update: [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc ).
Updates `org.postgresql:postgresql` from 42.7.6 to 42.7.7
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases )
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md )
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.7.6...REL42.7.7 )
---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
dependency-version: 42.7.7
dependency-type: direct:production
dependency-group: gradle
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-28 17:26:23 +02:00
Barthélémy Ledoux
4f9e3cd06c
fix(flows): bring back alignment on overview ( #10369 )
2025-07-28 17:22:55 +02:00
Barthélémy Ledoux
e74010d1a4
fix(flows): playground - use all tasks as breakpoints ( #10399 )
2025-07-28 17:22:23 +02:00
Barthélémy Ledoux
465e6467e9
chore: update ui-libs ( #10391 )
2025-07-28 17:12:56 +02:00
YannC
c68c1b16d9
fix: set postgres and mysql queue offset as a bigint ( #10344 )
2025-07-28 16:28:09 +02:00
YannC
468c32156e
chore: enforce micronaut open api version until Micronaut Platform works ( #10393 )
2025-07-28 16:27:59 +02:00
Loïc Mathieu
6e0a1c61ef
fix(tests): increase the sleep inside ExecutionControllerRunnerTest.triggerExecutionAndFollowDependencies()
...
I'm not happy with that but I ran 3x 100 repetitions and all passed
2025-07-28 16:23:40 +02:00
Loïc Mathieu
552d55ef6b
fix(test): RestactCaseTest.restartFailedWithFinally() should use executionService.isTerminated()
2025-07-28 16:23:40 +02:00
skayliu
08b0b682bf
refactor(pebble): add more timestamp data time format
2025-07-28 16:17:55 +02:00
ben8t
cff90c93bb
feat(plugin): add Notion plugin ( #10049 )
2025-07-28 16:09:01 +02:00
Roman Acevedo
ea465056d0
fix(triggers): bulk action on triggers did not take into account this is async ( #10307 )
2025-07-28 15:21:03 +02:00
Piyush Bhaskar
02f150f0b0
fix(core): animation on ai agent button ( #10379 )
...
* fix(core): animation on ai agent button
* reafctor(ai): add AITriggerButton component.
2025-07-28 18:48:34 +05:30
Loïc Mathieu
95d95d3d3c
fix(tests): fix assertions in DateFilterTest.now()
2025-07-28 14:51:41 +02:00
Nicolas K.
6b8d3d6928
fix(tests): flaky test with wire mock not staring fast enough ( #10383 )
...
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
2025-07-28 14:07:48 +02:00
Piyush Bhaskar
1e347073ca
fix(plugins): go to list of plugins from sidebar ( #10385 )
...
* fix(plugins): go to list of plugins from sidebar
* fix: update route to use path.
2025-07-28 17:24:09 +05:30
Loïc Mathieu
ac09dcecd9
fix(flows): wrong warning in FILE input
...
As we deprecate the `extension` property but still have a default for it, the warning is always disaply.
Removing the default and applying only when needed fixes the issue.
Fixes #10361
2025-07-28 13:40:11 +02:00
Miloš Paunović
40b337cd22
fix(namespaces): make sure the namespace parameter is properly passed when reading a file ( #10384 )
...
Relates to https://github.com/kestra-io/kestra/issues/10363 .
Relates to https://github.com/kestra-io/kestra-ee/issues/4514 .
2025-07-28 12:35:44 +02:00
Karthik D
5377d16036
chore(plugins): simplify the plugins search field ( #10373 )
...
Closes https://github.com/kestra-io/kestra/issues/10300 .
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
2025-07-28 12:15:08 +02:00
Barthélémy Ledoux
f717bc413f
tests: update frontend-tests ( #10380 )
2025-07-28 12:02:32 +02:00
Loïc Mathieu
d6bed2d235
fix(flows): file watching flow should delete the flow when the file is deleted while reading for update
...
When you use flow watching, a file can be updated then deleted, if it occurs quickly you could have a modified event, read the file then have a file not found exception as it has been deleted.
We should delete the flow in this case.
This has been detected because the related tests are flaky, doing that reduce falkiness of the related tests
2025-07-28 12:00:30 +02:00
Loïc Mathieu
07fd74b238
fix(test): flaky ExecutionControllerRunnerTest.triggerExecutionAndFollowDependencies()
2025-07-28 11:50:57 +02:00
Loïc Mathieu
60eef29de2
fix(tests): await for terminated execution instead of sleep in ExecutionControllerRunnerTest.killByIdShouldFailed()
2025-07-28 11:50:57 +02:00
Loïc Mathieu
20ca7b6380
fix(tests): increase wait time to 10 in LogConsumerTests.logs()
...
This should reduce flakiness
2025-07-28 11:50:57 +02:00
Piyush Bhaskar
9d82df61c6
Revert "fix(core): fixes cumbersome operator selection ( #10322 )" ( #10377 )
...
This reverts commit e78210b5eb .
2025-07-28 14:52:58 +05:30
Piyush Bhaskar
e78210b5eb
fix(core): fixes cumbersome operator selection ( #10322 )
2025-07-28 14:29:42 +05:30
Miloš Paunović
83143fae83
fix(executions): add default icons to execution dependency view ( #10375 )
...
Closes https://github.com/kestra-io/kestra/issues/10327 .
2025-07-28 10:58:12 +02:00
Malay Dewangan
25f5ccc6b5
fix(runner): support floating-point CPU values in Docker runner ( #10366 )
2025-07-28 14:21:23 +05:30
Piyush Bhaskar
cf3e49a284
fix(core): give height to tooltip and use ks tokens ( #10372 )
2025-07-28 13:49:42 +05:30
JAGADEESH E
9a72d378df
chore(core): amend missing property causing console warning in the settings page ( #9788 )
...
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
2025-07-28 09:49:14 +02:00
Loïc Mathieu
752a927fac
feat(logs): allow LogShipper to filters on flowId and executionId
...
Closes https://github.com/kestra-io/kestra-ee/issues/4468
2025-07-28 09:40:36 +02:00
yuri
4053392921
fix(core): amend misc label-related issues ( #10044 )
...
* fix(core): amend misc label-related issues
* re-enabled bulk update of label value
* re-enabled merging flow-execution labels by key
* made duplicated keys rejection readable
* forced multiple validations within `RequestUtils`
* ensured existing labels can be overriden
* added multiple tests validating complex scenarios
BREAKING CHANGE: switched from first to last label value override
BREAKING CHANGE: preventing empty key/value labels
BREAKING CHANGE: preventing whitespace in key
* fix(core): reflect feedback
* Deduplicated a list inside the `Labels` task.
* Worked around label mutation at `Worker`.
* Attempted to deduplicate labels within `Execution` as possible.
* fix(core): remove irrelevant changes
2025-07-28 09:38:38 +02:00
Barthélémy Ledoux
8b0483643a
feat(flows): code editor can launch playground ( #10359 )
2025-07-28 09:15:39 +02:00
Piyush Bhaskar
5feeb41c7a
fix(core): update state count emission and filter table executions. ( #10367 )
2025-07-28 12:42:20 +05:30
github-actions[bot]
d7f5e5c05d
chore(core): localize to languages other than english ( #10368 )
...
Extended localization support by adding translations for multiple languages using English as the base. This enhances accessibility and usability for non-English-speaking users while keeping English as the source reference.
Co-authored-by: GitHub Action <actions@github.com >
2025-07-28 09:09:32 +02:00
Aditya
4840f723fc
chore(core): properly handle environment name set either via config and through the settings page ( #10151 )
...
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
2025-07-28 09:06:34 +02:00
Devesh Kumar
8cf159b281
fix(namespaces): prevent namespace folder highlighting when containing file is selected ( #10364 )
...
Closes https://github.com/kestra-io/kestra/issues/10360 .
2025-07-28 08:47:25 +02:00
Loïc Mathieu
4c79576113
fix(tests): improve JdbcQueueTest flaky tests
2025-07-25 12:50:27 +02:00
Florian Hussonnois
f87f2ed753
fix(system): avoid potential NPE in ServiceLivenessManager ( #10338 )
...
Avoid a potential NPE in ServiceLivenessManager when
a local service is unregistered during shutdown before the liveness probe completes
Fix : #10338
2025-07-25 12:33:18 +02:00
Florian Hussonnois
298a6c7ca8
fix(system): ignore state transition failure for indexer
...
Fix : kestra-io/kestra-ee#4474
2025-07-25 11:35:09 +02:00
Loïc Mathieu
ab464fff6e
fix(executions): flow concurrency limit not honors when executions are created at a high rate
...
This is due to the fact that we now process the execution queue concurrently so there is a race when counting currently running executions. This can be seen easily using a ForEachItem as it could create tens or hundreds of executions almost instantly leading to almost all those executions started as they would all see 0 executions running...
Using a dedicated execution running queue, as done in EE, would serialize the messages and fix the issue.
However, if using multiple executor instances and concurrency limit = 1, there is a theoretical race as no locks will be done if no execution is running. A max surge of executions could be as high as the number of executor but this race is less probable to happen in real world scenario.
Fixes #10167
2025-07-25 11:35:00 +02:00
Florian Hussonnois
6dcba16314
chore(core): clean QueryFilter class
2025-07-25 11:34:09 +02:00
Barthélémy Ledoux
80a328e87e
fix(flows): better loading pattern ( #10345 )
2025-07-25 10:14:07 +02:00
Loïc Mathieu
f2034f4975
fix(executions): race condition inside nested ForEach with concurrency
...
Fixes #10167
2025-07-25 09:45:29 +02:00
github-actions[bot]
edca56d168
chore(core): localize to languages other than english ( #10341 )
...
Extended localization support by adding translations for multiple languages using English as the base. This enhances accessibility and usability for non-English-speaking users while keeping English as the source reference.
Co-authored-by: GitHub Action <actions@github.com >
2025-07-24 23:21:03 +02:00
Roman Acevedo
076434cc7c
chore: remove frontend codecov in CI
2025-07-24 18:44:44 +02:00
Barthélémy Ledoux
69d2b97416
feat(flows): playground ( #10042 )
...
Co-authored-by: Loïc Mathieu <loikeseke@gmail.com >
2025-07-24 18:00:13 +02:00
Roman Acevedo
a7b07e5556
chore: update utility scripts still referencing old maven repo
2025-07-24 16:16:41 +02:00
Barthélémy Ledoux
ee6a2ae9a3
fix(flows): parse JSON when switching from string to object ( #10255 )
2025-07-24 15:48:52 +02:00
Florian Hussonnois
e36925c879
fix(system): fix and cleanup StorageInterface ( kestra-io/kestra-ee#4488 )
...
Allow tenantId to be null in storage for cluster-wide
operations on object storage
Related-to: kestra-io/kestra-ee#4488
2025-07-24 15:40:00 +02:00
Piyush Bhaskar
df63fc56fc
fix(ai): shortcut to submit and for newline ( #10325 )
2025-07-24 19:01:18 +05:30
Loïc Mathieu
eb22d3f6ee
feat(logs): allow purging log by execution ID
...
Part-of: https://github.com/kestra-io/kestra-ee/issues/4468
2025-07-24 15:12:27 +02:00
Roman Acevedo
150145692f
fix(cli): tenantService was injected directly, this is not working in cli
2025-07-24 13:56:04 +02:00
Roman Acevedo
a900d8f5bb
fix(cli): when picoli was throwing InitializationException the java process was not stopped
2025-07-24 13:56:04 +02:00
Loïc Mathieu
3e70aacb9c
fix(executions): breakpoint on ForEach
...
We should be able to put a breakpoint without value, easier for the playground
2025-07-24 13:46:51 +02:00
Piyush Bhaskar
31658a1862
fix(core): prevent default if suggestion is active ( #10320 )
2025-07-24 16:18:25 +05:30
Miloš Paunović
694ee7ed86
chore(deps): regular dependency update ( #10314 )
...
Performing a weekly round of dependency updates in the NPM ecosystem to keep everything up to date.
2025-07-24 12:09:22 +02:00
Piyush Bhaskar
83fb225577
fix(executions): update query parameter for state filtering ( #10315 )
2025-07-24 14:40:24 +05:30
Miloš Paunović
1d89f53526
chore(flows): show small execution charts on flow listing ( #10054 )
...
Co-authored-by: YannC. <ycoornaert@kestra.io >
2025-07-24 10:18:27 +02:00
Roman Acevedo
6d72804a54
fix(filters): left menu current page disabling was not working
...
- fixes https://github.com/kestra-io/kestra/issues/9476
2025-07-24 10:01:52 +02:00
Piyush Bhaskar
26bd7dab97
fix(core): check null uri ( #10309 )
2025-07-24 12:46:15 +05:30
dependabot[bot]
1925d7832c
build(deps): bump axios in /ui in the npm_and_yarn group ( #10305 )
...
Bumps the npm_and_yarn group in /ui with 1 update: [axios](https://github.com/axios/axios ).
Updates `axios` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.10.0...v1.11.0 )
---
updated-dependencies:
- dependency-name: axios
dependency-version: 1.11.0
dependency-type: direct:production
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-24 08:42:03 +02:00
Piyush Bhaskar
379649785d
fix(secrets): show namespace column ( #10222 )
...
* fix(secrets): show namespace column
* fix(secrets): update condition
2025-07-24 11:02:41 +05:30
Roman Acevedo
302ec94bee
feat(tests): testsuite run persistence
2025-07-23 20:16:03 +02:00
Malaydewangan09
02f97dfd88
feat(*): add new plugins
2025-07-23 19:52:51 +05:30
dependabot[bot]
ac9f44b766
build(deps): bump flyingSaucerVersion from 9.13.0 to 9.13.1
...
---
updated-dependencies:
- dependency-name: org.xhtmlrenderer:flying-saucer-core
dependency-version: 9.13.1
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: org.xhtmlrenderer:flying-saucer-pdf
dependency-version: 9.13.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-23 16:18:32 +02:00
dependabot[bot]
c287304264
build(deps): bump com.google.cloud:libraries-bom from 26.63.0 to 26.64.0
...
---
updated-dependencies:
- dependency-name: com.google.cloud:libraries-bom
dependency-version: 26.64.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-23 16:17:37 +02:00
Loïc Mathieu
6510cdfbdc
fix(core): revert unwanted changes
...
These changes should not have been added to https://github.com/kestra-io/kestra/pull/10230 .
They have not been properly tested even if they seem to be meaningful
2025-07-23 16:16:39 +02:00
dependabot[bot]
298e9f3ab7
build(deps): bump com.microsoft.playwright:playwright
...
---
updated-dependencies:
- dependency-name: com.microsoft.playwright:playwright
dependency-version: 1.54.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-23 15:37:11 +02:00
Nicolas K.
45291eb2c4
fix(cli): #10062 add tenant to load flows properly at the startup ( #10290 )
...
* fix(cli): #10062 add tenant to load flows properly at the startup
* fix(cli): #10062 add fallback tenant to ee service
* fix(cli): #10062 use tenant id in all cli
---------
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
2025-07-23 15:36:10 +02:00
dependabot[bot]
ebd47b31b1
build(deps): bump software.amazon.awssdk:bom from 2.32.1 to 2.32.6
...
Bumps software.amazon.awssdk:bom from 2.32.1 to 2.32.6.
---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
dependency-version: 2.32.6
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-23 15:35:36 +02:00
dependabot[bot]
48a3a3cbbf
build(deps): bump jacksonVersion from 2.19.1 to 2.19.2
...
Bumps `jacksonVersion` from 2.19.1 to 2.19.2.
Updates `com.fasterxml.jackson:jackson-bom` from 2.19.1 to 2.19.2
- [Commits](https://github.com/FasterXML/jackson-bom/compare/jackson-bom-2.19.1...jackson-bom-2.19.2 )
Updates `com.fasterxml.jackson.core:jackson-core` from 2.19.1 to 2.19.2
- [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.19.1...jackson-core-2.19.2 )
Updates `com.fasterxml.jackson.core:jackson-databind` from 2.19.1 to 2.19.2
- [Commits](https://github.com/FasterXML/jackson/commits )
Updates `com.fasterxml.jackson.core:jackson-annotations` from 2.19.1 to 2.19.2
- [Commits](https://github.com/FasterXML/jackson/commits )
Updates `com.fasterxml.jackson.module:jackson-module-parameter-names` from 2.19.1 to 2.19.2
- [Commits](https://github.com/FasterXML/jackson-modules-java8/compare/jackson-modules-java8-2.19.1...jackson-modules-java8-2.19.2 )
Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-yaml` from 2.19.1 to 2.19.2
- [Commits](https://github.com/FasterXML/jackson-dataformats-text/compare/jackson-dataformats-text-2.19.1...jackson-dataformats-text-2.19.2 )
Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-smile` from 2.19.1 to 2.19.2
- [Commits](https://github.com/FasterXML/jackson-dataformats-binary/compare/jackson-dataformats-binary-2.19.1...jackson-dataformats-binary-2.19.2 )
Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-cbor` from 2.19.1 to 2.19.2
- [Commits](https://github.com/FasterXML/jackson-dataformats-binary/compare/jackson-dataformats-binary-2.19.1...jackson-dataformats-binary-2.19.2 )
Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-ion` from 2.19.1 to 2.19.2
- [Commits](https://github.com/FasterXML/jackson-dataformat-ion/commits )
Updates `com.fasterxml.jackson.dataformat:jackson-dataformat-xml` from 2.19.1 to 2.19.2
- [Commits](https://github.com/FasterXML/jackson-dataformat-xml/compare/jackson-dataformat-xml-2.19.1...jackson-dataformat-xml-2.19.2 )
Updates `com.fasterxml.jackson.datatype:jackson-datatype-guava` from 2.19.1 to 2.19.2
- [Commits](https://github.com/FasterXML/jackson-datatypes-collections/compare/jackson-datatypes-collections-2.19.1...jackson-datatypes-collections-2.19.2 )
Updates `com.fasterxml.jackson.datatype:jackson-datatype-jsr310` from 2.19.1 to 2.19.2
Updates `com.fasterxml.jackson.datatype:jackson-datatype-jdk8` from 2.19.1 to 2.19.2
---
updated-dependencies:
- dependency-name: com.fasterxml.jackson:jackson-bom
dependency-version: 2.19.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-core
dependency-version: 2.19.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-databind
dependency-version: 2.19.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.core:jackson-annotations
dependency-version: 2.19.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.module:jackson-module-parameter-names
dependency-version: 2.19.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml
dependency-version: 2.19.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-smile
dependency-version: 2.19.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-cbor
dependency-version: 2.19.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-ion
dependency-version: 2.19.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml
dependency-version: 2.19.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-guava
dependency-version: 2.19.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jsr310
dependency-version: 2.19.2
dependency-type: direct:production
update-type: version-update:semver-patch
- dependency-name: com.fasterxml.jackson.datatype:jackson-datatype-jdk8
dependency-version: 2.19.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-23 15:34:08 +02:00
dependabot[bot]
fc7b7738bd
build(deps): bump com.mysql:mysql-connector-j from 8.0.33 to 9.3.0
...
Bumps [com.mysql:mysql-connector-j](https://github.com/mysql/mysql-connector-j ) from 8.0.33 to 9.3.0.
- [Changelog](https://github.com/mysql/mysql-connector-j/blob/release/9.x/CHANGES )
- [Commits](https://github.com/mysql/mysql-connector-j/compare/8.0.33...9.3.0 )
---
updated-dependencies:
- dependency-name: com.mysql:mysql-connector-j
dependency-version: 9.3.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-23 15:33:48 +02:00
dependabot[bot]
06ffa6602b
build(deps): bump commons-io:commons-io from 2.19.0 to 2.20.0
...
---
updated-dependencies:
- dependency-name: commons-io:commons-io
dependency-version: 2.20.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-23 15:33:10 +02:00
Piyush Bhaskar
1336cca81a
refactor(template): migrate template module to pinia ( #10226 )
2025-07-23 18:33:38 +05:30
Loïc Mathieu
f0ab8a3067
fix(system)*: don't mix constructor injection with field injection
...
Field injection are resolved after constructor injection so setting threadCount was never used.
2025-07-23 13:31:06 +02:00
github-actions[bot]
3cfd5ebe4d
chore(core): localize to languages other than english ( #10291 )
...
Extended localization support by adding translations for multiple languages using English as the base. This enhances accessibility and usability for non-English-speaking users while keeping English as the source reference.
Co-authored-by: GitHub Action <actions@github.com >
2025-07-23 16:39:21 +05:30
Piyush Bhaskar
f97ad45cef
feat(execution): "Debug Expression" for Trigger Variables ( #10242 )
...
* feat(execution): "Debug Expression" for Trigger Variables
* fix(ui): improve layout and text.
---------
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
2025-07-23 16:00:33 +05:30
Piyush Bhaskar
2a9a0c7484
fix(executions): fixes file preview ( #10252 )
...
* fix(executions): fixes file preview
* fix: remove stored file preview
---------
Co-authored-by: Bart Ledoux <bledoux@kestra.io >
2025-07-23 15:49:17 +05:30
Piyush Bhaskar
9eeffa089c
chore(version): bump ui-libs to version 0.0.222 ( #10285 )
2025-07-23 12:46:03 +05:30
YannC
19df58c6da
feat: hide community button on EE edition ( #10251 )
2025-07-23 08:57:19 +02:00
Piyush Bhaskar
d190522bfd
fix(executions): fixes execution selection action button ( #10257 )
2025-07-23 12:00:17 +05:30
Loïc Mathieu
cbd48b0075
chore(plugins): rename Langchain4j plugin to AI
2025-07-22 16:07:27 +02:00
YannC
ea1603f051
feat(pebble): create a in expression to look for a string in a list ( #9817 )
...
* feat(pebble): create a in expression to look for a string in a list
close #9813
2025-07-22 15:43:25 +02:00
YannC
d24f6059d9
chore(test): Improved TestsUtils and added more tests for coverage in… ( #9776 )
...
* chore(test): Improved TestsUtils and added more tests for coverage in ExecutionControllerRunnerTest
* fix: revert testUtils + reduce sleep time
* fix: replace 2s sleep to 250ms
2025-07-22 15:08:49 +02:00
YannC.
12c8db40ae
feat: action to check if tag is latest in github release
2025-07-22 14:45:38 +02:00
Piyush Bhaskar
3660e1a990
fix(logs): update query filter to show logs ns and flowwise ( #10248 )
2025-07-22 17:54:20 +05:30
Miloš Paunović
ca96c7b5dc
fix(namespaces)*: prevent overwriting namespace file content with undefined string ( #10247 )
2025-07-22 14:23:44 +02:00
bishalbera
d9bdcc5b20
feat(cli): added skip-deprecated flag in plugindoc command
2025-07-22 13:38:48 +02:00
Piyush Bhaskar
c31fae4cc9
fix(triggers): ensure clearing the selection. ( #10245 )
2025-07-22 15:58:49 +05:30
Miloš Paunović
87480d81b8
chore(core): add missing translation key/value pairs ( #10243 )
2025-07-22 11:44:53 +02:00
Nicolas K.
251a821322
fix(repositories): make filter service protected ( #10241 )
...
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
2025-07-22 11:36:57 +02:00
dependabot[bot]
3d0b2b7f01
build(deps): bump the npm_and_yarn group in /ui with 3 updates ( #10236 )
...
---
updated-dependencies:
- dependency-name: vue-i18n
dependency-version: 11.1.10
dependency-type: direct:production
dependency-group: npm_and_yarn
- dependency-name: "@intlify/core-base"
dependency-version: 11.1.10
dependency-type: indirect
dependency-group: npm_and_yarn
- dependency-name: form-data
dependency-version: 4.0.4
dependency-type: indirect
dependency-group: npm_and_yarn
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-07-22 10:37:07 +02:00
Miloš Paunović
0811258d2e
fix(executions): make sure outputs do not overflow over right drawer ( #10238 )
...
Closes https://github.com/kestra-io/kestra/issues/10232 .
2025-07-22 10:12:02 +02:00
Loïc Mathieu
aecd4cc5dd
fix(tests): strengthen awaitExecution predicate
...
In some test situation, awaitExecution may receive old messages so we strenghten the predicate to be sure to wait for the correct execution: the one that ends successfully
2025-07-22 10:08:00 +02:00
YannC.
b1d41f6f47
fix: handle label filter with and instead or for flow
...
close #4390
2025-07-22 09:42:45 +02:00
Piyush Bhaskar
a9d215996b
fix(core): do not show release notes button for ee specific plugins ( #10235 )
...
* fix(core): do not show button for ee specific plugins
* fix(core): refactor for improved readability
2025-07-22 12:16:49 +05:30
Emil Shakirov
812c8b5718
feat(core): add a Pebble function to generate KSUID
2025-07-21 18:17:58 +02:00
Nicolas K.
bc3d534ba6
fix(pebble): #8953 add more flexible day number conversion method ( #10205 )
...
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
2025-07-21 15:25:09 +02:00
Roman Acevedo
ef4f1bdd1f
fix(flows): remove flows date filters UI, they do not exist
...
- fixes https://github.com/kestra-io/kestra/issues/10201
2025-07-21 12:46:35 +02:00
Loïc Mathieu
6bc1e3ec4d
fix(executions)*: restart with finally or afterExecution
...
When a flow fail and is restarted and contains either a finally or an afterExecution block, those are not resetted so the restart will skip all task and terminate the flow.
The fix will reset the status of those tasks so they are restarted.
Fixes #10155
2025-07-21 12:21:25 +02:00
skayliu
80d394fd6a
fix(pebble): fix typo
2025-07-21 12:17:18 +02:00
skayliu
30c4f11b8a
fix(pebble): fix typo
2025-07-21 12:17:18 +02:00
skayliu
7bd21887d1
feat(pebble): add millisecond date time format
2025-07-21 12:17:18 +02:00
Roman Acevedo
770438eb66
feat(tests): use Flow YAML autocompletion
...
- fixes https://github.com/kestra-io/kestra-ee/issues/3900
2025-07-21 11:50:42 +02:00
github-actions[bot]
a8838102ec
chore(core): localize to languages other than english ( #10221 )
...
Extended localization support by adding translations for multiple languages using English as the base. This enhances accessibility and usability for non-English-speaking users while keeping English as the source reference.
Co-authored-by: GitHub Action <actions@github.com >
2025-07-21 11:15:10 +02:00
Piyush Bhaskar
19161cc078
feat(core): update titles , add button slot for license ( #10218 )
2025-07-21 13:31:45 +05:30
Piyush Bhaskar
6c48571101
feat(core): implement backend validation for login for configs and also fixes PH event ( #10196 )
...
* feat(core): implement backend validation for login for configs
* fix(auth): simplify authentication check and api route
* fix: access auth properly
Co-authored-by: Barthélémy Ledoux <bledoux@kestra.io >
* fix(ui): improve auth validation handling and routing
* fix(core): fixes PH event and initialization for setup process.
---------
Co-authored-by: Barthélémy Ledoux <bledoux@kestra.io >
2025-07-21 13:21:17 +05:30
Loïc Mathieu
c09dafca01
fix(executions): support unicode file name inside the internal storage
...
Fixes #9550
2025-07-21 09:51:07 +02:00
yuri1969
3a3dadd8e9
fix(tests): timezone issue
...
Test failed at certain moments when runnin in a non-`Europe/Lisbon` TZ.
2025-07-21 09:03:21 +02:00
skayliu
68c1abb6f2
chore(deps): relocate mysql driver
2025-07-18 12:29:43 +02:00
skayliu
cfea378104
refactor(pebble): Stronger the uuid function from v4 to v7
2025-07-18 12:29:43 +02:00
Barthélémy Ledoux
d1badab05b
fix(core): check if logged in before requesting usages ( #10194 )
...
* fix(core): check if logged in before requesting usages
* fix: avoid calls to get resources when auth not initialized yet
2025-07-18 15:37:49 +05:30
Nicolas K.
581442c427
feat(security) #10180 open basic auth validation endpoint ( #10190 )
...
* feat(security) #10180 open basic auth validation endpoint
* feat(security) #10180 add unit test
---------
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
2025-07-18 11:23:30 +02:00
MilosPaunovic
02430a00b5
feat: introduce ui changes for keeping filename on file input
2025-07-18 11:16:25 +02:00
Loïc Mathieu
f7c5fd3984
feat(executions): use the uploaded file name for inputs of type FILE
...
Use the part name for the input ID, this is a BC.
Use the filename attribute of the part for creating the file inside the internal storage.
Detect previous usage of part name and filename and emit a deprecation warning.
2025-07-18 11:16:25 +02:00
Piyush Bhaskar
3f4b39ec4f
feat(core): add troubleshooting button and doc ( #10191 )
...
* feat(core): add troubleshooting button and doc
* fix: add ?
* fix: type warn
* chore(core): localize to languages other than english (#10193 )
Extended localization support by adding translations for multiple languages using English as the base. This enhances accessibility and usability for non-English-speaking users while keeping English as the source reference.
Co-authored-by: GitHub Action <actions@github.com >
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Action <actions@github.com >
2025-07-18 14:42:28 +05:30
Piyush Bhaskar
ddfe637828
fix(core): adjust word wrap and prevent newlines in input ( #10176 )
...
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
2025-07-18 13:58:16 +05:30
Piyush Bhaskar
e09a89ac03
fix(core): update text from user to account. ( #10187 )
...
* fix(core): update text from user to account.
* chore(core): localize to languages other than english (#10188 )
Extended localization support by adding translations for multiple languages using English as the base. This enhances accessibility and usability for non-English-speaking users while keeping English as the source reference.
Co-authored-by: GitHub Action <actions@github.com >
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Action <actions@github.com >
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
2025-07-18 13:47:37 +05:30
github-actions[bot]
bbb5c2a6e0
chore(core): localize to languages other than english ( #10189 )
...
Extended localization support by adding translations for multiple languages using English as the base. This enhances accessibility and usability for non-English-speaking users while keeping English as the source reference.
Co-authored-by: GitHub Action <actions@github.com >
2025-07-18 10:07:50 +02:00
Piyush Bhaskar
bbf22d8813
fix(ai): show prompt window only if ai is enabled in configs ( #10172 )
2025-07-18 13:19:47 +05:30
Piyush Bhaskar
243522372d
refactor(ai): migrate ai store from Vuex to Pinia ( #10174 )
2025-07-18 13:14:15 +05:30
Roman Acevedo
2a24e29bd9
feat(filters): prevent saving a search with duplicated label
...
- fixes https://github.com/kestra-io/kestra/issues/9026
2025-07-18 09:19:55 +02:00
Miloš Paunović
d7d52cba5a
chore(core): move expand all buttons to the left side ( #10186 )
...
Closes https://github.com/kestra-io/kestra-ee/issues/4394 .
2025-07-18 08:46:44 +02:00
MilosPaunovic
8319ad7439
feat(executions): work on the ui for execution dependencies
2025-07-17 17:45:15 +02:00
Loïc Mathieu
4996ccdefd
feat(system): add a between-items timeout on all our SSE connections
...
This avoid potential connection leak by closing them if nothing happen inside it.
These is very unlickly to happen but as some follow endpoint may have races, for ex an execution ends between the time we fetch it and start listening to its event, this is better to add this as a safety net.
2025-07-17 17:45:15 +02:00
Loïc Mathieu
66889a3d92
feat(executions): execution dependencies
...
Part-of: https://github.com/kestra-io/kestra-ee/issues/4230
2025-07-17 17:45:15 +02:00
Loïc Mathieu
fc0b52dbd0
feat(executions): add execution outputs inside the expression context
...
Closes https://github.com/kestra-io/kestra-ee/issues/3999
2025-07-17 17:44:55 +02:00
Piyush Bhaskar
c7b9e1846e
fix(core): improve handling of setup completion and display values ( #10141 )
2025-07-17 16:30:39 +02:00
Nicolas K.
fe485243f7
fix(security) #10133 add password validation and save error in database for the front to use ( #10177 )
...
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
2025-07-17 16:29:57 +02:00
Anna Geller
8637bb847f
fix(docker-compose): add info about password policy to docker compose example
2025-07-17 16:12:08 +02:00
Nicolas K.
c8d89dbdd4
fix(security) #10133 server error when no basic auth configuration persisted ( #10175 )
...
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
2025-07-17 15:28:15 +02:00
Miloš Paunović
71e3b19f02
chore(core): add back the missing translation keys ( #10170 )
2025-07-17 13:04:33 +02:00
Miloš Paunović
5457c216c8
chore(core): remove non-matching translation keys ( #10169 )
2025-07-17 13:01:10 +02:00
github-actions[bot]
aa2d88fcbb
chore(core): localize to languages other than english ( #10160 )
...
Extended localization support by adding translations for multiple languages using English as the base. This enhances accessibility and usability for non-English-speaking users while keeping English as the source reference.
Co-authored-by: GitHub Action <actions@github.com >
2025-07-17 12:31:16 +02:00
Piyush Bhaskar
393faed512
fix(plugins): adjust font sizes for collapsible body ( #10164 )
2025-07-17 15:29:20 +05:30
Barthélémy Ledoux
0e8e65af7c
feat(flows): add setting to disable hovers in editor ( #10159 )
2025-07-17 10:54:04 +02:00
Piyush Bhaskar
133151377f
fix(triggers): only updates the trigger that matches both flow and trigger Id ( #10158 )
2025-07-17 14:19:21 +05:30
Loïc Mathieu
fa2bf8fc5c
feat(execution): allow to wait for execution completion into a Webhook
...
Closes #10147
2025-07-17 10:47:53 +02:00
Piyush Bhaskar
614c7b2226
fix(core): fixes some design tweaks for Ai Agent ( #9875 )
...
* fix(core): fixes some design tweaks for Ai Agent
* minor tweaks
* fix: show prompt only when AI is enabled.
* fix: dark button
* remove
* fix(core): repair GlobalSearch
* fix(ai): swap shortcut to CTRL + ALT + SHIFT + K to avoid collisions
* fix: add key shortcuts in dropdown
* fix(ui): update AI width , toggle shortcut and editor top spacing
* fix: en.json
---------
Co-authored-by: brian.mulier <bmmulier@hotmail.fr >
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
2025-07-17 12:48:45 +05:30
Loïc Mathieu
05cb79f4b6
feat(executions): provide a task run caching mechanism
...
Closes https://github.com/kestra-io/kestra-ee/issues/3580
2025-07-17 09:16:55 +02:00
Nicolas K.
278dbd8b82
fix(security) #10133 ignore enable=true flag from basic auth config ( #10148 )
...
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
2025-07-16 17:28:48 +02:00
Loïc Mathieu
98d1ab57cc
feat(execution): add execution ID to the latest execution
...
Needed for the new playground functionality.
2025-07-16 16:54:45 +02:00
Nicolas K.
f2fd9f398d
fix(security) #10133 basic auth config always takes priority ( #10145 )
...
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
2025-07-16 15:27:34 +02:00
Piyush Bhaskar
b72381e2cb
fix(ai): refine card styles; add button disabled state colors across UI. ( #10142 )
2025-07-16 18:40:20 +05:30
Piyush Bhaskar
14e853ce40
refactor(store): remove unused graph store module ( #10144 )
2025-07-16 18:39:21 +05:30
Loïc Mathieu
7ebf5989a5
feat(flows): add an API endpoint for listing flow properties
...
Closes #9524
The new endpoint allow for properties only JSON schema for all base types.
2025-07-16 14:36:19 +02:00
Barthélémy Ledoux
b70faea505
refactor: migrate executions store from vuex to pinia ( #10093 )
...
Co-authored-by: Piyush-r-bhaskar <impiyush0012@gmail.com >
2025-07-16 14:14:38 +02:00
dependabot[bot]
f54ed8a488
build(deps): bump io.micrometer:micrometer-core from 1.15.1 to 1.15.2
...
Bumps [io.micrometer:micrometer-core](https://github.com/micrometer-metrics/micrometer ) from 1.15.1 to 1.15.2.
- [Release notes](https://github.com/micrometer-metrics/micrometer/releases )
- [Commits](https://github.com/micrometer-metrics/micrometer/compare/v1.15.1...v1.15.2 )
---
updated-dependencies:
- dependency-name: io.micrometer:micrometer-core
dependency-version: 1.15.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-16 12:48:13 +02:00
dependabot[bot]
6a796b0a25
build(deps): bump com.gorylenko.gradle-git-properties
...
Bumps com.gorylenko.gradle-git-properties from 2.5.0 to 2.5.2.
---
updated-dependencies:
- dependency-name: com.gorylenko.gradle-git-properties
dependency-version: 2.5.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-16 12:14:00 +02:00
Loïc Mathieu
ec7e65d794
fix(system): possible NPE when computing flowable task outputs
2025-07-16 11:22:38 +02:00
Piyush Bhaskar
0c5e190350
fix(ui): reorder collapse items and refine connection properties to show only non required in collapsed ( #9673 )
2025-07-16 14:49:13 +05:30
Piyush Bhaskar
1014cdefeb
refactor(service): migrate service.js to pinia ( #9760 )
...
* refactor(service): migrate service.js to pinia
* fix scope of i18n
Co-authored-by: Barthélémy Ledoux <bledoux@kestra.io >
---------
Co-authored-by: Barthélémy Ledoux <bledoux@kestra.io >
2025-07-16 14:48:51 +05:30
Loïc Mathieu
efdc29f30a
feat(executions): add preview for local files and namespace fles
...
Closes #9740
2025-07-16 11:05:13 +02:00
dependabot[bot]
a44b7f78fb
build(deps): bump org.opensearch.client:opensearch-java
...
---
updated-dependencies:
- dependency-name: org.opensearch.client:opensearch-java
dependency-version: 3.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-16 10:57:57 +02:00
Bart Ledoux
90eb0ffa4f
fix: basePath is now a function
2025-07-16 10:27:33 +02:00
dependabot[bot]
85b5002acf
build(deps): bump org.apache.logging.log4j:log4j-to-slf4j
...
Bumps org.apache.logging.log4j:log4j-to-slf4j from 2.25.0 to 2.25.1.
---
updated-dependencies:
- dependency-name: org.apache.logging.log4j:log4j-to-slf4j
dependency-version: 2.25.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-16 09:54:02 +02:00
dependabot[bot]
4fd66d7781
build(deps): bump com.vanniktech.maven.publish from 0.33.0 to 0.34.0
...
Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin ) from 0.33.0 to 0.34.0.
- [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases )
- [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md )
- [Commits](https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.33.0...0.34.0 )
---
updated-dependencies:
- dependency-name: com.vanniktech.maven.publish
dependency-version: 0.34.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-16 09:53:25 +02:00
dependabot[bot]
362858e4d7
build(deps): bump org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0
...
Bumps org.apache.commons:commons-lang3 from 3.17.0 to 3.18.0.
---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
dependency-version: 3.18.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-16 09:52:56 +02:00
dependabot[bot]
06e4c9f110
build(deps): bump software.amazon.awssdk:bom from 2.31.77 to 2.32.1
...
Bumps software.amazon.awssdk:bom from 2.31.77 to 2.32.1.
---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
dependency-version: 2.32.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-16 09:52:09 +02:00
dependabot[bot]
a71e46169f
build(deps): bump software.amazon.awssdk.crt:aws-crt
...
---
updated-dependencies:
- dependency-name: software.amazon.awssdk.crt:aws-crt
dependency-version: 0.38.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-16 09:51:23 +02:00
Barthélémy Ledoux
4e1c4b7708
fix: curl feature needs baseUrl as a function ( #10092 )
2025-07-15 18:43:12 +02:00
Barthélémy Ledoux
75f5348db1
fix(executions): restore taskruns store ( #10090 )
2025-07-15 15:37:34 +02:00
Piyush Bhaskar
5b5b616def
fix(secrets): circle masked input to replace squarefont. ( #10088 )
2025-07-15 19:05:24 +05:30
Miloš Paunović
ec360bd658
fix(core): remove icons from no code input selector ( #10080 )
...
Closes https://github.com/kestra-io/kestra/issues/10075 .
Co-authored-by: Bart Ledoux <bledoux@kestra.io >
2025-07-15 15:05:48 +02:00
Piyush Bhaskar
4f2a37c31f
fix(core): fixes user with no rights is able to access the dashboard route ( #9361 )
...
* fix(core): allow custom logo slot in sidebar.
* fix: use boolean prop instead of slot
2025-07-15 18:11:35 +05:30
Barthélémy Ledoux
90d572ef33
fix(flow): autocomplete output values in pebble editor ( #10083 )
2025-07-15 14:25:56 +02:00
Biplab Bera
ceecab1811
chore(executions): improve the file input dialog ( #9894 )
...
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
2025-07-15 13:35:25 +02:00
Miloš Paunović
25592ec203
refactor(dashboards): minor improvements of dashboard components code ( #10085 )
2025-07-15 13:24:35 +02:00
github-actions[bot]
d935333c5b
chore(core): localize to languages other than english ( #10086 )
...
Extended localization support by adding translations for multiple languages using English as the base. This enhances accessibility and usability for non-English-speaking users while keeping English as the source reference.
Co-authored-by: GitHub Action <actions@github.com >
2025-07-15 13:11:07 +02:00
Malay Dewangan
e2571ba523
feat(executions): Allow unqueuing to states other than RUNNING #5939 ( #8381 )
...
* feat(executions): added the ui part for being able to unqueue exeution to different state
---------
Co-authored-by: MilosPaunovic <paun992@hotmail.com >
2025-07-15 16:18:35 +05:30
Loïc Mathieu
94dc1cea25
feat(tenants): provide an endpoint that list all tenants dependencies
...
Part-of: https://github.com/kestra-io/kestra-ee/issues/3515
2025-07-15 12:39:17 +02:00
Piyush Bhaskar
87bb87bbbc
fix(ai): update styling for Accept/Decline ( #10082 )
2025-07-15 16:04:30 +05:30
Miloš Paunović
47955fc3c3
fix(core): remove deprecated properties from no code task selector ( #10079 )
...
Closes https://github.com/kestra-io/kestra/issues/10077 .
Closes https://github.com/kestra-io/kestra-ee/issues/4355 .
2025-07-15 11:33:14 +02:00
Anusha G H
be23ac591c
chore(executions): remove cancel button from resume dialog ( #10051 )
...
Co-authored-by: Anusha G H <anushah@sahaj.ai >
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
2025-07-15 10:56:36 +02:00
Miloš Paunović
578e34ee17
chore(deps): update the element-plus package and remove patch file for it ( #10069 )
2025-07-15 10:41:06 +02:00
skayliu
05959ee28c
feat(pebble): add a timestampMilli pebble function ( #10064 )
...
* feat(pebble): add a timestampMilli pebble function
* feat(test): add a timestampMilli pebble function test
* fix(docs): fix typo
* feat(docs): add a timestampMilli pebble function docs
---------
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
2025-07-15 10:32:44 +02:00
Piyush Bhaskar
ae2ce394c9
fix(core): secrets as a tab. ( #10072 )
2025-07-15 13:30:44 +05:30
Miloš Paunović
a3fa2051ce
fix(executions): add missing uuid property ( #10078 )
2025-07-15 08:50:46 +02:00
Anna Geller
6fb0858710
fix: basic auth commented out by default to load setup page first
2025-07-14 14:19:49 +02:00
Anna Geller
df94a248e2
fix(docker-compose): cut the removed enabled flag
2025-07-14 14:08:30 +02:00
Piyush Bhaskar
f826d9ac8e
fix(ui): update label styles for better visual ( #10070 )
...
* fix(ui): update label styles for better visual
* fix: remove light color
2025-07-14 16:35:20 +05:30
Piyush Bhaskar
8d652d5185
fix(core): show plugin toc properly ( #10068 )
2025-07-14 12:13:01 +05:30
Piyush Bhaskar
c4680836a6
fix(ui): properly update theme switching ( #10065 )
2025-07-12 19:15:15 +05:30
brian-mulier-p
77f0f5bb87
fix(core): add an exception to avoid popping challenge in case of wrong credentials on login page ( #10061 )
2025-07-11 17:22:07 +02:00
brian-mulier-p
c68808582b
fix(core): add proxy so that origin is the same as request url for workers ( #10053 )
2025-07-11 16:44:03 +02:00
brian-mulier-p
3a10a52320
feat(core): hide deprecated elements in doc, autocompletion (only types), nocode ( #10020 )
...
closes #7206
closes #8786
closes #9322
2025-07-11 16:41:45 +02:00
François Delbrayelle
0a6bfd1389
fix(gradle): be able to use publishToMavenLocal ( #10047 )
2025-07-11 16:20:20 +02:00
Piyush Bhaskar
b7201055a8
refactor(core): migrate misc store module to pinia ( #10048 )
2025-07-11 19:13:38 +05:30
Roman Acevedo
710f9a3373
test(e2e): include E2E tests in PR CI ( #10036 )
...
* test(e2e): include E2E tests in PR CI
* Update e2e.yml to fix report
* tests(e2e): video and trace on failure
* tests(e2e): unflaky assertion exec
* tests(e2e): slowMo 100ms
2025-07-11 14:31:10 +02:00
brian.mulier
0402362499
fix(core): strict samesite for basic auth cookie
2025-07-11 12:07:49 +02:00
brian-mulier-p
15d3caf62c
fix(core): basic auth is now handled through cookies, header then challenge so that SSE sends it ( #10043 )
2025-07-11 10:56:12 +02:00
Loïc Mathieu
4dc1e52b08
chore(system): avoid calling allTaskWithChild when computing plugin defaults
2025-07-11 09:38:34 +02:00
Roman Acevedo
6f62988135
build: remove codecov for ui #10038
...
As discussed with Bart it is not helping us, it is often red and the conf is not right, and anyway he believes codecov on frontend is not easy and perfect
from Bart: Nuance: I believe that having code coverage on Frontend is a great tool to see where we should track more, but having it as a metric is very unproductive.
The only thing I care about being tested are:
if a component renders at all
what it looks like
... interactions
None of this is covered by code lines.
We could have a demand for 10% coverage of every patch and that's it.
2025-07-11 09:09:27 +02:00
Roman Acevedo
8080bbf964
test(storage): unflaky StorageTestSuite.filesByPrefix
2025-07-11 09:06:32 +02:00
Barthélémy Ledoux
565bee96c9
fix(core): login setup failures when baseUrl is empty ( #10041 )
...
Co-authored-by: Piyush-r-bhaskar <impiyush0012@gmail.com >
2025-07-10 16:29:45 +02:00
Piyush Bhaskar
44f93c0b13
fix(core): streamlining base URL creation ( #10039 )
...
* refactor(core): streamlining base URL creation
* fix: less changes
---------
Co-authored-by: Bart Ledoux <bledoux@kestra.io >
2025-07-10 19:50:04 +05:30
Loïc Mathieu
51f831586a
chore(system): avoid calling TaskRun.toStringState() when not needed
...
This methods do a lot of potentialy big String concatenation so it's better to not call it unless necessary.
2025-07-10 16:06:39 +02:00
Loïc Mathieu
93b9932469
test(executions): improve reliability of the ExecutionControllerRunnerTest
2025-07-10 16:06:26 +02:00
Loïc Mathieu
d10b11ed1f
fix(system): merge flowable outputs when terminated
...
A flowable may compute its outputs before it is terminated. In this case, they can be wiped out when we compute the outputs when terminated.
So we need to merge the maps.
2025-07-10 16:06:26 +02:00
Roman Acevedo
f57ab7a828
feat(tests): impl disabling testcase
2025-07-10 15:32:47 +02:00
Loïc Mathieu
b97f93f2f9
feat(system): use available processor count number of executor threads
2025-07-10 14:59:48 +02:00
Nicolas K.
8094756601
fix(security): use the login/pass of basicAuth for all api urls ( #10027 )
...
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
Co-authored-by: Bart Ledoux <bledoux@kestra.io >
2025-07-10 13:51:27 +02:00
Loïc Mathieu
0de5236f8a
fix(flows): possible NPE at flow validation
2025-07-10 12:40:45 +02:00
Piyush Bhaskar
1b7034d154
fix(ui): fixes color for icon and label in light theme ( #10032 )
2025-07-10 15:50:59 +05:30
Barthélémy Ledoux
732f1d95d7
fix: patch element plus for tabs ( #10034 )
2025-07-10 11:49:11 +02:00
Miloš Paunović
aa3b118cb5
feat(dashboards): implement the table data export functionality ( #9911 )
...
Co-authored-by: Roman Acevedo <roman.acevedo62@gmail.com >
2025-07-10 10:13:25 +02:00
Piyush Bhaskar
2543ad7216
fix(triggers): disable backfill execution based on yaml definition ( #10026 )
2025-07-10 13:35:33 +05:30
Nicolas K.
98463335aa
fix(security): remove the authorization header ( #10025 )
...
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
2025-07-10 09:49:07 +02:00
Nicolas K.
d46ebe2b4a
fix(security): add back www-authenticate header ( #10018 )
...
* fix(security): add back www-authenticate header
* fix basic auth again
* fix: if setup is not done go to setup
* fix(security): don't persist basic auth config if already persisted
---------
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
Co-authored-by: Bart Ledoux <bledoux@kestra.io >
2025-07-10 09:27:42 +02:00
Roman Acevedo
fb96fc2f05
chore(tests): add validation on assertions
2025-07-09 18:25:36 +02:00
Roman Acevedo
910bceb900
fix(webserver): server exceptions were not logged when no message
...
some libraries or even java code throw Exceptions with a 'null' message (but with a stacktrace), in this case our logger was not logging anything
2025-07-09 17:18:58 +02:00
Roman Acevedo
b6475d8552
feat(tests): allow disabling a TestSuite preventing it to run
2025-07-09 17:08:08 +02:00
brian-mulier-p
e136e1ca9a
fix(core): trim expressions in select & multiselect to be able to use '|' instead of '>-' ( #10017 )
...
closes #10016
2025-07-09 16:36:24 +02:00
Piyush Bhaskar
0f6ae24b8e
fix(ui): fixes basic auth handling ( #10010 )
...
Co-authored-by: Bart Ledoux <bledoux@kestra.io >
2025-07-09 15:18:39 +02:00
brian-mulier-p
cc7f1e25e3
feat(kv): add an optional description ( #9886 )
...
closes #9606
2025-07-09 15:08:12 +02:00
Miloš Paunović
63dbff1e7a
chore(dashboards): improve chart data loading and uniform look on preview tab ( #10014 )
2025-07-09 14:53:23 +02:00
YannC
9c6b59c362
fix: bring back lastexecution endpoint ( #9973 )
2025-07-09 13:48:47 +02:00
Miloš Paunović
72341b8090
chore(core): allow displaying topology horizontally ( #10012 )
...
Closes https://github.com/kestra-io/kestra/issues/9980 .
2025-07-09 13:11:17 +02:00
yuri
0c730843c6
docs(schedule): mention Sunday day-of-the-week alias ( #9961 )
2025-07-09 11:39:28 +02:00
Loïc Mathieu
05b50c22e3
feat(executions): allow suspending an execution at a breakpoint
...
- When creating an execution, you can pass a breakpoint of the form `taskId.value` and an execution kind.
- An execution with a breakpoint will be suspended in the `BREAKPOINT` state when arriving at the point where the breakpoint task should be executed
- You can resume an execution from a breakpoint, this would resume the execution and remove the existing breakpoint. At this time a new breakpoint can be passed.
- You can pass a breakpoint when replaying an execution.
Part-of: https://github.com/kestra-io/kestra-ee/issues/1547
2025-07-09 10:56:00 +02:00
dependabot[bot]
cf4f6554e6
build(deps): bump software.amazon.awssdk:bom from 2.31.75 to 2.31.77
...
Bumps software.amazon.awssdk:bom from 2.31.75 to 2.31.77.
---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
dependency-version: 2.31.77
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-09 10:55:39 +02:00
Roman Acevedo
7ec1439bb7
chore: add useful scripts for RC
2025-07-09 10:19:05 +02:00
Miloš Paunović
d1b025253a
chore(deps): regular dependency update ( #10011 )
...
Performing a weekly round of dependency updates in the NPM ecosystem to keep everything up to date.
2025-07-09 10:02:12 +02:00
dependabot[bot]
aa272418cf
build(deps): bump com.github.docker-java:docker-java from 3.5.2 to 3.5.3
...
---
updated-dependencies:
- dependency-name: com.github.docker-java:docker-java
dependency-version: 3.5.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-09 09:22:56 +02:00
dependabot[bot]
ef098c2489
build(deps): bump aquasecurity/trivy-action from 0.31.0 to 0.32.0
...
Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action ) from 0.31.0 to 0.32.0.
- [Release notes](https://github.com/aquasecurity/trivy-action/releases )
- [Commits](https://github.com/aquasecurity/trivy-action/compare/0.31.0...0.32.0 )
---
updated-dependencies:
- dependency-name: aquasecurity/trivy-action
dependency-version: 0.32.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-09 09:21:47 +02:00
Devesh Kumar
c671414958
fix(flows): issue where flows with task IDs longer than the supported database column length would cause the application to shut down.
2025-07-08 17:28:06 +02:00
github-actions[bot]
6bb42641a1
chore(core): localize to languages other than english ( #9975 )
...
Extended localization support by adding translations for multiple languages using English as the base. This enhances accessibility and usability for non-English-speaking users while keeping English as the source reference.
Co-authored-by: GitHub Action <actions@github.com >
2025-07-08 16:24:28 +02:00
Loïc Mathieu
acca4ddd55
fix(system): EE compilation
2025-07-08 15:40:32 +02:00
Piyush Bhaskar
e75a4a7500
feat(ui): introducing OSS auth ( #9972 )
...
Co-authored-by: Barthélémy Ledoux <bledoux@kestra.io >
2025-07-08 15:29:58 +02:00
Nicolas K.
4afa7dc969
fix(security) #4311 filter only kestra endpoints ( #9971 )
...
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
2025-07-08 15:13:33 +02:00
github-actions[bot]
c953e24931
chore(core): localize to languages other than english ( #9969 )
...
Extended localization support by adding translations for multiple languages using English as the base. This enhances accessibility and usability for non-English-speaking users while keeping English as the source reference.
Co-authored-by: GitHub Action <actions@github.com >
2025-07-08 18:19:14 +05:30
nKwiatkowski
b70545967e
Merge remote-tracking branch 'origin/develop' into develop
2025-07-08 14:15:31 +02:00
Barthélémy Ledoux
02302fa54c
fix(flows): autocomplete nocode outputs in pebble ( #9955 )
2025-07-08 14:10:11 +02:00
Nicolas K.
ff8c224554
fix(security) #4311 add basic auth whitelist for config and add new c… ( #9968 )
...
* chore(core): localize to languages other than english (#9966 )
Extended localization support by adding translations for multiple languages using English as the base. This enhances accessibility and usability for non-English-speaking users while keeping English as the source reference.
Co-authored-by: GitHub Action <actions@github.com >
* fix(security) #4311 add basic auth whitelist for config and add new config parameter for basic auth initialized
* fix(security) #4311 failing unit tests
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: GitHub Action <actions@github.com >
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
2025-07-08 14:02:17 +02:00
Piyush-r-bhaskar
f54c46e238
Revert "feat(core): introducing OSS authentication user creation and login logout ( #9683 )"
...
This reverts commit 97b01ab6a4 .
2025-07-08 16:51:43 +05:30
github-actions[bot]
750fa4cc8c
chore(core): localize to languages other than english ( #9966 )
...
Extended localization support by adding translations for multiple languages using English as the base. This enhances accessibility and usability for non-English-speaking users while keeping English as the source reference.
Co-authored-by: GitHub Action <actions@github.com >
2025-07-08 11:40:44 +02:00
Piyush Bhaskar
97b01ab6a4
feat(core): introducing OSS authentication user creation and login logout ( #9683 )
...
* feat(core): introducing OSS authentication
* use pinia
* fix: error message
* fix logo
* fix import
* fix: i18n
* feat: show dialog fter 30days and send to login page if basicauth is true
* fix: minor tweaks
* fix(ui): ensure email and password are required.
2025-07-08 14:12:32 +05:30
Nicolas K.
eafaf32938
feat(security)!: make basic auth required on OSS ( #9688 )
...
* feat(security)!: make basic auth required on OSS
* clean(security)!: put the auth filter code into a publisher
* clean(security)!: add unit tests
* fix(core): merge
---------
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
2025-07-08 10:41:47 +02:00
Loïc Mathieu
6a4397fdfd
fix(system): avoid creating multiple worker job queue
...
We created miltiple worker job queue because the bean was in the prototype scope.
This was needed only for tests as they are closing it.
Switching to singleton and rebuilding the context of the test that needs it fixes the issue.
2025-07-08 10:35:50 +02:00
YannC.
2109fa8116
fix(ci): Avoid retag latest docker image being true by default
2025-07-08 10:19:34 +02:00
Piyush Bhaskar
7de415e54f
refactor(core): migrating doc store module to pinia ( #9882 )
2025-07-08 13:37:01 +05:30
Piyush Bhaskar
a7307b6a0c
fix(ui): openGroup to directly open the first plugin element ( #9964 )
2025-07-08 13:36:19 +05:30
Barthélémy Ledoux
63613572a5
chore: update ui-libs for documentation collapsible warns ( #9954 )
2025-07-08 09:08:07 +02:00
Piyush Bhaskar
157e942499
refactor(core): migrate taskrun to Pinia ( #9953 )
...
* refactor(core): migrate taskrun to Pinia
* refactor(core): migrate taskrun to Pinia
2025-07-08 12:33:34 +05:30
Piyush Bhaskar
27d1069acd
fix(ui): fixes merge snafu and warning lastExecutionByFlowReady ( #9962 )
2025-07-08 11:54:37 +05:30
brian-mulier-p
4a8b3d4d7d
fix(plugins): plugin search is now searching in all element types ( #9899 )
2025-07-07 20:05:27 +02:00
Loïc Mathieu
475c8d3ce2
fix(webserver)*: bulk set labels remove existing labels
...
FIxes #9764
2025-07-07 15:21:47 +02:00
AJ Emerich
093ae3ae39
docs(dashboard-data): fix indentations for dashboard data plugins ( #9918 )
...
Closes https://github.com/kestra-io/kestra-ee/issues/3646
2025-07-07 15:10:17 +02:00
Piyush Bhaskar
6585d2446a
fix(dashboards): include required prop to amend pages using dashboard sections component ( #9949 )
...
Co-authored-by: MilosPaunovic <paun992@hotmail.com >
2025-07-07 13:36:04 +02:00
Loïc Mathieu
2a53f55c3d
fix(system): force running after execution tasks even if the execution is killed
...
Fixes #9852
2025-07-07 12:38:08 +02:00
Ludovic DEHON
f9b10407f0
chore(build): try to remove the noise for code coverage
2025-07-07 12:34:05 +02:00
Miloš Paunović
d63039f7f9
fix(core): introduce the missing translation key/value pairs for certain languages ( #9943 )
2025-07-07 12:23:31 +02:00
Miloš Paunović
3c4c1ed275
refactor(core): improve translation pull request description ( #9938 )
2025-07-07 12:05:09 +02:00
Miloš Paunović
ce1f8a5cc3
refactor(core): remove default reviewers on translation pull requests and add frontend team mention ( #9935 )
2025-07-07 12:00:17 +02:00
Miloš Paunović
c4581d1442
refactor(core): change default reviewers on translation pull requests to frontend team ( #9931 )
2025-07-07 11:47:32 +02:00
Miloš Paunović
5c9bb7a110
refactor(core): change default reviewers on translation pull requests ( #9929 )
2025-07-07 11:42:33 +02:00
Miloš Paunović
c145a0224b
refactor(core): open translation pull request on the selected branch instead of develop ( #9924 )
2025-07-07 11:37:53 +02:00
Miloš Paunović
64121eb24d
refactor(core): open translation pull request on the selected branch instead of develop ( #9922 )
2025-07-07 11:33:21 +02:00
Piyush Bhaskar
fdd7906412
fix(core): fix icon size and handle long title ( #9916 )
2025-07-07 14:58:27 +05:30
Miloš Paunović
ad87583939
refactor(dashboards): strengthen types for dashboard store module ( #9917 )
2025-07-07 11:24:21 +02:00
Miloš Paunović
250ada9689
refactor(core): open translation pull request on the selected branch instead of develop ( #9919 )
2025-07-07 11:22:58 +02:00
github-actions[bot]
e814c68703
chore(core): localize to languages other than english ( #9915 )
...
Extended localization support by adding translations for multiple languages using English as the base. This enhances accessibility and usability for non-English-speaking users while keeping English as the source reference.
Co-authored-by: GitHub Action <actions@github.com >
2025-07-07 10:58:44 +02:00
Miloš Paunović
932be71d47
chore(dashboards): improve the chart editing functionality ( #9914 )
2025-07-07 10:56:55 +02:00
Roman Acevedo
0c9b5222d6
fix(iam): tenant deletion raised error about mandatory tenantID in request context
2025-07-07 10:41:52 +02:00
github-actions[bot]
ad52c59f2e
chore(core): localize to languages other than english ( #9910 )
...
Extended localization support by adding translations for multiple languages using English as the base. This enhances accessibility and usability for non-English-speaking users while keeping English as the source reference.
Co-authored-by: GitHub Action <actions@github.com >
2025-07-07 10:39:56 +02:00
Miloš Paunović
2e9a1478e8
chore(dashboards): add the button tooltip for dashboard edition link ( #9909 )
2025-07-07 10:38:06 +02:00
Florian Hussonnois
833fa56270
fix(webserver): fix reason in ErrorController ( #9897 )
...
The exception message is already included in the payload returned from the response, so we don't have to include it in the HTTP Reason phrase. This leads to a wrong error message format in the UI which is in the form {Reason}: {Error Message}. With the current code Reason=Error Message
2025-07-07 10:12:06 +02:00
Miloš Paunović
34af565257
feat(dashboards): introduce the edit icon on hover for each separate dashboard chart ( #9908 )
...
Closes https://github.com/kestra-io/kestra-ee/issues/3419 .
2025-07-07 10:07:36 +02:00
Piyush Bhaskar
d61d697665
chore(flows): remove breadcrumbs ( #9877 )
...
* chore(core): remove Breadcrumbs
* chore(core): remove no code breadcrumbs related code and logic
---------
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
2025-07-07 13:29:54 +05:30
yuri1969
d698ef56bf
fix(cli): prevent NPE on commands defaulting to help
2025-07-07 09:22:47 +02:00
Nicolas K.
b544e257c3
feat(cicd): migrate fetching plugins to maven central ( #9902 )
...
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
2025-07-04 17:15:14 +02:00
brian.mulier
2b49c88eab
fix(ai): move AI popup button to right + gray placeholder
...
closes #9890
2025-07-04 17:05:27 +02:00
Miloš Paunović
82a8a118c0
refactor(core): simlify code in plugin documentation ( #9900 )
2025-07-04 16:24:32 +02:00
yuri
6d9ef2bb38
fix(cli): enforce server command validator ( #7418 )
...
With addition of the eagerly initialized BasicAuth bean the validator's order needed to be enforced.
2025-07-04 16:20:56 +02:00
Daniel Rivas
2b3324797b
test(processor): add edge-case tests for ServicesFiles utility ( #8828 )
2025-07-04 16:17:22 +02:00
github-actions[bot]
281e1ef979
chore(core): localize to languages other than english ( #9901 )
...
Extended localization support by adding translations for multiple languages using English as the base. This enhances accessibility and usability for non-English-speaking users while keeping English as the source reference.
Co-authored-by: GitHub Action <actions@github.com >
2025-07-04 16:09:40 +02:00
Barthélémy Ledoux
3637f4f646
perf(ui): only load the schemaType once per page ( #9619 )
2025-07-04 15:56:20 +02:00
Barthélémy Ledoux
dfc0bcbb45
fix(ui): fix types of axios ( #9676 )
2025-07-04 15:40:53 +02:00
Barthélémy Ledoux
c6e01a7ecd
fix(flows): bring back clear selection ( #9893 )
2025-07-04 15:39:13 +02:00
Piyush Bhaskar
f60cc48230
refactor(core): migrates trigger module to pinia ( #9896 )
2025-07-04 17:17:59 +05:30
Miloš Paunović
abc4e16372
feat(dashboards): initial work on adding buttons to chart cards ( #9892 )
...
Relates to https://github.com/kestra-io/kestra/issues/9148 .
Relates to https://github.com/kestra-io/kestra/issues/9368 .
Relates to https://github.com/kestra-io/kestra-ee/issues/3419 .
2025-07-04 09:43:22 +02:00
Miloš Paunović
0e2d5376b7
refactor(dashboards): move the dashboard selector to proper place and clean up the code ( #9883 )
...
Relates to https://github.com/kestra-io/kestra/issues/9149 .
Closes https://github.com/kestra-io/kestra/issues/9872 .
2025-07-04 08:29:47 +02:00
brian.mulier
eb8c5ec494
fix(tests): move back wiremock port due to hardcoded in application.yml
2025-07-03 17:52:41 +02:00
nKwiatkowski
5d92300849
feat(cicd): #4006 add javadoc and sources to cli release
2025-07-03 14:58:40 +02:00
brian.mulier
75df4be0ef
fix(core): avoid crashing AI Agent when having multiple versions of same plugin
...
closes #9871
2025-07-03 14:55:24 +02:00
Barthélémy Ledoux
739a873cb2
fix(flows): make sure expression can accept null values ( #9876 )
2025-07-03 11:55:23 +02:00
Bart Ledoux
046dc6cac8
fix(core): update some broken translations
2025-07-03 11:26:36 +02:00
Barthélémy Ledoux
ae442632a9
tests: run all tests ( #9868 )
2025-07-03 10:30:00 +02:00
github-actions[bot]
70622ca176
chore(core): localize to languages other than english ( #9645 )
...
Co-authored-by: GitHub Action <actions@github.com >
2025-07-03 10:15:19 +02:00
Loïc Mathieu
0c90d6d548
feat(triggers): add failOnTriggerError to create a failed execution on trigger error
...
Closes #7856
2025-07-03 09:55:23 +02:00
MilosPaunovic
2d27386c77
feat(flows): allow expanding all flow dependencies at once
2025-07-03 09:54:22 +02:00
Loïc Mathieu
e2c629a0d7
feat(flows): allow expanding flow dependencies
...
Part-of: https://github.com/kestra-io/kestra-ee/issues/4229
2025-07-03 09:54:22 +02:00
Loïc Mathieu
96163d4e6f
fix(flows): Kill on cascade on SLA violation
...
FIxes #9801
2025-07-03 09:16:36 +02:00
YannC
6ec08bd9c8
fix!: Remove stats controllers ( #9861 )
...
* fix: Remove stats controllers
* fix: clean frontend + tests
2025-07-02 17:02:22 +02:00
brian.mulier
8691c90c9c
fix(ai): short-circuit cases where relevant plugin identifier fails to identify ones
2025-07-02 16:37:48 +02:00
brian.mulier
b57e9ae7a0
fix(core): typo
2025-07-02 15:25:39 +02:00
github-actions[bot]
a61853332d
chore(core): localize to languages other than english ( #9862 )
...
Extended localization support by adding translations for multiple languages using English as the base. This enhances accessibility and usability for non-English-speaking users while keeping English as the source reference.
Co-authored-by: GitHub Action <actions@github.com >
2025-07-02 18:30:18 +05:30
Piyush Bhaskar
796be656fa
fix(flows): include flow count in export success message. ( #9860 )
2025-07-02 18:22:49 +05:30
brian.mulier
6e7f3a681a
fix(tests): avoid wiremock port collision
2025-07-02 14:06:58 +02:00
Barthélémy Ledoux
665a413d84
fix(flows): open subtask from topology ( #9804 )
2025-07-02 13:33:30 +02:00
Piyush Bhaskar
c8e61ba3e1
refactor(core): migrates core.js to pinia ( #9858 )
...
* refactor(core): migrates core.js to pinia
* fix: remove declaration
* fix: message in axios
2025-07-02 16:44:30 +05:30
Loïc Mathieu
bf8d47f19d
feat(flows): remove worker grou validation
...
No longer invalidate a flow if a task or a trigger set a worker group.
Closes #9808
2025-07-02 13:02:49 +02:00
Roman Acevedo
dcc5c34493
docs(tests,flows): set loosely types fields like input and variable as additional properties
...
this make the generated openapi spec match batter the existing API
2025-07-02 12:31:15 +02:00
dependabot[bot]
882ac34768
build(deps): bump software.amazon.awssdk:bom from 2.31.70 to 2.31.75
...
Bumps software.amazon.awssdk:bom from 2.31.70 to 2.31.75.
---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
dependency-version: 2.31.75
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-02 12:16:21 +02:00
dependabot[bot]
e236909e33
build(deps): bump com.azure:azure-sdk-bom from 1.2.35 to 1.2.36
...
Bumps [com.azure:azure-sdk-bom](https://github.com/azure/azure-sdk-for-java ) from 1.2.35 to 1.2.36.
- [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.2.35...azure-sdk-bom_1.2.36 )
---
updated-dependencies:
- dependency-name: com.azure:azure-sdk-bom
dependency-version: 1.2.36
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-02 11:59:51 +02:00
dependabot[bot]
67518bc2cb
build(deps): bump com.gradleup.shadow from 8.3.7 to 8.3.8
...
Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow ) from 8.3.7 to 8.3.8.
- [Release notes](https://github.com/GradleUp/shadow/releases )
- [Commits](https://github.com/GradleUp/shadow/compare/8.3.7...8.3.8 )
---
updated-dependencies:
- dependency-name: com.gradleup.shadow
dependency-version: 8.3.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-02 11:58:27 +02:00
Miloš Paunović
05787efd90
fix(namespaces)*: take pagination into account when browsing namespace flows ( #9849 )
...
Closes https://github.com/kestra-io/kestra/issues/9805 .
2025-07-02 11:47:48 +02:00
Miloš Paunović
90c74fceb2
chore(deps): regular dependency update ( #9855 )
...
Performing a weekly round of dependency updates in the NPM ecosystem to keep everything up to date.
2025-07-02 11:46:42 +02:00
dependabot[bot]
b1cad2fd93
build(deps): bump org.testcontainers:testcontainers
...
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java ) from 1.21.2 to 1.21.3.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases )
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.21.2...1.21.3 )
---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers
dependency-version: 1.21.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-02 11:44:30 +02:00
dependabot[bot]
0687808430
build(deps): bump com.google.cloud:libraries-bom from 26.62.0 to 26.63.0
...
---
updated-dependencies:
- dependency-name: com.google.cloud:libraries-bom
dependency-version: 26.63.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-02 11:42:20 +02:00
dependabot[bot]
90d30bb920
build(deps): bump com.github.docker-java:docker-java from 3.5.1 to 3.5.2
...
Bumps [com.github.docker-java:docker-java](https://github.com/docker-java/docker-java ) from 3.5.1 to 3.5.2.
- [Release notes](https://github.com/docker-java/docker-java/releases )
- [Changelog](https://github.com/docker-java/docker-java/blob/main/CHANGELOG.md )
- [Commits](https://github.com/docker-java/docker-java/compare/3.5.1...3.5.2 )
---
updated-dependencies:
- dependency-name: com.github.docker-java:docker-java
dependency-version: 3.5.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-02 11:41:39 +02:00
dependabot[bot]
fcf5215ccc
build(deps): bump flyingSaucerVersion from 9.12.1 to 9.13.0
...
---
updated-dependencies:
- dependency-name: org.xhtmlrenderer:flying-saucer-core
dependency-version: 9.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.xhtmlrenderer:flying-saucer-pdf
dependency-version: 9.13.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-02 11:40:10 +02:00
dependabot[bot]
856db91609
build(deps): bump com.google.adk:google-adk from 0.1.0 to 0.2.0
...
---
updated-dependencies:
- dependency-name: com.google.adk:google-adk
dependency-version: 0.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-02 11:39:44 +02:00
Nicolas K.
2b83fc7d4d
feat(cicd): #4006 change signing method ( #9854 )
...
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
2025-07-02 11:13:23 +02:00
Loïc Mathieu
d22b7e9b98
fix(system): fix ExecutionControllerRunnerTest.resumeExecutionPaused()
2025-07-02 11:00:26 +02:00
brian-mulier-p
515dbdbf54
fix(core): remove prerendering + restrict only secret function in debug expression ( #9816 )
2025-07-02 10:52:14 +02:00
github-actions[bot]
2735986c57
chore(core): localize to languages other than english ( #9812 )
...
Extended localization support by adding translations for multiple languages using English as the base. This enhances accessibility and usability for non-English-speaking users while keeping English as the source reference.
Co-authored-by: GitHub Action <actions@github.com >
2025-07-01 18:25:58 +02:00
brian.mulier
deb2fdcd9e
fix(core): add config from backend that sends whether the AI feature is configured or not
2025-07-01 16:30:08 +02:00
brian-mulier-p
5677a6bdbe
feat(core): add Pebble HTTP function ( #9786 )
...
closes kestra-io/kestra-ee#4218
2025-07-01 16:27:13 +02:00
Nicolas K.
6a8225d2fb
feat(cicd): #4006 migrate to maven central ( #9807 )
...
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
2025-07-01 16:17:08 +02:00
brian-mulier-p
f402aa7643
feat(core): introduce AI agent ( #9733 )
...
closes kestra-io/kestra-ee#3458
2025-07-01 15:43:54 +02:00
Miloš Paunović
65316da4e8
fix(dashboards): properly show default charts on logs page ( #9800 )
...
Closes https://github.com/kestra-io/kestra/issues/9612 .
2025-07-01 15:28:43 +02:00
AJ Emerich
a152204f55
docs(dashboards): fix example indentations ( #9802 )
...
Closes https://github.com/kestra-io/kestra/issues/9790
2025-07-01 15:21:23 +02:00
Nicolas K.
c6e5cdfd93
feat(cicd): #4006 migrate sonatype to maven central ( #9803 )
...
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
2025-07-01 15:00:34 +02:00
Barthélémy Ledoux
7fcf94f12a
fix(flows): finish YAML_UTILS refactoring ( #9795 )
2025-07-01 14:29:37 +02:00
YannC.
c4082dbc1b
feat(triggers): avoid clearing selection when refreshing in triggers list
2025-07-01 14:20:55 +02:00
YannC.
1d7574b155
fix(triggers): correctly replace the update triggers when disabling
2025-07-01 14:18:13 +02:00
Miloš Paunović
436b770d21
chore(dashboards): move store module from vuex to pinia ( #9796 )
2025-07-01 14:07:23 +02:00
Piyush Bhaskar
0e382b2492
chore(logs): remove double scrollbar on the logs page ( #9670 )
...
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
2025-07-01 13:21:41 +02:00
Loïc Mathieu
47b10b4a79
feat(system): repoll immediatly when a poll returns resutls in the queue
2025-07-01 12:11:52 +02:00
Loïc Mathieu
30792302aa
chore(flows): rename retry maxAttempt to maxAttemps
...
Keep maxAttempt as deprecated to avoid any breaking changes.
Closes #9729
2025-07-01 11:25:46 +02:00
Barthélémy Ledoux
6bcfbaa1df
fix(flows): restore dag open tabs after hard refresh ( #9792 )
2025-07-01 10:16:02 +02:00
Barthélémy Ledoux
8d6547865d
fix(flow): avoid calling icons api more than once ( #9784 )
2025-07-01 10:15:49 +02:00
Piyush Bhaskar
7ba0780b4f
feat(core): add useDataTableActions composable ( #9777 )
...
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
2025-07-01 12:40:55 +05:30
Roman Acevedo
5493f53892
fix(system): revert Property type changed to string in openapi spec
...
this may cause issue with jsonSchema generation. So, to not take any risk I reverted it and will do a hack in SDK
2025-06-30 18:46:35 +02:00
Roman Acevedo
39e08abf26
fix(tests): deleted db serialization was broken in recent commit
2025-06-30 18:43:22 +02:00
François Delbrayelle
ff66471f37
feat(gemini): add the plugin to .plugins
2025-06-30 17:00:02 +02:00
Loïc Mathieu
8109493f19
feat(flows): add resumed information to the Pause task
...
Add who resume the Pause task and when.
Part-of: https://github.com/kestra-io/kestra-ee/issues/2806
2025-06-30 16:22:34 +02:00
Barthélémy Ledoux
2b59d9ec21
refactor(ui): migrate bookmarks store to pinia ( #9685 )
2025-06-30 16:15:10 +02:00
brian-mulier-p
0beac5e9f2
fix(core): increase max encode size to avoid icons fetch timeout ( #9782 )
2025-06-30 15:40:10 +02:00
Loïc Mathieu
5f7ecba4c7
feat(flows): allow setting worker group at the flow level
...
Part-of: https://github.com/kestra-io/kestra-ee/issues/4141
2025-06-30 14:58:45 +02:00
Loïc Mathieu
c56f377019
fix(system)*: mitigate possible deadlock for execution delay and SLA
...
In case multiple instances of the executor are started, the execution delay loop and the monitoring SLA loop have a risk of duplicate execution resume or execution SLA violation computation.
This could create some race conditions and duplicate execution update.
But this may also risk to create some deadlocks as two instances of the executor may try to lock the same exection to restart it (or fail it due to SLA).
2025-06-30 14:33:06 +02:00
Miloš Paunović
9530e820e8
chore(deps): regular dependency update ( #9779 )
...
Performing a weekly round of dependency updates in the NPM ecosystem to keep everything up to date.
2025-06-30 13:21:27 +02:00
Sjoerd Smink
09adee6017
Update Request.java multiline JSON example
2025-06-30 11:21:22 +02:00
yashmurthy98
12f3e2ea68
fix(guides): crawl into sub-folders
2025-06-30 11:05:21 +02:00
rajatsingh23
8c32ff74c9
chore(dashboards): always updating chart previews on dashboard creation ( #9536 )
...
Co-authored-by: Miloš Paunović <paun992@hotmail.com >
2025-06-30 10:23:06 +02:00
François Delbrayelle
023d005e63
fix(taskrunner): abstract task runner ( #9769 )
2025-06-30 09:19:32 +02:00
Piyush Bhaskar
9a86bb1125
feat(core): add button to copy all logs to clipboard ( #9763 )
2025-06-30 11:24:48 +05:30
Piyush Bhaskar
99fca84e31
fix(ui): adjust logo in collapsed state ( #9761 )
2025-06-30 11:22:51 +05:30
Roman Acevedo
bfe4d7b983
fix(tests): TestSuite fields were almost all required in openapi spec
2025-06-27 17:37:58 +02:00
Roman Acevedo
31d372df55
feat(system): make Property a string in openapi spec generation
...
we already return Serialize as a string, we need to indicated to openapi generator that it is in fact Serialized as such
2025-06-27 17:30:20 +02:00
Roman Acevedo
70b9ddee28
fix(tests): testcases were not fully validated
2025-06-27 15:52:40 +02:00
Loïc Mathieu
d44a203bed
feat(flows): supports the nsfile:// protocol
...
Automatically fetch namespace files from URI with the 'nsfile' scheme.
The authority allow to fetch file from another namespace.
The following has been done:
- Supports using nsfile inside `from`
- Supports using nsfile inside input files
- Supports using nsfile as a FILE input defaults
- Supports using nsfile inside the Pebble files functions
Closes : #9741
2025-06-27 15:26:38 +02:00
Roman Acevedo
2cb361a7c6
build: lower codecev default targets to make it more pertinent
2025-06-27 11:07:52 +02:00
brian.mulier
b19737f20a
fix(core): remove tenant from plugins URLs
2025-06-27 10:52:28 +02:00
Nicolas K.
7373f3ee5b
feat(namespaces): #3568 add new folderPerNamespace attribute to namespaceFiles ( #9752 )
...
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
2025-06-27 10:46:14 +02:00
Nicolas K.
f8670ef216
feat(api): #4108 remove tenant id from trigger body and plugin URL ( #9749 )
...
Co-authored-by: nKwiatkowski <nkwiatkowski@kestra.io >
2025-06-27 10:42:17 +02:00
Barthélémy Ledoux
c9debbd869
remove unused constant ( #9751 )
2025-06-27 10:32:03 +02:00
Loïc Mathieu
4149ef4f3e
feat(flows): allow reading local files inside the file functions
...
Supports the 'file://' protocol inside the read(), isFileEmpty(), fileExists() and fileSize() Pebble functions.
Closes #9739
2025-06-27 09:45:34 +02:00
Piyush Bhaskar
8e50da83c3
refactor(stat): migrate stat store from Vuex to Pinia ( #9750 )
2025-06-26 16:39:40 +02:00
Barthélémy Ledoux
00b1e320b9
fix(plugins): finish pinia migration of plugins store ( #9746 )
2025-06-26 16:39:18 +02:00
Loïc Mathieu
c4e762506c
feat(cluster): persist maintenance mode in the database
...
Part-of: https://github.com/kestra-io/kestra-ee/issues/3735
2025-06-26 14:31:05 +02:00
Barthélémy Ledoux
d7f6addb79
fix(flows): make autocomplete work in pebble ( #9742 )
2025-06-26 11:00:55 +02:00
Piyush Bhaskar
b2f8c89e02
refactor(layout): migrate layout.js from vuex to Pinia. ( #9687 )
...
* refactor(layout): migrate layout.js from vuex to Pinia.
* refactor(layout): replace getters with direct state access.
2025-06-26 13:37:43 +05:30
Piyush Bhaskar
83e1d77230
refactor(store): migrate Blueprints to Pinia ( #9735 )
...
* refactor(store): migrate Blueprints to Pinia
* fix: remove blueprints from declaration
2025-06-26 13:32:02 +05:30
Piyush Bhaskar
dafebc76a3
feat(tenant): all routes on /main tenant ( #9664 )
...
* feat(tenant): all routes on /main tenant
* fix: remove params
* fix: setup tenant router in main
2025-06-26 11:35:44 +05:30
Malaydewangan09
a1e53443a5
feat(scripts): enable script/cli plugins to override final task state
2025-06-25 23:17:44 +05:30
brian.mulier
076ae2e933
fix(core): use namespace prefix instead of equals
...
On the namespace/flows, namespace/executions pages and when having a default namespace on Logs page
closes kestra-io/kestra-ee#4200
2025-06-25 17:48:21 +02:00
François Delbrayelle
bb7b9edaf2
feat(devtools): copy plugin jars to plugins dir ( #9738 )
2025-06-25 17:01:31 +02:00
Loïc Mathieu
5aa1b20138
chore(system): call the close runnable later
2025-06-25 14:34:14 +02:00
Loïc Mathieu
cf01f4f0e8
feat(flows): support local files as FILE input default value
...
Closes #9681
2025-06-25 13:55:49 +02:00
Loïc Mathieu
201912fa22
feat(flows): support local files in input files
...
Closes https://github.com/kestra-io/plugin-scripts/issues/268
2025-06-25 10:49:10 +02:00
dependabot[bot]
d4891d1c11
build(deps): bump opensearchRestVersion from 3.0.0 to 3.1.0
...
Bumps `opensearchRestVersion` from 3.0.0 to 3.1.0.
Updates `org.opensearch.client:opensearch-rest-client` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/opensearch-project/OpenSearch/releases )
- [Changelog](https://github.com/opensearch-project/OpenSearch/blob/main/CHANGELOG.md )
- [Commits](https://github.com/opensearch-project/OpenSearch/compare/3.0.0...3.1.0 )
Updates `org.opensearch.client:opensearch-rest-high-level-client` from 3.0.0 to 3.1.0
- [Release notes](https://github.com/opensearch-project/OpenSearch/releases )
- [Changelog](https://github.com/opensearch-project/OpenSearch/blob/main/CHANGELOG.md )
- [Commits](https://github.com/opensearch-project/OpenSearch/compare/3.0.0...3.1.0 )
---
updated-dependencies:
- dependency-name: org.opensearch.client:opensearch-rest-client
dependency-version: 3.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.opensearch.client:opensearch-rest-high-level-client
dependency-version: 3.1.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-25 10:30:40 +02:00
dependabot[bot]
bff6865806
build(deps): bump software.amazon.awssdk:bom from 2.31.65 to 2.31.70
...
Bumps software.amazon.awssdk:bom from 2.31.65 to 2.31.70.
---
updated-dependencies:
- dependency-name: software.amazon.awssdk:bom
dependency-version: 2.31.70
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-25 10:30:25 +02:00
dependabot[bot]
ebc887908c
build(deps): bump org.jsoup:jsoup from 1.20.1 to 1.21.1
...
Bumps [org.jsoup:jsoup](https://github.com/jhy/jsoup ) from 1.20.1 to 1.21.1.
- [Release notes](https://github.com/jhy/jsoup/releases )
- [Changelog](https://github.com/jhy/jsoup/blob/master/CHANGES.md )
- [Commits](https://github.com/jhy/jsoup/compare/jsoup-1.20.1...jsoup-1.21.1 )
---
updated-dependencies:
- dependency-name: org.jsoup:jsoup
dependency-version: 1.21.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-25 10:30:07 +02:00
dependabot[bot]
710d2f6c2b
build(deps): bump com.gradleup.shadow from 8.3.6 to 8.3.7
...
Bumps [com.gradleup.shadow](https://github.com/GradleUp/shadow ) from 8.3.6 to 8.3.7.
- [Release notes](https://github.com/GradleUp/shadow/releases )
- [Commits](https://github.com/GradleUp/shadow/compare/8.3.6...8.3.7 )
---
updated-dependencies:
- dependency-name: com.gradleup.shadow
dependency-version: 8.3.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-25 10:29:48 +02:00
dependabot[bot]
48de33d04b
build(deps): bump org.testcontainers:testcontainers
...
Bumps [org.testcontainers:testcontainers](https://github.com/testcontainers/testcontainers-java ) from 1.21.1 to 1.21.2.
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases )
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.21.1...1.21.2 )
---
updated-dependencies:
- dependency-name: org.testcontainers:testcontainers
dependency-version: 1.21.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-25 10:29:24 +02:00
dependabot[bot]
59b837e873
build(deps): bump com.microsoft.playwright:playwright
...
Bumps [com.microsoft.playwright:playwright](https://github.com/microsoft/playwright-java ) from 1.52.0 to 1.53.0.
- [Release notes](https://github.com/microsoft/playwright-java/releases )
- [Commits](https://github.com/microsoft/playwright-java/compare/v1.52.0...v1.53.0 )
---
updated-dependencies:
- dependency-name: com.microsoft.playwright:playwright
dependency-version: 1.53.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-06-25 10:29:02 +02:00
brian-mulier-p
7463be3496
fix(variables): put fixtures files with arbitrary key and extract it back as root level "files" variable ( #9689 )
2025-06-24 17:29:39 +02:00
Rishi Jat
aedfbdc46a
fix(ui): remove Close Task button in NoCode editor ( #9661 )
...
Co-authored-by: Bart Ledoux <bledoux@kestra.io >
2025-06-24 15:22:02 +02:00
Anna Geller
9a8363ce69
fix(api-docs): tenant info in API docs ( #9675 )
...
* fix(api-docs): tenant info in API docs
* fix: descriptions
2025-06-23 19:26:16 +02:00
Ludovic DEHON
d08d345719
test(core): fix falling test on schedule
2025-06-23 18:52:51 +02:00
Loïc Mathieu
9813d60954
fix(system): possible NPE on trigger when computing variables
2025-06-23 18:12:09 +02:00