Ruben Fiszel
f4c1822836
minor db improvement
2024-01-19 08:41:17 +01:00
Ruben Fiszel
8d297aa955
proctect more the graphql runtime
2024-01-19 02:23:47 +01:00
Ruben Fiszel
640ebcb146
feat: OIDC support ( #3017 )
...
* oidc
* update
* feat: add support for multiselect in python
* d
* d
* progress
* all
* all
* all
2024-01-16 23:32:26 +01:00
Guillaume Bouvignies
b9bee403f1
feat: add script bootstrap and script generate-metadata CLI commands ( #3007 )
...
* feat: add script bootstrap and script generate-metadata CLI commands
* Address PR comments on code
2024-01-16 18:25:51 +01:00
Ruben Fiszel
f0e3f0d4e2
fix custom git repository handling
2024-01-15 21:38:54 +01:00
Ruben Fiszel
75b034ff0b
fix custom git repository handling
2024-01-15 20:26:58 +01:00
Ruben Fiszel
0229feaa64
nodejs fix
2024-01-14 19:05:53 +01:00
Ruben Fiszel
047ee10246
feat: experimental nodejs support
2024-01-14 18:53:43 +01:00
Ruben Fiszel
2b288542bd
fix: improve bun imports resolutions
2024-01-14 14:44:18 +01:00
Ruben Fiszel
dff1948a64
add step_id to errors in flows
2024-01-13 13:46:42 +01:00
Guillaume Bouvignies
99484bdc20
feat: Tag override for scheduled scripts ( #2998 )
...
* feat: Tag override for scheduled scripts
* Refactor WorkerTagPicker to component
* Fix test
2024-01-13 00:06:54 +01:00
Ruben Fiszel
d785deff33
feat: add support for bun install scopes
2024-01-12 23:48:58 +01:00
Ruben Fiszel
e200889cff
fix: allow for any extra bunfig config
2024-01-12 20:38:15 +01:00
Guillaume Bouvignies
cde574b891
fix: git sync now works for delete and rename ( #2988 )
...
* fix: git sync now works for delete and rename
* update hub script
* sqlx prepare
* Archiving a script/flow removes it from repo
2024-01-12 11:42:54 +01:00
Ruben Fiszel
d59b89ec3c
feat: make dedicated workers for flows able to share runtime for the same scripts
2024-01-12 00:21:52 +01:00
Ruben Fiszel
734e61931f
ignore authToken for npm for deno
2024-01-11 22:24:04 +01:00
Ruben Fiszel
28ac7632cf
fix: add cache for flow as flow step
2024-01-11 20:18:48 +01:00
Ruben Fiszel
589e683c27
fix: only cache flow if it's a success
2024-01-10 21:31:58 +01:00
Ruben Fiszel
605a61c378
replace tracing log
2024-01-10 13:54:58 +01:00
Ruben Fiszel
3517c7f283
feat: add ability to use secrets in pip requirements
2024-01-10 13:12:20 +01:00
Ruben Fiszel
4384617f1e
fix: reduce stack size needed for workflow transitions
2024-01-08 00:47:59 +01:00
Ruben Fiszel
94493812ac
feat: improve git sync and recompute dependents when common python script is redeployed ( #2967 )
...
* fix: allow extraConfig for agGrid to set onGridReady
* depmap
* depmap
* depmap
* depmap
2024-01-07 15:18:27 +01:00
fffc5338ce
feat(frontend): DB Explorer ( #2892 )
...
* feat(frontend): Make table cell editable
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): wip
* feat(frontend): clean up
* fix(frontend): extract db schemas
* feat(frontend): v0 done
* feat(frontend): v0 done
* feat(frontend): v0 done
* feat(frontend): fix insert
* feat(frontend): fix insert
* feat(frontend): remove temp data
* feat(frontend): align insert button to the right
* feat(frontend): rework columns
* feat(frontend): rework insert
* feat(frontend): rework insert
* feat(frontend): rework insert
* feat(frontend): rework insert
* feat(frontend): fix jsonb display
* feat(frontend): fix reloading issues
* feat(frontend): fix reloading issues
* feat(frontend): fix reacticity issue
* feat(frontend): fix insert
* feat(frontend): support nullable default value
* feat(frontend): fix build
* update
* update
* db studio v0
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2024-01-06 17:27:15 +01:00
Guillaume Bouvignies
0710ce6ef2
feat: Detailed job memory footprint on job run page ( #2956 )
...
* feat: Detailed job memory footprint
* Address rubens comment
* double presion -> real
* sql query returns only metric_type
2024-01-05 09:13:05 +01:00
Guillaume Bouvignies
b44618f35b
feat: Job caching now works with S3 files ( #2934 )
2023-12-30 03:40:05 +01:00
e0140f175d
feat: PIP_LOCAL_DEPENDENCIES now accepts regex and is configurable from the UI ( #2940 )
...
* fix(frontend): Fix decision tree (#2928 )
* fix(frontend): wip
* fix(frontend): wip
* fix(frontend): decision tree history
* fix(frontend): fix wording
* feat: PIP_LOCAL_DEPENDENCIES now accepts regex
* Add worker config FE
---------
Co-authored-by: Faton Ramadani <faton.ramadani14@gmail.com >
Co-authored-by: gbouv <guillaume@windmill.dev >
2023-12-30 03:35:04 +01:00
Guillaume Bouvignies
d316af993d
chore: update snippets for Polars 0.20 ( #2925 )
2023-12-27 15:02:06 +01:00
Ruben Fiszel
948b0da59e
fix: use bun install in every case
2023-12-27 00:05:46 +01:00
Ruben Fiszel
49355280f6
feat: no overlap for flows togglable on schedules
2023-12-26 16:31:04 +01:00
Ruben Fiszel
606b03d761
feat: add summary to schedules
2023-12-26 14:15:46 +01:00
Guillaume Bouvignies
5fa5ab1514
feat: bun can read private npm package ( #2915 )
...
* feat: bun can read private package
* Add / at the end of url
2023-12-25 09:03:40 +01:00
Guillaume Bouvignies
5f60d46836
feat: Retry for scheduled scripts ( #2893 )
...
* feat: Retry for scheduled scripts
* rename scheduldedscriptwithretry to singlescriptflow
* Schedule options under tabs
2023-12-22 14:59:46 +01:00
Guillaume Bouvignies and Ruben Fiszel
5f85b67dfc
fix: Failing jobs in dedicated worker mode are now marked as failing ( #2894 )
...
* fix: Failing jobs in dedicated worker mode are now marked as failing
* remove log line
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2023-12-21 10:29:26 +01:00
Guillaume Bouvignies
4c3c988f7b
fix: Python wrapper catches BaseException instead of Exception ( #2902 )
2023-12-21 10:26:13 +01:00
Guillaume Bouvignies
292b2309a7
fix: Python imports from git repository ( #2886 )
2023-12-20 13:00:51 +09:00
Ruben Fiszel
59397e7445
fix: remove 0x00 from logs automatically from bashoutput
2023-12-18 03:30:47 +01:00
Guillaume Bouvignies
0cc19b9f8c
chore: Remove slow pull warning in worker agent mode ( #2866 )
2023-12-15 19:16:41 +01:00
HugoCasa
6c809b8630
fix: postgres ssl mode ( #2861 )
2023-12-15 15:15:55 +01:00
HugoCasa
fdd9374aa1
fix: powershell nsjail ( #2856 )
2023-12-14 13:34:40 +01:00
HugoCasa
b9397856a8
fix: pwsh modules nsjail ( #2845 )
2023-12-13 14:16:08 +01:00
HugoCasa
505b417f3b
feat: powershell deps ( #2820 )
...
* feat: powershell deps v-1
* feat: powershell profile + editor helpers + arm img
* fix: make sure powershell cache dir exists
2023-12-13 07:09:08 +01:00
Guillaume Bouvignies and Ruben Fiszel
26670f62e5
feat: Add default timeout for instance and custom timeout for scripts ( #2811 )
...
* feat: Add default timeout for instance and custom timeout for scripts
* final
* sqlx prepare
* Logs a warning in the job logs
* Fix merge
* JOB_DEFAULT_TIMEOUT is an optional
* Fix JOB_DEFAULT_TIMEOUT monitor loading
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-12-13 07:08:07 +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
Ruben Fiszel
58c4c0b5c2
fix: make cleanup_module backcompatible
2023-12-10 13:29:51 +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
HugoCasa
2964569962
fix: deno chromium support when nsjail enabled ( #2815 )
2023-12-08 18:18:20 +01:00
Ruben Fiszel
009a83dd9b
fix: support interval in pg
2023-12-08 11:47: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
c4a1054a5a
feat: mysql named params ( #2805 )
2023-12-07 18:55:14 +01:00
HugoCasa
c58190ef78
feat: limit pro plans ( #2794 )
2023-12-06 17:47:32 +01:00