Ruben Fiszel and rubenfiszel
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 and rubenfiszel
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
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
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
HugoCasa and Ruben Fiszel
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
Guilhem
f383f62ab6
fix(frontend) clear date-time format when changing string subtype
2025-02-10 14:14:24 +01:00
Ruben Fiszel and rubenfiszel
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
Ruben Fiszel and rubenfiszel
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 and rubenfiszel
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
403826fca9
fix: worker name in job + better timeout handling for same_worker jobs ( #5248 )
2025-02-08 22:20:06 +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 and rubenfiszel
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
Ruben Fiszel and rubenfiszel
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
Ruben Fiszel
d8961449b8
improve password handling of resource editor
2025-02-06 20:06:21 +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
Alexander Petric
f81437a5aa
button icon size should be proportional to button size ( #5233 )
2025-02-06 16:33:32 +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
Ruben Fiszel and rubenfiszel
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
Guilhem
1e5cd282d7
fix height refresh for flows ( #5215 )
2025-02-05 17:27:11 +01:00
Ruben Fiszel and rubenfiszel
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
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
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 and rubenfiszel
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
f9e4e0a8d2
small ux nits for sidebar tabs
2025-02-01 08:39:15 +01:00
Ruben Fiszel and rubenfiszel
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
0b0e5640d8
fix: improve history and saved inputs rever mechanism
2025-01-31 19:28:07 +01:00
Ruben Fiszel and rubenfiszel
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 and rubenfiszel
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
Ruben Fiszel
7956d3a7ed
only mask passwords in more places
2025-01-31 09:26:29 +01:00
Ruben Fiszel
60769e9ed3
improve cookie handling for cloud apps
2025-01-30 22:26:00 +01:00
HugoCasa
ff3339dc4e
fix: capture panel never stopping + http saved config ( #5179 )
2025-01-30 21:12:32 +01:00
Ruben Fiszel and rubenfiszel
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