Alexander Petric
72c7c21ea4
make app drawer subgrid take full height ( #5457 )
2025-03-07 12:15:27 +01:00
Ruben Fiszel
2ea589a1e4
chore(main): release 1.475.0 ( #5426 )
...
* chore(main): release 1.475.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-03-06 18:24:36 +01:00
HugoCasa
ae618c79df
fix: s3 file picker delete + better s3 path handling ( #5454 )
...
* fix: s3 file picker delete + better s3 path handling
* update ee ref
2025-03-06 17:28:22 +01:00
dieriba
b210ae36f7
feat: deploy triggers to prod/staging workspace ( #5429 )
...
* add deploy to staging prod option to trigger
* remove unused import
* handle schedule trigger, fix update fn
* Update frontend/src/lib/utils_deployable.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update backend/windmill-common/src/workspaces.rs
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update frontend/src/lib/components/DeployWorkspace.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* update kind name and handle script kind flow for websocket
* nits: english wording
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-03-06 17:02:11 +01:00
Guilhem
fd56a639d2
fix(frontend): improve capture payload preview ( #5417 )
...
* improve capture picker
* improve historic input viewer
* open object viewer on open
* Add test page
* fix performance
* fix perf
* handle object with no properties in schema diff
* remove click outside behavior for input editor
* fix
* all
* catch critical alerts errors
* critical alerts modal reactivity
* prevent one from removing himself in folders
* nits
* add standalone bundle support on CE
* fix codebase & bundles on EE
* local codebase in home
* feat(frontend): global recompute helper function (#5408 )
* feat(frontend): global recompute helper function
* fixes
* remove unused import
* filteredIds -> excludeIds
* get(recomputeAllContext)?
* deal with circulare recomputes
* consistent naming
* sqlx update script on mac (#5420 )
* fix(python): windows worker fails to install 3.10 (#5409 )
```
execution error:\nFind python error: error: Failed to inspect Python interpreter from managed installations at `C:\\tmp\\windmill\\cache\\py_runtime\\cpython-3.10.16-windows-x86_64-none\\python.exe`\n Caused by: Querying Python at `C:\\tmp\\windmill\\cache\\py_runtime\\cpython-3.10.16-windows-x86_64-none\\python.exe` failed with exit status exit code: 1\n\n[stderr]\nFatal Python error: _Py_HashRandomization_Init: failed to get random numbers to initialize Python\nPython runtime state: preinitialized\n"
```
* feat: more controls on setting token duration (#5421 )
* allow setting max session length
* more options for expiration
* sqlx
* option to invalidate all old sessions on new session
* sqlx update script on mac
* order
* add audit log
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
* fix: do not depend on public schema anymore
* feat: add template script for all triggers (#5424 )
* nits: add/update create from template for trigger
* fix: remove kafka folder
* chore(main): release 1.474.0 (#5423 )
* chore(main): release 1.474.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
* allow ce to run codebase bundles preview
* allow ce to run codebase bundles preview
* feat(frontend): improve flow suspend status display (#5425 )
* feat(backend): option to invalidate all sessions on logout (#5419 )
* feat(backend): option to invalidate all sessions on logout
* lazy static
* Update backend/.sqlx/query-8cccb31aa56af16af675c692bf4e14b297d2caeafd1c4e4b1584f3bc9ff4c563.json
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* sqlx
* sqlx
* all -> invalidate-all
* add audit log
* rename env var
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* feat: MQTT triggers (#5277 )
* first commit
* update migration mqtt
* chore: update dependencies
* add cli support and update schema for mqtt
* update: casing style
* update: rename get_resource function and moving to resource.rs
* feat:
* feat: refactored
* feat: add ready endpoints for workers to enterprise
* feat: handle connection to server
* fix: main.rs
* feat: added support v5
* feat: 🚧 updated .github, handle more case for v5 and handle v3
* feat: handled client, update script helper
* update .sqlx
* refactor: added generic implement and trait to remove redundant code, misses client impleme
* feat: remove optinal property update test function
* feat: done
* handle client certificate
* minor fix
* fix: tls and mtls
* fix: min topic len in frontend
* Update frontend/src/lib/components/triggers/mqtt/MqttEditorConfigSection.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update backend/windmill-api/openapi.yaml
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update backend/windmill-api/src/mqtt_triggers.rs
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* update openapi, and script_helper.ts
* fix: toggle button and update mqtt migration
* nits: remove postgres type and only relies on serde
* fix: timeout connection
* fix typo and captures
* fix: capture table reactivity
* handle more mqtt v5 option
* nits: remove clone method
* update: better naming
* nits: display tooltip qos
* fix: hanle tls connection with natively
* update: add documentation links for qos and topics
* fix tooltip and add default value
* update: shoz preprocessor only if selected in capture table
* nits: show mqtt icon in resource related componenets
* update hub link and repo ref
* fix: unused var
* update ee ref
* fix: give good reference id for script hub
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: Clement Zhang <clement.zhang2@gmail.com >
* accept otel parameters from envs
* nit improvements for CLI
* fix(cli): fix wmill user create-token with email and password
* Add utility function to check object size
* Add disabled option for Button dropdown
* handle big inputs
* clean code
* restore test page
* revert unwanted changes
* lazyload picker viewer
* fix guilhem code
* fix menu
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: Alexander Petric <alpetric@users.noreply.github.com >
Co-authored-by: pyranota <92104930+pyranota@users.noreply.github.com >
Co-authored-by: dieriba <dieriba.pro@gmail.com >
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
Co-authored-by: HugoCasa <hugo@casademont.ch >
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: Clement Zhang <clement.zhang2@gmail.com >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2025-03-06 17:00:15 +01:00
HugoCasa
371c892f9a
feat: kafka mTLS ( #5449 )
...
* feat: kafka mTLS
* nit
* update ee repo ref
2025-03-06 13:33:12 +01:00
Ruben Fiszel
6aab95f1f9
display more complete error for failing to untar
2025-03-06 13:24:18 +01:00
Alexander Petric
8dbe0fa644
feat(frontend): pick image from workspace storage bucket ( #5382 )
...
* feat(frontend): pick image from workspace storage bucket
* also upload
* update policy for unauthed s3 download
* sqlx prep
* sqlx prep
* force policy
* no need for ee
* image picker
* Update frontend/src/lib/components/apps/editor/settingsPanel/InputsSpecEditor.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* field not needed
* feature flag
* filter for image files
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-03-06 11:53:53 +01:00
HugoCasa
4fabc2a825
fix(frontend): fix many s3 file picker bugs ( #5428 )
...
* fix(frontend): fix many s3 file picker bugs
* missing
* nit
2025-03-06 10:39:37 +01:00
Ruben Fiszel
36d89b28a1
nit
2025-03-05 20:00:20 +01:00
Ruben Fiszel
2444f4f23e
fix: improve objectviewer performance
2025-03-05 15:30:00 +01:00
dieriba
5c39037aea
feat: MQTT triggers ( #5277 )
...
* first commit
* update migration mqtt
* chore: update dependencies
* add cli support and update schema for mqtt
* update: casing style
* update: rename get_resource function and moving to resource.rs
* feat:
* feat: refactored
* feat: add ready endpoints for workers to enterprise
* feat: handle connection to server
* fix: main.rs
* feat: added support v5
* feat: 🚧 updated .github, handle more case for v5 and handle v3
* feat: handled client, update script helper
* update .sqlx
* refactor: added generic implement and trait to remove redundant code, misses client impleme
* feat: remove optinal property update test function
* feat: done
* handle client certificate
* minor fix
* fix: tls and mtls
* fix: min topic len in frontend
* Update frontend/src/lib/components/triggers/mqtt/MqttEditorConfigSection.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update backend/windmill-api/openapi.yaml
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update backend/windmill-api/src/mqtt_triggers.rs
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* update openapi, and script_helper.ts
* fix: toggle button and update mqtt migration
* nits: remove postgres type and only relies on serde
* fix: timeout connection
* fix typo and captures
* fix: capture table reactivity
* handle more mqtt v5 option
* nits: remove clone method
* update: better naming
* nits: display tooltip qos
* fix: hanle tls connection with natively
* update: add documentation links for qos and topics
* fix tooltip and add default value
* update: shoz preprocessor only if selected in capture table
* nits: show mqtt icon in resource related componenets
* update hub link and repo ref
* fix: unused var
* update ee ref
* fix: give good reference id for script hub
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: Clement Zhang <clement.zhang2@gmail.com >
2025-03-04 23:52:47 +01:00
HugoCasa
a8457337ce
feat(frontend): improve flow suspend status display ( #5425 )
2025-03-04 23:38:47 +01:00
Ruben Fiszel
a87288aeb2
chore(main): release 1.474.0 ( #5423 )
...
* chore(main): release 1.474.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-03-04 20:31:55 +01:00
dieriba
0a9d8c6b8b
feat: add template script for all triggers ( #5424 )
...
* nits: add/update create from template for trigger
* fix: remove kafka folder
2025-03-04 20:23:09 +01:00
Alexander Petric
534a8249d6
feat: more controls on setting token duration ( #5421 )
...
* allow setting max session length
* more options for expiration
* sqlx
* option to invalidate all old sessions on new session
* sqlx update script on mac
* order
* add audit log
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-03-04 20:08:42 +01:00
Alexander Petric
b961efa869
feat(frontend): global recompute helper function ( #5408 )
...
* feat(frontend): global recompute helper function
* fixes
* remove unused import
* filteredIds -> excludeIds
* get(recomputeAllContext)?
* deal with circulare recomputes
* consistent naming
2025-03-04 19:35:35 +01:00
Ruben Fiszel
9095ca7b5b
add standalone bundle support on CE
2025-03-04 18:09:12 +01:00
Ruben Fiszel
ebbb1a61ec
nits
2025-03-04 16:30:25 +01:00
Ruben Fiszel
8f2f1b3bb9
prevent one from removing himself in folders
2025-03-04 16:24:30 +01:00
Ruben Fiszel
9f8b17ddb4
critical alerts modal reactivity
2025-03-04 16:06:52 +01:00
Ruben Fiszel
014e9bfc53
catch critical alerts errors
2025-03-04 15:41:25 +01:00
Ruben Fiszel
f6a9fc2b87
chore(main): release 1.473.1 ( #5416 )
...
* chore(main): release 1.473.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-03-04 00:49:11 +01:00
Ruben Fiszel
72109b01d7
whitelabel improvements ( #5405 )
...
* hide resource
* more customizations
* disable tooltips globally & hide other elemetns
* hide variable picker in autogenerated ui too
* change to disableX and context
* all
* all
* all
* all
* all
* all
* fix
* fix
* fix
---------
Co-authored-by: smuun <silas@athenaintelligence.ai >
2025-03-03 22:35:05 +01:00
pyranota
e7428bf84d
nit: Pip index url -> UV index url ( #5410 )
2025-03-03 20:59:21 +01:00
Ruben Fiszel
56b417c669
chore(main): release 1.473.0 ( #5399 )
...
* chore(main): release 1.473.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-03-03 15:18:06 +01:00
Ruben Fiszel
8e1e37bf9e
improve menu a hrefs
2025-03-03 14:58:49 +01:00
Guilhem
5e965aec15
prevent modal from closing when clicking inside popover ( #5406 )
2025-03-03 14:57:34 +01:00
HugoCasa
46c784574a
feat: app s3 input anonymous delete ( #5401 )
...
* feat: app s3 input anonymous delete
* tmp ee ref
* fix build
2025-02-27 16:28:56 +01:00
Ruben Fiszel
f406da9976
recover previous step in more cases in flow
2025-02-26 23:40:05 +01:00
Ruben Fiszel
07f91af535
chore(main): release 1.472.1 ( #5397 )
...
* chore(main): release 1.472.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-26 21:45:51 +01:00
Ruben Fiszel
63af3ce0b1
chore(main): release 1.472.0 ( #5393 )
2025-02-26 19:29:22 +01:00
Alexander Petric
7f290bbf6a
fix(frontend): markdown shows single backtick in single line code block ( #5391 )
2025-02-26 17:35:10 +01:00
Guilhem
69fc8a98ae
feat(frontend): migrate toggle to melt (4/4) ( #5329 )
...
* use melt menu in sidebar
* stop keyboard navigation for disabled items
* use melt menu for FavoriteMenu and WorkspaceMenu
* fix popover placement for menuButton
* use melt menu for operator menu
* fix notification
* fix operator menu
* Use melt menu in FlowJobsMenu
* use melt menu for AppMenu
* clean code
* clean code
* add use clickOutside option to Menu
* use pointerdown_outside
* use pointerdown_outside
# Conflicts:
# frontend/src/lib/components/meltComponents/Menu.svelte
* use pointerdown in menus
* add max-h to app dropdown menu
* keep more open in operator menu
* add a MenuItem component
* clean
* nit
* nit
* clean code
* put conditionalMelt as utility function
* remove unused Portal
* Add debounce effect in operator menu
* fix component jumping due to z-index
* format pages
* migrate dropdown to melt
* migrate toggle to melt
* migrate popup to melt popover
* fix missing toggle item
* feat: remove `pip` fallback option for python and ansible (#5186 )
* refactor!: Remove `pip` fallback option for python and ansible
BREAKING CHANGE: pip was deprecated since 1.425.0 (2024-11-15)
* fix errors in main.rs
* fix tests
* remove nsjail for pip
* fix imports
* fix compilation error
* reinforce melt types
* fix racing condition issue in closing operator menu
* nit
* fix id conflix with melt element
* nit
* clean code
* use melt dropdown instead of menubar
* prevent modal from closing on click outside button in menu
* Apply automatic changes
* fix nit
* nit
* close dropdown when opening a new one
* replace MenuV2 with melt Menu (1/4) (#5214 )
* use melt menu in sidebar
* stop keyboard navigation for disabled items
* use melt menu for FavoriteMenu and WorkspaceMenu
* fix popover placement for menuButton
* use melt menu for operator menu
* fix notification
* fix operator menu
* Use melt menu in FlowJobsMenu
* use melt menu for AppMenu
* clean code
* clean code
* add use clickOutside option to Menu
* use pointerdown_outside
* use pointerdown_outside
# Conflicts:
# frontend/src/lib/components/meltComponents/Menu.svelte
* use pointerdown in menus
* add max-h to app dropdown menu
* keep more open in operator menu
* add a MenuItem component
* clean
* nit
* nit
* clean code
* put conditionalMelt as utility function
* remove unused Portal
* Add debounce effect in operator menu
* fix component jumping due to z-index
* feat: remove `pip` fallback option for python and ansible (#5186 )
* refactor!: Remove `pip` fallback option for python and ansible
BREAKING CHANGE: pip was deprecated since 1.425.0 (2024-11-15)
* fix errors in main.rs
* fix tests
* remove nsjail for pip
* fix imports
* fix compilation error
* reinforce melt types
* fix racing condition issue in closing operator menu
* nit
* fix id conflix with melt element
* nit
* prevent modal from closing on click outside button in menu
---------
Co-authored-by: pyranota <92104930+pyranota@users.noreply.github.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
# Conflicts:
# frontend/src/lib/components/meltComponents/MenuItem.svelte
# frontend/src/lib/utils.ts
* clean
* fix z index and render
* fix initialize of dropdownmenu after melt migration
* feat: add support for | None and Optional in python (#5361 )
* feat: add support for | None and Optional in python
* update python parser package
* add local rooting for MenuItem
* fix z index
* clean
* nit
* nit
* clean code
* nit
* nit
* clean code
* reinforce melt types
* wip
* reiforce instance select types for toggleButton
* nit
* fix double event
* fix selectedTable toggle
* fix sqs toggleButton
* fix potential issue with binding in toggleGroup
* Update frontend/src/routes/(root)/(logged)/runs/[...path]/+page.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
---------
Co-authored-by: pyranota <92104930+pyranota@users.noreply.github.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: HugoCasa <hugo@casademont.ch >
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-02-26 17:32:40 +01:00
Guilhem
5219062cc1
fix row picker ( #5390 )
2025-02-26 15:27:00 +01:00
Ruben Fiszel
318b654106
chore(main): release 1.471.1 ( #5389 )
...
* chore(main): release 1.471.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-26 13:07:47 +01:00
Guilhem
731299ee14
fix(frontend) load primary schedule args in detail trigger page ( #5388 )
...
* load primary schedule args in detail trigger page
* nit
2025-02-26 12:54:31 +01:00
Ruben Fiszel
e2cd8dbdf0
chore(main): release 1.471.0 ( #5385 )
...
* chore(main): release 1.471.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-26 11:06:07 +01:00
HugoCasa
487d84bd7f
feat: add support for claude sonnet 3.7 thinking ( #5387 )
...
* feat: add support for claude sonnet 3.7 thinking
* non streaming as well
2025-02-26 10:49:05 +01:00
Ruben Fiszel
82d37d6ace
further reactivity for apps improvements
2025-02-26 10:23:15 +01:00
Guilhem
a85ebfbbf4
fix(frontend): improve pagination handling and filter refreshes ( #5378 )
...
* fix pagination handling and filter refreshes
* wip
* fix window navigation
2025-02-26 09:42:00 +01:00
Ruben Fiszel
33b0e71523
chore(main): release 1.470.1 ( #5383 )
...
* chore(main): release 1.470.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-26 05:35:17 +01:00
Ruben Fiszel
630e54f65c
fix: multiple app initializations fixes
2025-02-26 05:31:42 +01:00
Ruben Fiszel
b26ebb3a79
chore(main): release 1.470.0 ( #5381 )
...
* chore(main): release 1.470.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-26 05:13:15 +01:00
Ruben Fiszel
9b3ec10c12
improve markdown styling
2025-02-26 05:08:00 +01:00
Ruben Fiszel
ebe3582ced
fix backticks handling in template
2025-02-26 04:59:56 +01:00
Ruben Fiszel
24b6003780
fix: multiple app initializations fixes
2025-02-26 04:44:14 +01:00
Alexander Petric
478d3fbf4a
feat(frontend): set default app refesh interval ( #5380 )
2025-02-25 23:21:36 +01:00
Ruben Fiszel
47c8b334ef
chore(main): release 1.469.0 ( #5377 )
...
* chore(main): release 1.469.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-25 21:51:55 +01:00
Ruben Fiszel
44b26d2cce
fix: improve flow editor for vscode extension
2025-02-25 21:42:54 +01:00