Ruben Fiszel
9bf3efe7a9
unify vscode deps
2025-10-13 20:30:55 +00:00
Pyra
e2feba391c
feat(rust): add resource types ( #5843 )
...
* feat(rust): add resource types
* write tests
* copy from go-resources
* implement frontend for rust
* update
* update cli
* update tests
* update
Signed-off-by: pyranota <pyra@duck.com >
* fix package-lock
* fix ci
* update parser
Signed-off-by: pyranota <pyra@duck.com >
* Update frontend/src/lib/components/Editor.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---------
Signed-off-by: pyranota <pyra@duck.com >
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-10-13 19:15:44 +00:00
centdix
f5a45fe0ef
internal: fix weekly ( #6807 )
...
* fix
* fix
2025-10-13 14:51:33 +00:00
centdix
1a0dbf7982
fix(internal): no max turns ( #6805 )
2025-10-13 15:47:59 +02:00
centdix
7bb639db47
internal: update claude + add plan mode + add weekly summary ( #6803 )
...
* update claude + add plan mode
* fix
* update pr review
* add wewklu summary
* cleaning
* cleaning
2025-10-13 15:32:44 +02:00
claude[bot]
b630208ece
feat: Add back apply code button in CodeDisplay ( #6800 )
...
* feat: Add back apply code button in CodeDisplay for non-diff-based providers
- Added apply button that shows only in script mode for non-diff-based providers
- Button allows applying code directly to the current editor
- Only shows for providers that don't support diff-based editing (excludes openai, anthropic, googleai, azure_openai)
Fixes #6799
Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
* better
* not only for non diff providers
---------
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: centdix <farhadg110@gmail.com >
2025-10-13 12:51:56 +04:00
wendrul
9149faf305
fix: Safeguard prevents button from deleting non-fork workspaces ( #6795 )
...
* Fix: Safeguard to prevent `delete fork` button from deleting non-fork workspaces
* fix typo
* Consistent prefix
2025-10-10 18:53:30 +00:00
Alexander Petric
e0d9017036
fix: show workspace prefix to non superadmins for app deploy custom path ( #6793 )
2025-10-10 18:52:56 +00:00
hugocasa
b972eb9721
feat: add support for contextual vars in SQL ( #6791 )
2025-10-10 18:52:24 +00:00
hugocasa
898d2a8fe9
chore: upgrade bun to 1.2.23 ( #6792 )
2025-10-10 18:52:04 +00:00
Ruben Fiszel
7ebd1bc56c
chore(main): release 1.558.1 ( #6789 )
...
* chore(main): release 1.558.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
v1.558.1
2025-10-09 21:08:10 +00:00
Alexander Petric
1c9faf9d03
fix: support pg jsonb array ( #6788 )
2025-10-09 21:01:43 +00:00
Ruben Fiszel
1faba5b097
make js expr more resilient in case where previous result is error
2025-10-09 20:59:00 +00:00
Ruben Fiszel
877286193e
chore(main): release 1.558.0 ( #6787 )
...
* chore(main): release 1.558.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
v1.558.0
2025-10-09 19:46:04 +00:00
Alexander Petric
705a177005
feat: allow setting custom cors header on http trigger ( #6786 )
...
* feat: allow setting custom cors header on http trigger
* preflight
* headers one by one
* perf: optimize conditional_cors_middleware by checking existing headers first
Improves performance by iterating through existing headers once and using
flags to track which CORS headers need to be inserted, avoiding unnecessary
header lookups for the common case where headers are not present
Co-authored-by: Ruben Fiszel <rubenfiszel@users.noreply.github.com >
* refactor: use not_insert flags in conditional_cors_middleware for clarity
Changed the conditional_cors_middleware logic to use not_insert_* flags
instead of needs_* flags as suggested, which better represents the intent
when iterating through existing headers first.
Co-authored-by: Alexander Petric <alpetric@users.noreply.github.com >
---------
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: Ruben Fiszel <rubenfiszel@users.noreply.github.com >
2025-10-09 19:41:54 +00:00
Diego Imbert
f798ff4535
feat: Database manager for Ducklake instance catalogs ( #6785 )
...
* OVERRIDE_DATA_PATH
* DB Manager for Ducklake instance catalog debugging
2025-10-09 16:28:11 +00:00
Diego Imbert
4e7dfd7a90
Ducklake support in Db Studio ( #6784 )
...
* stash
* Ducklake works in app editor
* fix
* fix missing $res:
2025-10-09 16:26:42 +00:00
centdix
8050729e6f
fix showexpr in inputtransformform ( #6782 )
2025-10-09 16:25:50 +00:00
hugocasa
bd3e5e67bb
feat(backend): allow specifying powershell module versions ( #6781 )
...
* feat(backend): allow specifying powershell module versions
* fix build
* fix windows
2025-10-09 16:23:27 +00:00
Diego Imbert
0fd1b87133
always allow Save resource in JSON mode ( #6783 )
2025-10-09 16:20:45 +00:00
Ruben Fiszel
32b7d84b3d
chore(main): release 1.557.0 ( #6779 )
...
* chore(main): release 1.557.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
v1.557.0
2025-10-09 05:13:16 +00:00
centdix
dc4582a1bb
feat(flow): show tool usage in flow conversations ( #6771 )
...
* save each assitant and tool message
* fix result assistant message logic
* nit
* poll conversation messages
* styling and backend nits
* stream tools
* fix tools streaming
* cleaning
* cleaning + handle tool errors
* flag flow errors
* cleaning
* use separate manager
* cleaning
* fix refresh
* cleaning
* cleaning
* Update SQLx metadata
* fix migration
* reuse memory id + add timeout to polling
* cleaning
* no error if stream complete
* fix memory for nested agents
* fix chat enabled for nested agents
* cleaning
* Update SQLx metadata
* nit
---------
Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
2025-10-09 05:07:18 +00:00
Diego Imbert
fd9931e95d
Fix LanguageStatusService.addStatus is not supported ( #6780 )
2025-10-09 08:57:17 +04:00
Ruben Fiszel
013d3d5c31
customaiagent
2025-10-08 20:17:38 +00:00
Ruben Fiszel
28affd0e71
add onChange to aggrid tables
2025-10-08 20:15:26 +00:00
Alexander Petric
b070ed9553
fix: validate that instance group exists before adding to workspace ( #6777 )
...
* fix: validate that instance group exists before adding to workspace
* Update SQLx metadata
* Update SQLx metadata
* sqlx
* ee repo ref
---------
Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
2025-10-08 22:29:05 +04:00
Diego Imbert
87ce4357b4
Fix multiplayer infinite loop ( #6778 )
2025-10-08 22:28:29 +04:00
Ruben Fiszel
2dc0e5ef01
chore(main): release 1.556.1 ( #6775 )
...
* chore(main): release 1.556.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
v1.556.1
2025-10-08 10:25:28 +00:00
Ruben Fiszel
85dbf8868f
nit job kinds
2025-10-08 10:24:52 +00:00
Ruben Fiszel
8073e5daeb
fix: better handle already completed jobs cases
2025-10-08 10:06:15 +00:00
Ruben Fiszel
38dabec552
chore(main): release 1.556.0 ( #6764 )
...
* chore(main): release 1.556.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
v1.556.0
2025-10-08 09:54:26 +00:00
hugocasa
e1d2eb2870
feat: support for protected private hub ( #6762 )
...
* feat: support for protected private hub
* nits
* nits
2025-10-08 09:33:28 +00:00
Alexander Petric
ae8d37fc34
feat: add dynamic skip for schedules ( #6739 )
...
* feat: add dynamic skip for schedules
* npm check
* accidental rename
* fixing tests
* Update SQLx metadata
* simplify api / queries
---------
Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
2025-10-08 09:18:15 +00:00
Ruben Fiszel
5ad61829e4
fix: fix scheduling of flows with cached results based on inputs ( #6774 )
2025-10-08 09:14:13 +00:00
dieriba
27d7809ef9
feat: parallel loop as expr ( #6743 )
...
* ok
* revert
* backward compatible
* nits
* nits
* perf
* ok
* nits
2025-10-08 06:57:22 +00:00
Alexander Petric
c9dae9580a
fix: correct otel log levels ( #6772 )
...
* fix: correct otel log levels
* oss
2025-10-08 06:47:05 +00:00
Diego Imbert
e17440bcc3
upgrade duckdb rs ( #6770 )
2025-10-08 06:46:50 +00:00
Ruben Fiszel
50a6106436
fix: fix runnable inputs not being retriggered on change in some rare cases
2025-10-07 15:15:49 +00:00
Diego Imbert
6806f2193d
Fix Ctrl C in app right panel Copying component ( #6766 )
2025-10-07 12:35:54 +00:00
Diego Imbert
7d5196170c
Remove click-to-insert prop feature ( #6765 )
...
* Remove click-to-insert prop feature
* CI
2025-10-07 12:03:30 +00:00
centdix
7b9e2c2d68
internal: fix flake and cli dev usage ( #6761 )
...
* fix flake
* fix cli build
* fix deno_ffi
2025-10-07 08:07:47 +00:00
Diego Imbert
258b275f9b
fix: better ducklake setup ( #6763 )
...
* stash
* Much better ducklake setup UX
* nits
* mistake
* sqlx prepare
2025-10-07 07:00:00 +00:00
Ruben Fiszel
f2070e9d9c
chore(main): release 1.555.2 ( #6758 )
...
* chore(main): release 1.555.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
v1.555.2
2025-10-06 15:20:47 +00:00
centdix
820437c897
chore(flow): clean flow conversation code ( #6755 )
...
* use own folder for memory
* fixes
* better chat interface
* fix export tab
* move in folder
* dont show flow graph if chat mode
* fix
* fix too long title
* fix user message
* fix
* fix
* remove from server
* cleaner
* cleaning
* cleaning
* cleaning
2025-10-06 15:10:29 +00:00
Diego Imbert
686cf8dd69
Timestamp input in db manager ( #6754 )
...
* nullable by default
* unrelated nits
* native timezone input postgres
* Fix timestamptz NaiveDateTime conversion is pg_executor
* remove consolelog
2025-10-06 15:10:17 +00:00
Ruben Fiszel
ac27cdc16e
update monaco ( #6759 )
2025-10-06 13:56:02 +00:00
Diego Imbert
9f7250c9f0
Nit mistake in expression helper text ( #6756 )
...
* nit helper mistake
* nit border color
* fill inputs styling nits
* nit bg color
2025-10-06 13:36:48 +00:00
hugocasa
7c757b68f6
fix(backend): use correct ai tool job dir ( #6757 )
2025-10-06 13:35:59 +00:00
Ruben Fiszel
a12d124871
chore(main): release 1.555.1 ( #6752 )
...
* chore(main): release 1.555.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
v1.555.1
2025-10-04 17:11:37 +00:00
Ruben Fiszel
abb813c019
nit publish
2025-10-04 17:00:28 +00:00