Ruben Fiszel
944f9bbf65
chore(main): release 1.549.0 ( #6678 )
...
* chore(main): release 1.549.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-26 14:02:17 +00:00
hugocasa
a08268337b
feat(backend): job result stream optimization ( #6673 )
...
* feat(backend): job result stream optimization
* get offset locally instead of from db
* fix: agent worker result stream
* update ref
* nit
* remove foreign key on job
* fix build
2025-09-26 11:26:50 +00:00
Alexander Petric
46625e8e7f
fix: scim group handling when deleting instance user + conversion ( #6677 )
...
* fix: scim group handling when deleting instance user + conversion
* sqlx + compilation
2025-09-26 11:25:44 +00:00
Ruben Fiszel
eec02a439a
chore(main): release 1.548.3 ( #6676 )
...
* chore(main): release 1.548.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-25 10:36:22 +00:00
dieriba
9d76e251c2
fix: websocket runnable #6675
2025-09-24 19:47:52 +00:00
Ruben Fiszel
3e11f7a071
chore(main): release 1.548.2 ( #6674 )
...
* chore(main): release 1.548.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-24 19:06:31 +00:00
Ruben Fiszel
df31ffdd12
chore(main): release 1.548.1 ( #6671 )
...
* chore(main): release 1.548.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-24 18:16:02 +00:00
Ruben Fiszel
84f2943bdc
chore(main): release 1.548.0 ( #6667 )
...
* chore(main): release 1.548.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-24 16:56:34 +00:00
Pyra
20aa656bba
fix(backend): rework dependency_map handling ( #6598 )
...
* 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 >
* implementation 1
Signed-off-by: pyranota <pyra@duck.com >
* almost v0
Signed-off-by: pyranota <pyra@duck.com >
* v0
Signed-off-by: pyranota <pyra@duck.com >
* add comments and use fallback
Signed-off-by: pyranota <pyra@duck.com >
* call dissolve for apps
Signed-off-by: pyranota <pyra@duck.com >
* add comms
Signed-off-by: pyranota <pyra@duck.com >
* refactor v0 (partially tested + dirty)
Signed-off-by: pyranota <pyra@duck.com >
* finishing
Signed-off-by: pyranota <pyra@duck.com >
* remove TODO
Signed-off-by: pyranota <pyra@duck.com >
* Update SQLx metadata
* silence unused argument
Signed-off-by: pyranota <pyra@duck.com >
* cleanup
Signed-off-by: pyranota <pyra@duck.com >
* implement rebuild_map endpoint
Signed-off-by: pyranota <pyra@duck.com >
* update windmill api client
Signed-off-by: pyranota <pyra@duck.com >
* almost finish with tests
Signed-off-by: pyranota <pyra@duck.com >
* add proper testing
Signed-off-by: pyranota <pyra@duck.com >
* remove unused fixtures
Signed-off-by: pyranota <pyra@duck.com >
* Update SQLx metadata
* partial cleanup
Signed-off-by: pyranota <pyra@duck.com >
* Update backend/windmill-worker/src/scoped_dependency_map.rs
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update backend/windmill-common/src/scripts.rs
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* evil doings
Signed-off-by: pyranota <pyra@duck.com >
* more cleanup
* Update SQLx metadata
* more cleanup
Signed-off-by: pyranota <pyra@duck.com >
* fixing CI
Signed-off-by: pyranota <pyra@duck.com >
* remove python from default features
Signed-off-by: pyranota <pyra@duck.com >
---------
Signed-off-by: pyranota <pyra@duck.com >
Co-authored-by: Pyra <92104930+pyranye@users.noreply.github.com >
Co-authored-by: GitHub Action <action@github.com >
Co-authored-by: windmill-internal-app[bot] <windmill-internal-app[bot]@users.noreply.github.com>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-09-24 13:40:39 +00:00
dieriba
d682eac9ac
feat: websocket trigger send runnable result even if error ( #6664 )
...
* done
* nits
* update sqlx
---------
Co-authored-by: hugocasa <hugo@casademont.ch >
2025-09-23 19:22:54 +00:00
Ruben Fiszel
ae3525e4b3
chore(main): release 1.547.0 ( #6663 )
...
* chore(main): release 1.547.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-23 19:31:07 +02:00
Ruben Fiszel
2027307356
make it impossible to update folder with ill-defined extra_perms
2025-09-23 10:30:37 +00:00
Ruben Fiszel
4c96850786
chore(main): release 1.546.1 ( #6659 )
...
* chore(main): release 1.546.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-23 10:22:23 +00:00
centdix
0eb94fdb66
fix(mcp): use stateless mode for openai sdk compatibility ( #6656 )
...
* update crate
* use non stateful mode
* fix
* fix
2025-09-23 10:16:26 +00:00
Ruben Fiszel
32ebbdc51b
chore(main): release 1.546.0 ( #6648 )
...
* chore(main): release 1.546.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-23 06:36:20 +02:00
Alexander Petric
c306b95269
fix: cli path on windows + error_handler_muted_on_cancel ( #6657 )
...
* fix: cli path on windows + error_handler_muted_on_cancel
* prefix eq path
* sqlx
2025-09-23 06:32:51 +02:00
Alexander Petric
23e4128783
require refresh_token in oauth api spec ( #6654 )
2025-09-22 16:22:34 +00:00
Ruben Fiszel
91d1e109da
nit compile
2025-09-22 16:22:03 +00:00
Ruben Fiszel
c389d10ec2
add more debug logs for event triggers
2025-09-22 14:51:46 +00:00
Ruben Fiszel
869d0bc854
fix: add settable poll delay for sse streams
2025-09-22 10:57:33 +00:00
Ruben Fiszel
0cefb1dc39
chore(main): release 1.545.0 ( #6639 )
...
* chore(main): release 1.545.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-09-20 14:05:36 +00:00
Ruben Fiszel
2b2ae49cb5
feat: force cancel in batch cancel
2025-09-20 11:29:35 +00:00
Ruben Fiszel
2f7c8a657c
check
2025-09-20 01:23:00 +00:00
Ruben Fiszel
1c7d68cc39
check
2025-09-20 01:09:49 +00:00
Ruben Fiszel
aa5c617fb0
check
2025-09-20 01:03:40 +00:00
Ruben Fiszel
06f774c7cd
fix: add termination handler earlier in lifecycle
2025-09-20 00:22:15 +00:00
Alexander Petric
d1132fc479
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
Ruben Fiszel
2fdfa8d193
feat: load for loop jobs timeline directly from for loop flow status ( #6646 )
2025-09-19 17:32:09 +00:00
Ruben Fiszel
a6d41803db
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
af30f00181
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
139bbc1154
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
a2b34f3e08
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
centdix
773e34460e
fix(aiagent): fix endpoint for azure ( #6633 )
...
* fix ai agent for azure
* cleaning
* add parentheses
2025-09-18 13:22:24 +00:00
dieriba
7ea5f17b6f
feat: fix gcp cleanup and add ack-deadline for gcp push delivery #6631
2025-09-18 08:31:02 +02:00
centdix
0e233a7800
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
ee6f0f0357
fix: add ack deadline gcp ( #6625 )
...
* update ref
* add ack deadline
* update ref
2025-09-17 16:48:37 +00:00
wendrul
c2b59a9465
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
542495c297
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
693001f724
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
Ruben Fiszel
7348f5c3cd
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
centdix
98cd7261c6
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
8d005cd4d5
fix cargo checks
2025-09-13 10:32:38 +00:00
Ruben Fiszel
322e02e584
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
04ba658548
fix checks
2025-09-13 08:51:07 +00:00
wendrul
1c9b0a544d
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
be70ef5004
fix(backend): email trigger fix build ( #6602 )
...
* fix(backend): email trigger fix build
* update ref
2025-09-12 21:31:08 +02:00
hugocasa
dfd857e57c
fix(backend): email triggers error handler and retry ( #6601 )
2025-09-12 20:51:25 +02:00
dieriba
0e82962545
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
69222c62c4
fix: custom tag helper
2025-09-12 13:16:00 +00:00
Ruben Fiszel
e852925b23
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