Guillaume Bouvignies
aefa43dcaf
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
198e282566
do not require being a super admin for default error handler
2023-11-09 11:56:12 +01:00
Guillaume Bouvignies
fc874132c0
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
Ruben Fiszel
fbe43c4273
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
436b5ee28a
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
f2bff84502
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
7f9e8bf4b0
fix compile
2023-11-07 09:42:28 +01:00
Ruben Fiszel
6c12c6e784
fix: add tag sync for cli
2023-11-06 22:06:24 +01:00
Ruben Fiszel
0ede0f4c97
fix: add tag support for CLI
2023-11-06 21:40:25 +01:00
Ruben Fiszel
e4721022e5
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
83f9ef34e6
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
1ed52ab4c9
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
141f45bf95
fix: improve dedicated workers
2023-11-06 11:21:36 +01:00
Ruben Fiszel
12030e0b17
add version to workers
2023-11-05 18:59:32 +01:00
Ruben Fiszel
4d22ec664a
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
1595f79bc3
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
668c9da646
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
0fcebe4420
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
0f37439877
fix: support results[<x>] + export more metatada for scripts
2023-11-03 21:53:58 +01:00
Ruben Fiszel
bfa4bd8f7b
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
7ba2a6c4f1
fix: Slack error handler missing "slack" arg ( #2546 )
2023-11-02 22:33:16 +01:00
Ruben Fiszel
00bc1b9671
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
HugoCasa
29aabd3472
fix: enable default tokenizer truncation ( #2537 )
2023-11-01 14:45:24 +01:00
Ruben Fiszel
f9c07bd6ec
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
d069be74b6
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
c8036317d2
fix: only load embeddings if in server mode
2023-11-01 00:44:24 +01:00
Guillaume Bouvignies
c31299bed8
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
a87a441c14
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
302649faa8
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
cd01734735
add more migration info at start
2023-10-30 15:17:32 +01:00
Guillaume Bouvignies
76a736aee6
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
0a2648f560
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
a1a4737ddf
fix resource types embedding
2023-10-27 16:48:20 +02:00
Ruben Fiszel
ea28163865
fix: prometheus metrics are an instance settings
2023-10-25 23:32:47 +02:00
Ruben Fiszel
17f7356403
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
b9c9a20dd6
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
Ruben Fiszel
d44b078e70
fix: improve concurrency limit lock
2023-10-25 00:17:38 +02:00
Guillaume Bouvignies
927cbbe230
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
e79ca4e845
improve batch job api for scripts
2023-10-24 12:20:57 +02:00
Ruben Fiszel
f752f83c94
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
cc17e36702
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
Guillaume Bouvignies
96f3854145
fix: ListableQueuedJob were missing the priority field ( #2500 )
2023-10-24 09:49:14 +02:00
Ruben Fiszel
410cdd5526
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
bed4b51c5b
add support for batch flow jobs
2023-10-23 21:53:22 +02:00
Ruben Fiszel
d75860af19
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
39f30785a0
feat: dedicated worker for python ( #2492 )
...
* update
* all
2023-10-23 20:21:16 +02:00
Ruben Fiszel
fa51a6cb4a
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
HugoCasa
7037d70ca2
feat: add unique id ( #2483 )
...
* feat: add unique id
* fix: sqlx prepare
* feat: add disable option
* fix: cron schedule
2023-10-23 17:05:54 +02:00
Guillaume Bouvignies
3f4af48b0b
feat: Priority queue ( #2476 )
...
* BE v1 for priority queue
* Add FE prototype
* sqlx prepare
* Disply priority badge in job detail view
* sqlx prepare post merge
* Add priority number input field next to toggle
* increase dnd timeout for app events
* Update db migration
* Fix FE import
* Add badge to script/flow details page and fix EE-only mention in tooltip
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2023-10-23 14:22:59 +02:00
Guillaume Bouvignies
af45ef06f2
fix: Update openapi definition to be compatible with oapi-codegen ( #2487 )
2023-10-23 14:18:24 +02:00