Ruben Fiszel
c697efaab9
chore(main): release 1.496.0 ( #5882 )
...
* chore(main): release 1.496.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-06-06 17:56:49 +00:00
pyranota
7fcffc6375
fix(python): account instance version when cli deploy and local lockfile ( #5894 )
...
* fix: do not ignore instance python version with cli deploy and local lockfile
* ellipsis
2025-06-06 17:49:59 +00:00
dieriba
7ab1d0f786
fix: use full client side js library for route gen from openapi ( #5891 )
...
* add base template
* generate http trigger from openapi spec
* refactor and folder picker
* fix force re-render on simple editor
* add edit functionality for generated triggers and nits
* remove buffer
* add buffer
* nits
* nits
* nits and force Rerender
* remove analyzer
* typo
* nits
* nits
* nits
* fix
* nits
* fix vite
* updaate
* remove polyfills
* rename file and prevent duplicate keys
* better naming and duplicate key
* camel case
* replace spaces
---------
Co-authored-by: HugoCasa <hugo@casademont.ch >
2025-06-06 12:38:37 +00:00
dieriba
1062a41645
feat: generate http route triggers from openapi spec ( #5857 )
...
* add base template
* generate http trigger from openapi spec
* refactor and folder picker
* fix force re-render on simple editor
* add edit functionality for generated triggers and nits
* remove buffer
* add buffer
* nits
* nits
* nits and force Rerender
* remove analyzer
* typo
* nits
* nits
* nits
* fix
* nits
* fix vite
* updaate
---------
Co-authored-by: HugoCasa <hugo@casademont.ch >
2025-06-05 22:46:17 +00:00
Alexander Petric
c15c317e4b
fix: allow fileupload drag and drop in edit mode on full component without triggering file picker ( #5889 )
...
* fix: allow fileupload drag and drop in edit mode on full component without triggering file picker
* only check move on click, not on pointer move
2025-06-05 23:52:31 +02:00
Ruben Fiszel
c22c8ce385
1.495.1
2025-06-05 20:14:05 +02:00
dieriba
864202d798
fix: allow cancel jobs in repl
2025-06-05 19:50:44 +02:00
Ruben Fiszel
ea5a342b3d
chore(main): release 1.495.0 ( #5852 )
...
* chore(main): release 1.495.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-06-05 19:30:32 +02:00
Ruben Fiszel
81c1177b98
fix npm check
2025-06-05 19:28:52 +02:00
dieriba
1268fc82f4
handle cancel pendings jobs ( #5881 )
2025-06-05 19:25:46 +02:00
centdix
42b8374607
feat: Add ask mode to AI chat ( #5878 )
...
* add ask mode
* fix aichat z index
* fix
* Update FlowEditor.svelte
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-06-05 19:23:08 +02:00
HugoCasa
ccb1f1a1d6
fix: remove duplicate tools from script ai chat ( #5880 )
2025-06-05 19:18:50 +02:00
Alexander Petric
dc1d09f946
fix: broken event dispatch for simpleditor ( #5879 )
...
* fix: broken event dispatch for simpleditor
* also fix templateeditor end editor
* revert fix for editor
2025-06-05 19:14:32 +02:00
HugoCasa
53fab2f70b
feat: connect fix btn in flow editor to ai chat ( #5863 )
...
* feat: connect fix btn in flow editor to ai chat
* adapt to unified chat
* cleaning
* cleanup
2025-06-05 18:44:54 +02:00
Alexander Petric
b91960e9e0
fix: fix regex that extract workspaces from custom tags ( #5876 )
2025-06-05 18:43:59 +02:00
Diego Imbert
867a4ab4c0
di/fix update sqlx script ( #5877 )
...
* fix update sqlx script
* Update sqlx
---------
Co-authored-by: wendrul <dethomassin.etienne@gmail.com >
2025-06-05 18:42:46 +02:00
Ruben Fiszel
ec08e1d5e0
usage query on cloud is in bg
2025-06-05 17:00:39 +02:00
pyranota
68f179ab13
fix: cannot parse INSTANCE_PYTHON_VERSION ( #5874 )
2025-06-05 16:56:30 +02:00
centdix
42656144dd
avoid duplicate threads ( #5875 )
2025-06-05 16:56:16 +02:00
centdix
10d99bda3d
Fix menu button on mobile + show accept all when code is applied from script chat ( #5872 )
...
* fix menu button on mobile
* show accept all when code is applied from script chat
* fix
2025-06-05 16:11:03 +02:00
Ruben Fiszel
5d84f5c9a1
usage query on cloud is in bg
2025-06-05 15:36:15 +02:00
wendrul
b6ac872825
debug: Add more tracing lines for indexer + fix mistyped field ( #5871 )
2025-06-05 10:54:50 +02:00
centdix
090f18936d
Layout and design issues ( #5870 )
2025-06-05 09:52:02 +02:00
Alexander Petric
93433f481e
invalidate auth cache when logging out ( #5869 )
...
* invalidate auth cache when logging out
* use proper sqlx migrate add
* formatting
* pg notify on token, not email
2025-06-05 09:30:23 +02:00
centdix
d24825c3ea
feat: add navigator mode to AIChat and unify UI ( #5859 )
...
* feat: ai flow chat
* youpi
* feat: preprocessor and error handler support
* fix: reactivity
* Add GlobalChat component with drawer functionality
- Create GlobalChat.svelte with placeholder chat functionality
- Create GlobalChatDrawer.svelte as drawer wrapper
- Add global chat button to sidebar menu (both mobile and desktop)
- Integrate global chat state management in main layout
- Include message history, loading states, and error handling
- Implement responsive design and proper drawer behavior
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
* draft
* use triggerable by ai compoennt
* make drawer triggerable
* implement logic
* add inkeep tool
* cleaner code
* make more things available
* more integrations + better system prompt
* fix docs fetching
* small fix
* cleaning
* add ask in search bar + right top icon on homepage + suggestions
* fix button
* disable chat if no ai providers
* add inkeep endpoint
* draft working stuff
* cleaner code
* better chat
* fix
* send license and uid
* better anim
* move logic
* parse links in chat
* add missing integration
* add reset button
* fix
* rm file
* integrate navigator mode
* integrate all changes
* add hide button
* adjust drawer size
* add script ai chat integration
* fix drawer
* small fixes
* small fixes
* draft
* merge script ai chat with global one
* cleaning
* fixes
* working draft
* add aichat service
* cleaning more
* remove left over from store
* more descriptive states
* better icon
* fix
* use pending prompt
* cleaning
* cleaning
* small fix
* add inkeep file
* clean
* add route
* Update backend/windmill-api/src/lib.rs
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
* cleaning
* fix drawer
* save open state in local storage
* small fix
* fixes
* small fixes
* move chat request to manager
* renaming
* move flow effects in manager
* move chat effects in manager
* remove log
* Update frontend/src/lib/components/copilot/CronGen.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update frontend/src/lib/components/copilot/chat/flow/core.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* change askaibutton folder
* define button
* ifelse
* no any + no default size
* use tailwind
* use splitpanes
* move effects
* remove deprecated file
* wording
* add back disable ai
* add error message
* modify system prompt
* handle confirmation modal
* fix
* fix
* close script settings
* fix icon color
* fix
* fix history manager
* fix test panel
* save size
* remove floating button
* fix delete chat
* fix
* better fix
---------
Co-authored-by: HugoCasa <hugo@casademont.ch >
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-04 19:17:25 +02:00
dieriba
55eaf3f2bc
feat: use rust-postgres client instead of sqlx for postgres trigger ( #5853 )
...
* use rust-postgres client instead of sqlx
* fix
* Update backend/windmill-api/src/postgres_triggers/mod.rs
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* fix import
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-04 18:53:30 +02:00
HugoCasa
10534657f4
fix: nit ai flow prompt ( #5867 )
2025-06-04 17:16:14 +02:00
pyranota
a382ed0b2d
fix(python): assign PATCH version to python runtime only when needed ( #5866 )
...
* fix
* clean up
* nit
* fix integration tests
* nit
* another nit
* remove dublicate test
2025-06-04 17:15:46 +02:00
Diego Imbert
d3bf4af427
new select component ( #5839 )
...
* new select component
* fix search
* arrow keys
* placeholder color not working darkmode
* Popover forceContentToTriggerWidth
* select with popover
* Revert "select with popover"
This reverts commit 61aece9ed0 .
* Revert "Popover forceContentToTriggerWidth"
This reverts commit 48c4d16111 .
* select fixes
* fix select clipping with portal
* started replacing select components
* nit
* AppSelect upgraded
* no items
* new Selector in Team and Channel selector
* replace Select components
* remove redundant select in ServiceLogsInner
* replaced more selects
* gcp trigger new select component
* fix disablePortal position
* fix broken clear in teams and channel selecrt
* Finish Select component migration
* fix empty entries in select
* open Select above when no space below
* fix sizing on disablePortal
* Select loading feature + fix npm check
* fix text contrast in select dropdown
2025-06-04 10:41:50 +02:00
HugoCasa
d1bf2a69bb
feat: ai prompts improvements + o3/o4 support ( #5862 )
...
* feat: ai prompts improvements + o3/o4 support
* Update frontend/src/lib/components/copilot/chat/flow/core.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update frontend/src/lib/components/copilot/chat/script/core.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-06-03 19:14:40 +02:00
dieriba
5b534be168
feat: ssh repl like direct to workers hosts machine ( #5809 )
...
* feat(backend): add repl for worker
* feat(frontend): add repl to interact with worker and missing packages
* nits
* Update backend/windmill-worker/src/result_processor.rs
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update backend/windmill-worker/src/result_processor.rs
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
* Update frontend/src/lib/components/WorkerRepl.svelte
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
* fix typo
* fix cd
* nits
* refactoring
* feat: handle other agent worker to also access repl feature, fix bugs
* update repo ref
* nits and match function args
* nits
* typo
* remove struct AgentWorkerData
* update repo ref
* nits
* impl new for authed client and revert to async
* update ref
* updage ee repo ref
* fix missing method/imports small bugs
* update ee repo ref
* update .sqlx
* test
* clean wait for interactive_shell future
* free call stack
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
2025-06-03 18:41:14 +02:00
Diego Imbert
30be8cfe17
Move ee files from OSS to private repo script ( #5858 )
...
* .ignore file
* move ee files option
* trailing backslash
* missing quote
2025-06-03 13:50:08 +02:00
pyranota
f1806dbaf8
chore: fix python client build ( #5856 )
...
* chore: fix python client build
* nit
2025-06-03 00:05:12 +02:00
Ruben Fiszel
9804d5fdd6
update all builds with private
2025-06-02 22:54:42 +02:00
Ruben Fiszel
e85966615a
update docker image with private
2025-06-02 22:51:41 +02:00
HugoCasa
801a7ac39f
feat: ai flow chat ( #5842 )
...
* feat: ai flow chat
* youpi
* feat: preprocessor and error handler support
* fix: reactivity
* feat: inline script editor cmd l
* nit
* fix: apply in script editor
* fixes
* prompt nits
2025-06-02 22:14:25 +02:00
Diego Imbert
7467833239
EE Refactor ( #5844 )
...
* app compiles with every ee substituted
* Replace all oss files content
* Revert "Replace all oss files content"
This reverts commit ea4017d59f .
* delete all ee
* hide all _ee files under private flag
* hide every oss stuff when private flag set
* pub use *
* gitignore and substitute script
* pub mod for ee needed for ee repo
* small mistakes
* remove oidc_oss impl
* ee ref (temp)
* ee ref
* fix --all-features selecting private in OSS CI
* ee repo ref
* allow unused
2025-06-02 22:12:33 +02:00
claude[bot]
be6cbe7839
fix: replace crypto.randomUUID with generateRandomString for HTTP compatibility ( #5849 )
...
Replace crypto.randomUUID() with generateRandomString() in triggers.svelte.ts
to fix schedule trigger creation on HTTP connections. The crypto.randomUUID()
API requires a secure context (HTTPS), which breaks functionality for users
connecting to Windmill over HTTP in internal networks.
Fixes #5847
Co-authored-by: claude[bot] <209825114+claude[bot]@users.noreply.github.com>
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2025-06-01 19:44:41 +02:00
dieriba
52ad66f530
feat: fix backward compatibility pg 14 for postgres trigger ( #5851 )
...
* remove macro query when interacting with remote db
* fix compatibility and nits
* fix bug save for publication tracking all table
* fix infinite loop svelte 5
* nits on (gcp/postgres) trigger+ refactor on postgres trigger
* update .sqlx
* update repo ref
* uodate repo ref
* fix
* fix
* nits + extend postgres capture
* fix import gcp
* fix reactivity issue
* add postgres transaction for successive write operation
* fix isValid state edge cases
* fix reorder transaction
* reorder transaction
* remove unused import
* update test connection
* add missing props
* fix import/bugs and nits
* nits and fix small bugs
* add missing colon
2025-06-01 19:11:48 +02:00
Ruben Fiszel
0acb66d775
chore(main): release 1.494.0 ( #5837 )
...
* chore(main): release 1.494.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-05-31 05:20:37 +02:00
Ruben Fiszel
2e575ec6fd
nit editors reactivity on change
2025-05-31 05:15:24 +02:00
pyranota
631ccea793
feat(rust): shared build directory ( #5610 )
...
* feat: rust incremental compilation
* update dockerfiles
* fix compilation error
* add windows flags
* init
* polishing
* update
* return mount-point
* Update backend/windmill-worker/src/rust_executor.rs
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* share worker dir if nsjail off
* final refactor
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-05-29 22:11:35 +02:00
pyranota
fe69a18b3e
chore: improve openapi.yaml ( #5841 )
...
* fix schema
* update openpi-deref.yaml
* update openapi-deref.json
* add openapi-generator-cli in flake.nix
* add GH action
* fix HubScriptKind
* fix errors
2025-05-29 21:58:31 +02:00
Alexander Petric
d85cc6c294
fix: allow disable tabs for sidebar/accordion tabs ( #5838 )
2025-05-29 18:52:00 +02:00
Ruben Fiszel
13823edf3d
feat: array of s3 objects in input maker
2025-05-29 16:35:03 +02:00
Ruben Fiszel
f16149f777
improve bytes array persistence
2025-05-29 15:57:36 +02:00
Ruben Fiszel
fb72f1bcb1
nit load 404
2025-05-29 15:34:08 +02:00
Ruben Fiszel
b0074da69e
duckdb optional dep
2025-05-29 14:54:56 +02:00
Ruben Fiszel
6049ba0181
strenghten scim escaping
2025-05-29 13:06:43 +02:00
wendrul
3c60e6ecbf
indexer debugging extra tracing logs for better debugging ( #5830 )
2025-05-29 12:31:34 +02:00