Ruben Fiszel
89dc4dd4aa
nit on txs
2024-02-06 16:40:43 +01:00
Ruben Fiszel
887bf6872b
fix: increase default max conn of a worker to 4
2024-02-06 15:33:05 +01:00
Guillaume Bouvignies
9c9e543996
fix: go preload wmill dependencies ( #3149 )
...
* fix: go preload wmill dependencies
* update comment
2024-02-05 18:13:59 +01:00
Ruben Fiszel
2c4eb46e65
fix: decrease database connections of workers to 3
2024-02-04 18:32:14 +01:00
Guillaume Bouvignies
7a70e42cc6
feat: Support for Azure Blob storage ( #3130 )
2024-02-02 19:55:07 +01:00
HugoCasa
017d9b8670
feat: disable self approval toggle ( #3137 )
...
* feat: disable self approval toggle
* fix: nits
2024-02-02 11:19:50 +01:00
Guillaume Bouvignies
5dabe22935
feat: migrate s3 client to object_store ( #3116 )
...
* feat: migrate s3 client to object_store
* remove multipart from open API
* Remove multipart in favor of a single stream
* progress report
* add progress reader on server side
* small nit fix
* fix read chunk
* Fix TS and python SDK
* Fix download button
* Fix download button object viewer
* fix list
* Better errors
* export loadS3FileContent
* revert changes SDK
* fix browser
* small file list unavailable fix
* Old endpoints throws informative error messages
* Typescript SDK uses raw fetch
* update python SDK
* Error if uploaded file > 50Mb
* revert python SDL changes
* Update python SDK method docs
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2024-02-01 16:03:30 +01:00
Ruben Fiszel
c0e192b5c7
add cuda dockerfile
2024-01-31 11:20:06 +01:00
Ruben Fiszel
2c4bd63e20
JOB_RETENTION_SECS set to 30days by default
2024-01-31 10:55:28 +01:00
Audrius Butkevicius
a719170a6a
feat: Support sending SIGINT to jobs ( #3094 )
...
* feat: Support sending SIGINT to jobs
This makes it easier to clean up in languages like python, where
you get a nice KeyboardInterrupt exception, and don't have to explicitly
install signal handlers, making the scripts easier to reason about.
* Make sigint unconditional on the sigterm flag
2024-01-30 20:51:26 +01:00
Guillaume Bouvignies
da6edee450
fix: Better UI for S3 download and S3 TS SDK endpoints ( #3065 )
...
* Better UI for S3 download and S3 TS SDK endpoints
* gitignore typescript client node_modules
* USe Windmill BE upload endpoint for TS SDK
* Use WM backend endpoint in Python upload SDK endpoint
* revert changes
* Add expiration for Python
* Add downaload endpoint
* Add toggle for public S3 resource
* revert changes to package.json
* Add link to doc page
* fix unauthorized bug
2024-01-25 15:34:40 +01:00
Guillaume Bouvignies
f189224b8d
feat: Custom concurrency key for scripts ( #3046 )
...
* feat: Custom concurrency key for scripts
* Add FE page for concurrency groups
* sqlx prepare
* rebase migration
* interpolate args value
* emptyString -> undefined
2024-01-23 12:46:19 +01:00
Ruben Fiszel
3787c886e5
improve app tab selection
2024-01-22 23:27:00 +01:00
Ruben Fiszel
582339c83e
fix: improve error message format for logs
2024-01-18 13:10:58 +01:00
Ruben Fiszel
36905daef6
fix: make some eval onDemandOnly
2024-01-18 08:22:24 +01:00
Guillaume Bouvignies
8752dcbb19
fix: lock file in metadata is now a string ( #3027 )
2024-01-17 20:06:33 +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
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
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
3517c7f283
feat: add ability to use secrets in pip requirements
2024-01-10 13:12:20 +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
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
Ruben Fiszel
606b03d761
feat: add summary to schedules
2023-12-26 14:15:46 +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
Ruben Fiszel
aa44a88960
fix(cli): remove is_expired from variables
2023-12-14 12:34:16 +01:00
HugoCasa
3c4e41c997
feat: ee-only stats ( #2849 )
2023-12-13 18:46:03 +01:00
Guillaume Bouvignies
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
dd1032fbc3
feat: Add jitter to exponential backoff ( #2842 )
2023-12-12 18:36:22 +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
Ruben Fiszel
4f4ca264ae
feat: embedded server only get killed after last job of worker
2023-12-10 10:51:32 +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
c58190ef78
feat: limit pro plans ( #2794 )
2023-12-06 17:47:32 +01:00
Ruben Fiszel
abb50fac93
fix: smtp doesn't require username/password
2023-12-06 12:25:44 +01:00
Guillaume Bouvignies
d9458e96eb
feat: CLI now accepts message arg for sync push ( #2784 )
2023-12-05 19:01:09 +01:00
Guillaume Bouvignies
874b7a50f7
feat: History commit message can be updated from the UI ( #2777 )
...
* feat: History comit message can be updated from the UI
* Script version history
* Display commit message in left column
* Fix FE compile break
* sqlx prepare and fix openapi file
2023-12-05 15:45:36 +01:00
Guillaume Bouvignies
194ee830cc
feat: Add workspace settings to sync scripts/flows/apps to git repo on deployment ( #2740 )
...
* feat: Add workspace settings to sync script to git repo on deployment
* track deployment callback jobs in separate table
* sqlx prepare
* update deployment_metadata table
* Point to hub script
* Add details to the settings page and restrict to EE only
* cleanup unused impots
* Flows and Apps are now pushed to GH as well
* Ignore scripts/flows/apps located in private user folders
2023-12-04 14:26:27 +01:00
Guillaume Bouvignies
6c0f921b3a
feat: Custom content type for script and flow results ( #2767 )
2023-12-04 13:19:40 +01:00
Ruben Fiszel
f50cef0367
feat: save inline scripts of apps to workspace + search by path
2023-12-03 15:13:57 +01:00
HugoCasa
3789b34dae
feat: scheduled app reports ( #2714 )
...
* feat: app preview discord
* feat: add custom, slack, email + worker groups
* fix: npm build
* fix: add assignable chromium tag
* feat: use workspace linked slack resource + hub scripts
* fix: nit
2023-11-29 16:35:42 +01:00
Ruben Fiszel
dbaef0aa5f
feat: add early return for flows
2023-11-26 14:30:49 +01:00
Ruben Fiszel
47ad8d6013
feat: agent mode v0
2023-11-20 00:32:17 +01:00
Ruben Fiszel
2692737418
fix: migrate old state env variable to new env variable
2023-11-18 17:32:41 +01:00
HugoCasa
cc978c230f
fix: remove stats payload logging ( #2644 )
2023-11-17 19:19:10 +01:00
Ruben Fiszel
316d5f344f
fix: improve suspended flow handling when missing next step
2023-11-17 13:13:05 +01:00
Ruben Fiszel
b13cc58315
feat: dedicated workers for flows ( #2637 )
...
* dw for flows
* dw for flows
* all
* sqlx
* sqlx
* dedicated workers
* more comments
2023-11-17 10:00:04 +01:00
HugoCasa
8183c38d05
feat: collect vcpus and accounts usage ( #2635 )
2023-11-16 13:52:56 +01:00