Guillaume Bouvignies
0003673e8d
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
68c6400d90
feat: improve handling of pinned versions for bun
2024-01-21 01:04:13 +01:00
Ruben Fiszel
a24645ee00
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
Ruben Fiszel
45a794b1b3
feat: add support for multiselect in python
2024-01-10 13:12:20 +01:00
Ruben Fiszel
bb84ab654a
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
08d24fe37b
feat: Job caching now works with S3 files ( #2934 )
2023-12-30 03:40:05 +01:00
Ruben Fiszel
d37d8c5836
fix: fix s3 test connection
2023-12-14 02:51:53 +01:00
dependabot[bot]
8fb00d2b1c
chore(deps): bump aws-sdk-s3 from 0.39.1 to 1.5.0 in /backend ( #2836 )
...
Bumps [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust ) from 0.39.1 to 1.5.0.
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases )
- [Changelog](https://github.com/awslabs/aws-sdk-rust/blob/main/CHANGELOG.md )
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits )
---
updated-dependencies:
- dependency-name: aws-sdk-s3
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-12-14 02:29:47 +01:00
Guillaume Bouvignies
3a96d61da2
chore: Rename FF saml to enterprise_saml ( #2844 )
2023-12-13 09:19:24 +01:00
Guillaume Bouvignies
837b7e5ad0
fix: add saml feature flag ( #2802 )
2023-12-07 15:04:31 +01:00
dependabot[bot]
57d752b12a
chore(deps): bump aws-sdk-s3 from 0.36.0 to 0.39.1 in /backend ( #2672 )
...
* chore(deps): bump aws-sdk-s3 from 0.36.0 to 0.39.1 in /backend
Bumps [aws-sdk-s3](https://github.com/awslabs/aws-sdk-rust ) from 0.36.0 to 0.39.1.
- [Release notes](https://github.com/awslabs/aws-sdk-rust/releases )
- [Changelog](https://github.com/awslabs/aws-sdk-rust/blob/main/CHANGELOG.md )
- [Commits](https://github.com/awslabs/aws-sdk-rust/commits )
---
updated-dependencies:
- dependency-name: aws-sdk-s3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix compile breaks
* Add behavior version
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: gbouv <guillaume@windmill.dev >
2023-11-30 14:01:20 +01:00
dependabot[bot]
fc6e49533d
chore(deps): bump aws-config from 0.57.2 to 1.0.0 in /backend ( #2671 )
...
Bumps [aws-config](https://github.com/smithy-lang/smithy-rs ) from 0.57.2 to 1.0.0.
- [Release notes](https://github.com/smithy-lang/smithy-rs/releases )
- [Changelog](https://github.com/smithy-lang/smithy-rs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/smithy-lang/smithy-rs/commits )
---
updated-dependencies:
- dependency-name: aws-config
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Guillaume Bouvignies <guillaume@windmill.dev >
2023-11-27 12:17:26 +01:00
Guillaume Bouvignies
0882279055
fix: Various fixes and improvements for Windmill S3 capabilities ( #2674 )
2023-11-22 12:29:50 +01:00
Guillaume Bouvignies
9aea209226
feat: S3 file picker as a drawer ( #2640 )
...
* feat: Pick a S3 file drawer
* Add endpoint to generate simple file preview
* FE prototype for file preview
* More info on the preview
* Small fix
* Fix BE compile
* fix BE compile
* remove weird vite.config.js file
* Fix fronte NodeJS.Timer -> NodeJS.Timeout and rename dataset to file for S3
* Add EE restrictions and polish FE
* Fix merge conflicst
* replace dataset with s3 object
* Update wording
* BE throws an error when bucket too large in CE
* regenerate Cargo.lock
* Fix typo in error message
2023-11-20 10:26:36 +01:00
Guillaume Bouvignies
f932e4c916
feat: Add Python SDK capabilities to generate Polars and DuckDB connection settings to S3 ( #2625 )
...
* feat: Add Python SDK capabilities to generate Polars and DuckDB connection settings to S3
* Add endpoint to list S3 objects
* Add FE to set the workspace S3 resource
* Fix openapi
* sqlx prepare
* Hide Windmil LFS tab
2023-11-15 19:37:02 +01:00
HugoCasa
0603fc82c9
feat: local hub embeddings search ( #2463 )
...
* feat: local hub embeddings search
* fix: cargo lock
* fix: sqlx prepare
* fix: cargo tinyvector
* feat: add DISABLE_EMBEDDING env var
* fix: cargo lock
2023-10-19 17:27:42 +02:00
HugoCasa
8319f5d0e5
fix: add reserved variables in args ( #2371 )
...
* fix: add reserved variables in args
* fix: only get job when necessary
2023-10-03 18:14:37 +02:00
Ruben Fiszel
e3edf4fa2a
fix: change cache implementation to remove async-timer
2023-09-23 08:33:49 +02:00
Ruben Fiszel
51255981fa
feat: add license key as superadmin setting ( #2321 )
...
* license key
* all
* feat: add license key as a superadmin setting
* fix
* fix
2023-09-23 14:40:07 +02:00
Ruben Fiszel
a8c46066b1
fix: unify clients to use server-side interpolation to retrieve full resources
2023-08-17 20:16:50 +02:00
Ruben Fiszel
05a0ebe88b
feat: add SAML support in EE
2023-07-19 08:14:08 +02:00
Ruben Fiszel
b7c7d564ca
feat: add mysql as native integration ( #1859 )
2023-07-11 22:53:02 +02:00
Guillaume Bouvignies
7f3c7ea9d1
Specific NOOP jobs benchmark ( #1810 )
...
* Refactor and fix NOOP benchmark
* Add endpoint to toggle workers on/off when compiled in benchmark mode
* Improve noop benchmark
2023-07-10 14:16:34 +02:00
Ruben Fiszel
663e2148ac
feat: smtp support to invite users ( #1777 )
...
* email support
* everyhting
* smtp
* update
* update
* update
* setup backend test
2023-06-29 10:34:44 +02:00
Ruben Fiszel
74254af71a
migrate all jsonschema parser to wasms
2023-06-06 10:52:04 +02:00
Ruben Fiszel
1c5304f2e1
fix redacted audit logs
2023-05-25 15:58:53 +02:00
Ruben Fiszel
143a30661c
feat: add support for full fleged apps (react, svelte, vue) ( #1536 )
...
* add react support
* use whoami
* update
* update
* update
* create react app
* all
* sqlx
2023-05-08 19:10:45 +02:00
Kai Jellinghaus
63102b036c
feat(backend): Redis based queue ( #1324 )
...
* Merge?
* Fix V8 breaking change
* WIP
* WIP
* Cleanup
* Move to git reference
* Fix Merge conflict
* update
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-04-11 12:24:13 +02:00
Oliver Veal
0b444ce395
feat: improved cron/schedule editor ( #1362 )
...
* basic cron schedule editing ui
* schedules run in a user-specified timezone
* fix other uses of CronInput component
* use now() from database to schedule next job
* offset -> IANA timezone conversion on db migration
* sqlx ci
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-04-05 16:37:24 +02:00
Ruben Fiszel
d1d8a7923f
add more sanity checks to api
2023-03-27 21:07:34 +02:00
Kai Jellinghaus
d396fd57e7
Remove Stripe ( #1217 )
2023-02-22 19:15:10 +01:00
Kai Jellinghaus
75bb170b71
feat(backend): Zip Workspace Export ( #1201 )
...
* Allow different formats
* Allow Zip format in workspace export
* Fix axum error
* Use ZIP in frontend
* File ending fix
* Fix empty query
2023-02-17 19:21:06 +01:00
Ruben Fiszel
69d4a23b4f
send a webhook on new user + lazy static refactor ( #1203 )
...
* supercharge
* supercharge
* progress
* progress
* display config
* display config
* display config
* display config
* fix extensions
* fix build
* disable nsjail = false for test
2023-02-15 10:59:50 +01:00
Kai Jellinghaus
f0e3bc090e
feat: Add workspace webhook ( #1158 )
...
* Add workspace webhook
* Update SQLX
* Add webhook request histogram
* Move workspace webhook retrieval OOP
* Add removal to frontend, cache removed webhooks
* Remove WebhookUtil
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-02-03 19:50:18 +01:00
Ruben Fiszel
80aab43028
feat: add INCLUDE_HEADERS env variable to pass value from request headers
2023-02-01 02:22:28 +01:00
Ruben Fiszel
e216ea44e5
all
2023-01-17 08:09:46 +01:00
Ruben Fiszel
567a404355
usage tracker v3
2022-12-12 01:11:44 +01:00
Ruben Fiszel
a3f6a810bd
add resume urls at the api level
2022-12-02 22:19:15 +01:00
Ruben Fiszel
5bc40f7d28
fix(backend): apps backend v0 ( #888 )
...
* progress
* post merge
* progress
* fix
* fix
* fix
* fix
* v1
* fix openapi
2022-11-12 20:17:08 +01:00
Ruben Fiszel
7c97fac746
feat: support bash as 4th language ( #865 )
...
* bash support
* bash backend working
* frontend part
* bash backend working
2022-11-06 23:48:18 +01:00
Ruben Fiszel
a747c0060c
fix(backend): tighten security around cookies to avoid csrf ( #859 )
...
* fix(backend): tighten security around cookies to avoid csrf
* everything httponly
* sqlx
* also handle 404
* shoter Windmill v message
* fix chart
2022-11-05 21:21:13 +01:00
Kai Jellinghaus
6263e90735
restructure the entire backend layout using workspaces ( #815 )
2022-10-29 11:58:06 +02:00