HugoCasa
107bfa7252
fix: openai cache lock ( #2841 )
2023-12-12 15:52:04 +01:00
Guillaume Bouvignies
6d194e8e66
chore: Update git sync script ( #2840 )
2023-12-12 14:31:12 +01:00
Henri Courdent
3a26ef9035
More tooltips on frontend ( #2839 )
2023-12-12 11:20:19 +01:00
HugoCasa
4c7d64bc5f
feat: oauth flow openai key ( #2833 )
...
* feat: oauth flow openai key
* fix: rawvalue insert
2023-12-12 07:57:18 +01:00
Guillaume Bouvignies
350c8e843f
feat: EnvVar allow list is configurable from the UI ( #2829 )
...
* feat: EnvVar allow list is configurable from the UI
* variable renaming
2023-12-12 07:04:55 +01:00
Guillaume Bouvignies
c06a56ab78
feat: Resource type description is now displayed when creating a new resource ( #2834 )
2023-12-12 06:58:00 +01:00
Ruben Fiszel
bbf3a56e88
chore(main): release 1.224.1 ( #2832 )
...
* chore(main): release 1.224.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
v1.224.1
2023-12-11 17:29:06 +01:00
HugoCasa
64a452826f
fix: sql types completions when monaco initialized ( #2831 )
2023-12-11 17:25:15 +01:00
Faton Ramadani
69abe27662
fix(frontend): add truncate to DrawerContent ( #2830 )
2023-12-11 17:19:37 +01:00
Ruben Fiszel
88149c6d93
autoset base_url if empty
2023-12-11 00:27:59 +01:00
Ruben Fiszel
f43e31b967
make currency input more resilient
2023-12-10 21:21:50 +01:00
Ruben Fiszel
cc805a06b5
chore(main): release 1.224.0 ( #2825 )
...
* chore(main): release 1.224.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
v1.224.0
2023-12-10 13:53:39 +01:00
Ruben Fiszel
58c4c0b5c2
fix: make cleanup_module backcompatible
2023-12-10 13:29:51 +01:00
Ruben Fiszel
4f4ca264ae
feat: embedded server only get killed after last job of worker
2023-12-10 10:51:32 +01:00
Amir Zarrinkafsh
6fefdb5438
feat: add authelia sso support ( #2824 )
...
This change adds the ability to integrate Windmill with Authelia via OIDC.
2023-12-09 14:50:29 +01:00
Ruben Fiszel
9a79850fd4
chore(main): release 1.223.1 ( #2821 )
...
* chore(main): release 1.223.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
v1.223.1
2023-12-09 05:35:25 +01:00
Stephan Fitzpatrick
b2f705d01e
Updated Windmill client constructor to accept workspace ( #2822 )
...
This commit introduces a change in the Windmill class constructor (in wmill/client.py) to include 'workspace' as a parameter. This addition is intended to make "workspace" universally configurable either via an argument or the 'WM_WORKSPACE' environment variable. If not provided, the program will now assert a missing workspace with an informative error message.
2023-12-09 00:22:41 +01:00
Ruben Fiszel
1fdc55c816
add selectFirstRowByDefault for tables
2023-12-08 23:57:52 +01:00
Ruben Fiszel
651d99824d
fix: improve aggrid selectedRow output + make first selectedRow configurable
2023-12-08 23:42:08 +01:00
Ruben Fiszel
b85103e3b5
chore(main): release 1.223.0 ( #2807 )
v1.223.0
2023-12-08 21:33:02 +01:00
Guillaume Bouvignies
b65657d0f8
feat: Add possibility to delete flow step results when the flow is complete ( #2806 )
...
* feat: Add possibility to delete flow step results when the flow is complete
* Add third layer of tabs and gate feature to EE
2023-12-08 21:30:44 +01:00
Guillaume Bouvignies
b0894492f1
fix: Fix test_complex_flow_restart ( #2813 )
2023-12-08 19:15:08 +01:00
Guillaume Bouvignies
8c4faa05fa
chore: Update git sync scripts ( #2819 )
2023-12-08 18:46:39 +01:00
Guillaume Bouvignies
535202c1fe
feat: Add a git sync test button ( #2817 )
2023-12-08 18:20:23 +01:00
Guillaume Bouvignies
993812319f
chore: Updating git sync info ( #2818 )
2023-12-08 18:20:07 +01:00
HugoCasa
2964569962
fix: deno chromium support when nsjail enabled ( #2815 )
2023-12-08 18:18:20 +01:00
Henri Courdent
0ce857c4a8
Git sync frontend improvements & tooltip ( #2816 )
2023-12-08 17:57:47 +01:00
Ruben Fiszel
033000fed3
fix: improve sql default arg parsing + auto invite
2023-12-08 16:37:11 +01:00
Guillaume Bouvignies
4bce61f2b6
chore: bump Go to 1.21.5 ( #2814 )
2023-12-08 16:27:16 +01:00
HugoCasa
a9b5d6bebb
feat: sql types autocomplete ( #2810 )
...
* feat: sql types autocomplete
* fix: frontend check
2023-12-08 15:20:33 +01:00
Ruben Fiszel
009a83dd9b
fix: support interval in pg
2023-12-08 11:47:41 +01:00
HugoCasa
e7141c147d
feat: no worker with tag warning ( #2803 )
...
* feat: no worker with tag warning
* feat: better design and flow jobs
* fix: sqlx
* fix: clear timeout on destroy
2023-12-08 00:18:41 +01:00
HugoCasa
8896a8cacf
feat: add mysql datetime ( #2808 )
...
* feat: mysql datetime support
* feat: nits
2023-12-08 00:14:08 +01:00
HugoCasa
e250897237
fix: db schema autocomplete ( #2809 )
2023-12-08 00:13:34 +01:00
Ruben Fiszel
d26730ad34
fix: conditional component also for toggles
2023-12-07 20:38:20 +01:00
Ruben Fiszel
7c64a36624
chore(main): release 1.222.0 ( #2801 )
...
* chore(main): release 1.222.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
v1.222.0
2023-12-07 19:04:46 +01:00
HugoCasa
c4a1054a5a
feat: mysql named params ( #2805 )
2023-12-07 18:55:14 +01:00
Ruben Fiszel
a3eced0029
fix reload
2023-12-07 18:40:17 +01:00
Ruben Fiszel
d42ddcbe90
fix reload
2023-12-07 18:38:59 +01:00
Ruben Fiszel
eb8e75d519
fix reload
2023-12-07 18:36:39 +01:00
Ruben Fiszel
bb93bd8b89
fix reload
2023-12-07 18:32:00 +01:00
Ruben Fiszel
f7d7746327
fix: fix extraOptions for agGrid
2023-12-07 18:16:17 +01:00
Ruben Fiszel
2f7fb9bfd4
fix: fix extraOptions for agGrid
2023-12-07 17:58:36 +01:00
Ruben Fiszel
b10df30245
feat: conditional fields on forms
2023-12-07 17:58:22 +01:00
Faton Ramadani
e11b257b2d
fix(frontend): Fix chartjs options merge ( #2804 )
2023-12-07 17:02:26 +01:00
Ruben Fiszel
c0ed1ace54
multiple small fixes
2023-12-07 15:40:14 +01:00
Guillaume Bouvignies
da15a56a07
fix: add saml feature flag ( #2802 )
2023-12-07 15:04:31 +01:00
HugoCasa
f7f71302f7
fix: app reports screenshot refresh ( #2800 )
2023-12-07 11:03:23 +01:00
Ruben Fiszel
5aedc6832d
improve evalv2 fullscreen
2023-12-07 09:40:51 +01:00
Ruben Fiszel
4bda35cd35
update ag-grid
2023-12-07 09:34:59 +01:00