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>
v1.461.0
|
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>
v1.460.1
|
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>
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 |
|
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)
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 |
|
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>
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 |
|
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>
v1.458.3
|
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>
v1.458.2
|
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>
v1.458.1
|
2025-02-07 19:26:54 +01:00 |
|
HugoCasa
|
fcf8f312bc
|
fix: get update endpoint (#5245)
|
2025-02-07 19:23:38 +01:00 |
|