Ruben Fiszel
223feede4d
fix: fix navbapp app navigation
2025-09-15 09:32:39 +00:00
Ruben Fiszel
54f2db1253
nit improve test flow reset
2025-09-15 09:24:13 +00:00
centdix
20f48e6ded
feat(ai agent): handle images in ai agent ( #6572 )
...
* add in frontend
* draft openai handling
* upload to s3
* simpler output
* return s3 directly if any
* low quality
* implement for gemini
* handle imagen model
* handle image input
* cleaning
* remove base64 from output
* cleaning
* fix timeout
* handle openrouter
* remove log
* allow image input when creating image
* cleaning
* increase stack size
* inline everything
* revert stack size
* cleaning
* fix for openai
* better mime type
* add descriptions
2025-09-15 07:51:09 +00:00
Ruben Fiszel
00c4906271
add editor settings to customUi
2025-09-13 10:52:27 +00:00
Ruben Fiszel
46b28a7615
nit json stringify expr
2025-09-13 10:30:52 +00:00
Ruben Fiszel
c3cab2c0f0
chore(main): release 1.542.4 ( #6597 )
...
* chore(main): release 1.542.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-13 10:19:21 +00:00
Alexander Petric
c755e2bad0
fix: improve aggrid actions column ( #6600 )
...
* aggrid improvements actions column
* cleanup
* header preference
* force redraw
* simplify types
* reactivity
* fixing potential race condition
2025-09-13 10:15:14 +00:00
Ramtin Mesgari
0a7d762010
fix: use $var: syntax for empty string template fields ( #6603 )
...
* fix: use $var: syntax for empty string template fields (#6570 )
Signed-off-by: Ramtin Mesgari <26694963+iamramtin@users.noreply.github.com >
* refactor: extract regex patterns to shared functions
Signed-off-by: Ramtin Mesgari <26694963+iamramtin@users.noreply.github.com >
---------
Signed-off-by: Ramtin Mesgari <26694963+iamramtin@users.noreply.github.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-09-13 09:50:41 +00:00
Ruben Fiszel
eb7cbd29bf
fix: allow custom models in ai agent step
2025-09-13 09:40:59 +00:00
centdix
7dbf5ca561
fix(aichat): fix tool usage for gemini models ( #6599 )
...
* fix for gemini models
* cleanup
* add more max tokens
2025-09-12 15:40:38 +00:00
Ruben Fiszel
b21c9cb8a4
custom tag helper
2025-09-12 13:24:08 +00:00
Ruben Fiszel
bef6bb826f
fix: custom tag helper
2025-09-12 13:16:00 +00:00
Ruben Fiszel
84757a68d7
fix: fix first step's schema clone
2025-09-12 06:47:38 +00:00
Ruben Fiszel
fe911a3271
chore(main): release 1.542.3 ( #6593 )
...
* chore(main): release 1.542.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-11 21:58:45 +00:00
Ruben Fiszel
ab570d1fd7
chore(main): release 1.542.2 ( #6592 )
...
* chore(main): release 1.542.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-11 18:13:38 +00:00
Ruben Fiszel
e32209bbd9
improve drawer closing
2025-09-11 16:24:55 +00:00
Diego Imbert
86e9d8400f
fix css editor left panel broken bc bindable with default value ( #6590 )
2025-09-11 16:18:23 +00:00
Ruben Fiszel
1e3c0404cb
nit
2025-09-11 16:16:24 +00:00
Ruben Fiszel
49e687b00d
internal: rolldown vite ( #6584 )
2025-09-11 16:12:36 +00:00
Diego Imbert
5ec582c0ab
fix uncentered text ( #6589 )
2025-09-11 15:44:43 +00:00
Ruben Fiszel
cabc677681
chore(main): release 1.542.1 ( #6581 )
...
* chore(main): release 1.542.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-11 13:13:19 +02:00
Ruben Fiszel
196746223a
nit check
2025-09-11 11:03:13 +00:00
Ruben Fiszel
e9277efa2c
vite 7.1.5
2025-09-11 09:09:00 +00:00
Ruben Fiszel
21602f125f
fix scheduled poll
2025-09-11 08:54:05 +00:00
Ruben Fiszel
eb9fbb999f
updates
2025-09-11 07:57:01 +00:00
Ruben Fiszel
1e4d811fe1
ansi_up nits
2025-09-11 06:58:39 +00:00
Ruben Fiszel
369035e827
vite not rolldown
2025-09-11 01:10:47 +00:00
Ruben Fiszel
7c20ecb9d3
update ansi_up
2025-09-11 01:07:39 +00:00
Ruben Fiszel
0c00754749
chore(main): release 1.542.0 ( #6576 )
...
* chore(main): release 1.542.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-11 00:36:46 +00:00
Ruben Fiszel
c947e862bc
nit
2025-09-11 00:32:56 +00:00
Ruben Fiszel
17424aada8
fix: improve runs page auto-refresh loading for out-of-order started at
2025-09-11 00:32:00 +00:00
claude[bot]
5b630ed8d3
feat: show position of job in queue when waiting for executor ( #6554 )
...
* feat: show position of job in queue when waiting for executor
- Added new API endpoint /queue/position/:id to get job's position in queue
- Modified DisplayResult.svelte to fetch and display queue position
- Shows 'Waiting for executor (position X in queue)' when job is queued
- Refreshes position every 2 seconds while waiting
Fixes #6553
Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
* iterate
* iterate
* all
* all
---------
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 <ruben@windmill.dev >
2025-09-11 00:13:52 +00:00
wendrul
3dadcbe865
feat: forkables workspaces v0 ( #6479 )
...
* Add create_ephemeral workspace endpoint
* Add cli devShell
* List ephemeral workspaces + improve endpoint
* Add postgres function to clone a workspace (to be revisited)
* Clone workspace using the postgres function
* Add first iteration of ephemeral workspaces command
* Update display of forked workspaces
* Remove SQLX_OFFLINE
* Add UI to create ephemeral workspace
* Add option to exclude repository from being inherited to forks
* WIP: reworking cloning logic
* Fix cloning
* Fix redirect after creating fork
* Clean up cloning behaviour
* Rename ephemeral to fork
* emove ephemeral_workspaces table in favour of columns in workspaces
* Fix display of forked workspaces
* Fix skip inherit git sync repo setting
* Fix fork invite display + creating fork as user
* Fix SideMenu bug
* Fix alignment
* Simplify migrations
* Update deletion of workspaces
* Delete forked workspace from cli
* Deleting fork workspaces from the UI as non-admin
* Update cli sync and fork creation to adapt to branches and forks
* Update fork prefix
* Remove skip tracking toggle
* Fix npm check warnings
* Fix last npm check
* fix: force stdin to Stdio::null for all user code execution (#6575 )
Set stdin to Stdio::null for all Commands that execute user code across all supported languages to prevent unwanted input consumption. This affects Python, Deno, Bash, PowerShell, Go, Rust, PHP, Ruby, Java, C#, Ansible, Nu, and Bun executors.
The dedicated worker handler was intentionally left unchanged as it requires stdin for inter-process communication.
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>
* Update ee-repo ref
* Update SQLx metadata
* Fix typos
---------
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>
2025-09-10 17:42:45 +00:00
Ruben Fiszel
d1eaba19f7
chore(main): release 1.541.1 ( #6569 )
...
* chore(main): release 1.541.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-10 15:54:55 +00:00
Diego Imbert
304f953710
Separate duckdb crate to fix c++ build/link issues ( #6551 )
...
* call ffi
* remove duckdb dep
* rename windmill_duckdb_ffi_internal
* static lib
* ci
* back to dylib, bug isn't fixed in static
* feature flag and copy dynamic lib
* fix dynlib in docker
* load libwindmill_duckdb_ffi_internal at runtime on usage
* lazy static deadlocks
* Cache dynamic library handles
* update auto s3 path insert from editor bar
* Fix duckdb S3 freezing worker because of blocking task in tokio async context
* build dll windows GH workflow
* try fix windows build
* revert build.rs
* nit fixes CI
* Dockerfile update (not tested yet
* build dev sh for duckdb lib
* mistake
* attach windmill_duckdb_ffi_internal.so artefact
* rhel9
* docker fixes
* fix dockerfile
* better err msg
* forgot lib prefix .so
* add column_order
* fix column_order
2025-09-10 14:43:46 +00:00
Ruben Fiszel
18087bff50
chore(main): release 1.541.0 ( #6566 )
...
* chore(main): release 1.541.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-09 22:51:19 +00:00
Ruben Fiszel
a9faf071d9
fix: fix settings getting transferred between components on tabs change
2025-09-09 22:46:49 +00:00
Ruben Fiszel
45898ef5a3
fix: variable perf and oauth refresh improvements ( #6567 )
...
* all
* improve
* improve
* improve
* improve
2025-09-09 22:03:53 +00:00
hugocasa
36bbde6239
feat: email triggers ( #6548 )
...
* feat: email triggers
* Change down migration to drop email_trigger table
* email triggers UI
* bug fix
* Apply suggestion from @ellipsis-dev[bot]
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* cli and git sync
* Revert "cli and git sync"
This reverts commit 220fd50d13 .
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-09-09 21:04:23 +00:00
Diego Imbert
d2ac5a64ca
Fix u/* filter and refactored TreeView ( #6563 )
...
* fix only f/* filter
* migrate treeview to svelte 5
2025-09-09 17:01:12 +00:00
Ruben Fiszel
f45fd11092
chore(main): release 1.540.2 ( #6562 )
...
* chore(main): release 1.540.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-09 14:42:33 +00:00
Ruben Fiszel
d039b735d1
chore(main): release 1.540.1 ( #6558 )
...
* chore(main): release 1.540.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-09 15:27:11 +02:00
Diego Imbert
2a1661014f
fix "Test from server" button in instance settings freezing whole app ( #6560 )
2025-09-09 15:26:56 +02:00
Ruben Fiszel
fbe4758eb4
fix: improve drawers zindex positioning
2025-09-09 13:20:39 +00:00
Ruben Fiszel
cccd2c1b12
fix: fix app path renaming
2025-09-09 12:50:56 +00:00
Ruben Fiszel
29c4f91ee5
chore(main): release 1.540.0 ( #6556 )
...
* chore(main): release 1.540.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-09 07:55:28 +00:00
centdix
e1ec52257c
use diffs based edits ( #6555 )
2025-09-08 20:33:22 +00:00
dieriba
c210a404e0
feat: timeout as expression ( #6509 )
...
* done
* add ctx and flow input
* backward compatible
* fix typo
* fix
2025-09-08 15:42:21 +00:00
Ruben Fiszel
9fca83626d
chore(main): release 1.539.1 ( #6550 )
...
* chore(main): release 1.539.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-06 14:20:59 +00:00
Ruben Fiszel
840714000d
support ata in bunnative
2025-09-06 14:18:00 +00:00