Guilhem
cb2cef48ff
fix(frontend): fix minor issues in the UI ( #6382 )
...
* fix flow result overflow
* fix resource type misalignment and icon sizes
* Do not display resource type description if empty
* Display flow yaml editor full height
* fix detail page overflow
* nit
2025-08-13 17:19:32 +00:00
Ruben Fiszel
ce76b16d0c
disable process group for dotnets
2025-08-13 16:46:14 +00:00
Ruben Fiszel
569688d8bd
fix dotnets process group
2025-08-13 14:40:31 +00:00
Ruben Fiszel
2b5b4f6cb5
fix dotnets process group
2025-08-13 12:14:03 +00:00
Ruben Fiszel
00243ef48b
disable process group optionally
2025-08-13 11:23:44 +00:00
Ruben Fiszel
a22f7381ab
fix: fix csharp build hanging
2025-08-13 10:10:46 +00:00
Ruben Fiszel
5480148fe3
migrate to state
2025-08-13 00:57:15 +00:00
Ruben Fiszel
ca2545ffa1
update vite + sveltekit + adapter static
2025-08-13 00:10:48 +00:00
claude[bot]
ebf7ff3502
feat(cli): add better error handling with path logging for JSON parsing failures ( #6370 )
...
* feat(cli): add better error handling with path logging for JSON parsing failures
- Add try-catch blocks with path logging for all JSON.parse operations in ZipFSElement
- Log specific file paths for flow.yaml, app.yaml, script.yaml, and resource.yaml parsing failures
- Improve debugging experience by showing which file caused parse errors before re-throwing
- Addresses feedback in issue #6369 for better error handling in CLI sync command
Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
* feat(cli): extend error handling to cover extractInlineScripts and additional parsing operations
- Add try-catch blocks around extractInlineScriptsForFlows and extractInlineScriptsForApps calls
- Add error handling for yamlStringify operations in flow, app, script, and resource processing
- Add error handling for yamlParseContent operations in multiple locations
- Add error handling for JSON.parse operations in comparison logic
- All error handlers log the specific file path that caused the failure for better debugging
Co-authored-by: Ruben Fiszel <rubenfiszel@users.noreply.github.com >
* refactor(cli): remove unnecessary try-catch blocks around yamlStringify calls
yamlStringify operations cannot fail so the try-catch blocks were
unnecessary. Kept the essential error handling for operations that
can actually fail like extractInlineScripts, JSON.parse, and yamlParseContent.
Co-authored-by: Ruben Fiszel <rubenfiszel@users.noreply.github.com >
---------
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
Co-authored-by: Ruben Fiszel <rubenfiszel@users.noreply.github.com >
2025-08-12 22:07:04 +00:00
Ruben Fiszel
daa2c15c25
fix: fix resource type search when adding resources
2025-08-12 19:10:23 +00:00
Ruben Fiszel
199d5de30d
chore(main): release 1.524.0 ( #6364 )
...
* chore(main): release 1.524.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-08-12 12:25:20 +00:00
centdix
c1c65720b4
feat(mcp): allow filtering by folder ( #6366 )
...
* allow filtering mcp by folder
* nit
* add error if wrong format
2025-08-12 12:21:16 +00:00
Ruben Fiszel
98912d47db
fix: fix preprocessor usage in python
2025-08-12 12:14:50 +00:00
Ruben Fiszel
5f22180214
fix(app): improve copy paste of tables with sub-components
2025-08-12 10:01:13 +00:00
pyranota
5360171197
chore: add rust client build check workflow ( #6365 )
...
* chore: add rust client build check workflow
Signed-off-by: pyranota <pyra@duck.com >
* check for .rs files in backend
Signed-off-by: pyranota <pyra@duck.com >
---------
Signed-off-by: pyranota <pyra@duck.com >
2025-08-11 18:50:16 +00:00
pyranota
076304f510
fix: fix v1.523.0 rust sdk build ( #6363 )
...
Signed-off-by: pyranota <pyra@duck.com >
2025-08-11 19:58:40 +02:00
centdix
c6a2d75176
nit(mcp): Add warning when no runnable found ( #6362 )
...
* display included tools
* add warning when no tools
* fix workspace usage
* remove dispatch usage
* nit
* cache results
* no state
2025-08-11 16:55:12 +00:00
Ruben Fiszel
63b8548f4d
chore(main): release 1.523.0 ( #6359 )
...
* chore(main): release 1.523.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-08-11 16:16:16 +00:00
Alexander Petric
e18aafa66f
fix: add extra query params for token request for client credentials ( #6360 )
...
ee repo ref
2025-08-11 15:46:55 +00:00
Ruben Fiszel
fca5bb4f55
fix: improve app decision tree behavior
2025-08-11 15:29:17 +00:00
Ruben Fiszel
845d02233b
remove debug numbers
2025-08-11 12:21:15 +00:00
Ruben Fiszel
1fcd0af7ff
fix: remove spurrious error log for apps
2025-08-11 12:12:35 +00:00
Ruben Fiszel
557bdb9d79
fix: improve app component loading speed
2025-08-11 12:09:45 +00:00
centdix
ef34c697b8
feat(aichat): add api mode to call api endpoints ( #6343 )
...
* add api mode
* add endpoint to list tools
* use new endpoint from frontend
* draft tool exec display
* cleaning
* improve claude.md
* better theming
* show actual data
* add bacon to gitignore
* simpler logic
* add openapi def
* cleaning
* add confirmation
* simplify
* fix cancel
* fix build
* cleaning
* better logic
* path instructions
* add new endpoint
* cleaning
* fix
* cancel when creating new chat
* nits
* handle errors
* allow changing mode to api mode
2025-08-11 11:13:44 +00:00
centdix
b645a9b382
feat(aichat): add gpt5 compatibility ( #6358 )
...
* add gpt5 compat
* add to list
* fix
* fix
* fix
2025-08-11 12:28:42 +02:00
Ruben Fiszel
b47e26386e
fix(app): improve carousel list recursive error
2025-08-11 10:04:09 +00:00
Ruben Fiszel
104d8faf47
chore(main): release 1.522.1 ( #6357 )
2025-08-11 06:19:42 +00:00
Ruben Fiszel
804c3254b3
fix(app): improve id handling for transformers
2025-08-11 06:17:47 +00:00
Ruben Fiszel
a29c496a96
nits
2025-08-10 23:24:36 +00:00
Ruben Fiszel
f46b38f38a
fix: improve validate ID for id editors
2025-08-10 23:14:16 +00:00
Ruben Fiszel
17ac3b5bfb
fix(app): handle inline script of components with underscore in apps
2025-08-10 23:10:15 +00:00
Ruben Fiszel
5a8b750416
chore(main): release 1.522.0 ( #6354 )
...
* chore(main): release 1.522.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-08-10 22:24:57 +00:00
Ruben Fiszel
f9dd7c03b4
sqlx
2025-08-08 22:05:53 +00:00
Ruben Fiszel
14b00bc475
feat: add configurable stale jobs detection and cancellation
2025-08-08 17:32:11 +00:00
Ruben Fiszel
a8600d9541
chore(main): release 1.521.0 ( #6342 )
2025-08-08 17:03:16 +00:00
Roderik-WU
98e763a0ca
Fix docstring example in load_s3_file_reader to use correct function name ( #6349 )
...
The usage example in the load_s3_file_reader docstring incorrectly showed `wmill.load_s3_file(...)`. Updated it to `wmill.load_s3_file_reader(...)` to match the actual method being documented.
2025-08-08 17:01:32 +00:00
dieriba
cd3f5eda8c
nits: remove unused ( #6352 )
...
* remove unused
* update repo ref
2025-08-08 16:57:04 +00:00
centdix
7f5482febb
add allowed bots ( #6353 )
2025-08-08 16:56:52 +00:00
Ruben Fiszel
d7d93c7112
fix: display if tag has an active workers attached to it in tag select
2025-08-08 16:40:48 +00:00
dieriba
7fab48ce76
add ack_id field and update hub link for gcp ( #6351 )
2025-08-08 15:04:57 +00:00
windmill-internal-app[bot]
80dd56cdf2
docs(changelog): add new entries from changelog ( #6347 )
...
Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
2025-08-08 13:29:04 +00:00
hugocasa
c6f5d09ff9
fix: do not save license key when renewing if the expiry date is earlier than that of the current key ( #6346 )
...
* fix: do not save license key when renewing if the expiry date is earlier than that of the current key
* tmp ref
* final ref
2025-08-08 14:23:31 +02:00
Ruben Fiszel
73c19f56eb
fix oss build
2025-08-07 18:27:09 +00:00
Ruben Fiszel
dd0796c6cd
fix oss
2025-08-07 18:14:33 +00:00
dieriba
7a5a599a9b
feat: add instance-wide workspace prefix option for custom app ( #6180 )
2025-08-07 17:55:26 +00:00
Alexander Petric
73c55487b4
feat: nextcloud oauth ( #6341 )
...
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-08-07 17:52:47 +00:00
dieriba
9be04984b6
feat: togglable manual acknowledgement for gcp trigger ( #6321 )
...
* update
* done
* update repo ref
* nits
* update repo ref
* fix
* all
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-08-07 17:45:50 +00:00
Ruben Fiszel
665ce90e55
nit tab change for streams result
2025-08-07 16:57:11 +00:00
Ruben Fiszel
9091c72d9d
chore(main): release 1.520.1 ( #6339 )
...
* chore(main): release 1.520.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-08-07 16:28:14 +00:00
Ruben Fiszel
e5b4d7e70e
fix: fix oss build
2025-08-07 16:20:44 +00:00