Ruben Fiszel
|
9e822d4c75
|
fix: typescript file upload supports arbitrary storage
|
2024-05-31 13:26:51 +02:00 |
|
Ruben Fiszel
|
a22dc985fa
|
feat: support multiple object storage + parquet_csv + polars -> datafusion" (#3853)
* multiple storage
* all
* rm symlinks
* all
* all
|
2024-05-31 11:59:51 +02:00 |
|
HugoCasa
|
62f318077c
|
feat: improve permissioned audit logs (#3799)
* fix: increase token label size in db
* Revert "Revert "feat: improve premissioned audit logs (#3793)" (#3798)"
This reverts commit 43a24d997e.
* feat: add username to email function
* fix: nit
* fix: add docstring to global func
|
2024-05-23 17:23:50 +02:00 |
|
Ruben Fiszel
|
8b21f0812c
|
feat: nativets can use the wmill library + setClient not required anymore (#3714)
* all
* all
* all
* all
|
2024-05-13 08:26:03 +02:00 |
|
Ruben Fiszel
|
ba679c64b7
|
fix(typescript-client): improve setFlowUserState undefined value
|
2024-04-01 11:59:10 +02:00 |
|
Ruben Fiszel
|
ab53dd5b76
|
improve getUserClient in typescript
|
2024-03-26 18:53:18 +01:00 |
|
Ruben Fiszel
|
ef1ce83279
|
feat: add set_flow_user_states and get_flow_user_states api and sdk support
|
2024-03-26 17:31:17 +01:00 |
|
Ruben Fiszel
|
aaa766bcd6
|
fix(typescript-client): improve runScript
|
2024-03-25 08:55:44 +01:00 |
|
Ruben Fiszel
|
caed0fdd43
|
client nits
|
2024-03-06 01:56:55 +01:00 |
|
Ruben Fiszel
|
465dfc186b
|
fix: add more functions to typescript client
|
2024-03-06 01:00:15 +01:00 |
|
Ruben Fiszel
|
0fe9ac10bb
|
workflow as code ts improvements
|
2024-03-05 23:22:25 +01:00 |
|
Ruben Fiszel
|
e3e86e5c34
|
feat: workflow as code for typescript
|
2024-03-05 23:14:04 +01:00 |
|
Ruben Fiszel
|
c7f6e6f9d5
|
fix: crash on init script failure
|
2024-02-26 19:50:33 +01:00 |
|
Ruben Fiszel
|
9877c5fd9d
|
fix: add get_root_job_id typescript-client
|
2024-02-06 00:42:37 +01:00 |
|
Ruben Fiszel
|
60f3a9fa6b
|
fix: add get_root_job_id
|
2024-02-06 00:17: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 |
|
Guillaume Bouvignies
|
6160889793
|
feat: Download s3 file as stream in Python and TS (#3099)
|
2024-01-29 14:49:08 +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 |
|
Ruben Fiszel
|
5b98b005cd
|
fix: improve npm typescript client
|
2024-01-23 01:07:42 +01:00 |
|
Guillaume Bouvignies
|
376038d70b
|
feat: Download button for s3 files (#3059)
* feat: Download button for s3 files
* Add S3 load and write endpoint to Python and TS SDK
* fix
|
2024-01-22 21:40:30 +01:00 |
|
Ruben Fiszel
|
27c143c3dc
|
fix typescript client
|
2024-01-17 10:05:01 +01:00 |
|
Ruben Fiszel
|
8be1ad81bb
|
fix typescript client
|
2024-01-17 08:40:29 +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
|
3cbdd890cd
|
fix: Update S3 TS code snippets and Python SDK for Polars 0.20.X (#2911)
* fix: update S3 TS code snippets
* use S3Object type from SDK
* update python snippets as well
* Update python SDK for Polars 0.20.X
|
2023-12-22 08:39:35 +01:00 |
|
Guillaume Bouvignies
|
5fafd71135
|
fix: Re-add TS SDK changes for S3 (#2899)
|
2023-12-20 18:12:37 +01:00 |
|
Guillaume Bouvignies
|
46e9818c00
|
fix: TS SDK not found upon install error (#2895)
|
2023-12-20 16:53:42 +01:00 |
|
Guillaume Bouvignies
|
2155a6c133
|
feat: S3 objects are now typed in Python and TS SDK (#2878)
* feat: S3 objects are now typed in Python and TS SDK
* fix ts and python SDK after testing
* cleanup
|
2023-12-20 09:16:33 +01:00 |
|
Guillaume Bouvignies
|
f8c7a8edf8
|
feat: Add download button to S3 file picker (#2857)
|
2023-12-14 15:45:37 +01:00 |
|
Ruben Fiszel
|
2692737418
|
fix: migrate old state env variable to new env variable
|
2023-11-18 17:32:41 +01:00 |
|
Ruben Fiszel
|
5a72ca9b24
|
fix: improve error message for unauthorized variables/resources
|
2023-11-18 16:27:09 +01:00 |
|
Ruben Fiszel
|
7defd451ac
|
fix: fix windmill-client
|
2023-08-26 11:41:58 +02:00 |
|
Ruben Fiszel
|
9547a061da
|
feat: add lockfile for deno + use npm module for deno for windmill-client
|
2023-08-26 11:14:01 +02:00 |
|
Ruben Fiszel
|
e9c19b5b98
|
fix: unify clients to use server-side interpolation to retrieve full resources
|
2023-08-17 20:16:50 +02:00 |
|
Ruben Fiszel
|
993a14502f
|
fix(bun): windmill-client does not require set to be initalized
|
2023-08-13 09:01:33 +02:00 |
|
Ruben Fiszel
|
de8a7279b6
|
feat: migrate state path to new schema
|
2023-08-11 18:54:47 +02:00 |
|
Ruben Fiszel
|
2921649c3c
|
feat: bun support (#1800)
* feat: bun support
* feat: bun support
* add bun support
* add bun support
* add bun support
* add bun
|
2023-07-06 21:19:07 +02:00 |
|