Guillaume Bouvignies
f113851aa1
fix: iter args conflicts with external variables named iter ( #2605 )
...
* fix: iter args conflicts with external variables named iter
* Similar logic in frontend and fix backend
* frontend new object
* avoid another clone
2023-11-10 10:53:22 +01:00
Ruben Fiszel
c164969764
results.x returns null in non trivial evals
2023-11-09 23:36:04 +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
Ruben Fiszel
dd24ed59ec
feat: add support for custom components in react or vanilla JS ( #2603 )
...
* cc
* cc
* cc
* all
* sqlx
2023-11-09 19:38:52 +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
26895e5e1f
do not require being a super admin for default error handler
2023-11-09 12:07:14 +01:00
Guillaume Bouvignies
bc4f935c08
fix: Fix error handler token injection ( #2598 )
...
* fix: Fix error handler token injection
* Add frontend
2023-11-09 11:58:45 +01:00
Ruben Fiszel
0456e5daec
do not require being a super admin for default error handler
2023-11-09 11:56:12 +01:00
Guillaume Bouvignies
18f3a4b43b
fix: Frontend workspace error handler args ( #2597 )
...
* fix: Frontend workspace error handler args
* UPdate script version
* 6512
2023-11-09 11:04:54 +01:00
Guillaume Bouvignies
c22ca551d0
fix: Pythong script in dedicated worker fails with more than 1 arg ( #2588 )
2023-11-08 10:08:42 +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
Ruben Fiszel
f1a3afe2b0
feat: add support for flows in vscode extension ( #2585 )
...
* all
* change tagline
* all
* all
* all
2023-11-07 20:16:01 +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
f15d12c3ab
fix compile
2023-11-07 09:42:28 +01:00
Ruben Fiszel
1b3d01fc0c
fix: add tag sync for cli
2023-11-06 22:06:24 +01:00
Ruben Fiszel
d74d2b4efb
fix: add tag support for CLI
2023-11-06 21:40:25 +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
34da785a60
fix sqlx
2023-11-06 05:16:48 +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
Tsvetomir Bonev
dc926a3b78
fix: return non-integer sleep error directly ( #2558 )
2023-11-04 08:44:38 +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
Tsvetomir Bonev
e3de82058b
fix: fail on non-integer sleep value ( #2556 )
2023-11-04 00:49:57 +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
765568f83a
fix: subflow with cache can not be considered simple
2023-11-03 22:06:49 +01:00
Ruben Fiszel
64e98367a8
fix: support results[<x>] + export more metatada for scripts
2023-11-03 21:53:58 +01:00
Ruben Fiszel
7c8c048ea0
fix: make python imports work at any nesting level
2023-11-03 20:10:14 +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
Guillaume Bouvignies
8dfff04730
fix: Slack error handler missing "slack" arg ( #2546 )
2023-11-02 22:33:16 +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
d3a4072488
deactive forloop pruning in-presence of sleep or suspend
2023-11-02 08:32:45 +01:00
Ruben Fiszel
bc8f167674
fix: fix powershell args passing
2023-11-01 17:19:15 +01:00
HugoCasa
480a9465a5
fix: enable default tokenizer truncation ( #2537 )
2023-11-01 14:45:24 +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
Ruben Fiszel
7c1edcd22a
avoid embeddings db in tests
2023-11-01 00:55:26 +01:00
Ruben Fiszel
5742620212
fix: only load embeddings if in server mode
2023-11-01 00:44:24 +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
fb95c97463
feat: invalidate result cache on flow or script change
2023-10-31 12:49:31 +01:00
Guillaume Bouvignies
9328ab24ac
chore: Add restarted flow test in worker.rs ( #2524 )
...
* chore: Add restarted flow test in worker.rs
* small refactor to rust code
* Fix unused imports
2023-10-31 09:14:14 +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
Ruben Fiszel
5408da3a74
add more migration info at start
2023-10-30 15:17:32 +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
20a6e7414e
improve slow pull metrics
2023-10-30 12:20:40 +01:00