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
Ruben Fiszel
4ab622deaa
nits
2025-02-25 20:36:52 +01:00
Ruben Fiszel
c13fa65354
fix nit
2025-02-25 20:00:03 +01:00
Ruben Fiszel
56d1da78fd
fix: improve infinite grid behavior
2025-02-25 19:51:41 +01:00
Ruben Fiszel
d0ee16b1b9
better table action rendering
2025-02-25 19:13:03 +01:00
Ruben Fiszel
b175730324
improve delete component of tables
2025-02-25 17:57:31 +01:00
Ruben Fiszel
874dbd9dfa
fix actions refresh
2025-02-25 17:32:28 +01:00
pyranota
25f9369d5e
fix dedicated worker multipython ( #5338 )
...
* fix dedicated worker multipython
* fix typo
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* fix dedublicate logic
* fix ellipsis complaints
* more factorization
* pass slice instead of ref to vector
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-02-25 17:22:03 +01:00
Ruben Fiszel
64d0c32443
run button paddingnits
2025-02-25 17:17:25 +01:00
Le Phat Tan
50607c7625
feat: python-client now support mocked api via WM_MOCKED_API_FILE env ( #5372 )
...
* feat: python-client now support mocked api via `WM_MOCKED_API_FILE` env
* fix: typo
2025-02-25 16:39:32 +01:00
Ruben Fiszel
c8a959691c
feat: limit the number of times a job can be restarted (3) after loss of pings
2025-02-25 16:35:29 +01:00
Guilhem
edcf2d43a2
add catch ( #5375 )
2025-02-25 14:36:12 +01:00
Guilhem
3bf0bc64af
check password input type ( #5374 )
2025-02-25 12:50:45 +01:00
Guilhem
d48b2dd886
migrate popup to melt popover (3/4) ( #5328 )
...
* 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 popup to melt popover
* 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
* 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
---------
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 >
2025-02-25 09:53:43 +01:00
Ruben Fiszel
03f6db0cb8
chore(main): release 1.468.0 ( #5356 )
...
* chore(main): release 1.468.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-24 23:14:49 +01:00
Ruben Fiszel
4ee4ff78d3
fix: improve custom component rendering
2025-02-24 22:43:36 +01:00
Ruben Fiszel
d45c1f69d4
fix: handle better optional chaining operator
2025-02-24 20:08:13 +01:00
Ruben Fiszel
96597d3d6b
fix: improve app markdown rendering
2025-02-24 19:33:14 +01:00
Henri Courdent
9a236ef3eb
Changelogs 24 feb ( #5363 )
2025-02-24 19:01:09 +01:00
Ruben Fiszel
8806870b1b
fix: add LOCALAPPDATA env variable to python execution on windows
2025-02-24 18:36:26 +01:00
Ruben Fiszel
11881b48cc
nit
2025-02-24 17:53:46 +01:00
Ruben Fiszel
61983a5bbf
fix confirmation modal
2025-02-24 17:50:54 +01:00
Ruben Fiszel
0456272e3f
fix: improve webhook settings cache invalidation
2025-02-24 16:10:53 +01:00
Ruben Fiszel
1d03a95bef
store auto-refresh setting in local storage
2025-02-24 15:47:06 +01:00
Ruben Fiszel
3028325615
fix: fix confirmation modal check on deploy
2025-02-24 15:42:55 +01:00
HugoCasa
b3e00b7fdc
feat: add audit logs scope filter in admins workspace ( #5352 )
...
* feat: add audit logs scope filter in admins workspace
* fix build
* disallow creating a workspace named global
* Update ee-repo-ref.txt
2025-02-24 15:25:28 +01:00
Ruben Fiszel
653241c43e
unify variable add
2025-02-24 15:16:50 +01:00
Ruben Fiszel
7c842c88bf
fix: handle better forced value propagation in apps
2025-02-24 15:16:33 +01:00
Guilhem
d7ef7fe360
migrate dropdown melt (2/4) ( #5327 )
...
* 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
* 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
* fix nit
* nit
* close dropdown when opening a new one
* clean
* fix z index and render
---------
Co-authored-by: pyranota <92104930+pyranota@users.noreply.github.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-02-24 14:53:50 +01:00
Ruben Fiszel
a87b4a52ed
nit saml
2025-02-24 14:43:27 +01:00
HugoCasa
9736355d5f
feat: add support for | None and Optional in python ( #5361 )
...
* feat: add support for | None and Optional in python
* update python parser package
2025-02-24 14:12:29 +01:00
Ruben Fiszel
0329d91ee9
fix initialize of dropdownmenu after melt migration
2025-02-24 13:16:40 +01:00
Guilhem
7ef8100250
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 >
2025-02-24 10:28:06 +01:00
Ruben Fiszel
fd1cfc0df5
bench.sh
2025-02-24 01:20:20 +01:00
Alexander Petric
f1c5b77d7a
fix(frontend): make html app component content selectable ( #5359 )
2025-02-23 23:49:54 +01:00
Ruben Fiszel
089ba7ae00
fix npn check
2025-02-23 23:49:33 +01:00
Ruben Fiszel
66451d4da1
recycle audit logs
2025-02-23 23:38:23 +01:00
Ruben Fiszel
1a54e1ed45
delete audit logs stub older than 14days on CE
2025-02-23 23:33:47 +01:00
Ruben Fiszel
692de3e628
update bun to 1.2.3
2025-02-23 23:11:07 +01:00
Ruben Fiszel
f90841ac5a
fix missing lock error logs
2025-02-23 09:18:50 +01:00
Ruben Fiszel
c81a13cdac
bun to 1.2.2 while 1.2.3 is not released
2025-02-22 16:31:00 +01:00
Ruben Fiszel
05659816e7
fix: improve cancel/back behavior on editors
2025-02-22 16:28:28 +01:00
Ruben Fiszel
7c0152c353
add runs page links to history section
2025-02-22 15:22:53 +01:00
Ruben Fiszel
b8e6d0da79
feat: make flow lock deployment error visible in UI
2025-02-22 15:02:16 +01:00
Ruben Fiszel
20547493e0
add PRINT_NATIVE_ERRORS env variable
2025-02-22 11:06:42 +01:00
Ruben Fiszel
c6dbd239b4
update deno_core implementation to latest 2.2.1
2025-02-22 11:04:54 +01:00
Ruben Fiszel
b102ff4a46
fix: update deno 2.1.2->2.2.1
2025-02-22 09:25:47 +01:00
Ruben Fiszel
4e477d1f58
fix: update bun t.1.43->1.2.3
2025-02-22 09:23:33 +01:00
Ruben Fiszel
2e4ec7842a
chore(main): release 1.467.1 ( #5355 )
...
* chore(main): release 1.467.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-22 02:12:27 +01:00
Ruben Fiszel
9ea6776ec1
initialize an uv venv globally but skip it for python executor
2025-02-22 01:53:14 +01:00
Ruben Fiszel
21ca694299
fix python venv
2025-02-22 01:44:45 +01:00
Ruben Fiszel
0aa6a39cad
fix: app markdown is selectable in preview mode
2025-02-22 01:15:51 +01:00
Ruben Fiszel
e92a46b088
fix: init_script do not need to use nsjail even in nsjail mode
2025-02-22 01:04:33 +01:00
Ruben Fiszel
85993ccac2
fix: add uv bin path to PATH
2025-02-22 00:50:06 +01:00
Ruben Fiszel
8adedc4964
chore(main): release 1.467.0 ( #5344 )
...
* chore(main): release 1.467.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-21 21:29:50 +01:00
Ruben Fiszel
e71882d0a0
add zlib to import parser exception
2025-02-21 21:26:14 +01:00
Ruben Fiszel
ab1c15d92f
fix: fix app component header buttons
2025-02-21 21:22:12 +01:00
David Abutbul
d9844fd7f7
feat: enable rust AI gen/fix/edit ( #5349 )
...
* init prompts for rust
* generated with yaml2json.py
2025-02-21 21:00:15 +01:00
HugoCasa
a54d8236a8
change workspace id super nit ( #5354 )
2025-02-21 20:02:13 +01:00
Ruben Fiszel
19a0cde133
job check one last time for completed job before returning 404
2025-02-21 19:57:49 +01:00
HugoCasa
521b6ba92c
fix(frontend): improve rename workspace id UX ( #5353 )
2025-02-21 19:46:58 +01:00
HugoCasa
8a7730efa0
fix(frontend): missing config for Custom AI ( #5351 )
2025-02-21 18:31:11 +01:00
HugoCasa
7d73decd8d
fix(frontend): invalid username for superadmin in some workspaces ( #5350 )
2025-02-21 18:30:55 +01:00
Ruben Fiszel
7e5469bddf
nit
2025-02-21 18:30:37 +01:00
Ruben Fiszel
911fcf2012
improve error message to run executable
2025-02-21 18:09:25 +01:00
Ruben Fiszel
3ac912fa30
fix: handle better forced value propagation in apps
2025-02-21 17:37:25 +01:00
Ruben Fiszel
6d11bb4a00
make cli success page configurable
2025-02-21 17:13:27 +01:00
Ruben Fiszel
6b31a6dee5
fix ansible for nsjail
2025-02-21 17:06:15 +01:00
HugoCasa
19d33bdc7c
feat: provision from SSO preferred_username ( #5347 )
...
* feat: provision from SSO preferred_username
* update ee ref
2025-02-21 16:20:21 +01:00
Ruben Fiszel
3188bee46e
fix: disable toggle is more consistently applied on arg inputs
2025-02-21 14:07:44 +01:00
Ruben Fiszel
03903d06bf
nit ansible
2025-02-21 11:22:58 +01:00
Ruben Fiszel
22ff20b6ab
nit ansible
2025-02-21 10:12:46 +01:00
Ruben Fiszel
420e65c71c
nit ansible galaxy
2025-02-21 10:03:51 +01:00
Ruben Fiszel
90ceb6e4fd
uv tool install ansible
2025-02-21 09:50:57 +01:00
Ruben Fiszel
5ad473e12e
install ansible with uv pip
2025-02-21 09:44:40 +01:00
Ruben Fiszel
aace016c0c
nits install
2025-02-21 09:26:25 +01:00
Ruben Fiszel
676b78b15d
fix(image): use debian image instead of python image as base
2025-02-21 09:20:57 +01:00
Ruben Fiszel
312b852c6c
do not install pip at all
2025-02-21 08:49:48 +01:00
Ruben Fiszel
f05878271b
fix: do not pin python patch version in docker preinstalled python
2025-02-21 08:47:06 +01:00
Ruben Fiszel
c6601da3d8
fix: initialize s3 file input if value already present
2025-02-20 22:05:57 +01:00
Ruben Fiszel
3430f9c439
fix: fix schedule run now args
2025-02-20 19:45:05 +01:00
Ruben Fiszel
c90fe387e8
fix: schedules do not accept 5 units cron syntax on update/create anymore
2025-02-20 17:59:32 +01:00
wendrul
5de1c3ca22
Remove unused import ( #5343 )
2025-02-20 16:25:24 +01:00
Ruben Fiszel
215dde2813
chore(main): release 1.466.3 ( #5341 )
...
* chore(main): release 1.466.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-20 14:34:20 +01:00
wendrul
9ba66eacd2
fix: remove db streaming to avoid backpressure on db ( #5342 )
2025-02-20 14:27:28 +01:00
HugoCasa
03f88349c8
fix(frontend): add warning when integer number if too big for frontend ( #5340 )
2025-02-20 14:19:27 +01:00
pyranota
5740679627
fix windows build ( #5336 )
2025-02-20 09:16:43 +01:00
Ruben Fiszel
05150a0118
chore(main): release 1.466.2 ( #5335 )
...
* chore(main): release 1.466.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-20 03:13:13 +01:00
Ruben Fiszel
affb0b4c72
fix: add proxy envs (http_proxy) to uv install
2025-02-20 03:10:09 +01:00
Ruben Fiszel
3e03f86e7d
chore(main): release 1.466.1 ( #5334 )
...
* chore(main): release 1.466.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-20 03:02:39 +01:00
Ruben Fiszel
39c0dd3736
fix(python): PYTHON_PATH overrides python from uv
2025-02-20 02:54:51 +01:00
Ruben Fiszel
d5b3a04b0a
fix(cli): improve flow cli dependency error clarity
2025-02-20 02:48:17 +01:00
Ruben Fiszel
2c67e84abe
fix(cli): improve dependency job error message (logs in result)
2025-02-20 01:52:18 +01:00
Ruben Fiszel
dcc0d35e97
fix(cli): improve cli dependency error clarity
2025-02-20 01:51:47 +01:00
pyranota
5a3ca3c8f2
fix windows build ( #5333 )
2025-02-20 00:26:09 +01:00
Ruben Fiszel
00d2d08e75
chore(main): release 1.466.0 ( #5326 )
...
* chore(main): release 1.466.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-19 22:25:32 +01:00
Ruben Fiszel
74c0a10c3a
fix: improve app db explorer handling of always identity columns
2025-02-19 21:49:25 +01:00
Alexander Petric
ee4a9c6592
teams cleanup cleanup ( #5330 )
...
* sqlx
* repo ref
* adding teams channel to criticalerrorchannel in non-ee
2025-02-19 19:01:18 +01:00
pyranota
4ad654fcf0
feat: remove pip fallback option for python and ansible ( #5186 )
2025-02-19 17:33:11 +01:00
HugoCasa
35d5293fba
feat: add support for gemini ( #5235 )
...
* feat: add support for gemini
* nit
* fix
2025-02-19 15:03:35 +01:00
Ruben Fiszel
defa66eb06
add otel to rh images
2025-02-19 08:11:06 +01:00
Ruben Fiszel
44a6a62fbe
fix(apps): font-size of title text not screen dependent
2025-02-19 01:31:03 +01:00
Ruben Fiszel
e19fc6723e
chore(main): release 1.465.0 ( #5324 )
...
* chore(main): release 1.465.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-18 23:54:38 +01:00
dieriba
58a67a3ac0
feat: SQS triggers ( #5182 )
...
* feat: first commit
* fix: npm check
* fix: openapi file
* feat: update openapi and migration
* feat: basic implementation done
* fix: fix: no used function when no feature
* feat: capture done
* Update capture.rs
* nits: change sqs trigger
* fix: make migration great again
* feat: add message attributes
* feat: nits: fix error messages, remove console.log and add try catch
* update sqs icon and ee feature for sqs_trigger
* update: change sqs name casing and added test connection button
* nits: update Icon and add create from template button
* fix: ci build and error compilation
* update migration type sqs
* update link on create from template button for sqs, add archive in workspace export and update sqlx
* fix: ci
* Update SqsTriggerEditorInner.svelte
* add link to docs, use generic function for resource and fix import error
* chore: update .github ci
* nits: remove empty
* update to match ee repo changement
* Update backend/windmill-api/src/resources.rs
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* add sqs handling for the cli and refacoring sqsEditorInner
* Update cli/sync.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* fix: add break to switch statement for sqs case
* fix: display aws_resource_path when retrieve or create a new trigger
* rework sqs ui, fix postgres optional port
* fix: ci
* update ui for trigger
* update repo ref and specific
* feat: add ready endpoints for workers to enterprise
* update ref
* Update frontend/src/lib/script_helpers.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@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: Ruben Fiszel <ruben@windmill.dev >
2025-02-18 23:49:45 +01:00
Ruben Fiszel
0e72991476
fix: fix rendering of app components without component inputs
2025-02-18 23:34:17 +01:00
Ruben Fiszel
8559c4e23e
chore(main): release 1.464.0 ( #5322 )
...
* chore(main): release 1.464.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-18 21:57:34 +01:00
Ruben Fiszel
1ef482e8ae
feat: add ready endpoints for workers to enterprise
2025-02-18 21:49:35 +01:00
Ruben Fiszel
52ad48a910
back to pipe in bash for efficiency purposes
2025-02-18 20:08:25 +01:00
Ruben Fiszel
d4f61f13fd
fix(bash): allow process substitution on nsjail
2025-02-18 16:46:42 +01:00
Ruben Fiszel
138cedf1da
fix(bash): improve bash last line as result reliability using bash process substitution ( #5321 )
2025-02-18 15:13:28 +01:00
Ruben Fiszel
07237a0eb1
chore(main): release 1.463.6 ( #5320 )
...
* chore(main): release 1.463.6
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-18 14:43:46 +01:00
Ruben Fiszel
52e12d1021
fix: fix reactivity issue on loading live flow on runs page
2025-02-18 14:35:23 +01:00
Ruben Fiszel
1069ad3999
fix: improve v2 migration finalizer to avoid deadlocks
2025-02-18 13:17:10 +01:00
Ruben Fiszel
b4088faae1
fix: pin chrono tz version to 0.10.1
2025-02-18 10:50:03 +01:00
Ruben Fiszel
24ff5a6261
fix: make teams cleanup non critical
2025-02-18 10:40:17 +01:00
Ruben Fiszel
112361adba
chore(main): release 1.463.5 ( #5318 )
...
* chore(main): release 1.463.4
* update
* Update CHANGELOG.md
2025-02-18 10:32:38 +01:00
Ruben Fiszel
1b46e0f084
fix: fix teams cleanup preventing start
2025-02-18 10:25:42 +01:00
Ruben Fiszel
0c391e92a2
improve benchmarks
2025-02-18 09:51:21 +01:00
Ruben Fiszel
588ff79364
make benchmarks even more stable
2025-02-18 08:43:03 +01:00
Ruben Fiszel
3b6585afdf
nit benchmarks
2025-02-18 01:54:14 +01:00
Ruben Fiszel
3d7882577f
chore(main): release 1.463.4 ( #5309 )
...
* chore(main): release 1.463.4
* Update CHANGELOG.md
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-18 00:55:01 +01:00
Ruben Fiszel
9234701f05
ensure index creation of root_job_by_path
2025-02-17 23:57:38 +01:00
Alexander Petric
935b5b7996
fix: improve teams settings in workspace settings ( #5316 )
2025-02-17 22:44:26 +01:00
Ruben Fiszel
c6b2e6653a
output incorrect jobs in benchmarks
2025-02-17 22:20:33 +01:00
Ruben Fiszel
0dd0a795a6
nit benchmarks improvement
2025-02-17 21:54:58 +01:00
Ruben Fiszel
953082681e
fix: improve que job indices for faster performances
2025-02-17 21:26:46 +01:00
Ruben Fiszel
e0d7a54a2d
nit on bench scripts
2025-02-17 19:26:34 +01:00
Ruben Fiszel
85c56e9450
fix: improve que job indices for faster performances
2025-02-17 19:17:30 +01:00
Ruben Fiszel
5e22690bd9
fix: improve que job indices for faster performances
2025-02-17 17:56:28 +01:00
Ruben Fiszel
fe337293da
chore(main): release 1.463.3 ( #5308 )
...
* chore(main): release 1.463.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-17 15:41:06 +01:00
Ruben Fiszel
0208f53541
fix: windmill_admin has implicit bypass rls on v2_job even if role not set
2025-02-17 15:20:39 +01:00
Ruben Fiszel
3493185e2f
nits
2025-02-17 14:34:22 +01:00
Ruben Fiszel
3535016608
improve version detection from source
2025-02-17 11:49:06 +01:00
Ruben Fiszel
449cbcf0c3
chore(main): release 1.463.2 ( #5305 )
...
* chore(main): release 1.463.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-16 02:07:01 +01:00
Alexander Petric
062e6bc161
fix: show skipped flows as success ( #5304 )
2025-02-16 02:03:25 +01:00
Ruben Fiszel
cad14c25f6
chore(main): release 1.463.1 ( #5303 )
...
* chore(main): release 1.463.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-15 20:44:26 +01:00
pyranota
53f47bcfc8
fix: not able to filter runs by schedule ( #5302 )
2025-02-15 20:39:37 +01:00
Ruben Fiszel
f1d9922688
chore(main): release 1.463.0 ( #5293 )
...
* chore(main): release 1.463.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-14 23:07:39 +01:00
Alexander Petric
8adf02ba3c
reactivity fix on teams workspace dropdown ( #5300 )
2025-02-14 23:07:17 +01:00
Alexander Petric
dad829adf4
feat: adding docker log rotation by default in docker compose ( #5295 )
...
* feat: adding docker log rotation by default in docker compose
* add newline
* add compression
2025-02-14 20:48:33 +01:00
HugoCasa
41eecc1437
fix: static website serving ( #5298 )
2025-02-14 19:03:40 +01:00
Ruben Fiszel
3544e20dca
nits
2025-02-14 18:49:26 +01:00
Ruben Fiszel
cfe5232f56
nits
2025-02-14 17:15:59 +01:00
Ruben Fiszel
e0f3e0b1f8
nit
2025-02-14 16:51:49 +01:00
Ruben Fiszel
826fd436bb
optimize network calls of flow status
2025-02-14 16:43:58 +01:00
HugoCasa
28558e674f
feat: parse script for preprocessor/no_main_func on deploy ( #5292 )
...
* feat: parse script for preprocessor/no_main_func on deploy
* fix substitute for linux
2025-02-14 15:42:18 +01:00
Ruben Fiszel
266f82046a
fix: improve runs page load time
2025-02-14 13:30:07 +01:00
Ruben Fiszel
7ec4f68dbb
chore(main): release 1.462.3 ( #5290 )
...
* chore(main): release 1.462.2
* bump
2025-02-14 11:50:12 +01:00
Ruben Fiszel
9ccadb6085
fix: users should be able to see their own jobs
2025-02-14 11:12:26 +01:00
Ruben Fiszel
9c5756507b
chore(main): release 1.462.2 ( #5286 )
...
* chore(main): release 1.462.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-14 04:38:09 +01:00
Ruben Fiszel
77a8eedc96
fix: display branch chosen even if emoty branch
2025-02-14 04:23:25 +01:00
Ruben Fiszel
e7d4582789
fix: improve handling of empty branches and loops
2025-02-14 04:12:55 +01:00
Ruben Fiszel
6f05b7785f
chore(main): release 1.462.1 ( #5285 )
...
* chore(main): release 1.462.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-14 03:14:52 +01:00
Ruben Fiszel
470d80e219
fix: ai_models in workspace_settings is now optional
2025-02-14 02:45:13 +01:00
Ruben Fiszel
0b4cfd8ffa
chore(main): release 1.462.0 ( #5281 )
...
* chore(main): release 1.462.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-14 00:28:22 +01:00
Ruben Fiszel
08c784e6c2
improve input history
2025-02-14 00:07:29 +01:00
Ruben Fiszel
586044e077
v2 list jobs
2025-02-13 23:53:00 +01:00
Alexander Petric
2ea3bdec2d
fix: populate teams channel on initial load ( #5284 )
2025-02-13 22:24:48 +01:00
Ruben Fiszel
86d45c61c9
fix extra_perms for schedule light
2025-02-13 21:34:53 +01:00
Ruben Fiszel
a814024440
re-enable RLS on v2_job
2025-02-13 21:04:17 +01:00
Ruben Fiszel
f15b67b4e4
workspace colors fix
2025-02-13 20:23:12 +01:00
Ruben Fiszel
1e45903d78
re-do the migration finalization but now with BYPASSRLS for v2_job_queue and v2_job_completed
2025-02-13 20:03:48 +01:00
Ruben Fiszel
fad6dc4400
Revert "revert last commit"
...
This reverts commit b6a57207a2 .
2025-02-13 19:45:52 +01:00
Ruben Fiszel
b6a57207a2
revert last commit
2025-02-13 19:38:58 +01:00
Ruben Fiszel
9a5fe90bdd
Revert "migration to remove unecessary triggers and fields after job v2"
...
This reverts commit 029e2c7537 .
2025-02-13 19:37:45 +01:00
Ruben Fiszel
029e2c7537
migration to remove unecessary triggers and fields after job v2
2025-02-13 19:18:32 +01:00
Ruben Fiszel
4fa897fbb6
remove v5 migration
2025-02-13 17:51:03 +01:00
Lucas Abel
b1f358d4a2
backend: finalize v2 migration (v2 phase 4 - final) ( #5155 )
...
* backend: finalize v2 migration (v2 phase 4 - final)
* update migration
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-02-13 17:10:30 +01:00
Alexander Petric
149d5fb3e1
feat: teams workspace scripts ( #5238 )
...
* backend and clients
* adding teams_team_name to workspace_settings
* openapi.yaml adding teams workspace settings endpoints
* teams workspace settings frontend
* workspaces router
* build ce
* ee gate
* ee oauth
* update client
* workspace error handler
* remove log
* ce
* point to new hub scripts
* updating hubPaths
* updating hubPaths
* cleanup
* merge
* schedule teams error
* polish, reactivity
* sqlx compilewarning
* sqlx migrate
* make it build
* router
* fix
* remove sqlx workaround
* Update ee-repo-ref.txt
* simplify some logic
* sqlx
* latest ee ref
* latest ee ref
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-02-13 16:53:57 +01:00
Ruben Fiszel
1be335f042
fix(bun): remove unecessary buntar in a bun bundle world
2025-02-13 13:40:44 +01:00
Ruben Fiszel
dd695b40f4
fix(cli): support lock in wmill dev
2025-02-13 13:02:36 +01:00
Henri Courdent
69ed5a9bbf
List of telemetry collected ( #5282 )
2025-02-13 12:18:39 +01:00
Ruben Fiszel
fe922114a7
fix(bun): remove unecessary buntar in a bun bundle world
2025-02-13 10:27:48 +01:00
Ruben Fiszel
768c11310f
chore(main): release 1.461.1 ( #5278 )
...
* chore(main): release 1.461.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-13 01:54:48 +01:00
Ruben Fiszel
6fb8f7b45d
fix(cli): fix nits preventing release
2025-02-13 01:51:54 +01:00
Ruben Fiszel
97c64b3dc2
chore(main): release 1.461.0 ( #5276 )
...
* chore(main): release 1.461.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-13 01:41:05 +01:00
Ruben Fiszel
8895f05375
add button work for flows
2025-02-13 01:34:37 +01:00
Ruben Fiszel
956a5ac682
feat(cli): wmill dev works with flows
2025-02-13 01:25:18 +01:00
Ruben Fiszel
055c3367b7
fix: remove variable pickers in app forms
2025-02-12 23:38:58 +01:00
Ruben Fiszel
2015e79ff0
fix: better handling of null pre-processor return values
2025-02-12 22:10:53 +01:00
Ruben Fiszel
fcbfef4c31
fix encrypted values passed from apps in flows
2025-02-12 20:07:27 +01:00
Lucas Abel
bf206515e8
fix(backend): improve schedule queries plan to leverage indices better for performance ( #5273 )
...
* backend: fix schedule queries plan
* rework
* fix skipped as non success
* update sqlx
* update
* all
* fix npm run check
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-02-12 16:34:03 +01:00
Ruben Fiszel
55cff6d2d2
chore(main): release 1.460.1 ( #5274 )
...
* chore(main): release 1.460.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-12 12:16:14 +01:00
Ruben Fiszel
e92a90907f
fix: pin opentelemetry to 0.27.1
2025-02-12 12:11:57 +01:00
Ruben Fiszel
3a490728a8
chore(main): release 1.460.0 ( #5272 )
...
* chore(main): release 1.460.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-11 20:47:56 +01:00
Ruben Fiszel
4da0fc6918
nit
2025-02-11 20:47:43 +01:00
Ruben Fiszel
09950fb3fb
nit lazy mode
2025-02-11 20:41:17 +01:00
Ruben Fiszel
7c4b8a7e1d
feat: lazy mode
2025-02-11 20:38:13 +01:00
Ruben Fiszel
bb11bfe874
clarify frontend draft storage error message
2025-02-11 19:43:33 +01:00
Ruben Fiszel
c4b4cc51fc
fix nit on conditionnal wrapper in disabled subcomponents
2025-02-11 19:38:03 +01:00
Ruben Fiszel
9cdc1a2a34
subgrid fix
2025-02-11 19:14:22 +01:00
Ruben Fiszel
15a1582f5e
subgrid fix
2025-02-11 19:13:53 +01:00
dieriba
57cfa4045b
feat: add postgres trigger captures ( #5165 )
...
* feat: 🚧 add postgres trigger config in back
* feat: add capture section for postgres
* feat: update postgres trigger panel, update capture migration
* fix: ci and casing style
* feat: capture done
* fix: update sqlx
* fix: remove unused
* feat: handle persisting data
* fix: add feature flag
* feat: capture done
* fix: feature flag
* feat: capture done
* nits: add plus into postgres capture label
* feat: trigger done
* Update PostgresTriggerEditorInner.svelte
* Update script_helpers.ts
* nit
* chore: update to meet pr comment requirement
* refactor:
* fix:
* fix: miss closing curly braces
* fix:
* fix: ci
* Update mod.rs
* polishing postgres trigger
* update minor changes on UI
* nits: remove log and update function parameters
* fix: remove wrong name
* nits: change icon
* fix: nit migration
* nits: refacto and remove alert
* nits: change variable name
* update workspaces_export
* fix: ci
---------
Co-authored-by: HugoCasa <hugo@casademont.ch >
Co-authored-by: Guilhem <guilhemlemouel@gmail.com >
2025-02-11 18:16:12 +01:00
Ruben Fiszel
aae3683fe9
feat: improve large apps performances ( #5265 )
2025-02-11 18:08:15 +01:00
wendrul
6357ed3d5e
fix: Remove cache dir mount and mount only the cache executable (Rust, C#) ( #5270 )
2025-02-11 16:08:19 +01:00
Ruben Fiszel
69c316576c
add grants to v2 tables
2025-02-11 15:57:36 +01:00
Ruben Fiszel
d0c0eca732
chore(main): release 1.459.0 ( #5256 )
2025-02-10 21:59:07 +01:00
Alexander Petric
5c7930a4af
fix typo in open drawer helper doc ( #5258 )
2025-02-10 21:57:32 +01:00
Ruben Fiszel
deb18615c2
fix: if user is authed, no need to use anonymous path for display result in apps
2025-02-10 21:50:59 +01:00
Ruben Fiszel
41e542900f
whileloop flow inputs show correct flow_input
2025-02-10 20:57:07 +01:00
Ruben Fiszel
f29492492e
clarify resume on suspend
2025-02-10 20:53:31 +01:00
Lucas Abel
bb951a4434
backend: fix missing virtual modules when inserting flow version lite ( #5257 )
2025-02-10 18:55:31 +01:00
HugoCasa
df62925894
feat: triggers cli sync ( #5243 )
...
* feat: triggers cli sync
* fix build
* update ee ref
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-02-10 15:14:28 +01:00
Ruben Fiszel
b5fa5f4dd2
add docx => python-docx python exception
2025-02-10 14:45:29 +01:00
Guilhem
f383f62ab6
fix(frontend) clear date-time format when changing string subtype
2025-02-10 14:14:24 +01:00
Ruben Fiszel
d368bf5b07
chore(main): release 1.458.4 ( #5254 )
...
* chore(main): release 1.458.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-10 11:43:02 +01:00
Lucas Abel
96cbba43ad
backend: add raw flow with "restarted from" test ( #5251 )
2025-02-10 11:41:54 +01:00
Lucas Abel
4a744ff313
backend: move bench.rs from common to worker crate ( #5253 )
2025-02-10 11:39:59 +01:00
Ruben Fiszel
4828a77f21
fix: fix concurrent limit jobs non restarting
2025-02-10 11:33:19 +01:00
Ruben Fiszel
ddf218ae89
chore(main): release 1.458.3 ( #5250 )
...
* chore(main): release 1.458.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-10 05:43:18 +01:00
Ruben Fiszel
d2fe25d1ce
fix flow input failing on schema change
2025-02-10 05:40:08 +01:00
Rudo Kemper
3d8dee9e6a
fix: Support authentication with auth0 ( #5249 )
2025-02-10 04:54:55 +01:00
Ruben Fiszel
bf7f67e42f
load previous flow steps even for just test this steps
2025-02-10 04:38:29 +01:00
Ruben Fiszel
3f2007d0fa
update benchs
2025-02-09 23:12:59 +01:00
Ruben Fiszel
82cb4a626e
update benchs
2025-02-09 23:12:15 +01:00
Ruben Fiszel
a0c6555ab5
update benchs
2025-02-09 23:05:14 +01:00
Ruben Fiszel
f4eeddf857
chore(main): release 1.458.2 ( #5247 )
...
* chore(main): release 1.458.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-09 18:37:56 +01:00
Ruben Fiszel
920002a9ba
disable seqscan for workers
2025-02-09 18:15:10 +01:00
Ruben Fiszel
3a68892a2b
nits clamp min connections
2025-02-09 12:02:25 +01:00
Ruben Fiszel
61fad02dd1
increase number of cached statements
2025-02-09 11:56:35 +01:00
Ruben Fiszel
403826fca9
fix: worker name in job + better timeout handling for same_worker jobs ( #5248 )
2025-02-08 22:20:06 +01:00
HugoCasa
61ac7e91de
fix: workflow as code status ( #5246 )
...
* fix: get update endpoint
* [WIP] fix: workflow as code
* fix fix
* Revert "fix: get update endpoint"
This reverts commit 7af9abf868 .
* fix test
2025-02-08 07:09:14 +01:00
Alexander Petric
32298e5bfc
fix(frontend): accordion list header on eval / background function ( #5244 )
2025-02-07 22:55:16 +01:00
Ruben Fiszel
cd601c791a
chore(main): release 1.458.1 ( #5241 )
...
* chore(main): release 1.458.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-07 19:26:54 +01:00
HugoCasa
fcf8f312bc
fix: get update endpoint ( #5245 )
2025-02-07 19:23:38 +01:00
HugoCasa
b09eb04c24
fix(cli): ai resource type typo ( #5240 )
2025-02-07 13:44:36 +01:00
Ruben Fiszel
651b0890cf
chore(main): release 1.458.0 ( #5234 )
...
* chore(main): release 1.458.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-07 12:56:53 +01:00
Lucas Abel
4849af04de
backend: fix workflow as code ( #5239 )
...
* backend: improve `/get_job_update` after v2
* backend: insert missing `workflow_as_code_status` on completion
also insert `flow_status` from so we can remove the query when `_duration` is above 500
* backend: fix workflow_as_code after v2
* backend: add `workflow_as_code` worker test
2025-02-07 12:27:43 +01:00
Ruben Fiszel
f12d6e5d20
clarify migration lock message
2025-02-07 09:02:38 +01:00
Ruben Fiszel
5d53cd4d2b
re-enable s3 on agent workers + add DISABLE_S3_STORE env variable
2025-02-06 21:24:35 +01:00
Ruben Fiszel
d8961449b8
improve password handling of resource editor
2025-02-06 20:06:21 +01:00
HugoCasa
3bb19dd87c
fix: remove unnecessary rw on cache for powershell in nsjail ( #5236 )
2025-02-06 18:49:21 +01:00
Ruben Fiszel
de1e1563ed
remove go cache
2025-02-06 17:41:47 +01:00
HugoCasa
48e4ae6561
feat: serve static websites ( #5218 )
...
* feat: serve static websites
* nit
* sqlx
* nit
* nits
* nits
* nits
* nits
2025-02-06 17:38:12 +01:00
Lucas Abel
2478df52a5
backend: un-queue zombies left by missing row in v2_job_runtime ( #5232 )
2025-02-06 16:46:32 +01:00
Alexander Petric
f81437a5aa
button icon size should be proportional to button size ( #5233 )
2025-02-06 16:33:32 +01:00
Lucas Abel
eabf4c969f
backend: fix missing v2_job_runtime ( #5230 )
2025-02-06 15:12:22 +01:00
Lucas Abel
1c22187859
backend: update ee-repo-ref.txt after v2 phase 3 ( #5229 )
2025-02-06 13:12:58 +01:00
Lucas Abel
d51c3080f7
backend: use v2 tables through views where possible (v2 phase 3) ( #5119 )
2025-02-06 12:43:24 +01:00
Lucas Abel
e0d99ab703
backend: check queries to queue and completed_job where possible (v2 phase 2) ( #5125 )
2025-02-06 12:39:32 +01:00
Lucas Abel
3e8e0c653e
backend: migrate job tables to v2 schema (v2 phase 1) ( #5084 )
2025-02-06 12:37:11 +01:00
Ruben Fiszel
a24ec45365
chore(main): release 1.457.1 ( #5211 )
...
* chore(main): release 1.457.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-06 10:13:22 +01:00
Ruben Fiszel
e1f885b206
delete proto file after install
2025-02-06 00:49:45 +01:00
Ruben Fiszel
abf094bcbc
fix uv install for nsjail ( #5222 )
2025-02-06 00:00:33 +01:00
Ruben Fiszel
6d33cd24e9
remove rw access to cache dir in php
2025-02-05 22:17:27 +01:00
Ruben Fiszel
1769d62c96
removing rw access to cache dir in uv pip install
2025-02-05 22:08:38 +01:00
Ruben Fiszel
f8cc732ce0
removing rw access to cache dir in uv pip install
2025-02-05 22:06:52 +01:00
Ruben Fiszel
3c6d1029d1
remove rw access to bun cache in nsjail mode
2025-02-05 21:45:37 +01:00
Ruben Fiszel
e7e751c3bf
improve debuggability of failed native jobs
2025-02-05 18:35:09 +01:00
Guilhem
1e5cd282d7
fix height refresh for flows ( #5215 )
2025-02-05 17:27:11 +01:00
Ruben Fiszel
645be25bef
nit
2025-02-05 17:15:38 +01:00
Ruben Fiszel
3b46af36e4
nit error handler
2025-02-05 16:57:27 +01:00
Ruben Fiszel
90ba65ae20
improve error messages for internal err
2025-02-05 16:32:01 +01:00
Ruben Fiszel
809242987e
improve errors II
2025-02-05 16:18:20 +01:00
Ruben Fiszel
32b75b8d84
improve error messages with locations
2025-02-05 15:56:58 +01:00
Ruben Fiszel
7573285a59
kill servers only after workers exited
2025-02-05 12:56:47 +01:00
Ruben Fiszel
c1cab59e00
server for workers only shutdown after workers
2025-02-05 12:47:42 +01:00
Ruben Fiszel
a457c0137c
fix: fix autoscaling inc increase by customized parameter
2025-02-05 12:26:53 +01:00
HugoCasa
8a446a658a
fix: preprocessor args python ( #5210 )
2025-02-04 23:34:03 +01:00
Ruben Fiszel
b09ff97872
chore(main): release 1.457.0 ( #5201 )
...
* chore(main): release 1.457.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-04 22:37:19 +01:00
HugoCasa
245c8719fc
feat: more AI models ( #5207 )
...
* feat: more AI models
* nits
* groq + openrouter
* nit
2025-02-04 22:17:30 +01:00
Ruben Fiszel
62bfec029c
fix: hide values of WHITELIST_ENVS
2025-02-04 22:11:05 +01:00
pyranota
97c11340c3
fix(python): clear env before installing/finding python ( #5209 )
...
* fix(python): clear env before installing/finding python
* add windows-specific variables
2025-02-04 18:58:22 +01:00
Ruben Fiszel
217522dc07
getting workspace encryption key only require admin privilege
2025-02-04 14:03:40 +01:00
Ruben Fiszel
075d228334
improve azure storage options
2025-02-04 10:15:55 +01:00
Ruben Fiszel
34e28fee70
nits
2025-02-04 09:29:52 +01:00
Ruben Fiszel
76afbc3df3
fix: support specialization of list of strings to list of enums
2025-02-04 01:09:11 +01:00
pyranota
0e80775d6d
feat(python): make S3 cache arch specific ( #5196 )
...
* add .minio-data to .gitignore
* feat(python): make S3 cache arch specific
Current schema:
S3-Bucket
├── python_311
│ ├── wheel==1.0
│ └── wheel2==1.0
└── python_312
├── wheel==1.0
└── wheel2==1.0
New schema:
S3-Bucket
├── linux_aarch64
│ └── ...
└── linux_x86_64
├── python_311
│ ├── wheel==1.0
│ └── wheel2==1.0
└── python_312
├── wheel==1.0
└── wheel2==1.0
* remove .minio-data from .gitignore
* remove unneeded tracing::error
2025-02-03 19:31:55 +01:00
Ruben Fiszel
fd0cd587bb
fix: timeout on list_user_usage after 300s
2025-02-03 19:11:29 +01:00
Guilhem
8904ce04f8
trigger panels new item is collapsed by default
...
* fix null arg
* fix badge height jump
* Make new trigger collapsable
* keep new trigger section open when using capture
* fix spelling
* remove animation
* rename new trigger to + new
* nit
2025-02-03 14:28:38 +01:00
Guilhem
9f184ca4f2
fix(frontend) : fix history input arg null ( #5194 )
...
* fix null arg
* fix badge height jump
2025-02-03 09:34:43 +01:00
Ruben Fiszel
b0e3fda414
chore(main): release 1.456.0 ( #5193 )
...
* chore(main): release 1.456.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-02-01 14:49:46 +01:00
Ruben Fiszel
611d5e8bf3
feat: flow history picker for flow status + load last flow state
2025-02-01 14:38:05 +01:00
Ruben Fiszel
6d9edc8c2b
fix: only start smtp servers if email domain is set
2025-02-01 09:26:02 +01:00
Ruben Fiszel
0c4901f802
nit fix hub cache init on server
2025-02-01 08:55:44 +01:00
Ruben Fiszel
f9e4e0a8d2
small ux nits for sidebar tabs
2025-02-01 08:39:15 +01:00
Ruben Fiszel
2478d29e8c
nit error handling cache
2025-02-01 07:48:43 +01:00
Ruben Fiszel
c397e99adc
chore(main): release 1.455.2 ( #5188 )
...
* chore(main): release 1.455.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-31 20:08:43 +01:00
Ruben Fiszel
2638dfcf00
fix: improve autoscaling num workers inc
2025-01-31 20:03:21 +01:00
pyranota
99b3308c56
Fix otel migration error ( #5189 )
...
* Fix otel migration error
1: error returned from database: duplicate key value violates unique constraint "global_settings_pkey"
0: while executing migration 20250131115248: error returned from database: duplicate key value violates unique constraint "global_settings_pkey"
* delete migration
* add .sqlx cache + move otel_global_settings to new location
* Fix compilation error
* Move before migrating
* Add error handler
* warn -> info
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-01-31 19:34:23 +01:00
Ruben Fiszel
0b0e5640d8
fix: improve history and saved inputs rever mechanism
2025-01-31 19:28:07 +01:00
Ruben Fiszel
e29a54022c
Revert "fix: fix worker restart on otel setting set from undefined to null (#…" ( #5190 )
...
This reverts commit 940fb03023 .
2025-01-31 18:50:33 +01:00
pyranota
940fb03023
fix: fix worker restart on otel setting set from undefined to null ( #5183 )
2025-01-31 17:14:44 +01:00
Ruben Fiszel
9b6e464c5a
chore(main): release 1.455.1 ( #5185 )
...
* chore(main): release 1.455.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-31 14:42:53 +01:00
Ruben Fiszel
b74d3fd6e0
fix: pin malachite version
2025-01-31 14:39:18 +01:00
Ruben Fiszel
596969eac5
chore(main): release 1.455.0 ( #5178 )
...
* chore(main): release 1.455.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-31 13:56:40 +01:00
pyranota
e41fe928d8
chore: Remove shell.nix in favour of flakes ( #5184 )
2025-01-31 13:25:48 +01:00
Ruben Fiszel
73dbb8fb80
feat(cli): add --parallel option to push + display timings
2025-01-31 13:24:42 +01:00
Ruben Fiszel
dc00a13501
use sync decrypt
2025-01-31 10:31:19 +01:00
Ruben Fiszel
e726013369
Merge branch 'rf/restartConcurrencyLmits'
2025-01-31 09:26:49 +01:00
Ruben Fiszel
7956d3a7ed
only mask passwords in more places
2025-01-31 09:26:29 +01:00
Ruben Fiszel
8a93418c25
fix: restart zombie job correctly handle concurrency limits ( #5181 )
...
* restart concurrency limits
* sqlx
2025-01-31 00:55:51 +01:00
Ruben Fiszel
587f16dced
sqlx
2025-01-31 00:53:12 +01:00
Ruben Fiszel
b5703c8a37
restart concurrency limits
2025-01-31 00:39:40 +01:00
Alexander Petric
8ba0f3addd
feat: duckdb connection settings with azure blob storage ( #5180 )
...
* feat: duckdb connection settings with azure blob storage
* fix main: remove unused import
2025-01-30 22:33:25 +01:00
Ruben Fiszel
60769e9ed3
improve cookie handling for cloud apps
2025-01-30 22:26:00 +01:00
Ruben Fiszel
997d3ffeb3
fix windmill.dev cookies
2025-01-30 21:39:46 +01:00
HugoCasa
ff3339dc4e
fix: capture panel never stopping + http saved config ( #5179 )
2025-01-30 21:12:32 +01:00
Alexander Petric
8b65f1bc38
feat: polars connection settings with azure blob storage ( #5175 )
2025-01-30 19:54:35 +01:00
Ruben Fiszel
6c5a9238f0
chore(main): release 1.454.1 ( #5176 )
...
* chore(main): release 1.454.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-30 19:50:10 +01:00
Ruben Fiszel
b1155a9012
fix: fix codebase script execution
2025-01-30 19:06:55 +01:00
Ruben Fiszel
4296315995
chore(main): release 1.454.0 ( #5174 )
...
* chore(main): release 1.454.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-30 18:35:22 +01:00
Ruben Fiszel
4812c0cc9e
fix: fix app form password handling
2025-01-30 18:31:11 +01:00
Ruben Fiszel
c8cc9d2941
fix: improve codebase support
2025-01-30 18:25:08 +01:00
Ruben Fiszel
0fdcce5d18
fix build
2025-01-30 17:03:34 +01:00
Ruben Fiszel
6fec134d3e
cache input args
2025-01-30 16:41:50 +01:00
Guilhem
cd440564d2
feat: history for flow inputs ( #5117 )
...
* feat (frontend): improve capture UI
* show schema diff
* add accept reject form
* add diff for first node input
* move update schema button
* change modified properties display
* propagate change through nested components
* allow modification of nested object in schema
* reject nested changes
* clean logic
* clean code
* clean
* nit
* fix first strep input
* fix argument preview
* clean
* restore indentation for nested objects
* ignore undefined field in diff computation
* fix run button disabled update
* nit
* fix update JSON
* fix deletion of nested components
* dark mode
* clean
* replace dropdown with sidebar
* only check type for compatibility
* add shadow
* disbale dnd on edit
* auto-scroll within schema
* fix nested not dnd object diff viewer
* fix captures drawer
* open edit tab on add new arg
* change button label when schema is the same
* ajust padding
* fix arg update
* fix oneof display
* propagate change event through nested schema
* handle oneOf
* fix preview arg sync
* handle s3 object
* fix arg sync
* update schema input compatibility
* clean compatible
* accept empty array items
* clean
* increase of schema args gap
* fix nested schema update
* allow number and int compatibility
* reset args when modifying schema
* open fields on add with addPropertyV2
* feat(frontend): use new saved inputs picker
* add object viewer to saved inputs row
* Display alert info on select saved or historic input
* Allow args edit when using saved/historic inputs
* replace input library drawers with panels
* add captures and saved inputs to arg picker
* polish ui
* nit
* clean
* add json arg editor
* fix escape for deselect input
* bind schema form valid
* nit
* handle big payloads
* nit
* nit
* validity check disabled in json view
* improve infinit list request
* fix json schema inferrence
* nit
* nit
* nit
* nit
* fix tipo
* handle large captures
* fix cancel button shift
* use sideTabBar has a trigger
* nit
* fix everything
* fix
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-01-30 16:30:56 +01:00
Arjun Dhawan
343ff94f3c
add bigquery to the list of python depenency exceptions ( #5173 )
2025-01-30 13:12:34 +01:00
Ruben Fiszel
90ebbff3f4
chore(main): release 1.453.1 ( #5172 )
...
* chore(main): release 1.453.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-30 12:24:18 +01:00
Ruben Fiszel
d03c92e246
fix typescript-client 3
2025-01-30 12:20:40 +01:00
Ruben Fiszel
6e8037255f
fix typescript-client 2
2025-01-30 12:19:31 +01:00
Ruben Fiszel
7f516f0868
fix(typescript-client): fix typescript client mocked api behavior
2025-01-30 12:16:14 +01:00
Ruben Fiszel
512ca0d549
fix nsjail build
2025-01-30 09:20:23 +01:00
Alexander Petric
03ad0385ad
improve audit aprovals ( #5161 )
...
* update audit log to track aproval and cancellation of job
* approval to resource field
* audit resource as json
* refactor aproval audit logs
* moving audit logs to worker_flow
* striping u/ from auditor name
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-01-30 09:13:44 +01:00
Alexander Petric
f29ee67d9d
fix(frontend): fetching job result (db schema) separatly if too big ( #5171 )
2025-01-30 09:12:53 +01:00
Ruben Fiszel
24a853b8da
fix nsjail build
2025-01-30 09:07:36 +01:00
Ruben Fiszel
c1304523d4
fix workflow dispatch and bench
2025-01-30 08:24:39 +01:00
Ruben Fiszel
46458a5cef
chore(main): release 1.453.0 ( #5158 )
...
* chore(main): release 1.453.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-29 22:24:26 +01:00
HugoCasa
487c273bfb
feat: websocket trigger allow returning messages ( #5168 )
...
* feat: websocket trigger allow returning messages
* handle early return
2025-01-29 21:17:36 +01:00
Ruben Fiszel
cfcd84be3f
remove verify from normal ci
2025-01-29 19:35:33 +01:00
pyranota
c60f8dacf1
feat(python): add custom_wheels directory to PYTHONPATH ( #5169 )
...
* fix(python): fix uv can't find ssl certificates
- Add `PY_NATIVE_CERT` flag, forces UV to use native tls
- Rename `PIP_INDEX_CERT` to `PY_INDEX_CERT`
- Rename `PIP_TRUSTED_HOST` to `PY_TRUSTED_HOST`
For backwards compatibility PIP* variables are still accessible
* feat(python): add `custom_wheels` directory to PYTHONPATH
Add global directory by path `<CACHE_DIR>/python_xyz/custom_wheels`
For example for scripts running python 3.11, in every execution
`<CACHE_DIR>/python_311/custom_wheels` will be accessible and all wheels placed there could be imported and used.
This is usefull for preinstalling wheels before runtime
* Make it work with Nsjail
* Rework and make custom_wheels optional
* Remove `create_dir_all` from imports
* Use sync version of metadata
* Rename `custom_wheels` to `global-site-packages`
2025-01-29 19:13:47 +01:00
HugoCasa
5d8260e90e
add single capture endpoint ( #5170 )
2025-01-29 18:13:10 +01:00
HugoCasa
eaa74d5582
team plan >80% included usage warning ( #5163 )
2025-01-29 18:09:47 +01:00
wendrul
5df05d5f0f
nix: Update flake for C# and oracle + add flake for building parsers ( #5167 )
2025-01-29 18:06:53 +01:00
Ruben Fiszel
f3ef5105d3
clear cookies for cloud windmill.dev subdomains
2025-01-29 17:38:06 +01:00
pyranota
680fb1852a
fix(python): fix uv can't find ssl certificates ( #5157 )
...
- Add `PY_NATIVE_CERT` flag, forces UV to use native tls
- Rename `PIP_INDEX_CERT` to `PY_INDEX_CERT`
- Rename `PIP_TRUSTED_HOST` to `PY_TRUSTED_HOST`
For backwards compatibility PIP* variables are still accessible
2025-01-29 15:07:00 +01:00
wendrul
6bfaa8c034
add missing TARGETPLATFORM arg on dockerfile ( #5166 )
2025-01-28 19:40:21 +01:00
dieriba
ac3bdf753c
delete button now remove table to track ( #5164 )
2025-01-28 18:53:14 +01:00
wendrul
a1579c1654
fix: oracledb tag for native workers + client not working on arm systems ( #5162 )
...
* New migration for oracledb
* fix oracledb on ARM64 systems
2025-01-28 17:57:40 +01:00
HugoCasa
31f61ab7a2
cache caddy data in docker compose ( #5159 )
2025-01-28 16:08:17 +01:00
HugoCasa
5544d42a2d
feat: custom response headers ( #5156 )
2025-01-28 15:06:20 +01:00
Ruben Fiszel
0b65cb23a4
nit build
2025-01-28 14:29:35 +01:00
Ruben Fiszel
5ec180f443
add nsjail dispatch
2025-01-28 13:27:58 +01:00
Ruben Fiszel
f8506259ad
add nsjail dispatch
2025-01-28 13:13:12 +01:00
Ruben Fiszel
6682b3daa9
nit
2025-01-28 07:36:26 +01:00
Ruben Fiszel
94848d42de
chore(main): release 1.452.1 ( #5153 )
...
* chore(main): release 1.452.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-28 00:19:17 +01:00
Ruben Fiszel
eaf633ce76
fix: fix broken tabs for apps
2025-01-28 00:16:21 +01:00
Ruben Fiszel
bf14434cdb
chore(main): release 1.452.0 ( #5152 )
...
* chore(main): release 1.452.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-27 23:51:26 +01:00
Alexander Petric
9fb92c8fc6
update audit log to track aproval and cancellation of job ( #5151 )
...
* update audit log to track aproval and cancellation of job
* approval to resource field
* audit resource as json
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-01-27 23:50:20 +01:00
Ruben Fiszel
8daec06e20
improve oauth postMessage resiliency
2025-01-27 23:47:47 +01:00
dieriba
e0b6aa42a2
feat(postgres, trigger): support ssl ( #5149 )
...
* fix
* feat: support-ssl
* Update backend/windmill-api/src/postgres_triggers/trigger.rs
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* fix: match error
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-01-27 23:11:19 +01:00
Alexander Petric
fdb712234e
feat: mssql executor supports azure db redirect ( #5150 )
...
* feat: mssql executor supports azure db redirect
* notes
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-01-27 22:45:31 +01:00
HugoCasa
d17397b070
feat: test trigger connection ( #5145 )
...
* feat: test trigger connection
* fix build
* fix build
* update ee ref
* nit
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-01-27 22:40:51 +01:00
Ruben Fiszel
86e8f2a4fb
fix compile
2025-01-27 22:32:45 +01:00
Ruben Fiszel
38199a2e7e
fix compile
2025-01-27 22:10:46 +01:00
Ruben Fiszel
bf23ddd0a5
fix compile
2025-01-27 22:04:04 +01:00
Ruben Fiszel
e3d6aef109
fix compile
2025-01-27 22:00:48 +01:00
Ruben Fiszel
806d3ad0e7
remove lightweightschemaform
2025-01-27 21:35:46 +01:00
Alexander Petric
a0c5957065
some reactivity improvements and missing dims for tabcomponents ( #5146 )
2025-01-27 18:24:22 +01:00
Ruben Fiszel
23e20d01ad
chore(main): release 1.451.0 ( #5143 )
...
* chore(main): release 1.451.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-27 17:54:59 +01:00
Guilhem
b8152a3259
fix(frontend): make argInput indent optional ( #5144 )
2025-01-27 17:25:41 +01:00
Alexander Petric
0e41023889
feat: app builder accordion list and accordion tab component ( #5132 )
...
* feat: tabs component accordion
* accordion tabs
* accordionlistcomponent
* types
* Update AppTabs.svelte
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-01-27 15:47:58 +01:00
Ruben Fiszel
2800903c9a
change windmill-ee-full error message
2025-01-27 15:47:23 +01:00
Ruben Fiszel
da918bee83
change windmill-ee-full error message
2025-01-27 15:41:43 +01:00
Ruben Fiszel
f9ce01c1dc
feat(typescript-client): add ability to mock typescript api for testing
2025-01-27 15:29:39 +01:00
Ruben Fiszel
5b9700d454
remove py312 image building
2025-01-27 11:19:01 +01:00
Ruben Fiszel
b435a5bc4f
chore(main): release 1.450.1 ( #5142 )
...
* chore(main): release 1.450.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-27 00:31:06 +01:00
Ruben Fiszel
697a060e3e
fix: fix SCIM/SAML settings persistence
2025-01-27 00:26:43 +01:00
dieriba
2bed97bbcc
nits: show error and documentation link, add better name ( #5141 )
2025-01-26 22:09:49 +01:00
Ruben Fiszel
119d7ba77f
remove deno-client
2025-01-26 16:05:26 +01:00
Ruben Fiszel
7567b2199b
chore(main): release 1.450.0 ( #5140 )
...
* chore(main): release 1.450.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-26 11:26:03 +01:00
Ruben Fiszel
b47e9c14f2
feat(cli): improve codebase support + remove --stateful + warn when pushing stale metadata ( #5139 )
2025-01-26 11:04:35 +01:00
Ruben Fiszel
789c2ec4da
chore(main): release 1.449.3 ( #5138 )
...
* chore(main): release 1.449.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-25 22:31:39 +01:00
Ruben Fiszel
f29c70279f
fix: update tests to rust 1.83.0
2025-01-25 22:18:53 +01:00
dieriba
27a25d4af9
fix: include postgres triggers in build #5137
2025-01-25 18:00:12 +01:00
Ruben Fiszel
928ff002a1
chore(main): release 1.449.2 ( #5136 )
...
* chore(main): release 1.449.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-25 15:00:15 +01:00
Ruben Fiszel
5381c76b7d
fix: update rust to 1.83.0 ( #5135 )
2025-01-25 14:24:59 +01:00
Ruben Fiszel
1ac63641b9
chore(main): release 1.449.1 ( #5134 )
...
* chore(main): release 1.449.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-25 12:49:38 +01:00
dieriba
411ad1b190
nit triggers
2025-01-25 12:48:29 +01:00
pyranota
2f1804b6d0
fix: Fix python refetching wheels from S3 ( #5133 )
2025-01-25 12:38:32 +01:00
Henri Courdent
ecf2222f18
Changelogs frontend update ( #5129 )
2025-01-24 19:33:12 +01:00
Ruben Fiszel
7084d2e61a
chore(main): release 1.449.0 ( #5122 )
...
* chore(main): release 1.449.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-24 18:21:21 +01:00
Alexander Petric
1a1ea68216
feat(frontend): operator visibility setting per workspace ( #5124 )
...
* feat(frontend): operator visibility setting per workspace
* section + reactivity
* sqlx prep
* npm check
* more sqlx
* fix table bg dark mode
* improve db query / reactivity
* sqlx prepare
* more merge fixing
* npm check
* npm check
2025-01-24 18:17:00 +01:00
dieriba
1eaef8542b
fix pg trigger display ( #5127 )
2025-01-24 17:07:48 +01:00
pyranota
74bb660b97
fix(bun, windows): Fix "A required privilege is not held by the client." ( #5126 )
2025-01-24 15:32:29 +01:00
dieriba
316a2167e7
feat: postgres triggers ( #4860 )
...
* feat: init database triggers
* feat: ✨ wip: database_triggers
* feat: ✨ add database triggers front view
* feat: 🚧 database_triggers
* feat: 🚧 add definition in yaml, updated backend code and added migration
* feat: 🚧 updated migration file, update openapi.yml, updated database_triggers page and backend function
* fix: struct rust
* feat: 🚧 update migrate, database trigger backend function fixed
* feat: 🚧 add resource picker front, update backend function
* feat: 🚧 edit inner database inner, update triggers
* feat: 🚧 database_triggers
* feat: 🚧 update openapi yaml, prettied websocker trigger
* feat: 🚧 database_triggers
* feat: 🚧 add resource module, update variable file, working on main loop for database_trigger
* feat: 🐛 working sqlx query
* feat: 🚧 fix query with sqlx, added main loop
* feat: 🚧 add new column database_trigg
* feat: 🛂 run jobs works
* feat: 🚧 handling slot name and replication
* feat: restructring triggers, decoding trigger message on work
* feat: 🚧 database_trigger
* feat: 🚧
* feat: 🚧 converter done, work on custom script
* feat: 🚧 multiple trigger
* feat: 🚧 adding new argument function
* feat: 🚧 database_trigger
* feat: 🚧 add generate template for front, update script picker
* feat: 🚧 template script fix bug, work on restructing backend logic
* feat: 🚧 update autogenerated script, add persistence state for template script
* feat: 🚧 update structure client
* feat: 🚧 rewrited crud function
* feat: 🚧 added publication handler
* feat: 🚧 new ui finished
* feat: 🚧 added slot function hanlder finish front ux
* feat: ✨ ux improvement done, backend logic done
* feat: 🐛 fix where clause
* feat:
* feat:
* chore: update .sqlx and remove empty package
* fix: update publication and remove unneccessary print
* feat: finish converter to json, remove save button, remove unused crate
* feat: update migration for database trigger, fixed query, fixed frontend error with missing feature on back
* chore: update .sqlx
* chore: update sqlx
* chore: .sqlx
* chore: add unused
* fix: use right database resource in back and front
* fix build
* refactor:
* fix sqlx
* nits: retrieve all script from database trigger editor
* fix: template script object, fix route name
* merge main
* feat: rework ux
* feat/finish ux and update backend logic
* feat: database_trigger
* feat: database_trigger
* chore: update sqlx
* chore: fix ci
* nits: fix worker.rs
* feat: database_trigger
* Update frontend/src/lib/components/triggers/database/DatabaseTriggersPanel.svelte
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* feat:
* fix ci
* nits: database to postgres
* nits: fix .sqlx
* feat: add link to original code and open tab functionallity
* nits: update .sqlx
* nits: fix request type and yaml file
* nits: add abel suggestion
* fix: update .sqlx
* fix: update .sqlx
* nits: add comment to hex.rs
* nits: remove features, rename database to postgres name
* nits: replace database name by postgres
* nits: database name to postgres
* nits: update .sqlx
* nits: update .sqlx
* nit
* nit
* nits
* nit
* nits
* nits
* nits
* nits
* fix sqlx
* nits: update .vscode
---------
Co-authored-by: HugoCasa <hugo@casademont.ch >
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-01-24 15:12:41 +01:00
pyranota
e47dd697f9
feat(python): Multiple runtime versions ( #4579 )
...
* feat: Handle `pip install` by `uv`
Dirty and untested, but already something working
* Integrate with NSJAIL and prepare fallbacks
* Refactor fallback
no_uv disable compile and install
where no_uv_install and no_uv_compile are a bit more specific
* Remove `--disable-pip-version-check`
Reason:
warning: pip's `--disable-pip-version-check` has no effect
* Fix backend compilation error
* Pip fallback overwrite UV's cache
* Initially refactor cache (No S3)
* Support S3
* Remove unused import
* Handle flags for NSJAIL
* Return deleted flag
* Remove verbose mode and enable link-mode=copy
* Granural migration of lockfiles
Before i realized we dont need it :)
* Initial draft (not-working)
* Add fallback
* Fix bug preventing uv from installing deps
'\n' - Love it
* Add verbosity indicator
* Iterate on feature
- Added instance python version
- Rework logic
* Fix EE build error
error[E0599]: no method named `iter` found for tuple `(PyVersion, std::vec::Vec<std::string::String>)` in the current scope
* Support S3
* Support NSJAIL
* Refactor `get_python`
* Make NSJAIL work [Unsafe]
config file missed /proc mount causing install phase to fail
* Trigger CI
* Clean up
* Make Actions build it
* Trigger CI #2
* Update Dockerfile and clean up
* Change fallbacks
now there is only no_uv and NOUV
* Expose INSTANCE_PYTHON_VERSION through env variable
* Change namings
* Include py-version to requirements.in
Also add comments and make code much cleaner
* Use const for python installation dir
It was hardcoded before
* Pin preinstalled version
* Update python_executor.rs
* Up to date branch
* Create PYCACHE dirs
TODO: PY_TAR_DIRS
* Fix after merge
* Make it safer
* Implement USE_SYSTEM_PYTHON
* Implement latest_stable option
* Load INSTANCE_PYTHON_VERSION on startup
* Check for multiple annotations used
* Fix Latest Stable button not pressed if selected
* Proper error handling for conflict on multiple annotations
* Fix merge conflicts
* Preinstall 3.11 and Latest Stable
* Preinstall latest stable in non-blocking manner
* Fix Warning
* Gate preinstall logic behind "python" feature
* Handle raw_deps properly
* Make it work with nsjail
* Revert docker-image.yml
* Revert Dockerfile
* Cleanup + Fixing
* Add windows support
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-01-24 11:42:48 +01:00
Ruben Fiszel
6776b2b162
pin cargo-chef
2025-01-24 00:21:54 +01:00
Alexander Petric
a88fbb238a
feat: msft teams support for critical alerts ( #5113 )
...
* feat: msft teams support for critical alerts
* ee changes
* ee
* sqlx prep
* multiple teams channels
* commit file, not symlink
* improve reactivity
* docs link
* Update ee-repo-ref.txt
2025-01-23 19:57:13 +01:00
HugoCasa
e5308553cb
export simple editor to windmill-components ( #5120 )
2025-01-23 16:13:48 +01:00
Ruben Fiszel
9cc3dd3c5a
update monaco-languageclient & wrapper to 6.1.1
2025-01-23 14:29:31 +01:00
Ruben Fiszel
ff72f3a9a1
chore(main): release 1.448.1 ( #5118 )
...
* chore(main): release 1.448.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-22 18:35:51 +01:00
Ruben Fiszel
737e664792
fix: improve environment variables config
2025-01-22 18:19:37 +01:00
Ruben Fiszel
047c16acd4
chore(main): release 1.448.0 ( #5111 )
...
* chore(main): release 1.448.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-22 14:15:32 +01:00
HugoCasa
a8fa75a5c3
fix memory limits reading on fly.io/firecracker ( #5114 )
2025-01-22 12:53:38 +01:00
Guilhem
59bcce7a96
feat (frontend): improve capture UI ( #5051 )
...
* feat (frontend): improve capture UI
* show schema diff
* add accept reject form
* add diff for first node input
* move update schema button
* change modified properties display
* propagate change through nested components
* allow modification of nested object in schema
* reject nested changes
* clean logic
* clean code
* clean
* nit
* fix first strep input
* fix argument preview
* clean
* restore indentation for nested objects
* ignore undefined field in diff computation
* fix run button disabled update
* nit
* fix update JSON
* fix deletion of nested components
* dark mode
* clean
* replace dropdown with sidebar
* only check type for compatibility
* add shadow
* disbale dnd on edit
* auto-scroll within schema
* fix nested not dnd object diff viewer
* fix captures drawer
* open edit tab on add new arg
* change button label when schema is the same
* ajust padding
* fix arg update
* fix oneof display
* propagate change event through nested schema
* handle oneOf
* fix preview arg sync
* handle s3 object
* fix arg sync
* update schema input compatibility
* clean compatible
* accept empty array items
* clean
* increase of schema args gap
* fix nested schema update
* allow number and int compatibility
* reset args when modifying schema
* open fields on add with addPropertyV2
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-01-22 12:51:14 +01:00
pyranota
fcfad69195
feat: Migrate to bun.lock ( #5112 )
...
* bun: Migrate to bun.lock
(In backwards compatible way)
Read more: https://bun.sh/blog/bun-lock-text-lockfile
* Clean up
* More clean up
* Mount bun.lock to jailed process
2025-01-22 12:32:17 +01:00
Ruben Fiszel
669a1ff8e6
fix: improve workspace specific tags behavior
2025-01-21 18:15:34 +01:00
Ruben Fiszel
e81c2c983d
fix: improve workspace specific tags behavior
2025-01-21 16:24:50 +01:00
Lucas Abel
ba711c48df
backend: always prioritize flow steps ( #5108 )
...
When a flow start, his flow steps have lower priority than already scheduled jobs, hence steps are only executed when the queue is drained which considerably increase flow execution time when queue size is significant.
This add a very low priority to flow steps in order to prioritize finishing a started flow over new jobs.
2025-01-21 09:27:40 +01:00
Ruben Fiszel
2b0c55b32c
chore(main): release 1.447.6 ( #5098 )
...
* chore(main): release 1.447.6
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-21 09:06:41 +01:00
Ruben Fiszel
ffc156c4a6
fix table actions job preview
2025-01-21 01:52:08 +01:00
pyranota
8eb5e72ccd
fix(python): Replace Inf with null ( #5099 )
2025-01-20 19:38:35 +01:00
pyranota
5831822afe
fix: improve uv dependency install reliability with an atomic success file
...
* Revert solution with Mutex
* Implement valid.windmill logic
* Remove unused import
* valid.windmill -> .valid.windmill
Just like .lock
* Dont delete wheels if cancelled/failed
Now we dont clean up requirement folder if it was failed.
This way we can fully utilize uv's flock system.
Also if we left wheel dir, but it was partially filled (resulting to invalid wheel)
we use --reinstall flag in order to overwrite any content of wheels
* Add comment
* Add --reinstall to nsjail
2025-01-20 16:21:10 +01:00
Ruben Fiszel
99b0193a72
fix cli compile
2025-01-17 23:22:59 +01:00
Ruben Fiszel
4301a1758f
chore(main): release 1.447.5 ( #5082 )
...
* chore(main): release 1.447.5
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-17 20:45:05 +01:00
wendrul
298aaaefa3
fix: c# on windows, oracledb test connection, cli for C# and Oracle DB ( #5090 )
...
* Fix c# on windows
* Fix test connection on oracledb
* Add csharp and oracledb to CLI
* Fix missing extensions
* Build wasm for cli
2025-01-17 20:16:22 +01:00
Alexander Petric
6f469ac9e0
rhel image build workaround ( #5091 )
...
* RHEL Dockerfile / no chef
* Update Dockerfile
* Update Dockerfile
* Update build-publish-rh-image.yml
2025-01-17 19:50:23 +01:00
Ruben Fiszel
0d153a0a2d
fix: fix workspace specific custom tags
2025-01-17 19:48:38 +01:00
HugoCasa
501c44b3a1
fix(frontend): webhook/route payload from args ( #5088 )
2025-01-17 18:59:30 +01:00
HugoCasa
64f4958774
fix(frontend): empty arg initial height ( #5089 )
2025-01-17 18:59:21 +01:00
HugoCasa
d234431b7e
nits cloud team plan settings ( #5086 )
2025-01-17 16:48:19 +01:00
Ruben Fiszel
854febdafd
fix: require preexisting user option for auth correctly saved
2025-01-17 15:22:22 +01:00
Lucas Abel
bc92cc0d15
build: update nix flake lock ( #5083 )
2025-01-17 15:18:16 +01:00
HugoCasa
d1794c9811
fix(frontend): input autosize on default value ( #5080 )
2025-01-17 14:12:11 +01:00
HugoCasa
742d04df38
fix: preprocessor script kind option ( #5081 )
...
* fix: preprocessor script kind option
* oups
* oups
2025-01-17 14:10:39 +01:00
HugoCasa
1f53ded622
team plans billing threshold alert ( #5078 )
...
* team plans billing threshold alert
* nits
* tmp ee ref
* update ee ref
2025-01-17 14:06:47 +01:00
Ruben Fiszel
7f18d84edc
simplify worker loading logic
2025-01-17 11:27:56 +01:00
Ruben Fiszel
ea2d155f91
nit ci
2025-01-16 19:52:23 +01:00
Ruben Fiszel
12bc86fe2c
use tsx loader for relative imports
2025-01-16 18:29:33 +01:00
Ruben Fiszel
797f46c680
chore: update bun to 1.43.0 and loaded from tsx to ts
2025-01-16 18:26:03 +01:00
Ruben Fiszel
75344e4d54
nit
2025-01-16 17:28:20 +01:00
Ruben Fiszel
995b1bf319
diff
2025-01-16 17:02:10 +01:00
Ruben Fiszel
77f2b33f92
improve step mocking ui
2025-01-16 14:03:43 +01:00
Ruben Fiszel
a27be2dded
remove flow badge incorrect link
2025-01-16 13:49:46 +01:00
Ruben Fiszel
e33968ad57
chore(main): release 1.447.4 ( #5076 )
...
* chore(main): release 1.447.4
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-16 13:45:15 +01:00
Ruben Fiszel
33227f8448
fix: add support for previous result as expression in the flow
2025-01-16 13:27:51 +01:00
HugoCasa
b7eeed0729
triggers improvements ( #5074 )
...
* triggers improvements
* nits
* nits
* update ee ref
2025-01-16 13:01:45 +01:00
Ruben Fiszel
9647f1a95c
add extra fields to one oneOfs
2025-01-16 12:25:30 +01:00
Ruben Fiszel
b75a76ca67
fix disabled input file input
2025-01-16 11:59:30 +01:00
Ruben Fiszel
ccf24f1cab
nits
2025-01-16 11:51:46 +01:00
Ruben Fiszel
70b6e23f0a
chore(main): release 1.447.3 ( #5073 )
...
* chore(main): release 1.447.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-16 09:35:52 +01:00
Ruben Fiszel
fddcaca807
fix: fix default json formatter
2025-01-16 07:52:37 +01:00
Ruben Fiszel
b455f5b883
update monaco ( #5071 )
...
* update monaco
* update monaco
2025-01-15 23:57:47 +01:00
wendrul
09dda483f4
fix: Oracle Database client libraries ( #5072 )
2025-01-15 23:54:30 +01:00
Ruben Fiszel
665580b33b
nits json editor improvements
2025-01-15 22:18:25 +01:00
Ruben Fiszel
65f42511d9
chore(main): release 1.447.2 ( #5069 )
...
* chore(main): release 1.447.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-15 19:37:35 +01:00
Guilhem
df0faa204f
fix(frontend): fix nested shema editing ( #5068 )
...
* fix(frontend) : handle flow card height
* fix(frontend): fix oneOf order
* fix(frontend): fix schema drawer update
* clean
2025-01-15 19:32:57 +01:00
Ruben Fiszel
87304cb4b5
small nits autosize and lighweight arg textarea
2025-01-15 19:28:12 +01:00
Ruben Fiszel
1c14c3ac0e
fix: improve handling of default and set value of object args
2025-01-15 19:18:12 +01:00
Ruben Fiszel
37d0466d9e
chore(main): release 1.447.1 ( #5065 )
...
* chore(main): release 1.447.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-15 18:31:08 +01:00
HugoCasa
4a68ce9ac3
fix: improve runnable permissions ( #5063 )
2025-01-15 18:25:12 +01:00
HugoCasa
2b0878ec2b
fix(backend): bun cache hash consistency ( #5067 )
2025-01-15 18:24:10 +01:00
HugoCasa
bc3d93b935
fix(backend): better deleted user error ( #5060 )
...
* fix(backend): better deleted user error
* nit
2025-01-15 17:02:10 +01:00
Guilhem
1525684521
fix(frontend) : handle flow card height ( #5064 )
2025-01-15 14:39:44 +01:00
Ruben Fiszel
3f4f0772e3
chore(main): release 1.447.0 ( #5061 )
...
* chore(main): release 1.447.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-15 11:21:10 +01:00
Ruben Fiszel
74385ef70b
fix: remove bg-red in custom ui builder
2025-01-15 10:48:10 +01:00
wendrul
77d825540f
feat: add oracle db support on ee ( #5062 )
2025-01-14 21:21:24 +01:00
HugoCasa
04fbda28e8
feat: on behalf of ( #5058 )
...
* feat: on behalf of
* fix
* revert mistakke
* temp ee ref
* renaming + CLI
* sqlx
* nits + ee ref
2025-01-14 18:32:25 +01:00
HugoCasa
8c2f2ebb1e
fix: update ms sql template ( #5059 )
2025-01-14 17:48:12 +01:00
Ruben Fiszel
2509affc65
chore(main): release 1.446.0 ( #5054 )
...
* chore(main): release 1.446.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-14 13:49:36 +01:00
Ruben Fiszel
c717a915d6
fix(ui): fix section height taking h-full
2025-01-14 13:46:23 +01:00
Alexander Petric
010928b37f
feat: support gpg signing commits with git sync ( #5053 )
2025-01-13 19:00:15 +01:00
Henri Courdent
06d13375ab
Workspace settings clarifications, delete workspace message ( #5052 )
2025-01-13 18:40:55 +01:00
Ruben Fiszel
427aae6164
chore(main): release 1.445.1 ( #5050 )
...
* chore(main): release 1.445.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
2025-01-13 15:28:27 +01:00
Guilhem
ebfde197fc
fix(ui): capture v2 UX ( #4954 )
...
* feat: captures
* flow UI and improvements
* fix: build
* fix sqlx
* Move Capture WIP
* Add capture to webhook and websocket
* Move connection status viewer in the head
* change trigger section label
* Add popover capture picker using melt ui
* Add shortcut to triggers capture from input form
* remove capture tab in input
* Allways show capture
* remove useless logs
* Add email capture
* Add kafka capture into triggers
* Add edit option in capture table
* use light header for arg input
* Add prefilled group id
* Change button label
* fix logic
* Open resource drawer if prototype has fields
* fix default completion
* Change name Prototype
* Dissociate Editor Mode for triggers
* Fix bug for script
* Fix apply args
* fix apply schema
* Add capture table to script
* fix apply args
* Add capture button for script
* Delete capture tab
* Set capture on when opening triggers capture
* fix connection indicator
* fix minor issues
* Add preprocessor logic
* Use slot in log Panel for captures
* handle capture refresh in script
* Delete capture tab from script editor
* reset kafka resource on toggle static
* fix minor issue
* Allow resource in kafka capture
* use simple capture button in flow
* Remove capture panel
* Polish route trigger editor
* Fix resource saving
* Remove excessive padding
* merge nits
* Add history tab
# Conflicts:
# frontend/src/lib/components/EditableSchemaForm.svelte
* add workflow_dispatch to build
* add workflow_dispatch to build
* Move input copy from in a panel
* better capture UI
* Add smoothing animation on open input editor
* fix bad wrapping in input editor menu
* clean code
* restore captureTable
* clean
* fix sqlx
* fix build
* fix build
* build
* make initial_messages optional in line with db
* fix npm check
* better handle args for capture webhook and http
* add capture pagination
* Add capture table
* Add table for history inputs
* nit
* simplify capture table
* stop capturing on closing capture section
* show only 10 items per page for captures
* set focus to logs on script test
* Fix collapsable section
* nit
* open captures when applying args from triggers
* update edit input drawer
* fix all EditableSchemaForm
* fix panel init animation
* Add capture popover
* change open tab button
* clean code
* fix bad table display
* Fix JSON input bad sync
* make capture icon bigger
* nit
* nit
* revert unwanted change
* Change capture name and nits
* infinite scroll and cleaning
* Add toast when failing to retreive first step input
* add icons to dropdown edit input list
* remove unused log
* Add click outside to all schema pickers
* fix click oustide
* Fix migrations
* solve run button not refreshing properly
* Add a capture drawer
* change apply args and schema logic
* change apply args and schema logic
* fix toggle display
* fix schema display
* improve preview mode
* Add first step panel
* nit
* clean
* Add hint for captures
* clean
* nit
* nit
* fix script node page height
* improve animation on redirecting to capture
* improve saved input picker
* nit
* add Json placeholder
* nit
* add list animations
* delete useless logs
* add animated list to captures history and saved inputs
* Delete unused component
* clean
* nit
* clean code
* improve tab scroll experience
* nit
* nits
* nits
* fix script args update
* nit
* nit: include preview in history inputs in edit mode
---------
Co-authored-by: HugoCasa <hugo@casademont.ch >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-01-13 14:45:38 +01:00
HugoCasa
96d31f9577
prevent cancelling schedule next tick + remove need of flow_status inside add_completed_job ( #5022 )
2025-01-13 14:26:28 +01:00
HugoCasa
a3aa091d1e
fea(backend): return 500 on sync webhook/route error ( #5049 )
...
* fea(backend): return 500 on sync webhook/route error
* fix sqlx
2025-01-13 12:25:06 +01:00
Ruben Fiszel
7255ad8154
chore(main): release 1.445.0 ( #5035 )
...
* chore(main): release 1.445.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2025-01-10 20:01:53 +01:00
HugoCasa
e66fcf9270
feat: nats triggers ( #5039 )
...
* feat: nats triggers
* missing files
* fix build
* update feature flags
* event stream fixes
* update ee ref
2025-01-10 19:47:17 +01:00
Alexander Petric
03450bd6f4
ws color: separate logic from reactivity condition ( #5046 )
...
* fix workspace color picker issue
* removing useless reactive statement
* some ui fixes
* separate logic from reactivity condition
2025-01-10 19:41:50 +01:00
Alexander Petric
089e698d43
workspace color fixes part2 ( #5045 )
...
* fix workspace color picker issue
* removing useless reactive statement
* some ui fixes
2025-01-10 19:33:45 +01:00
Alexander Petric
cc3fabbb0e
remove unused reactive statement ( #5044 )
...
* fix workspace color picker issue
* removing useless reactive statement
2025-01-10 16:50:00 +01:00
Alexander Petric
6d934ddb43
fix workspace color picker issue ( #5043 )
2025-01-10 16:36:14 +01:00
HugoCasa
7b808c3977
fix(backend): multiple routes with same path but different methods ( #5040 )
2025-01-09 19:08:56 +01:00
Tsvetomir Bonev
3a5b670fca
chore: update rust to 1.81.0 ( #5037 )
2025-01-09 18:21:59 +01:00
pyranota
91257e5e2f
Bump uv version to 0.5.15 ( #5030 )
2025-01-09 11:54:28 +01:00
Alexander Petric
6711a81378
only load critical alerts modal once devops store is set ( #5034 )
...
* only load critical alerts modal once devops store is set
* remove console log
2025-01-09 06:43:08 +01:00
Alexander Petric
0c391372cc
feat(frontend): allow workspace admin to set workspace color ( #5032 )
...
* feat(frontend): allow workspace admin to set workspace color
* sqlx prep
* sqlx prep
* make border wider, add removed comment
2025-01-09 06:42:36 +01:00
Alexander Petric
53c62f2dbc
fix: support html in github markdown plugin ( #5031 )
...
* support html in github markdown plugin
* also support github alerts in markdown
2025-01-09 06:40:54 +01:00
Ruben Fiszel
4c8c90e7fb
nits
2025-01-08 23:01:54 +01:00
Alexander Petric
02b96ba00f
doc link job labels ( #5028 )
2025-01-08 18:50:08 +01:00
Alexander Petric
e47a3aa7c7
nit: always show flow meta data, append user provided msg ( #5026 )
2025-01-06 22:59:16 +01:00
Ruben Fiszel
ec2ff527d0
chore(main): release 1.444.0 ( #5017 )
...
* chore(main): release 1.444.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2025-01-06 13:59:13 +01:00
HugoCasa
01c6f84520
feat: captures ( #4807 )
...
* feat: captures
* flow UI and improvements
* fix: build
* fix sqlx
* Move Capture WIP
* Add capture to webhook and websocket
* Move connection status viewer in the head
* change trigger section label
* Add popover capture picker using melt ui
* Add shortcut to triggers capture from input form
* remove capture tab in input
* Allways show capture
* remove useless logs
* Add email capture
* Add kafka capture into triggers
* Add edit option in capture table
* use light header for arg input
* Add prefilled group id
* Change button label
* fix logic
* Open resource drawer if prototype has fields
* fix default completion
* Change name Prototype
* Dissociate Editor Mode for triggers
* Fix bug for script
* Fix apply args
* fix apply schema
* Add capture table to script
* fix apply args
* Add capture button for script
* Delete capture tab
* Set capture on when opening triggers capture
* fix connection indicator
* fix minor issues
* Add preprocessor logic
* Use slot in log Panel for captures
* handle capture refresh in script
* Delete capture tab from script editor
* reset kafka resource on toggle static
* fix minor issue
* Allow resource in kafka capture
* use simple capture button in flow
* Remove capture panel
* Polish route trigger editor
* Fix resource saving
* Remove excessive padding
* merge nits
* add workflow_dispatch to build
* add workflow_dispatch to build
* better capture UI
* fix sqlx
* fix build
* fix build
* build
* make initial_messages optional in line with db
* fix npm check
* better handle args for capture webhook and http
* improve migration + http capture fixes
* fix sqlx
* update ee ref
---------
Co-authored-by: Guilhem <guilhemlemouel@gmail.com >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-01-06 12:07:09 +01:00
Lucas Abel
8586476a13
backend: do not force get_schedule_opt to be within a transaction ( #5019 )
2025-01-06 09:36:57 +01:00
Lucas Abel
abf63a6560
fix(backend): fix has_failure_module only looking for raw_flow ( #5018 )
2025-01-06 09:21:17 +01:00
Tsvetomir Bonev
3eaef46a4f
fix: recognize forloop-<n> in use_flow_root_path ( #5016 )
2025-01-05 20:25:31 +01:00
Ruben Fiszel
bc87efd69e
chore(main): release 1.443.0 ( #5013 )
...
* chore(main): release 1.443.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2025-01-04 03:29:11 +01:00
Alexander Petric
3bfaf73a83
otel with grafana loki tempo ( #5011 )
...
* otel with grafana loki tempo
* add logging
2025-01-04 03:28:55 +01:00
Alexander Petric
63b096851e
interactive slack approvals: more improvements / nits ( #5012 )
...
* enum -> enums, client function docs
* advanced -> suspend -> form
2025-01-04 01:48:25 +01:00
HugoCasa
0c19171f57
feat: allow s3 file download/preview from inside apps ( #5004 )
...
* feat: allow s3 file download/preview from inside apps
* improve security + handle image preview
* fix build
* fix build
2025-01-04 01:47:57 +01:00
HugoCasa
e8fcea28ab
mysql/rust decimal build ( #5010 )
2025-01-03 18:50:14 +01:00
Ruben Fiszel
eeb712c270
chore(main): release 1.442.0 ( #4991 )
...
* chore(main): release 1.442.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2025-01-03 18:13:32 +01:00
Alexander Petric
0a7268714c
give option to run container as non-root windmill user ( #4959 )
...
* main docker file
* fix docker image build test tag
* don't remove tag
* make root user default
* chown tmp folder
* create search and logs folder in order to inherite windmill user permissions
* Dockerfile
* lsp non root
* improving lsp image to get rid of critical vulnerabilities
* formatting
* support /root/.cache mount
* make the cache mount backwards compatible
2025-01-03 16:51:31 +01:00
Lucas Abel
f5c85d7db9
fix(apps): check for auth when executing as publisher ( #4979 )
2025-01-03 16:47:15 +01:00
Alexander Petric
c999788c71
snowflake resource picker to show both snowflake + snowflake_oauth ( #5005 )
2025-01-03 16:28:09 +01:00
Lucas Abel
0ee7c9ea78
build: update nix flake ( #4998 )
...
- update lock file
- improve npm client package using `pkgs.buildNpmPackage`
- improve windmill package
2025-01-03 16:27:20 +01:00
Alexander Petric
2832b887a5
interactive slack improvements ( #5001 )
...
* refactor / rust style
* add detailed description to default message
* default args, dynamic enums
* sqlx prep
* cancel / close behavior
2025-01-03 16:27:03 +01:00
HugoCasa
bbf7fd695b
feat: update git sync scripts with url redacted ( #5008 )
2025-01-03 16:26:48 +01:00
Alexander Petric
736e241e71
adding otel example + small typos in instance settings ( #5009 )
2025-01-03 16:26:13 +01:00
pyranota
c998d2c8c5
fix(python): Cancel and Start again within 1s caused module not found [v2] ( #5007 )
...
* fix(python): Cancel installation and start again within 1s caused module not found
* fix(python): Fix uv install job not exiting on fail
Specifically with nmslib installation was hanging without any output, even tho library build was failed.
It can be monitored with strace or catp.
* Replace ofiles approach with mutex
* Small refactor
* Return space for consistency
* Revert incorrect fix
* Fix module not found
* Remove unused import
2025-01-03 16:09:24 +01:00
HugoCasa
383ecf8467
fix(backend): allow multiple files per field when using multipart ( #5002 )
2025-01-02 18:29:34 +09:00
Lucas Abel
eeece84a4b
fix: handle 'flownode' job kind where missing ( #4990 )
2024-12-30 19:10:47 +09:00
Ruben Fiszel
6bcdde927c
chore(main): release 1.441.2 ( #4987 )
...
* chore(main): release 1.441.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-27 16:37:20 +01:00
Alexander Petric
51f5197bc8
fix lsp critical vulnerabilities ( #4988 )
...
* fix critical vulnerabilities lsp
* formatting
* fix only vulns
2024-12-27 23:50:28 +09:00
Lucas Abel
8db69ce15e
fix(backend): fix zombies left by the bash executor ( #4985 )
2024-12-27 14:23:05 +01:00
Ruben Fiszel
9bdf0e680f
nits script lang
2024-12-25 14:02:03 +01:00
Ruben Fiszel
03694dcf92
nits script lang
2024-12-25 13:58:11 +01:00
Ruben Fiszel
d440a71e2f
chore(main): release 1.441.1 ( #4966 )
...
* chore(main): release 1.441.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-24 11:40:49 +09:00
wendrul
b12e9c3005
fix: windows compatibility for C# ( #4980 )
...
* fix: windows env vars for c#
* fix bin name and windows flags
* Fix env vars and remove symlinks for windows
* More env vars
* Format error
* Default dotnet path on windows and unix
* fix Unused var
* fix unused
2024-12-24 01:52:56 +01:00
Alexander Petric
4f38cfd17a
fix docker image build ( #4968 )
...
* main docker file
* fix docker image build test tag
* don't remove tag
* don't update docker file
2024-12-23 18:33:20 +01:00
pyranota
6bd2dc3832
fix(windows&python): Access is denied. (os error 5) ( #4969 )
2024-12-23 16:25:01 +01:00
HugoCasa
1d20dea663
fix(backend): timeout for bigquery/graphql/snowflake ( #4965 )
2024-12-22 13:52:23 +09:00
Ruben Fiszel
c1d11ce044
improve app editor behavior when hiding right panel
2024-12-21 00:53:55 +01:00
Alexander Petric
cfdd7d13f9
fix python build ( #4963 )
2024-12-20 23:12:58 +01:00
Ruben Fiszel
82031a920d
chore(main): release 1.441.0 ( #4962 )
...
* chore(main): release 1.441.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-20 22:20:54 +01:00
Ruben Fiszel
199b22678d
add proxy_envs to uv pip compile
2024-12-20 21:58:16 +01:00
Henri Courdent
6143efc7b3
Resource type description markdown support ( #4960 )
2024-12-20 21:48:42 +01:00
Alexander Petric
6308bf0dcb
feat: interactive slack approvals ( #4942 )
...
* feat: interactive slack approvals
* move form creation logic to backend
* adding python client
* polish messages
* date time picker and default values
* Initial commit
* Initial commit
* refactor
* cleanup
* cleanup
* cleanup
* cleanup, treating numbers/integers/booleans
* adding slack to ts dependencies
* sqlx prepare
* gitignore, adding package.lock
* ellipsis comments
* Update typescript-client/client.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* refactor to move everything serverside + modal
* sqlx prep
* reverting slack dependency
* python client update
* fix build errors
* Update pyproject.toml
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2024-12-20 21:47:45 +01:00
HugoCasa
ce9cb510f9
fix frontend checks for script and flow preview jobs ( #4961 )
2024-12-21 05:13:27 +09:00
Lucas Abel
f316045483
cache: clear the cache between tests ( #4958 )
...
otherwise tests aren't correctly isolated
2024-12-20 20:03:56 +09:00
Lucas Abel
83d24cb9ab
cache: better cache system ( #4951 )
...
* cache: consider source as untrusted
* cache: better scoped cache
* cache: non-lazy flow value parse error
* fixup! cache: consider source as untrusted
* fixup! cache: consider source as untrusted
* fixup! cache: better scoped cache
2024-12-20 11:19:57 +01:00
Lucas Abel
71d527c29e
nix: rust support ( #4957 )
2024-12-20 11:12:44 +01:00
Ruben Fiszel
d45cdf8a04
improve oneOf handling
2024-12-19 14:37:04 +01:00
Ruben Fiszel
cfd93a3ead
chore(main): release 1.440.3 ( #4955 )
...
* chore(main): release 1.440.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-19 01:47:19 +01:00
Ruben Fiszel
c4fdd2297e
fix: update bun from 1.1.38 to 1.1.40
2024-12-19 01:38:35 +01:00
Ruben Fiszel
0770613fa4
chore(main): release 1.440.2 ( #4953 )
...
* chore(main): release 1.440.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-18 19:00:18 +01:00
Lucas Abel
fb536df066
fix: fix redeploying flows with attached schedules
2024-12-18 18:56:30 +01:00
Lucas Abel
3339e69dca
pass cargo check 2 ( #4950 )
2024-12-18 17:14:07 +01:00
Lucas Abel
0ee3a77a7e
pass cargo check ( #4949 )
2024-12-18 16:21:37 +01:00
Lucas Abel
bded6028f1
backend: pass cargo check --all-features ( #4946 )
2024-12-18 12:37:31 +01:00
Ruben Fiszel
48385bffd1
update backend tests to 1.82.0
2024-12-18 12:35:22 +01:00
Ruben Fiszel
fb72e89d49
chore(main): release 1.440.1 ( #4948 )
...
* chore(main): release 1.440.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-18 12:29:23 +01:00
Ruben Fiszel
02a8f1f864
fix(internal): updating rust to 1.82
2024-12-18 12:01:36 +01:00
Ruben Fiszel
bc4d13f5ff
nits cleanup
2024-12-18 11:49:44 +01:00
Ruben Fiszel
d8d47d910d
chore(main): release 1.440.0 ( #4931 )
...
* chore(main): release 1.440.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-18 11:40:33 +01:00
Ruben Fiszel
13be0cd1c8
fix: fix relative imports in cached flow scripts
2024-12-18 11:34:07 +01:00
Ruben Fiszel
ee28955ba4
restrict backend ci checks to ci changes
2024-12-18 10:08:06 +01:00
Lucas Abel
a040513791
cache: disable caching for tests ( #4943 )
...
As `#[sqlx::test]` spawn a database per test, the cache
could yield unexpected results
2024-12-18 09:57:31 +01:00
Ruben Fiszel
fe4334dfb2
test -> check
2024-12-18 09:51:28 +01:00
Ruben Fiszel
21e20ee8de
nit check
2024-12-18 09:39:28 +01:00
Ruben Fiszel
48e68e6406
add fast backend checks
2024-12-18 09:15:27 +01:00
Ruben Fiszel
1b008409e2
flow editor improvements
2024-12-18 00:21:25 +01:00
Ruben Fiszel
33bacb2ee8
improve date setValue
2024-12-17 22:17:58 +01:00
Lucas Abel
51b74e713c
cache: improve error reporting ( #4940 )
2024-12-17 19:44:51 +00:00
Ruben Fiszel
999e6ee94e
revert docker build changes
2024-12-17 20:36:53 +01:00
Ruben Fiszel
cd4dfec61a
ci improvements ( #4938 )
2024-12-17 20:01:11 +01:00
wendrul
d8806555f1
fix: add workspace selector and fix css for create webhook page ( #4939 )
...
* fix: add workspace selector and fix css for create webhook page
* Improve the tooltip message about token generation
2024-12-17 15:41:16 +01:00
Ruben Fiszel
95c613de6e
add workflow_dispatch to build
2024-12-17 11:05:54 +01:00
Lucas Abel
977ac5c3f3
feat(cache): remove persistent raw values from queue ( #4866 )
...
* feat(cache): remove persistent raw values from queue
* test: add tests and fix discovered regressions
* fix csharp executor after rebase
* invalidate script cache after locking
* fix lite flow version race
* fix flow dependencies lock race
* update version flag to `v.1.440`
2024-12-16 17:10:16 +01:00
michael
d39193063f
Update displayDate to use local time format preferences ( #4826 )
...
* update date display time to use local browser locale
* incorporate displaySecond and displayDate
* rewrite
* a
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-12-16 11:18:52 +01:00
Ruben Fiszel
e4bffe4741
chore(main): release 1.439.0 ( #4925 )
...
* chore(main): release 1.439.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-16 10:53:56 +01:00
Ruben Fiszel
aee8984be5
use rc.1 from crate
2024-12-15 23:55:58 +01:00
Ruben Fiszel
ede44b9a90
update openidconnect to 0.5.0
2024-12-15 15:01:13 +01:00
Ruben Fiszel
0fd69efaa3
update tiberius to 0.12.3
2024-12-15 14:50:03 +01:00
Ruben Fiszel
95d7a56ee4
update rustpython to 0.4.0
2024-12-15 14:46:05 +01:00
Ruben Fiszel
820a454e62
update rsa
2024-12-15 14:14:30 +01:00
Ruben Fiszel
278ab4bf57
remove rust embed in dev mode
2024-12-15 13:36:21 +01:00
Ruben Fiszel
34392ef66f
split workspace and auth logic
2024-12-15 13:13:09 +01:00
Ruben Fiszel
47e2230cbe
add rust to tests
2024-12-15 11:06:56 +01:00
HugoCasa
83a60cbc51
feat: add multipart/form-data support ( #4927 )
...
* feat: add multipart/form-data support
* nits
2024-12-15 10:53:12 +01:00
Ruben Fiszel
c320862c51
make mail-send optional
2024-12-15 10:31:44 +01:00
Ruben Fiszel
7762c1d132
make rust optional
2024-12-15 10:00:22 +01:00
Ruben Fiszel
2831e9e81e
remove prometheus from fast build
2024-12-15 09:45:00 +01:00
Ruben Fiszel
86234b6c54
unpin zstd
2024-12-15 01:37:06 +01:00
Ruben Fiszel
c09b6c442f
improve backend zip lib
2024-12-15 01:30:54 +01:00
Ruben Fiszel
b169ddb9d3
nit
2024-12-15 01:00:44 +01:00
Ruben Fiszel
51c0373b4c
feature gates more feature for faster compilation ( #4928 )
...
* cleanup
* cleanup
* all
* all
* all
* all
2024-12-15 00:00:37 +01:00
HugoCasa
7dce9ab003
fix unused variable ( #4926 )
2024-12-14 13:43:51 +01:00
Ruben Fiszel
9cdf90c50f
update sqlx
2024-12-14 13:27:42 +01:00
HugoCasa
90ece755f7
more feature flags ( #4918 )
...
* more feature flags
* include python in tests
* smtp feature flag
* del
* add back file
* fix openapi int
2024-12-14 13:21:28 +01:00
hkader-tl
5172c13ab8
fix: ECS terraform db url + ami issues ( #4924 )
...
Modifications to improve the terraform experience for bringing up a
windmill cluster. Due to the default RDS settings for the version in the
terraform, we do not want to disable ssl in connecting. Additionally,
change the TF to automatically pull the latest 2023 AMI. Given this is
meant to be a quick start example, this seems better than hard-coding
since eventually the hard-coded ami doesn't exist.
2024-12-14 13:21:14 +01:00
Ruben Fiszel
829eae97b9
add debug logs to websockets
2024-12-13 20:37:35 +01:00
Ruben Fiszel
02e31372f5
refresh user tokens less aggressively
2024-12-13 20:09:33 +01:00
Lucas Abel
74a89552c7
cleanup is_flow usage and impl ( #4923 )
2024-12-13 18:08:01 +01:00
Ruben Fiszel
30256ae6ec
chore(main): release 1.438.0 ( #4899 )
...
* chore(main): release 1.438.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-13 17:58:50 +01:00
Alexander Petric
0e11c43014
small ui fix for result display in psql + adding --return_last_result to psql script helper ( #4919 )
2024-12-13 17:55:19 +01:00
wendrul
eb3ed7a2c7
fix: add DOTNET_ROOT env variable ( #4921 )
2024-12-13 17:54:56 +01:00
Ruben Fiszel
3634ade41b
fix: flow node default tag
2024-12-13 17:51:08 +01:00
Ruben Fiszel
a7ef9e9f52
fix flow module adder
2024-12-13 16:56:45 +01:00
wendrul
393b838ec9
Target dotnet 9.0 for C# ( #4920 )
2024-12-13 15:41:39 +01:00
Ruben Fiszel
1b0d4dd46b
nit
2024-12-13 12:11:16 +01:00
Henri Courdent
4fb366d11f
Harmonization sentence cases ( #4888 )
...
Co-authored-by: HugoCasa <hugo@casademont.ch >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-12-13 11:31:46 +01:00
wendrul
afac8a73f0
fix: c#: nsjail image, default langs and feature cage imports ( #4917 )
...
* fix: nsjail image, default langs and feature cage csharp imports
* Fix unused imports with csharp flag
2024-12-13 09:36:17 +01:00
wendrul
c85d2a4957
feat: add C# support ( #4908 )
...
* Add csharp stuff and merge after the rewrite
* Add csharp, boilerplate + minimal execution
* Add initial parser
* Frontend + wasm export of the tree sitter parser
* Arg spread and use cache
* More types and req parsing
* Add logo
* Parse async and void to fit the wrapper to the main sig
* Csharp editor resource and var buttons
* Lockfile generation
* Add default parsing using serde_json::from_str
* Update init code for c#
* Nsjail for c#
* Remove c_variadic feature
* Remove unused imports
* Add c_variadic only for wasm32 assembly
* Fix c# test
* Add dotnet to the images
* Update dockerfiles
* Update dockerfile again
* Touch Dockerfile
* npm install c# parser
* Add opt mount in nsjail
* Update ee repo ref
* Add csharp to backend image for tests
* Add setting to set nuget package
* Windows compatibility
* Disable csharp test
* ADd feature flag
2024-12-13 00:29:01 +01:00
HugoCasa
3864cfce24
feat(backend): handle xml payload as raw_string ( #4915 )
2024-12-12 19:18:43 +01:00
Ruben Fiszel
441ee933f5
update ee ref
2024-12-12 18:46:03 +01:00
Ruben Fiszel
8e490b0738
update ee ref
2024-12-12 18:39:57 +01:00
HugoCasa
952cbd182d
fix: app custom url diff ( #4914 )
...
* fix: app custom url diff
* update ee ref
2024-12-12 18:37:34 +01:00
HugoCasa
762ac30b59
fix(frontend): schedule operator perms + add instance settings in operator menu ( #4912 )
...
* fix(frontend): schedule operator perms + add instance settings in operator menu
* fix npm timeout
* forgot
2024-12-12 18:11:44 +01:00
Alexander Petric
aed793e548
updating hub script: adding error logging to git sync ( #4913 )
2024-12-12 18:11:05 +01:00
pyranota
7398c1c09c
Display memory peak while installing wheels with uv ( #4889 )
...
* fix no_uv not affecting deploy
Before this fix no_uv, no_uv_compile and no_uv_install were not affecting Dependency jobs
These jobs are only affected if used USE_PIP_COMPILE or USE_PIP_INSTALL env variables
To make it more consistant, no_uv should also affect dep jobs.
Also make ansible use uv by default
* Make it build
* Add no_uv_usage stats
* Provide build-env for Samael through shell.nix
* Run update_sqlx.sh
* Update ee-repo-ref
* Display memory peak while installing wheels with uv
* Invert DISABLE_NSJAIL
* Make it safer
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-12-12 11:26:02 +01:00
Ruben Fiszel
0dab23f6bf
improve subobjects handling in schemaForm
2024-12-12 02:19:20 +01:00
HugoCasa
a6db5cddf8
add php and mysql feature flags ( #4905 )
2024-12-12 01:16:25 +01:00
HugoCasa
563a492008
feat: accept direct file upload for webhook/http (s3) ( #4903 )
...
* feat: accept direct file upload for webhook/http (s3)
* nit
* nit
2024-12-12 00:33:19 +01:00
Guilhem
2f667d4065
add manual container size breakpoint ( #4902 )
...
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-12-12 00:32:27 +01:00
pyranota
3618e26326
Add no_uv_usage stats ( #4883 )
...
* fix no_uv not affecting deploy
Before this fix no_uv, no_uv_compile and no_uv_install were not affecting Dependency jobs
These jobs are only affected if used USE_PIP_COMPILE or USE_PIP_INSTALL env variables
To make it more consistant, no_uv should also affect dep jobs.
Also make ansible use uv by default
* Make it build
* Add no_uv_usage stats
* Provide build-env for Samael through shell.nix
* Run update_sqlx.sh
* Update ee-repo-ref
* Update sqlx cache
* Update ee-repo-ref
* Update ee repo ref
* Update sqlx cache
* Update ee-repo-ref.txt
2024-12-12 00:32:03 +01:00
HugoCasa
4ce4fba18f
fix(frontend): form and content update when script is emptied ( #4887 )
...
* fix(frontend): form and content update when script is emptied
* fix no schema on init
2024-12-12 00:31:45 +01:00
Ruben Fiszel
ee5c95002e
frontend check fix
2024-12-11 22:44:09 +01:00
Ruben Fiszel
a75c576a65
clear env for uv pip-compile
2024-12-11 17:06:05 +01:00
Lucas Abel
1b922f3ba9
fix s3_storage decl not being the same as in ee ( #4901 )
2024-12-11 14:39:45 +01:00
Lucas Abel
ca1ff291d7
fix run rendering of flownode job ( #4900 )
2024-12-11 14:33:42 +01:00
Lucas Abel
af5cca1b00
feat(cache): re-work job results cache ( #4898 )
2024-12-11 12:01:48 +01:00
Lucas Abel
343cd02ad5
nix: update flake ( #4895 )
2024-12-11 08:57:14 +01:00
Lucas Abel
e77ae1c25b
fmt: re-format Rust leftovers ( #4897 )
2024-12-11 08:57:00 +01:00
Ruben Fiszel
cbdb6ab8e2
chore(main): release 1.437.1 ( #4891 )
...
* chore(main): release 1.437.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-10 19:45:16 +01:00
Ruben Fiszel
bcd2cfe674
fix(frontend): fix newly deployed apps with frontend scripts
2024-12-10 19:41:11 +01:00
Ruben Fiszel
7ab42de977
chore(main): release 1.437.0 ( #4877 )
...
* chore(main): release 1.437.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-10 17:47:48 +01:00
Ruben Fiszel
5695767c2e
handle empty requirement line in python
2024-12-10 16:40:12 +01:00
Ruben Fiszel
c173e46a72
fix(python): do not follow symlinks when copying recursively in overlapping sites-package
2024-12-10 15:52:47 +01:00
Ruben Fiszel
1639bb2b35
improve debug logs
2024-12-10 12:35:56 +01:00
HugoCasa
9d180ba61c
add xero oauth ( #4867 )
...
* add xero oauth
* revert
* Revert "revert"
This reverts commit 46a9ed3456 .
* remove xero
* add back xero
2024-12-10 00:43:39 +01:00
Ruben Fiszel
96714b8b9b
update sqlx
2024-12-10 00:42:37 +01:00
Ruben Fiszel
7fbf3cb7f5
improve nested field editor
2024-12-10 00:35:14 +01:00
wendrul
4dfbc32109
Don't truncate hostnames when graph is not showing ( #4862 )
2024-12-10 00:02:16 +01:00
Ruben Fiszel
23875033dd
feat: add ctx.name to apps #4885
2024-12-09 23:58:30 +01:00
HugoCasa
7014389d67
fix(parsers): more robust pwsh param parsing ( #4884 )
2024-12-09 20:55:43 +01:00
Ruben Fiszel
69195b71f3
add home in uv pip compile env
2024-12-09 20:53:43 +01:00
Ruben Fiszel
5366c8a882
chore(main): release 1.436.0 ( #4858 )
...
* chore(main): release 1.436.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-09 19:11:21 +01:00
HugoCasa
1046c0b055
fix: disabling app custom url ( #4868 )
2024-12-09 19:09:18 +01:00
Ruben Fiszel
b0f4caf376
backend tests
2024-12-09 18:41:13 +01:00
Ruben Fiszel
2c5d07f3d9
feat: docker runtime
2024-12-09 18:02:18 +01:00
Ruben Fiszel
81f35e7d21
update tokio and deno_core ( #4871 )
...
* all
* update
2024-12-08 16:10:46 +01:00
Ruben Fiszel
465ec09f96
improve otel
2024-12-08 11:06:35 +01:00
Ruben Fiszel
fccc889e14
add hostname to logs
2024-12-08 09:49:51 +01:00
Ruben Fiszel
d551bf424f
nits
2024-12-08 01:44:06 +01:00
Ruben Fiszel
5bd0d556dd
add tls to tonic
2024-12-08 00:34:46 +01:00
Ruben Fiszel
74d794a983
add tls to tonic
2024-12-07 17:49:13 +01:00
Ruben Fiszel
fb510f33fc
fix tracing
2024-12-07 17:17:25 +01:00
Ruben Fiszel
6d047449e2
feat: add otlp support ( #4869 )
...
* all
* all
* add otel
* add otel
* update docker-image
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
* update
2024-12-07 16:29:20 +01:00
HugoCasa
8e9cb9c4d3
ee compute units telemetry ( #4865 )
...
* ee compute units telemetry
* update ee ref
2024-12-06 16:52:03 +01:00
Lucas Abel
691ef64688
feat(frontend): render new job kinds ( #4864 )
2024-12-06 15:11:57 +01:00
Lucas Abel
2bc4934c4f
feat: add db storage for app inline scripts ( #4837 )
2024-12-06 13:37:45 +01:00
Lucas Abel
3c4408e3db
feat(cache): refurbish fs backed cache ( #4863 )
...
* feat(cache): refurbish fs backed cache
* add `cached` exemple
2024-12-06 12:26:36 +01:00
Lucas Abel
f175158b9f
fix: handle flow & workspace renames for flow_node ( #4861 )
2024-12-06 09:40:32 +01:00
Ruben Fiszel
45d4fc2de7
bump deno to 2.1.2 and bun to 1.1.38
2024-12-06 01:24:36 +01:00
Ruben Fiszel
e5efefc7e8
improve retries max value handling
2024-12-06 01:03:46 +01:00
Ruben Fiszel
9ecc94a268
optimize for loop rendering with more than 500 iterations
2024-12-05 23:52:34 +01:00
Ruben Fiszel
be624b1a9a
load all branchall even if branches > 20
2024-12-05 22:45:45 +01:00
Henri Courdent
b8fd0e3849
Update changelog nov ( #4859 )
...
* Update changelog nov
* Updated link tantivy
* No duplicate
2024-12-05 19:19:58 +01:00
Ruben Fiszel
97901182b6
nit cache and skip on input node
2024-12-05 17:54:45 +01:00
Lucas Abel
667167a022
fix: fix flow_node uniqueness ( #4850 )
...
`jsonb` comparison wasn't working as expected, and duplicated entries
were inserted within `flow_node`. To resolve this add a second hash
column, `hash_v2` with a unique default for uniqueness, and use this new
column to ensure unique entries. The previous hash column is left for
backward compatibility. Duplicated entries already insterted will remain
as is without breaking, and only new ones will preserve uniqueness.
2024-12-05 17:42:33 +01:00
Ruben Fiszel
555851706a
chore update vite to 5.4.11 + adapters
2024-12-05 17:17:11 +01:00
Ruben Fiszel
efd9fbe1ca
update svelte-kit to 2.9.0
2024-12-05 17:03:49 +01:00
Alexander Petric
c4163aabcd
update version update script to match new pwsh module formatting ( #4855 )
2024-12-05 17:00:20 +01:00
Ruben Fiszel
205c1a69f2
Revert "chore(deps-dev): bump @sveltejs/kit from 2.5.0 to 2.9.0 in /frontend …" ( #4854 )
...
This reverts commit cf7278e245 .
2024-12-05 16:42:04 +01:00
dependabot[bot]
cf7278e245
chore(deps-dev): bump @sveltejs/kit from 2.5.0 to 2.9.0 in /frontend ( #4832 )
...
Bumps [@sveltejs/kit](https://github.com/sveltejs/kit/tree/HEAD/packages/kit ) from 2.5.0 to 2.9.0.
- [Release notes](https://github.com/sveltejs/kit/releases )
- [Changelog](https://github.com/sveltejs/kit/blob/main/packages/kit/CHANGELOG.md )
- [Commits](https://github.com/sveltejs/kit/commits/@sveltejs/kit@2.9.0/packages/kit )
---
updated-dependencies:
- dependency-name: "@sveltejs/kit"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-12-05 16:40:35 +01:00
Ruben Fiszel
185848ceb1
chore(main): release 1.435.2 ( #4853 )
...
* chore(main): release 1.435.2
* Apply automatic changes
* Update WindmillClient.psd1
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-05 16:28:00 +01:00
Alexander Petric
c67fd8dbb9
removing unneccessary requests to backend ( #4852 )
2024-12-05 16:19:59 +01:00
wendrul
a99e63f543
fix: job search toast on error ( #4851 )
2024-12-05 16:10:59 +01:00
Lucas Abel
96d4af0254
nit: format worker_lockfiles.rs ( #4849 )
2024-12-05 15:17:41 +01:00
Ruben Fiszel
b19faa45cd
fix compile
2024-12-05 15:17:24 +01:00
Ruben Fiszel
85df359c0a
improve handling of unexpected toast errors
2024-12-05 15:01:47 +01:00
Ruben Fiszel
2c934cc3b8
improve windows worker
2024-12-05 14:45:23 +01:00
Ruben Fiszel
7284f72427
chore(main): release 1.435.1 ( #4846 )
...
* chore(main): release 1.435.1
* Apply automatic changes
* Update WindmillClient.psd1
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-05 13:37:44 +01:00
Henri Courdent
93319f45bb
Fix dead links ( #4847 )
2024-12-05 13:36:23 +01:00
Henri Courdent
1693f330b5
Added space after Use simplified builder button ( #4848 )
2024-12-05 13:36:12 +01:00
Ruben Fiszel
548cfcfbde
fix: improve critical alerts filters
2024-12-05 13:00:17 +01:00
Ruben Fiszel
a7bdeb5fca
chore(main): release 1.435.0 ( #4840 )
...
* chore(main): release 1.435.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-05 12:36:05 +01:00
Lucas Abel
c443c2b3a8
nit: format cache.rs ( #4845 )
2024-12-05 11:10:30 +01:00
Guilhem
e888c84a36
polish critical alert modal ( #4802 )
...
* polish critical alert modal
* Use Table component
* use table component pagination
* Add acknowledge to the table
* Polishing table
* fix nit
* Filter alerts
* Add notification count on modal
* Adjust table height
* Change mute description
* Fix layout
* minor fix
* Fix small screen issue
* fix toast on refresh
* Revert "fix toast on refresh"
This reverts commit ae3593e1af .
* filtering to backend, superadmin also acknowledges workspace (unless CLOUD_HOSTED), simplifications
* sqlx prep
* improve reactivity
* improvements
---------
Co-authored-by: Alexander Petric <alpetric@users.noreply.github.com >
Co-authored-by: Alexander Petric <petric.al@gmail.com >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-12-05 11:07:11 +01:00
Ruben Fiszel
5404ec9b48
fix: pass USERPROFILE on windows
2024-12-05 10:12:44 +01:00
Alexander Petric
fdce1fd73f
set/get state from powershell client ( #4838 )
...
* set/get state from powershell client
* format
* removing unneccessary arg
2024-12-05 00:06:15 +01:00
Alexander Petric
0b4b5404bd
fix ci error unused superadmin import ( #4844 )
2024-12-04 23:29:36 +01:00
wendrul
ff8e98feb8
Remove unused env vars from docker compose + css fixes ( #4841 )
2024-12-04 18:33:41 +01:00
Ruben Fiszel
db62a2c53c
simplify warn_after_seconds
2024-12-04 18:28:28 +01:00
Ruben Fiszel
bb9dd7d368
simplify warn_after_seconds
2024-12-04 18:24:31 +01:00
Ruben Fiszel
b534ef6074
improve transparency for slow queries
2024-12-04 17:30:58 +01:00
HugoCasa
1ec6c6f765
feat: app custom paths ( #4828 )
...
* feat: app custom paths
* nit
* make ee only + fix sqlx
* fix: custom http routes auth
* nits
* fix auth + nits
* apps_ee
* move custom path to ee
* fix app jwt
* update ee ref
2024-12-04 16:50:17 +01:00
Ruben Fiszel
4efa9c2b0a
chore(main): release 1.434.2 ( #4836 )
...
* chore(main): release 1.434.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-12-04 14:11:44 +01:00
Henri Courdent
bf4d903083
Trigger panels texts + doclinks ( #4796 )
...
* Trigger panels texts + doclinks
* create description component
* Description module workspace settings
* Delete package-lock.json
---------
Co-authored-by: Guilhem <guilhemlemouel@gmail.com >
2024-12-04 14:07:29 +01:00
Ruben Fiszel
7642b1121e
nit editors
2024-12-04 07:11:31 +01:00
Ruben Fiszel
71fc31c471
improve draft only delete security
2024-12-03 23:13:35 +01:00
HugoCasa
02611e42e1
fix: custom http routes auth ( #4835 )
2024-12-02 22:16:58 +01:00
Ruben Fiszel
7a6041d11e
improve container group creation logic
2024-12-02 15:10:07 +01:00
Ruben Fiszel
75aea948ba
improve public app login fallback
2024-12-02 09:10:03 +01:00
Ruben Fiszel
73a783d1b9
preprocess script for pkg export
2024-11-30 10:45:35 +01:00
Ruben Fiszel
131056a9b3
chore(main): release 1.434.1 ( #4825 )
...
* chore(main): release 1.434.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-29 22:07:25 +01:00
Ruben Fiszel
5d3ac63daf
improve flow status viewer
2024-11-29 22:05:55 +01:00
Ruben Fiszel
35a4a5390d
fix: improve flow status viewer performance
2024-11-29 21:30:31 +01:00
Ruben Fiszel
392023dabf
chore(main): release 1.434.0 ( #4823 )
...
* chore(main): release 1.434.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-29 19:31:35 +01:00
Ruben Fiszel
dfa090f9bd
update ee ref
2024-11-29 19:23:47 +01:00
HugoCasa
8b20530584
apply jwt ext tag scopes to single job endpoints ( #4824 )
...
* apply jwt ext tag scopes to single job endpoints
* fix sqlx
2024-11-29 19:23:20 +01:00
wendrul
088c666a7f
feat: indexer extra settings + parallel downloads + many improvements ( #4822 )
...
* Nits on the service logs page
* Show all the hosts returned by query + sumOtherDocCount warning
* Remove from index endpoint
* Fix tests
* Prepare sqlx
2024-11-29 19:14:05 +01:00
Ruben Fiszel
aa1c3702d7
fix empty branchall subflow
2024-11-29 19:02:47 +01:00
Ruben Fiszel
a2411bcea5
fix: improve flow status viwer iteration picker
2024-11-29 18:33:34 +01:00
Ruben Fiszel
658f71ffe9
schedule nits
2024-11-29 17:01:20 +01:00
Ruben Fiszel
75e9132817
app nits ( #4820 )
...
* all
* all
2024-11-29 16:44:00 +01:00
Ruben Fiszel
45d434c875
prettify cache msg
2024-11-29 13:01:54 +01:00
Ruben Fiszel
b1603690f3
nit pip install
2024-11-29 12:37:52 +01:00
Ruben Fiszel
d36e2a2647
add total time
2024-11-29 12:35:10 +01:00
Ruben Fiszel
9db86306a9
small uv s3 pull fix
2024-11-29 12:31:50 +01:00
Ruben Fiszel
30a98c4abe
improve oauth popup flows using localstorage as fallback
2024-11-29 12:24:12 +01:00
Ruben Fiszel
f6eeef0dc6
chore(main): release 1.433.0 ( #4819 )
...
* chore(main): release 1.433.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-29 10:21:39 +01:00
Ruben Fiszel
0a95b6f9d2
fix: fix windows build
2024-11-29 09:53:05 +01:00
Lucas Abel
3fbb2bfc8a
feat(cache): implement flow node caching ( #4808 )
...
* feat(cache): implement flow node caching
* feat(cache): implement script caching
* feat(cache): improve cache
2024-11-29 09:35:00 +01:00
Ruben Fiszel
f7908682d3
chore(main): release 1.432.0 ( #4818 )
...
* chore(main): release 1.432.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-29 09:12:46 +01:00
Ruben Fiszel
8954b0b68c
skip s3 python cache on windows and pro
2024-11-29 08:35:08 +01:00
pyranota
96371bc89d
feat: Parallelize uv install ( #4774 )
...
* Implement MVP of Parallel uv installation
* Implement PY_CONCURRENT_DOWNLOADS
* Remove Flock for uv installs
* Make S3 pull/push parallel
* Refactor and allow to Cancel installation
* Dont print S3 in output if disabled
* Implement better error handling
* Polishing
* More polishing
* Implement error-handler for kill_tx_2.send()
* Fix and Format prev merge
* Presubscribe to all kill_tx's
We do it now before first event could fire
Meaning no events can be lost anymore
* Early print errors and safer error handling
* Return Err if installation failed
* Final changes
* Return error instead of just printing it
* Safer the way to acquire permit
* Fix compilation error
* Remove double error logs
2024-11-29 08:21:51 +01:00
Ruben Fiszel
8ebb1fe363
window openeer nits
2024-11-29 07:48:37 +01:00
Ruben Fiszel
05416054bb
nit exportable whitelabel
2024-11-28 19:56:19 +01:00
Ruben Fiszel
12dbbab401
chore(main): release 1.431.1 ( #4816 )
...
* chore(main): release 1.431.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-28 17:36:52 +01:00
Lucas Abel
390ee3113b
fix: invalid null comparison while inserting flow node ( #4815 )
2024-11-28 17:29:16 +01:00
Ruben Fiszel
8a814d4699
chore(main): release 1.431.0 ( #4788 )
...
* chore(main): release 1.431.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-28 17:22:24 +01:00
Ruben Fiszel
5656102b13
fix: fix OAuth being stuck if following a public app login
2024-11-28 16:40:18 +01:00
Ruben Fiszel
8f56456701
fix: global timeout not set correctly on load
2024-11-28 16:02:52 +01:00
Lucas Abel
77937a494a
fix: invalid jsonb comparison while inserting flow node ( #4814 )
2024-11-28 14:43:54 +01:00
wendrul
a9c31b35f4
fix: add missing export tab on mobile view of flow detail ( #4812 )
2024-11-28 13:25:44 +01:00
pyranota
a853c8d6a5
Remove flock ( #4809 )
2024-11-28 12:42:25 +01:00
Ruben Fiszel
bf6c4131ca
save to workspace handle trigger scripts
2024-11-28 10:30:23 +01:00
Ruben Fiszel
ac8d359dfb
fix apply migration to current_user
2024-11-27 19:07:31 +01:00
wendrul
09fe535bdc
fix: service logs: aggregation query + killpill on index pull + retention period for logs on s3 ( #4795 )
...
* Search across all hosts in index. killpill on index pull
* Add retention period for service logs
* Remove console log
* monitor log_file when older than biggest retention period (job / log)
* Retention period deletes service and job logs
* Add setting to monitor logs out of s3
* Prepare sqlx
* Update ee repo ref
* Prepare sqlx
* Unused variables
2024-11-27 18:57:23 +01:00
Ruben Fiszel
c998102cf3
simplify logic to check for license key on workers
2024-11-27 18:51:06 +01:00
Alexander Petric
2668e37574
adding sqlx migration to grant windmill permissions to db user ( #4806 )
2024-11-27 18:27:06 +01:00
Ruben Fiszel
c25c638bdf
add more links to operators menu
2024-11-27 17:53:45 +01:00
Lucas Abel
2911775d0a
feat(backend): store flow inner modules into flow_node table ( #4778 )
2024-11-27 16:08:31 +01:00
Lucas Abel
ff92e2f897
fix simple step flow rendering for while loop ( #4804 )
2024-11-27 16:07:16 +01:00
pyranota
34609a7d8c
Fix tar prefix ( #4781 )
...
* Fix tar prefix
* Use TAR_PIP(PYTHON_311)_CACHE_DIR instead
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-11-27 15:54:47 +01:00
Henri Courdent
1344517bc7
Gi syntax docker compose ( #4803 )
2024-11-27 14:29:41 +01:00
Lucas Abel
d86ea30221
enable is_simple optimization for FlowScript ( #4799 )
...
* backend: remove some allocations in `worker_flow.rs`
* feat(backend): enable `is_simple` optimization for `FlowScript`
* fix: fix node retrieval for `flowscript` inner step
2024-11-27 10:06:19 +01:00
Lucas Abel
150ca33f0d
fix: disable flow_version_lite in dedicated workers ( #4800 )
2024-11-27 10:02:44 +01:00
Ruben Fiszel
24480260bd
fix: improve default formatters for deno
2024-11-27 09:01:06 +01:00
pyranota
e876ae4f42
fix(python): Merge to site-packages packages with same name ( #4793 )
...
* (python) Initially implement merge
Iterate overall all python paths and if same folder has same name multiple times,
then merge the content and put to <job_dir>/site-packages
Solves problem with imports for some dependencies.
Default layout (/windmill/cache/):
dep==x.y.z
└── X
└── A
dep-ext==x.y.z
└── X
└── B
In this case python would be confused with finding B module.
This function will convert it to (/<job_id>):
site-packages
└── X
├── A
└── B
This way python has no problems with finding correct module
* Better error-handling
* Optimize and fix bug
* Update backend/windmill-worker/src/python_executor.rs
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Update backend/windmill-worker/src/python_executor.rs
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* Polish
* Add path to PathBuf
* Add & before PathBuf
---------
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2024-11-26 18:24:26 +01:00
Ruben Fiszel
66235c0406
fix darkMode theme on apps
2024-11-26 17:44:28 +01:00
Ruben Fiszel
e92750c687
first row fix
2024-11-26 17:07:27 +01:00
Ruben Fiszel
5d0eba273a
feat: expose settable col id for app aggrid tables
2024-11-26 16:38:15 +01:00
Ruben Fiszel
f69f743b30
feat: allow forcing dark/light theme on apps
2024-11-26 13:38:31 +01:00
Ruben Fiszel
ead6323324
nit schema form resource type change
2024-11-26 12:48:28 +01:00
Ruben Fiszel
ef721f9a5f
fix: improve flow status viwer iteration picker
2024-11-26 12:38:34 +01:00
Ruben Fiszel
a426e7f3ab
app nits
2024-11-26 10:00:55 +01:00
Ruben Fiszel
fe4b2b73d4
app nits
2024-11-26 09:39:03 +01:00
Ruben Fiszel
7fb26f58e8
improve app editor context panel performance for large apps
2024-11-26 09:28:11 +01:00
Ruben Fiszel
2427d64aa8
nit
2024-11-25 23:32:14 +01:00
Lucas Abel
e4784e89da
feat(backend): implement flow scripts ( #4748 )
...
* feat(backend): implement flow scripts
* conditionally resolve reduced flow value
* conditionally use flow scripts based on the min worker version
* grant all to `flow_{version_lite,node}`
* do not silently discard errors
* env: add flow script feature flag
* flow script on cloud automatically
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-11-25 23:20:51 +01:00
Ruben Fiszel
a182b91750
nit UX
2024-11-25 23:14:34 +01:00
Ruben Fiszel
dd5081592f
email quotas only apply to top-level job
2024-11-25 16:20:55 +01:00
Ruben Fiszel
e81e239f43
fix: fix getting logs locally for ee without instance settings
2024-11-25 12:02:35 +01:00
Ruben Fiszel
cd7385f38d
improve error message for log file not found on ee
2024-11-25 11:07:48 +01:00
Ruben Fiszel
1baf9d008b
chore(main): release 1.430.2 ( #4782 )
...
* chore(main): release 1.430.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-25 09:42:04 +01:00
Ruben Fiszel
d13143a409
rm devfrontend
2024-11-25 09:05:55 +01:00
Lucas Abel
29faefe856
fix: rename job workspace as well ( #4785 )
2024-11-25 08:09:30 +01:00
Lucas Abel
39b902c118
backend: keep tracking minimal worker version ( #4786 )
...
Be sure to also track the min version of workers that have been started
after the min version variable has been set. e.g. All workers are up to
date and `MIN_VERSION_IS_AT_LEAST_1_427` is set to true, a worker is
then powered on with an anterior version, leading to a false positive
value. This commit fix that.
2024-11-25 08:08:16 +01:00
Ruben Fiszel
6768e5bbbd
fix: retry on inserting completed job ( #4784 )
...
* fix: retry on pushing next scheduled job of schedule
* all
* improve error handling
* update sqlx
2024-11-25 01:33:44 +01:00
Ruben Fiszel
5ed0ae697b
improve backoff for schedules
2024-11-24 18:48:01 +01:00
Ruben Fiszel
89456f502f
remove rsmq
2024-11-24 11:04:54 +01:00
Ruben Fiszel
278f593358
fix: retry on pushing next scheduled job of schedule
2024-11-24 08:52:51 +01:00
Ruben Fiszel
e4f1ac1f7c
chore(main): release 1.430.1 ( #4780 )
...
* chore(main): release 1.430.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-23 08:52:59 +01:00
Alexander Petric
d7a08c7ba9
add documentation link for cron input field ( #4779 )
2024-11-23 08:52:42 +01:00
Ruben Fiszel
495d4487bc
fix: expose DISABLE_DENO_LOCK
2024-11-23 08:39:57 +01:00
Ruben Fiszel
c194e124da
chore(main): release 1.430.0 ( #4764 )
...
* chore(main): release 1.430.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-22 16:41:12 +01:00
wendrul
4facf3ca3e
feat: Add a devops role to act as a "readonly admin" ( #4775 )
...
* Prepare sqlx
* Add devops role as bool
* Add devops reloe and use it for certain endpoints
* Critical alerts: complete devops role visiblity
* Update ee repo ref
* Prepare sqlx
2024-11-22 14:55:48 +01:00
Patrick Dobbs
e854318f29
Update lib.rs with python-taiga import alias ( #4776 )
...
* Update lib.rs with python-taiga import alias
* Update lib.rs
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-11-21 23:18:38 +01:00
Alexander Petric
8909bea935
feat(schedule): support for extended cron syntax ( #4754 )
...
* init
* croner with fall back on scheduling failure
* adding packages
* fallback mechanism v1
* removing debug console log
* improving cargo organization
* queue cargo.toml
* use workspace cargo-tz
* test next occurrence when creating new croner schedule
* toggle label
* treat legacy edit requests where no cron_version is provided as v1
* fix edit schedule
2024-11-21 19:24:38 +01:00
Ruben Fiszel
ecc6203386
ts nits
2024-11-21 14:45:50 +01:00
HugoCasa
b49ba59da7
fix: infer python list inner type from default if unknown inner ( #4771 )
2024-11-21 14:44:19 +01:00
wendrul
99ab5471fc
indexer: Add early exit on receiving of handoff signal ( #4773 )
2024-11-21 14:44:08 +01:00
Lucas Abel
e6c7fe7027
backend: rework raw values fetching logic ( #4770 )
2024-11-21 13:59:42 +01:00
Ruben Fiszel
f298c79fa6
handle better non required inputs with strings
2024-11-21 12:29:06 +01:00
Lucas Abel
d0884198f1
nix: update lock ( #4769 )
2024-11-21 10:57:15 +01:00
Ruben Fiszel
d5da75c031
feat: allow labeled values in app multiselect
2024-11-21 10:46:15 +01:00
Lucas Abel
c99d360c3c
fix: garbage collect job table + delete leaked ones ( #4767 )
2024-11-21 09:02:24 +01:00
Ruben Fiszel
b7a9cec289
fix: allow non already existing resources in audit logs
2024-11-21 00:43:29 +01:00
Ruben Fiszel
8c021f941b
fix main
2024-11-20 23:36:31 +01:00
HugoCasa
3734d5c0c0
list input z-index nit ( #4765 )
2024-11-20 23:17:50 +01:00
wendrul
8f198ba68c
feat: Indexer improvements: s3 backup logic reworked, settings on the frontend ( #4763 )
...
* Add settings page + common code for indexer
* Prepare sqlx
2024-11-20 22:40:36 +01:00
Ruben Fiszel
3f74eeb684
chore(main): release 1.429.0 ( #4761 )
...
* chore(main): release 1.429.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-20 20:46:56 +01:00
Guilhem
37318861ac
feat: app editor ctrl nav ( #4757 )
...
* Add panzoom
* Add panzoom
* scroll top when reseting view
* fix drop in component
* Enable panzoom in connection mode
* nit view fix
* clean
* clean
* prevent component to change when using zoom menu
* Add button to enter panzoom
* Polish grid outline
* darker outline on darkmode
* change hand icon when holding cmd
* remove unused code
* reset isModifierKeyPressed on tab change
* fix resizing component issue
2024-11-20 19:44:14 +01:00
wendrul
68f781ea6f
feat: svix integration ( #3814 )
...
* Add create_webhook page
* Make small fixes
* Add token and change layout
* Rename to create-webhook
* Change query param to domain
2024-11-20 19:17:35 +01:00
HugoCasa
a23cd4f9e7
fix(frontend): pdf viewer fullscreen z-index ( #4762 )
...
* fix: pdf viewer fullscreen z-index
* increase zindex of multiselect
2024-11-20 17:32:02 +01:00
Ruben Fiszel
45ce5ff8c6
add FORCE_HOSTNAME env var
2024-11-20 16:07:24 +01:00
HugoCasa
6924370f11
refactor sql result formatting ( #4760 )
2024-11-20 14:53:39 +01:00
Ruben Fiszel
2c325ef852
fix: add cancellable icons refresh in apps
2024-11-20 14:40:28 +01:00
Ruben Fiszel
a8700a3181
improve flow status viewer
2024-11-20 14:03:49 +01:00
Ruben Fiszel
4c002faea2
readme nits
2024-11-20 12:17:17 +01:00
Ruben Fiszel
aa8c77aaeb
app nits
2024-11-20 12:12:59 +01:00
Ruben Fiszel
83ac5f032e
chore(main): release 1.428.1 ( #4759 )
...
* chore(main): release 1.428.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-20 10:12:08 +01:00
Guilhem
960b69fc40
nit app editor ( #4752 )
...
* Prevent resize when connecting
* simplify cursor selection in connection mode
* remove useless log
* Add connection popover to hover
2024-11-20 09:46:37 +01:00
Lucas Abel
ff7c94c5a7
fix: grant all to new job table ( #4758 )
2024-11-20 09:44:34 +01:00
Ruben Fiszel
799d581e70
iteration picker nits
2024-11-20 09:08:21 +01:00
Ruben Fiszel
b4be86c706
chore(main): release 1.428.0 ( #4749 )
...
* chore(main): release 1.428.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-19 20:19:21 +01:00
Ruben Fiszel
f59c0c0076
fix: prevent groups to be ill-defined with non writer owners
2024-11-19 20:13:54 +01:00
HugoCasa
279739ddd9
app pdf nits ( #4756 )
2024-11-19 19:58:55 +01:00
HugoCasa
35bad085a2
use unpkg cdn for pdfjs worker ( #4755 )
2024-11-19 19:45:58 +01:00
Henri Courdent
5c44939dc7
Typos worker group configs ( #4751 )
2024-11-19 19:21:03 +01:00
HugoCasa
b3a7cb0583
feat: pdf file preview ( #4753 )
...
also fixes s3 missing content-length header
2024-11-19 19:09:20 +01:00
Guilhem
2fd80f7cdd
feat: improve app connection UX #4687
...
* Add animation on connection plugs
* Remove connection pannel
* Modify click outside
* fix minor issue
* remove unused component
* Prevent keyboard component navigation when connecting
* fix left right panel inversion
* fix pannel logic
* close secondary menu on connection
* Adjust plug position according to id badge size
* Change components colors
* Change plug color
* Fix escape connection
* Change cursor when connecting
* Add user toast on connecting
* Add component to exclusion area in connection mode
* exit connection on click connection button
* create connection button component
* remove debug logs
* fix pen color
* polish
* Add alert message in connection mode
* fix minor issue
* fix unwanted cursor override
2024-11-19 16:34:42 +01:00
Ruben Fiszel
aae1d763b0
nit autoscaling
2024-11-19 14:28:12 +01:00
dependabot[bot]
6833180177
chore(deps): bump denoland/setup-deno from 1 to 2 ( #4640 )
...
Bumps [denoland/setup-deno](https://github.com/denoland/setup-deno ) from 1 to 2.
- [Release notes](https://github.com/denoland/setup-deno/releases )
- [Commits](https://github.com/denoland/setup-deno/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: denoland/setup-deno
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-19 13:50:56 +01:00
dependabot[bot]
63b937cf6a
chore(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 ( #4639 )
...
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action ) from 4 to 5.
- [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases )
- [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: stefanzweifel/git-auto-commit-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-19 13:50:32 +01:00
dependabot[bot]
ba77af0705
chore(deps): bump cla-assistant/github-action from 2.3.1 to 2.6.1 ( #4641 )
...
Bumps [cla-assistant/github-action](https://github.com/cla-assistant/github-action ) from 2.3.1 to 2.6.1.
- [Release notes](https://github.com/cla-assistant/github-action/releases )
- [Commits](https://github.com/cla-assistant/github-action/compare/v2.3.1...v2.6.1 )
---
updated-dependencies:
- dependency-name: cla-assistant/github-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-19 13:50:14 +01:00
dependabot[bot]
673189cdf4
chore(deps): bump chart.js from 4.4.0 to 4.4.6 in /frontend ( #4735 )
...
Bumps [chart.js](https://github.com/chartjs/Chart.js ) from 4.4.0 to 4.4.6.
- [Release notes](https://github.com/chartjs/Chart.js/releases )
- [Commits](https://github.com/chartjs/Chart.js/compare/v4.4.0...v4.4.6 )
---
updated-dependencies:
- dependency-name: chart.js
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-19 13:49:44 +01:00
dependabot[bot]
3eb7545bf3
chore(deps-dev): bump postcss from 8.4.41 to 8.4.49 in /frontend ( #4736 )
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.41 to 8.4.49.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.41...8.4.49 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-19 13:49:30 +01:00
dependabot[bot]
8b38b57638
chore(deps): bump thiserror from 1.0.69 to 2.0.3 in /backend ( #4738 )
...
Bumps [thiserror](https://github.com/dtolnay/thiserror ) from 1.0.69 to 2.0.3.
- [Release notes](https://github.com/dtolnay/thiserror/releases )
- [Commits](https://github.com/dtolnay/thiserror/compare/1.0.69...2.0.3 )
---
updated-dependencies:
- dependency-name: thiserror
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-19 13:49:14 +01:00
dependabot[bot]
825143db28
chore(deps): bump tower-http from 0.5.2 to 0.6.2 in /backend ( #4743 )
...
Bumps [tower-http](https://github.com/tower-rs/tower-http ) from 0.5.2 to 0.6.2.
- [Release notes](https://github.com/tower-rs/tower-http/releases )
- [Commits](https://github.com/tower-rs/tower-http/compare/tower-http-0.5.2...tower-http-0.6.2 )
---
updated-dependencies:
- dependency-name: tower-http
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-19 13:45:27 +01:00
Ruben Fiszel
8e8608869c
chore(main): release 1.427.0 ( #4747 )
...
* chore(main): release 1.427.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-19 11:32:00 +01:00
Lucas Abel
97457a5679
feat(backend): move some static fields out of job tables ( #4689 )
...
* feat(backend): move some static fields out of job tables
* backend: re-use `flow_value` if any and avoid clone
* update minimal version to 1.427.0
2024-11-19 11:27:55 +01:00
Ruben Fiszel
1c398486e6
fix: improve flow status viewer for iterations ( #4744 )
...
* fix: improve flow status viewer iteration picker
* check
* check
* nit rm console log
* progress
* progress
* progress
2024-11-19 10:27:33 +01:00
Ruben Fiszel
5e975260df
chore(main): release 1.426.1 ( #4741 )
...
* chore(main): release 1.426.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-19 00:30:25 +01:00
wendrul
4d9ec909d1
fix: playbook files permission mode incompatible with Windows ( #4740 )
2024-11-18 22:14:19 +01:00
HugoCasa
ee9d3e0f3e
kafka frontend nits ( #4734 )
...
* kafka frontend nits
* don't make ws triggers admin only
* update ee ref
2024-11-18 19:23:29 +01:00
Ruben Fiszel
46fae2a6c2
chore(main): release 1.426.0 ( #4732 )
...
* chore(main): release 1.426.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-18 17:14:55 +01:00
wendrul
6b34e316ce
Add mode to playbook init for discoverability ( #4733 )
2024-11-18 17:09:40 +01:00
HugoCasa
88b8ffab90
feat: kafka triggers ( #4713 )
...
* feat: kafka triggers
* sqlx
* fix build
* improve error messages on windows
* nit
* fix build
* missing action
* nit
* maybe fix ssl on windows
* nit
* update ee ref
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-11-18 17:03:50 +01:00
wendrul
5e10782779
feat: Add mode (permissions) option to files in ansible ( #4724 )
...
* Add chmod option to files in ansible
* Add 0 prefix if string
* Rename chmod to mode
2024-11-18 17:02:38 +01:00
Alexander Petric
180809d346
fix: do not mount critical alerts modal if user is neither superadmin nor workspace admin ( #4731 )
2024-11-18 15:34:22 +01:00
Ruben Fiszel
e4583e9b23
fix cli handling of ai resource generalization
2024-11-16 11:27:01 +01:00
Ruben Fiszel
93063b1c50
chore(main): release 1.425.1 ( #4728 )
...
* chore(main): release 1.425.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-16 10:04:30 +01:00
HugoCasa
17d893315b
fix: revert bool to text support in pg ( #4727 )
2024-11-16 10:01:16 +01:00
Ruben Fiszel
0acd1b4a99
fix error logs on empty get_logs
2024-11-16 09:30:36 +01:00
Ruben Fiszel
4b04cc4d1a
chore(main): release 1.425.0 ( #4715 )
...
* chore(main): release 1.425.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-15 22:31:49 +01:00
HugoCasa
d999e91583
unbreak nullable inputs in pg ( #4726 )
2024-11-15 22:27:28 +01:00
pyranota
9065716020
Fix ignore confirmation modal if no changes ( #4725 )
2024-11-15 19:47:09 +01:00
pyranota
56f70fd7de
Ignore fields with false value in DiffViewer ( #4712 )
...
* Convert false to undefined
* Remove comments
* Make it consistent
* Formatting
* Apply at downstream
2024-11-15 19:24:57 +01:00
HugoCasa
9ad1afc8f2
unbreak ::text for json in pg ( #4722 )
...
* unbreak ::text for json in pg
* better error handling
2024-11-15 18:35:21 +01:00
Alexander Petric
c069969732
cloud_hosted non ee scope ( #4723 )
2024-11-15 18:14:11 +01:00
Henri Courdent
9ce1d46459
Result node placeholder ( #4721 )
2024-11-15 16:55:53 +01:00
Alexander Petric
ff5fcc59d4
if CLOUD_HOSTED and workspace_id set, autoacknowledge for superadmin ( #4719 )
2024-11-15 16:31:42 +01:00
Lucas Abel
f7ce4d1c8b
benchmarks: reduce 'big' task job count ( #4718 )
2024-11-15 15:56:41 +01:00
Ruben Fiszel
44f3dcc2b3
improve variable and resource not visible error message
2024-11-15 10:16:58 +01:00
Alexander Petric
c32038a76d
feat(monitoring): workspace critical alerts ( #4684 )
...
* critical alert ui
* updating ui, backend logic
* revert
* type check fix npm
* checking out cli files from main
* moving alert icon
* adding sqlx mock data
* more sqlx changes
* feat(frontend): nodes from flow can be connected directly in expr input through a plug icon (#4652 )
* Add flow prop picker
# Conflicts:
# frontend/src/lib/components/propertyPicker/PropPicker.svelte
* fix unwanted copy
* cleaning
* Fix unset context
* move button and always display input
* fix unwanted proppicker display
* update
* update
* clean all
* clean all
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
* replace hide/show with toggle
* adding mutable setting and navigation to settings to configure channels
* merge fix
* ee non ee changees
* auto-acknowledge when muted
* pr comments
* fix bad log
* user inner modal component
* update unaknowledge alerts after acknowledging from modal
* aknowledge -> acknowledge
* format
* adding backend support for workspace critical alerts
* immediately check for alerts
* immediately check for alerts
* adding openapi changes
* simplify loading of superadmin/ee
* update modal logic
* frontend logic update
* sqlx prepare
* adding mute functionality for workspace critical alerts + show alerts button for instance and workspace settings
* npm / rust warnings & errors
* reverting non-mac cargo toml
* reverting non-mac cargo toml
* mute toggles in critical alert ui
* ui polish
* adding acknowledged_workspace column
* sqlx prepare
* make sure we wait for all stores to be loaded
* adding workspace mute logic to report_critical alert
* auto ack recovered alerts
* toggle workspace as superadmin and critical alerts in logs menu
* adding critical alert button if width < 786px
* refresh on change
* Move notification to logs (#4698 )
* Move notification to logs
* removing unused button
---------
Co-authored-by: Alexander Petric <petric.al@gmail.com >
* tailwind typo
* auto ack on mute
* don't change deref
* sqlx prep
* avoid renaming db column, keep acknowledged instead of acknowledged_global
* hide critical alert menu when not ee
* if workspace muted, also acknowledge global when workspace set
* removing save button for mute setting and improve ux/responsiveness
* fix: deployment callbacks have a concurrency limit of 1 on same path
* sqlx prep
* ee-repo ref
* z-[9999] for modal
---------
Co-authored-by: Guilhem <guilhemlemouel@gmail.com >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-11-15 09:48:48 +01:00
Ruben Fiszel
b868e446fc
improve error messages on windows
2024-11-15 09:43:54 +01:00
pyranota
bb937498bb
Fix dirs in uv install ( #4717 )
2024-11-15 03:03:05 +01:00
Ruben Fiszel
029462bc57
nits logs
2024-11-15 01:15:51 +01:00
Ruben Fiszel
089826e5b5
delete venv folder if pip install didn't succeed
2024-11-15 01:11:17 +01:00
pyranota
f240d1322a
feat: Handle pip install by uv ( #4517 )
...
* feat: Handle `pip install` by `uv`
Dirty and untested, but already something working
* Integrate with NSJAIL and prepare fallbacks
* Refactor fallback
no_uv disable compile and install
where no_uv_install and no_uv_compile are a bit more specific
* Remove `--disable-pip-version-check`
Reason:
warning: pip's `--disable-pip-version-check` has no effect
* Fix backend compilation error
* Pip fallback overwrite UV's cache
* Initially refactor cache (No S3)
* Support S3
* Remove unused import
* Handle flags for NSJAIL
* Return deleted flag
* Update Dockerfile
* Update docker-image.yml
* Update docker-image.yml
* Add --link-mode=copy and remove -v
* Fix NSJAIL INDEX_URL
* Fix flock and windows
* Update python_executor.rs
* Remove line from Dockerfile
We dont need it and to trigger build
* fixing for windows
* Dont pin python to specific version
* Change TMP for windows
* Revert docker-image.yml
* Disable UV for ansible
Will be enabled later.
Needs proper testing and its better to split onto 2 PRs with first modifying python and second ansible
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: Alexander Petric <petric.al@gmail.com >
2024-11-15 00:12:56 +01:00
Ruben Fiszel
47facb3826
chore(main): release 1.424.0 ( #4709 )
...
* chore(main): release 1.424.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2024-11-14 21:28:20 +01:00
Ruben Fiszel
c44fc4f5ab
fix: deployment callbacks have a concurrency limit of 1 on same path
2024-11-14 21:15:26 +01:00
Ruben Fiszel
2a78359af7
fix: add countCompletedJobs api
2024-11-14 20:44:29 +01:00
Ruben Fiszel
15f1b7cf7d
update openapi
2024-11-14 16:21:07 +01:00
Ruben Fiszel
180bb82643
fix: autoscaling when count < min worker set to min_workers
2024-11-14 16:09:34 +01:00
dieriba
556b4a41a1
feat: Support mistral anthropic for ai ( #4692 )
...
* wip: openai proxy and other ai proxy integration
* fixing migration script
* wip: support different ai provider in front, fix proxy openai
* wip: adding frontend ai provider
* updated copilot types
* wip: working on anthropic integration
* done AI proxy front
* adding new type and support for anthropic
* updating gitignore
* adding streaming response
* added streaming prompt
* push lib/gen
* wip: fixing anthropic
* anthropic fully supported
* fix backend missing var error and fully support stream event for anthropic
* remove gen directory
* fixing openapi file
* add support for mistral, and update create workspace components
* remove deref.json
* remove package-json
* openapi
* fix ui enable code
* added utility function for init workspace ai provider
* fix workspace switch bug
* update anthropic property and fixed frontend error
* fix workspace settings
* update error message and fix typo migration file
* chore: update openapi file
* fix dev file
* add .sqlx
* all
* update sqlx
---------
Co-authored-by: dieriba <t.dieriba@gmail.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-11-14 14:24:35 +01:00