Ruben Fiszel
2b4bb2be57
check
2025-09-20 01:23:00 +00:00
Ruben Fiszel
7a5d3d49e7
check
2025-09-20 01:15:30 +00:00
Ruben Fiszel
f5e23bd880
check
2025-09-20 01:09:49 +00:00
Ruben Fiszel
d8577db9e2
check
2025-09-20 01:03:40 +00:00
Ruben Fiszel
8518b7c897
check
2025-09-20 00:59:03 +00:00
Ruben Fiszel
e931bdd728
check
2025-09-20 00:54:29 +00:00
Ruben Fiszel
fb93024d3e
vacuum skip_locked
2025-09-20 00:42:43 +00:00
Ruben Fiszel
56cdb69e59
fix: add termination handler earlier in lifecycle
2025-09-20 00:22:15 +00:00
Alexander Petric
16e35fc3f5
fix ci build (teams) ( #6647 )
2025-09-19 21:36:28 +00:00
Alexander Petric
70e9ae14a9
fix: teams api improvements ( #6643 )
...
* init
* adding cache + ui nits
* improve caching
* sqlx
* ee repo ref
* remove useless comments
* ci errors
* pr comments
* ee repo ref
2025-09-19 17:43:16 +00:00
hugocasa
d365014882
build on macos with deno_core ( #6642 )
2025-09-19 17:33:05 +00:00
Ruben Fiszel
f71f9b0894
feat: load for loop jobs timeline directly from for loop flow status ( #6646 )
2025-09-19 17:32:09 +00:00
Ruben Fiszel
a5384fc204
chore(main): release 1.544.2 ( #6637 )
...
* chore(main): release 1.544.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-18 18:10:04 +00:00
Ruben Fiszel
de92262449
chore(main): release 1.544.1 ( #6636 )
...
* chore(main): release 1.544.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-18 17:36:07 +00:00
Ruben Fiszel
0143a55b11
chore(main): release 1.544.0 ( #6619 )
...
* chore(main): release 1.544.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-18 15:57:18 +00:00
hugocasa
993baf46bd
feat(backend): flow streaming ( #6520 )
...
* feat(backend): flow streaming
* all streaming languages + sync api
* sqlx
* fix build
* UI and nits
* nit
* feat: stream last flow step
* sqlx
* nit
* use get for stream endpoints + add snippet in UI
* refactor
* nits
* Update backend/windmill-worker/src/common.rs
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
* nits
---------
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
2025-09-18 15:49:35 +00:00
Diego Imbert
4586355791
Better flow builder ( #6596 )
...
* fly animation
* output picker fly transition
* svelte 5 migrate
* createCache
* cache integrations
* fly transition for triggers add btn
* better hub scripts fetching (code style + caching + fewer states)
* loadItemsCached in WorkspaceScriptPickerQuick
* usePromise fixes
* createCache initial keys, no flicker at all
* Prettier template editor
* fix null access
* fix bad z-index issue
* Revert "Prettier template editor"
This reverts commit ff2a952656 .
* type error
* ee repo ref
* Update ee-repo-ref.txt
* Fix formatting of ee-repo-ref.txt
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-09-18 15:24:49 +00:00
centdix
709a937ac2
fix(aiagent): fix endpoint for azure ( #6633 )
...
* fix ai agent for azure
* cleaning
* add parentheses
2025-09-18 13:22:24 +00:00
dieriba
4b7149527b
feat: fix gcp cleanup and add ack-deadline for gcp push delivery #6631
2025-09-18 08:31:02 +02:00
centdix
3199f9fffd
feat(ai agent): allow multiple images input for ai agent + code cleaning ( #6591 )
...
* 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
* refactor: move AI executor types to separate module
- Created ai module structure with types.rs
- Moved all type definitions from ai_executor.rs to ai/types.rs
- No functional changes, just code organization
* refactor: add QueryBuilder trait and provider detection utilities
- Created QueryBuilder trait for abstracting provider-specific logic
- Added helper functions for provider detection (is_anthropic_provider)
- Implemented placeholder QueryBuilder for all providers
- Updated OpenAIRequest to use slices instead of Vec references
- All providers now have QueryBuilder implementations (using default for now)
* feat: implement OpenAI query builder with image support foundation
- Created proper OpenAI query builder implementation
- Added image_handler module for S3 upload/download utilities
- Separated text and image request building logic
- Added prepare_messages_for_api to handle S3Object conversion
- Foundation laid for supporting tools with image output
* refactor(ai): complete AI executor refactoring with query builder pattern
- Created modular structure under ai/ module
- Moved all types to ai/types.rs
- Created QueryBuilder trait for provider abstraction
- Implemented OpenAI query builder with image+tools support
- Added unified agent runner supporting both text and image outputs with tools
- Refactored run_agent to delegate to new unified implementation
- Added image handler utilities for S3 operations
- Improved code organization and maintainability
* cleaning
* feat(ai): implement remaining provider query builders
- Added Anthropic query builder with proper message conversion
- Added Google AI query builder with Gemini API support
- Added OpenRouter query builder delegating to OpenAI for compatibility
- Added missing Anthropic and Gemini types to types.rs
- Fixed type references and compilation errors
- All providers now support the unified query builder interface
* fixes
* fixes
* mime type + cleaning
* image to images
* handle mutlitple images
* fix
* remove agent_runner file
* clean query builder logic
* cleaning
* cleaning
* hide structured_output based on output type
* fix
* user images and not nested
* better descriptions
2025-09-17 16:55:54 +00:00
centdix
d837badf2c
feat(aichat): add max tokens settings ( #6613 )
...
* add max tokens settings
* higher max
* fixes
* save max tokens in workspace settings
* cleaning
* cleaning
* cleaning
* feat(ai): add collapsible sections to ModelTokenLimits component
- Add collapsible/expandable sections for each AI provider
- Display 'Modified' badge when providers have custom settings
- Use ChevronDown/ChevronUp icons for visual feedback
- Add smooth slide transitions for better UX
- Reduce vertical space usage in workspace settings
Co-authored-by: centdix <centdix@users.noreply.github.com >
* adjust
* nit
---------
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: centdix <centdix@users.noreply.github.com >
2025-09-17 16:55:30 +00:00
dieriba
426065efee
fix: add ack deadline gcp ( #6625 )
...
* update ref
* add ack deadline
* update ref
2025-09-17 16:48:37 +00:00
wendrul
9325f5636c
fix: Don't reencrypt secrets on workspace forking ( #6622 )
...
* Do not reencrypt variable when performing a workspace fork
* Update SQLx metadata
* Update SQLx metadata
* Remove unused
---------
Co-authored-by: GitHub Action <action@github.com >
2025-09-17 16:47:27 +00:00
Diego Imbert
673b4d2a4c
Advanced S3 permissionning ( #6617 )
...
* Advanced permission rules UI
* stash
* first iteration for s3 rule parsing
* Move to glob based approach
* cache expiry
* fix popover positioning
* ee
* unused imports
* forgot windmill_uploads
* Check S3 permissions for apps
* nit
* typo
* ee repo ref
* forgot get_workspace_s3_resource_and_check_paths in oss
2025-09-17 12:15:33 +00:00
dieriba
e98bde6be6
feat: allow operator to use script/flow with dynselect input ( #6616 )
...
* done
* update sqlx
* fix openapi spec
2025-09-17 10:56:39 +00:00
Alexander Petric
9ff4ca0662
fix: jumpcloud scim support + instance settings ui bug (nextcloud oauth) ( #6618 )
...
* ee repo
* fixing infinite loop in instance settings with nextcloud
* ee ref
2025-09-16 20:36:55 +00:00
Ruben Fiszel
3bde06f1fd
chore(main): release 1.543.0 ( #6607 )
...
* chore(main): release 1.543.0
* Apply automatic changes
* update cargo
* update cargo
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-15 17:41:04 +00:00
hugocasa
c24c629317
fix: run preprocessor even if empty flow ( #6609 )
2025-09-15 12:13:43 +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
2d865389d1
sleep before exiting in tests
2025-09-13 11:17:14 +00:00
Ruben Fiszel
e8c5c44906
fix cargo checks
2025-09-13 10:32:38 +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
Ruben Fiszel
eaeaa7b473
fix checks
2025-09-13 08:51:07 +00:00
wendrul
9454ab5cc4
fix: workspace forks script versioning (hashes) ( #6604 )
...
* fix: use same hashes as original workspace when forking
* Remove overwrite of created_by
* Update SQLx metadata
---------
Co-authored-by: GitHub Action <action@github.com >
2025-09-13 08:43:48 +00:00
hugocasa
82dcb711ca
fix(backend): email trigger fix build ( #6602 )
...
* fix(backend): email trigger fix build
* update ref
2025-09-12 21:31:08 +02:00
hugocasa
41667d06fc
fix(backend): email triggers error handler and retry ( #6601 )
2025-09-12 20:51:25 +02:00
dieriba
e61477fcbc
refactor: trigger listener ( #6401 )
...
* base
* base crate
* websocket updated
* crud refactored
* fix and nits
* fix compiler warning, nits and update repo ref
* fix oss
* fix compilation
* update ref
* fix
* update feature
* listener base
* add listener
* refactor logic done and implemented for postgres
* fix capture
* websocket
* implem for all triggers
* update sqlx,repo ref and fix
* fix oss
* unify struct fix websocket
* nits and fix oss runtime axum error
* perf cache query
* add listener module
* update .sqlx and cargo.toml
* fix import
* fix
* fix
* update repo ref
* fix
* update ref
* update ref
* fix
* fix
* revert
* update ref
2025-09-12 18:10:58 +00:00
Ruben Fiszel
bef6bb826f
fix: custom tag helper
2025-09-12 13:16:00 +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
4578cf69a4
nit
2025-09-11 21:57:56 +00:00
Ruben Fiszel
a8f67f483c
fix: catchPanicLayer to handle axum panics more gracefully + onFailure tracing
2025-09-11 21:54:28 +00:00
Ruben Fiszel
6c34cd8ad6
fix(perf): improve perf and reliablity using tcp_nodelay and content-length for intra worker requests
2025-09-11 21:39:27 +00:00
Alexander Petric
cb54437e73
fix: scim members optional (jumpcloud) ( #6579 )
...
* scim members optional (jumpcloud)
* ee repo ref
2025-09-11 19:47:16 +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
0518c46059
fix: archive by hash workspace specificity
2025-09-11 18:01:52 +00:00
Ruben Fiszel
aa68ac8336
more tracing on archiving scripts
2025-09-11 17:34:54 +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
pyranota
c4ccc4ba14
fix(apps): fix relative imports cache invalidation ( #6564 )
...
* v0
Signed-off-by: pyranota <pyra@duck.com >
* optimize relocks
* make it work with relative relative imports
Signed-off-by: pyranota <pyra@duck.com >
* use fallback
Signed-off-by: pyranota <pyra@duck.com >
* remove dbg and todos
Signed-off-by: pyranota <pyra@duck.com >
* future proof a bit
Signed-off-by: pyranota <pyra@duck.com >
* cleanup
Signed-off-by: pyranota <pyra@duck.com >
* more cleanup
Signed-off-by: pyranota <pyra@duck.com >
* remove final TODO
Signed-off-by: pyranota <pyra@duck.com >
* do not use bytemuck
Signed-off-by: pyranota <pyra@duck.com >
* optimize hashing
Signed-off-by: pyranota <pyra@duck.com >
---------
Signed-off-by: pyranota <pyra@duck.com >
2025-09-11 10:46:01 +00:00
Ruben Fiszel
a9f1e1d186
fix nits worker group stats
2025-09-11 09:19:09 +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