Commit Graph

8724 Commits

Author SHA1 Message Date
Guilhem
51549db78b replace Popup with melt Popover in FlowPropertyEditor 2025-02-12 14:21:23 +00:00
Guilhem
0aae35c74a replace Popup with melt Popover in FlowCopilotStatus 2025-02-12 12:07:27 +00:00
Guilhem
bdce1b75cb replace popup with melt popover in RunForm 2025-02-12 11:52:22 +00:00
Guilhem
526e659dc7 add floating config and usePointerdownOutside to popover props 2025-02-12 11:49:10 +00:00
Guilhem
4135784719 use melt popover in EditableSchemaForm 2025-02-12 11:15:53 +00:00
Guilhem
cc5c50beed polish popover 2025-02-12 11:15:33 +00:00
Guilhem
10a5eabf5c use tooltip in ToggleButton 2025-02-12 11:02:16 +00:00
Guilhem
dc32bcb2d6 reolace addUser popup with popover 2025-02-12 11:01:52 +00:00
Guilhem
7df118e7d6 Add new tooltip component 2025-02-12 10:59:05 +00:00
Guilhem
335ae41c39 remove unused ButtonDropDown 2025-02-12 10:47:57 +00:00
Guilhem
6add112a54 Merge remote-tracking branch 'origin/main' into glm/use_melt_menu 2025-02-12 08:22:39 +00:00
Guilhem
02567839a3 replace ButtonDropdown with DropdownV2 2025-02-11 21:36:12 +00: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>
v1.460.0
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
Guilhem
8ef175e77b fix action arg type 2025-02-11 14:59:52 +00:00
Ruben Fiszel
69c316576c add grants to v2 tables 2025-02-11 15:57:36 +01:00
Guilhem
e2de8f43ee Merge branch 'glm/replace_menuV2' into glm/use_melt_menu
# Conflicts:
#	frontend/src/lib/components/apps/components/display/AppMenu.svelte
#	frontend/src/lib/components/flows/map/FlowJobsMenu.svelte
#	frontend/src/lib/components/meltComponents/Menu.svelte
#	frontend/src/lib/components/meltComponents/MenuItem.svelte
#	frontend/src/lib/components/meltComponents/index.ts
2025-02-11 13:47:47 +00:00
Guilhem
e19c24224c put conditionalMelt as utility function 2025-02-11 13:37:28 +00:00
Guilhem
17279bf83e clean code 2025-02-11 11:44:22 +00:00
Guilhem
1f159dd212 nit 2025-02-11 09:45:52 +00:00
Guilhem
8df6b6fdfe nit 2025-02-11 09:27:50 +00:00
Guilhem
7a64644b9f Merge remote-tracking branch 'origin/main' into glm/replace_menuV2 2025-02-11 08:48:25 +00:00
Guilhem
0c395ed4d1 clean 2025-02-11 08:48:00 +00:00
Ruben Fiszel
d0c0eca732 chore(main): release 1.459.0 (#5256) v1.459.0 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
Guilhem
0594838c36 add a MenuItem component 2025-02-10 20:09:26 +00: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
Guilhem
805478790c keep more open in operator menu 2025-02-10 17:17:56 +00:00
Guilhem
47fdcc126f Merge remote-tracking branch 'origin/main' into glm/replace_menuV2 2025-02-10 16:43:23 +00:00
Guilhem
27ba2f72a0 add max-h to app dropdown menu 2025-02-10 16:37:39 +00:00
Guilhem
987990ee41 use pointerdown in menus 2025-02-10 15:32:29 +00:00
Guilhem
b728b0ec01 use pointerdown_outside
# Conflicts:
#	frontend/src/lib/components/meltComponents/Menu.svelte
2025-02-10 15:32:10 +00:00
Guilhem
cae8f5bbd4 use pointerdown_outside 2025-02-10 14:57:30 +00: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>
v1.458.4
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