Ruben Fiszel
8d4d2db507
chore(main): release 1.483.2 ( #5648 )
...
* chore(main): release 1.483.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
v1.483.2
2025-04-23 19:24:48 +02:00
Guilhem
c41c1eb587
fix(frontend): fix validity check ( #5654 )
2025-04-23 19:20:46 +02:00
Ruben Fiszel
b146de281b
improve warning message for self-approval for superadmins
2025-04-23 19:07:16 +02:00
Ruben Fiszel
60a848af48
improve label filtering with wildcards
2025-04-23 16:05:34 +02:00
dieriba
494d662b2d
fix cli gcp types ( #5644 )
...
* update types
* fix types cli
* fix ci
* fix gcp types and fix used triggers
* update repo ref revert .env and nits
* fix build
* Update frontend/src/lib/utils.ts
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
* fix type and deploy to
* update ee-repo-ref
* update .sqlx
* add missing fields
* fix: add sqlx derive macro
* hanfle missing field, fix deploy to other workspace and update ee-repo-ref
* update repo ref
---------
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2025-04-23 12:18:36 +02:00
Ruben Fiszel
0a866da274
delay triggering dependent script when lockfile is present to account for CLI push
2025-04-23 09:28:31 +02:00
Ruben Fiszel
e316dbd9bd
fix: track relative imports in python and ts even if lockfile is provided
2025-04-23 08:40:22 +02:00
Diego Imbert
444a6abad6
fix: batch reruns query missing workspace_id check in subquery ( #5652 )
2025-04-22 11:37:18 +02:00
Ruben Fiszel
128f6c1383
fix e2e test
2025-04-21 17:41:24 +02:00
Ruben Fiszel
855a079744
fix .env
2025-04-21 16:53:23 +02:00
Ruben Fiszel
2e25f1559e
add disabled to date component
2025-04-21 16:46:37 +02:00
Ruben Fiszel
42514f2b1d
add event handlers to more components
2025-04-21 16:45:20 +02:00
Alexander Petric
2620300ce9
AWS cloudformation quicklaunch ( #5650 )
2025-04-21 16:26:28 +02:00
Diego Imbert
5bca8f60e9
fix: improve MySQL datetime parser timezone handling (WIN-1155) ( #5645 )
...
* fix mysql datetime parser for non tz dates
* static regexes
2025-04-21 14:46:28 +02:00
Diego Imbert
80658a4b21
chore: npx sv migrate self-closing-tags ( #5647 )
2025-04-21 14:43:39 +02:00
dieriba
d4f4bb0295
increse colum length of url column of websocket table ( #5646 )
2025-04-21 14:43:15 +02:00
Ruben Fiszel
941adea42a
make edit and add schema order consistent
2025-04-21 14:39:21 +02:00
Ruben Fiszel
989a4f7e61
make https an env variable for dev
2025-04-21 13:52:26 +02:00
Ruben Fiszel
2bc929b4c6
fix build
2025-04-20 10:07:44 +02:00
Ruben Fiszel
0fdf5e4056
update locks
2025-04-20 02:18:57 +02:00
Ruben Fiszel
8006be5883
fix build
2025-04-20 02:08:50 +02:00
Ruben Fiszel
2e3de4e6b0
fix build
2025-04-20 01:38:26 +02:00
Ruben Fiszel
c769da6022
fix build
2025-04-20 01:34:12 +02:00
Ruben Fiszel
3c68fef2ab
ui code builder v0 (at secret path) ( #4964 )
2025-04-20 01:19:02 +02:00
Ruben Fiszel
e88909aa93
add missing sqlx files for tests
2025-04-19 12:09:11 +02:00
Ruben Fiszel
2bf070ee5c
chore(main): release 1.483.1 ( #5642 )
...
* chore(main): release 1.483.1
* change versions
v1.483.1
2025-04-19 11:31:27 +02:00
Ruben Fiszel
e5595e41b5
fix: pin libxml to 0.3.3
2025-04-19 11:20:00 +02:00
Ruben Fiszel
236762641f
chore(main): release 1.483.0 ( #5632 )
...
* chore(main): release 1.483.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
v1.483.0
2025-04-19 11:06:30 +02:00
Diego Imbert
64c72b6fce
fix: output picker output opening doesn't change id ( #5641 )
2025-04-19 11:00:39 +02:00
dieriba
02a25ba62e
rename zoom key for http auth ( #5640 )
2025-04-19 00:51:42 +02:00
Ruben Fiszel
ab3ff1d701
fix run script preview for bundle scripts
2025-04-18 19:04:02 +02:00
Ruben Fiszel
8f7854dc63
update vite, rm circular deps
2025-04-18 15:48:33 +02:00
Diego Imbert
cdbe534a5d
Schedule Reports Custom Resolution ( #5634 )
...
* Schedule Reports Custom Resolution
* enable for pdf too
* fix flow args and load custom res
2025-04-18 14:31:03 +02:00
Alexander Petric
6a9bdfd3bd
fix: linter in early stop doesn't include flow_input ( #5638 )
2025-04-18 01:54:07 +02:00
Ruben Fiszel
b9bb071a8a
improve agGrid behavior with extraConfig
2025-04-18 00:14:18 +02:00
dieriba
5b123b01a1
feat: handle different aws auth resource type ( #5637 )
...
* feat: oidc auth with sqs
* rafctor
* update: add id token struct
* update has_expired function
* fix duration
* fix typo
* Update backend/windmill-common/src/auth.rs
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
* Update backend/windmill-common/src/auth.rs
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* update ref
* update sqlx
* update resource type
* update repo ref
* Update settings.json
* add new resource type
* update repo ref and clear resource path on resource type change
* update .sqlx
* add missing key
---------
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-04-17 21:51:18 +02:00
centdix
da13014c41
allow deleting code context ( #5635 )
2025-04-17 17:23:23 +02:00
Diego Imbert
58fa4c8006
fix: improve flow editor step switch performance
...
* replace on click wt on pointer down on flow node click
* pointerdown on virtualitems
* Load monaco async with a placeholder to avoid size flash
* monaco placeholder for editor
* less flashing
* simulate first line bg
* better match to monaco
* more fine tune
* fix for increased browser font sizes
* flow nodes feel much better to click on
* move setTimeout upwards
* only load async in flow editor
* load async monaco in app
* lots of components dont respect the type and pass undefined
* weird outline when opening and closing OutputPicker
* fixed hover flow nodes
* moved setTimeout upwards
* hover color for virtual items
* wrong Cargo.lock
* disable interaction if not selectable
* pixel perfect editor placeholder
* fake monaco editor perfect in flow editor
* fake monaco for app json editor
* (temp) never load editor monaco
* os dependant constants in monaco
* Revert " (temp) never load editor monaco"
This reverts commit c20fca134d .
---------
Co-authored-by: Diego Imbert <diego@windmill.dev >
2025-04-17 15:41:41 +02:00
dieriba
34b307b2be
feat: oidc support for sqs trigger ( #5614 )
...
* feat: oidc auth with sqs
* rafctor
* update: add id token struct
* update has_expired function
* fix duration
* fix typo
* Update backend/windmill-common/src/auth.rs
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
* Update backend/windmill-common/src/auth.rs
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
* update ref
* update sqlx
* update resource type
* update repo ref
* Update settings.json
---------
Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com>
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
2025-04-17 15:36:17 +02:00
dieriba
2655da0796
add old row ( #5633 )
2025-04-17 13:12:34 +00:00
Diego Imbert
2fa0717ee0
Fix batch rerun not working on pg 14 ( #5624 )
...
* fix sql query for postgres 14
* deno_core when building backend image in github workflows
* sqlx prepare
---------
Co-authored-by: Diego Imbert <diego@windmill.dev >
2025-04-17 09:33:52 +02:00
Diego Imbert
081145726a
fix: fix click outside popover fullscreen ( #5631 )
...
Co-authored-by: Diego Imbert <diego@windmill.dev >
2025-04-17 09:33:30 +02:00
Ruben Fiszel
4198a574d4
fix checks
2025-04-17 09:22:20 +02:00
Ruben Fiszel
a4d36f542b
chore(main): release 1.482.1 ( #5623 )
...
* chore(main): release 1.482.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
v1.482.1
2025-04-17 00:23:55 +02:00
Guilhem
bd7c6a2a46
fix(frontend): postgres remove selectedTable ( #5386 )
...
* remove selectedTable
* add deletion options
* fix select
* add delete option for replication slot and fixed type conversion for timestampz
* fix delete active slot
* fix undefined error and add schema display
---------
Co-authored-by: dieriba <t.dieriba@gmail.com >
Co-authored-by: dieriba <dieriba.pro@gmail.com >
2025-04-17 00:21:00 +02:00
Ruben Fiszel
11e3165191
fix gcp trigger types issue temporarily by disabling them on cli
2025-04-17 00:15:10 +02:00
Ruben Fiszel
87dbb14656
improve no_proxy value by default
2025-04-17 00:05:47 +02:00
Guilhem
ab7511e75f
ensure schedule is deployed to edit and open advanced ( #5626 )
2025-04-16 23:57:52 +02:00
Alexander Petric
cc4384f48c
fix: show workspace color if superadmin and not in workspace + change workspace name when switching workspace ( #5625 )
...
* fix: show workspace color if superadmin and not in workspace
* svelte 5
* move local workspace color to store
* fix: changing name not reactive when swtiching workspace
2025-04-16 17:32:30 +02:00
Ruben Fiszel
cb8731e7e3
fix(openapi): fix openapi def of batch re-run jobs
2025-04-16 08:54:20 +00:00