Guillaume Bouvignies
90618274bb
feat: Expanding an s3object result now opens the S3 file browser ( #2656 )
...
* feat: Expanding an s3object result now opens the S3 file browser
* Add s3 explorer link
* Revert changes in ArgInfo
2023-11-20 17:07:52 +01:00
Ruben Fiszel
3532c9a89f
chore(main): release 1.212.0 ( #2653 )
...
* chore(main): release 1.212.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-20 14:20:34 +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
Ruben Fiszel
48b182e560
chore(main): release 1.211.0 ( #2651 )
...
* chore(main): release 1.211.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-20 02:09:45 +01:00
Ruben Fiszel
23b9f9d432
chore(main): release 1.210.1 ( #2647 )
...
* chore(main): release 1.210.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-18 17:40:36 +01:00
Ruben Fiszel
a01ae3540c
fix: leave workspace + instance api
2023-11-18 15:07:06 +01:00
Ruben Fiszel
228333f0e1
fix: auto-invite all instead of by domain
2023-11-18 12:36:08 +01:00
Ruben Fiszel
f74d542396
chore(main): release 1.210.0 ( #2645 )
...
* chore(main): release 1.210.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-17 21:25:51 +01:00
Ruben Fiszel
b9859a4875
chore(main): release 1.209.0 ( #2636 )
...
* chore(main): release 1.209.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-17 18:36:22 +01:00
Ruben Fiszel
518a8396b3
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
Ruben Fiszel
1de15a800c
chore(main): release 1.208.0 ( #2633 )
...
* chore(main): release 1.208.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-15 20:31:02 +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
b649fae0b0
feat: sync team plans ( #2619 )
...
* feat: sync team plans
* fix: migration
* fix: remove sub id + set billing cycle
* fix: msg
* feat: add overquota state
* fix: minor
* fix: overall improvements
* fix: sql prepare
* fix: disable seats warning for enterprise
* fix: use lazy static everywhere
2023-11-15 19:36:17 +01:00
Ruben Fiszel
3875a13865
chore(main): release 1.207.0 ( #2617 )
...
* chore(main): release 1.207.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-15 17:01:18 +01:00
Ruben Fiszel
db4eea5e22
chore(main): release 1.206.0 ( #2615 )
...
* chore(main): release 1.206.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-13 00:29:55 +01:00
Ruben Fiszel
9eaa506787
chore(main): release 1.205.0 ( #2613 )
...
* chore(main): release 1.205.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-11 11:37:41 +01:00
Ruben Fiszel
7bb4c6fde1
chore(main): release 1.204.1 ( #2610 )
...
* chore(main): release 1.204.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-10 13:32:45 +01:00
Ruben Fiszel
8ec1775465
chore(main): release 1.204.0 ( #2606 )
...
* chore(main): release 1.204.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-10 11:20:06 +01:00
HugoCasa
2fe623cf6b
feat: add sql server ( #2604 )
...
* feat: add sql server
* feat: mssql test, db schema, AI
* chore: update to latest parser
* fix: clean mssql executor
2023-11-10 11:16:13 +01:00
Ruben Fiszel
469017126b
chore(main): release 1.203.0 ( #2590 )
...
* chore(main): release 1.203.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-09 20:23:34 +01:00
Guillaume Bouvignies
08782f66e7
refactor: Slack error handler is handled mostly in frontend ( #2601 )
...
* refactor: Slack error handler is handled mostly in frontend
* sqlx prepare
* check for slack in function
2023-11-09 18:17:28 +01:00
Ruben Fiszel
3c1e77c57b
chore(main): release 1.202.1 ( #2587 )
...
* chore(main): release 1.202.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-07 21:01:16 +01:00
Ruben Fiszel
5400e96452
chore(main): release 1.202.0 ( #2575 )
...
* chore(main): release 1.202.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-07 20:27:29 +01:00
Guillaume Bouvignies
36ab98c1c1
feat: Add override all schedule handlers button ( #2579 )
...
* feat: Add override all schedule handlers button
* sqlx prepare
* sqlx prepare again
2023-11-07 13:29:23 +01:00
Ruben Fiszel
86baae43ce
chore(main): release 1.201.0 ( #2564 )
...
* chore(main): release 1.201.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-06 19:14:41 +01:00
Guillaume Bouvignies
54cc811405
feat: Add toggle to optionally mute error handler for cancelled jobs ( #2567 )
...
* fix: Fix canceled flag in completed_job table
* Add toggle to workspace settings
2023-11-06 18:24:51 +01:00
HugoCasa
0a6b37ffab
feat: add new stats ( #2568 )
...
* feat: add new stats
* feat: use license key id + manually send usage
2023-11-06 18:23:25 +01:00
Ruben Fiszel
aeacaa2b01
fix: improve dedicated workers
2023-11-06 11:21:36 +01:00
Ruben Fiszel
48e86ac96d
add version to workers
2023-11-05 18:59:32 +01:00
Ruben Fiszel
4616379014
chore(main): release 1.200.0 ( #2559 )
...
* chore(main): release 1.200.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-04 09:41:02 +01:00
Ruben Fiszel
57e25ee0c8
chore(main): release 1.199.0 ( #2557 )
...
* chore(main): release 1.199.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-04 00:56:30 +01:00
Guillaume Bouvignies
d3698fc07b
feat: Schedule error handler improvements ( #2555 )
...
* Fix schedule path for scheduled scripts
* feat: Add possibility to mute workspace error handler on schedules and define an error/recovery handler as default
* Permission error handlers to the error handler group for consistency, and small refactoring
* Fix recovery handler
* Add parent job to recovery handler for consistency
* Fix tests
* Locking feature to EE in FE
2023-11-04 00:52:37 +01:00
Ruben Fiszel
cf0aa95f7f
chore(main): release 1.198.0 ( #2550 )
...
* chore(main): release 1.198.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-03 22:12:18 +01:00
Ruben Fiszel
248ec9d171
chore(main): release 1.197.1 ( #2548 )
...
* chore(main): release 1.197.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-02 22:37:23 +01:00
Ruben Fiszel
4129ec1020
chore(main): release 1.197.0 ( #2538 )
...
* chore(main): release 1.197.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-02 20:27:33 +01:00
Ruben Fiszel
4d956d01d8
chore(main): release 1.196.0 ( #2535 )
...
* chore(main): release 1.196.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-01 13:18:00 +01:00
Ruben Fiszel
a43ce39e60
chore(main): release 1.195.0 ( #2531 )
...
* chore(main): release 1.195.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-11-01 00:55:33 +01:00
Guillaume Bouvignies
7b7cf8b050
feat: Ability to restart flow on loop/branchall iteration ( #2526 )
...
* feat: Ability to restart flow on loop/branchall iteration
* Add popover to frontend
* refresh restart button onSelectedJobStepChange
* Display branch names for branchall
* Fix flow preview
* Fix compile break
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2023-10-31 15:27:54 +01:00
Ruben Fiszel
d2fca5b1c6
chore(main): release 1.194.0 ( #2523 )
...
* chore(main): release 1.194.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-30 20:17:31 +01:00
HugoCasa
b3aaed8721
fix: workspaced embeddings for resource types ( #2525 )
...
* fix: workspaced embeddings for resource types
* fix: remove admins only rts
2023-10-30 15:28:20 +01:00
Guillaume Bouvignies
29ea5f0f7e
feat: Restartable flows ( #2514 )
...
* feat: Restartable flows for simple sequential flows
* check if status of previous module to initialize last_result
* compute result of forloop flows when needed
* Add possibility to restart a flow preview
* Re-compute leaf jobs when needed
* FE polishing
* Add tooltip on button and fix module not found error in preview
* Handle ListJob when computing leaf job from db
* Fix unused imports
* ./build_openapi.sh
* sqlx prepare
2023-10-30 12:51:56 +01:00
Ruben Fiszel
37293b533e
chore(main): release 1.193.0 ( #2513 )
...
* chore(main): release 1.193.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-28 15:04:26 +02:00
Ruben Fiszel
1a95c7f923
chore(main): release 1.192.0 ( #2509 )
...
* chore(main): release 1.192.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-25 10:13:51 +02:00
Ruben Fiszel
e555b30517
chore(main): release 1.191.0 ( #2506 )
...
* chore(main): release 1.191.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-25 01:27:28 +02:00
Guillaume Bouvignies
7441e407d4
fix: concurrency limit EE feature warning ( #2505 )
...
* fix: concurrency limit EE feature warning
* fix deprecated usage
* skip serializing empty optional
2023-10-24 17:59:16 +02:00
Ruben Fiszel
6a20bc8d89
chore(main): release 1.190.3 ( #2502 )
...
* chore(main): release 1.190.3
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-24 10:21:50 +02:00
Ruben Fiszel
efe21eea75
chore(main): release 1.190.2 ( #2501 )
...
* chore(main): release 1.190.2
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-24 09:54:41 +02:00
Ruben Fiszel
67e4b314bb
chore(main): release 1.190.1 ( #2497 )
...
* chore(main): release 1.190.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-24 09:31:20 +02:00
Ruben Fiszel
402d0e3cef
chore(main): release 1.190.0 ( #2491 )
...
* chore(main): release 1.190.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-23 21:49:32 +02:00
Ruben Fiszel
e86c7f1f3f
chore(main): release 1.189.0 ( #2481 )
...
* chore(main): release 1.189.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-23 17:21:30 +02:00