Guilhem
bf2f8355c5
Merge remote-tracking branch 'origin/main' into glm/frontend/add_notes_to_flow
...
# Conflicts:
# backend/windmill-common/src/flows.rs
# backend/windmill-queue/src/jobs.rs
# frontend/src/lib/components/FlowBuilder.svelte
# frontend/src/lib/components/flows/content/FlowEditorPanel.svelte
# frontend/src/lib/components/flows/utils.svelte.ts
2025-11-12 23:26:57 +01:00
Guilhem
eb4b524c6c
improve color palette
2025-11-12 23:15:52 +01:00
Diego Imbert
77316cbd0e
fix: Fix flow buttons clipped in Safari ( #7126 )
2025-11-12 21:04:55 +01:00
Guilhem
584a72e6b9
make edges non selectable
2025-11-12 20:59:19 +01:00
Guilhem
6702c61b73
fix selection issues
2025-11-12 20:53:30 +01:00
Guilhem
3ca9a3145b
nit
2025-11-12 18:51:56 +01:00
Ruben Fiszel and rubenfiszel
5e7a94cab3
chore(main): release 1.575.0 ( #7121 )
...
* chore(main): release 1.575.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
v1.575.0
2025-11-12 17:46:28 +00:00
Ruben Fiszel
14e41babfe
feat: SQL result_collection flag ( #7041 )
2025-11-12 17:36:01 +00:00
Guilhem
2c32795211
use pointerdown outside to close context menu
2025-11-12 18:12:11 +01:00
centdix
9791eb4568
fix(flow chat): fix chat in edit mode + cleaner code ( #7118 )
...
* handle conversation for preview endpoints
* rm
* way better chat logic
* remove old logic
* no streaming in flow input
* pass conv id to preview func
* max width on input
* add info
* cleaning
* nits
* nits
* use streaming in preview
2025-11-12 16:39:48 +00:00
Alexander Petric
1280617a28
fix: allow --yes in fork command ( #7122 )
2025-11-12 16:32:39 +00:00
Guilhem
a2ac29532e
use clickoutside for note deselect
2025-11-12 17:08:54 +01:00
Guilhem
05e012c93e
improve note select
2025-11-12 17:00:16 +01:00
Guilhem
68dc6576b1
Add node context menu
2025-11-12 16:48:52 +01:00
Diego Imbert
c079155e3e
SQL result_collection flag ( #7041 )
...
* Return array of results duckdb
* Migration script to add result_collection=legacy
* migration script fixes
* app_version_lite not necessary
* New annotations macro that supports custom types
* pass unit tests
* nit style
* result_collection almost works for postgres
* fix last_statement
* frontend suggesitons
* fix column_order making columns disappear
* added version check for duckdb FFI lib to avoid crashes when changing FFI interface on Windows agent workers
* result_collection for duckdb
* Correct legacy behavior in DuckDB
* mysql result_collection
* mssql collection_strategy
* result_collection for oracle
* snowflake result_collection
* fix errors
* mistake, .clone() causing deadlock
* fix frontend errors on oracle / mssql
* fix legacy behavior on mssql
* add exception catch in migration
* missing app_script update
* change cache layout to avoid worker pulling old scripts
2025-11-12 15:32:07 +00:00
hugocasa
7a8fd865e2
fix(backend): scim email filter ( #7120 )
2025-11-12 15:22:46 +00:00
Guilhem
60dbb639d0
nit
2025-11-12 15:37:37 +01:00
Ruben Fiszel
1001643874
nit free quotas
2025-11-12 14:36:18 +00:00
Guilhem
085f7a6fde
Add context menu for the canevas
2025-11-12 15:32:22 +01:00
Guilhem
7eacccc8b8
Improve initial viewport position
2025-11-12 14:44:41 +01:00
Diego Imbert
9e5a69c9e9
nit tw classes ( #7119 )
2025-11-12 13:39:32 +00:00
Guilhem
a8418bfe02
make size and position optional for group notes
2025-11-12 14:12:40 +01:00
Guilhem
f572e24d26
improve mode switch
2025-11-12 13:33:52 +01:00
wendrul
806a168e18
Add link to job + update git sync script tip if applicable on fork fail ( #7117 )
...
* Add link to job + update git sync script tip if applicable on fork fail
* Format
2025-11-12 12:32:36 +00:00
Guilhem
4994745c58
improve selection toggle
2025-11-12 13:14:15 +01:00
Guilhem
85da18b4cb
Add min size for notes
2025-11-12 13:09:42 +01:00
Guilhem
bfd5d3e96d
handle note selection separately
2025-11-12 12:29:08 +01:00
Guilhem
2c6c40f5df
Simplify selection using svelte flow built in feature
2025-11-12 12:14:33 +01:00
Diego Imbert
d31b1800be
Fix animated button opacity nit ( #7114 )
2025-11-12 10:20:39 +00:00
Guilhem
638f74d370
nit
2025-11-12 10:07:47 +01:00
Guilhem
7a4add9d51
prevent dragging note when editing
2025-11-12 10:02:00 +01:00
Guilhem
339d37f741
improve selection box styling
2025-11-12 09:56:23 +01:00
Guilhem
5d0796603f
Allow switch between selection modes with keyboard keys
2025-11-12 09:51:24 +01:00
Ruben Fiszel
d965ccdbc1
use cookie domain for csrf
2025-11-11 23:13:02 +00:00
Ruben Fiszel
5b26be6ab4
nit public app
2025-11-11 22:25:59 +00:00
Ruben Fiszel
e77574b243
more endpoints for public apps
2025-11-11 21:50:12 +00:00
Ruben Fiszel
ee0e0a214e
allow custom paths on public domain
2025-11-11 21:01:58 +00:00
Ruben Fiszel and rubenfiszel
83fec5fd4f
chore(main): release 1.574.3 ( #7111 )
...
* chore(main): release 1.574.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <275584+rubenfiszel@users.noreply.github.com >
v1.574.3
2025-11-11 20:56:14 +00:00
Ruben Fiszel
957a18318a
public domain nit
2025-11-11 20:52:42 +00:00
Guilhem
c66bdd306f
exclude notes from rect select
2025-11-11 21:22:45 +01:00
Guilhem
52ef87e3d2
clean selection manager
2025-11-11 21:14:34 +01:00
Ruben Fiszel
ed7878c186
public domain nit
2025-11-11 20:01:52 +00:00
Ruben Fiszel
c5251a8c33
implement PUBLIC_APP_DOMAIN v1
2025-11-11 19:28:00 +00:00
Ruben Fiszel
931e3d3c90
implement PUBLIC_APP_DOMAIN v1
2025-11-11 19:27:57 +00:00
Alexander Petric
25c36c1e0a
fix: use teams internal_id rather than id ( #7113 )
...
* fix: use teams internal_id rather than id
* npm check
* ee ref
2025-11-11 19:08:10 +00:00
Guilhem
e1b7efbc80
Handle z-index for stacked group notes
2025-11-11 19:59:01 +01:00
Guilhem
94be7911bb
improve bg surface select
2025-11-11 19:34:30 +01:00
Guilhem
999e673dd0
fix layout check
2025-11-11 18:53:52 +01:00
Guilhem
8e4985eddb
clean selection manager
2025-11-11 16:19:32 +01:00
Guilhem
2e8a739b14
clean dirty changes
2025-11-11 15:56:12 +01:00