Ruben Fiszel
d8eefe59b7
improve dedicated worker on default worker grou[
2023-10-23 22:59:25 +02:00
Bonnie White
edd93b5d44
Update lib.rs ( #2495 )
2023-10-23 22:50:26 +02:00
Ruben Fiszel
723059b0d5
add support for batch flow jobs
2023-10-23 21:53:22 +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
65b36baf41
feat: dedicated worker for python ( #2492 )
...
* update
* all
2023-10-23 20:21:16 +02:00
Ruben Fiszel
ca4502f40b
remove spurious tracing::error
2023-10-23 19:46:37 +02:00
Ruben Fiszel
f586e2eec0
fix: stats nits ( #2490 )
...
Co-authored-by: HugoCasa <hugo@casademont.ch >
2023-10-23 18:07:24 +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
HugoCasa
b076e093df
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
Ruben Fiszel
be13471771
fix: fix include_header
2023-10-23 17:04:16 +02:00
Guillaume Bouvignies
bd69bafe59
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
885e44e1c1
fix: Update openapi definition to be compatible with oapi-codegen ( #2487 )
2023-10-23 14:18:24 +02:00
Ruben Fiszel
9dd210478e
feat: dragndrop component on creation
2023-10-21 22:50:19 +02:00
Ruben Fiszel
43f5c234ba
chore(main): release 1.188.1 ( #2479 )
...
* chore(main): release 1.188.1
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-21 14:51:57 +02:00
Ruben Fiszel
7cbf169054
fix: allow superadmin to run inline scripts in repo they are not part of
2023-10-21 14:48:51 +02:00
Ruben Fiszel
3ac45ce79c
chore(main): release 1.188.0 ( #2478 )
...
* chore(main): release 1.188.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-21 14:44:48 +02:00
Yt
5abd13ab18
feat: enable secret to be read from file ( #2477 )
2023-10-21 14:35:34 +02:00
Ruben Fiszel
d035c5d433
fix: fix app reactivity
2023-10-21 14:33:07 +02:00
Ruben Fiszel
1e212161d2
chore(main): release 1.187.0 ( #2472 )
...
* chore(main): release 1.187.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-21 02:34:57 +02:00
Ruben Fiszel
da842a05a1
fix: windmill_status_code script now properly return + script bash default arg
2023-10-21 02:32:47 +02:00
Ruben Fiszel
61a13241b9
fix sqlx
2023-10-20 23:58:26 +02:00
Ruben Fiszel
c00ff69f04
feat: timelines for apps
2023-10-20 22:50:36 +02:00
HugoCasa
1d1ffdf599
fix: cache embedding model in docker img ( #2474 )
2023-10-20 15:49:04 +02:00
HugoCasa
9de96dc974
fix: hub scripts search types ( #2471 )
2023-10-20 10:08:55 +02:00
Ruben Fiszel
976e6a34d1
chore(main): release 1.186.0 ( #2466 )
...
* chore(main): release 1.186.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-20 01:44:40 +02:00
Ruben Fiszel
0e1dc1396c
feat: timeline for apps ( #2470 )
...
* progress
* progress
* feat: timelnes for apps
* all
2023-10-20 01:42:27 +02:00
Guillaume Bouvignies
3443cf5ba5
feat: Flow approvers user groups can be JS InputTransforms ( #2468 )
...
* backend auth user validation
* Approval page suggesting login
* BE impl to support groups
* Add FE for setting suspend on flow step
* handle admin as a specific case
* restrict feature to entperprise only
* group names as static input transforms
* Suspend settings with tabs
* Update enterprise edition check
* cleanup
* FE InputTransformForm
* BE InputTransform
* Fix FE
* cleanup
* ArgInput list multiselect
* cleanup
* reset vscode settings
2023-10-20 01:39:31 +02:00
Guillaume Bouvignies
5f5604a2aa
feat: Approval step optionally require logged-in user ( #2462 )
...
* backend auth user validation
* Approval page suggesting login
* BE impl to support groups
* Add FE for setting suspend on flow step
* handle admin as a specific case
* restrict feature to entperprise only
* group names as static input transforms
* Suspend settings with tabs
* Update enterprise edition check
* cleanup
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2023-10-20 00:20:20 +02:00
HugoCasa
3ed29ae2dd
fix: embeddings duplicate id ( #2467 )
2023-10-19 19:41:52 +02: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
Ruben Fiszel
b91b133e0e
chore(main): release 1.185.0 ( #2461 )
...
* chore(main): release 1.185.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-19 15:57:12 +02:00
Ruben Fiszel
745524f924
fix: fix handling of undefined values in input transforms by serde
2023-10-19 15:37:15 +02:00
Ruben Fiszel
fbfa08cb5a
fix: fix mocking for workflows
2023-10-18 21:44:10 +02:00
Ruben Fiszel
4b0736f7fd
chore(main): release 1.184.0 ( #2438 )
...
* chore(main): release 1.184.0
* Apply automatic changes
---------
Co-authored-by: rubenfiszel <rubenfiszel@users.noreply.github.com >
2023-10-18 01:35:50 +02:00
Guillaume Bouvignies
09e29d6b3c
feat: Mute workspace error handler for flows and scripts ( #2458 )
...
* feat: Mute workspace error handler for flows and scripts
* implement BE muting
* Add tooltip to bell icon
* change field name to ws_error_handler_muted
* revert new field for queue table
* Error when error handler not set
* extract svelte component and use flow table column
* Fix flow error handler result arg
2023-10-17 22:07:13 +02:00
Ruben Fiszel
501133f1ed
fix native worker, add back postgresql
2023-10-17 06:41:29 +02:00
Ruben Fiszel
22ecc543df
improve error tracing
2023-10-16 19:45:43 +02:00
Ruben Fiszel
c15aca19e9
improve error handling after refactor
2023-10-16 18:40:01 +02:00
Ruben Fiszel
17129fdf0f
add MODE env variable
2023-10-16 15:20:50 +02:00
Guillaume Bouvignies
31c923aab8
fix: Slack token is readable by g/error_handler ( #2454 )
...
* fix: Slack token is readable by g/error_handler
* remove is_some
2023-10-16 14:53:12 +02:00
Ruben Fiszel
13725d7576
fix app handling
2023-10-16 12:58:33 +02:00
Ruben Fiszel
2ee57f3f84
feat: refactor entirely json processing in favor or rawjson to handle larger payloads ( #2446 )
...
* raw json
* raw json
* raw json
* raw json
* the big rawjson rewrite
* resolve merge conflicts
* all
* progress
* progress
* all compile
* remove mut
* remove mut
* remove mut
* arc queuedjob
* finish
* finish
* finish
* fixes
* progress
* fix result
* small fixes
* small fixes
* fix tests
* fix tests
* fix tests
* optimize eval timeout
* optimize eval timeout
* optimize eval timeout
* handle big args and result in get jobs
* improve args
* fix
* fix
* fix tests
* fix tests
* done
* add bigquery to native picker
* add bigquery
---------
Co-authored-by: gbouv <guillaume@windmill.dev >
2023-10-16 10:46:55 +02:00
Guillaume Bouvignies
a970108108
fix: Workspace error handler extra args are passed to job ( #2452 )
2023-10-13 20:48:56 +02:00
Guillaume Bouvignies
bcdff7d6f1
Filter script kinds in the backend ( #2450 )
2023-10-13 20:34:39 +02:00
Guillaume Bouvignies
a55cb50b5d
feat: Workspace error handler now supports args and Slack for EE ( #2447 )
...
* feat: Workspace error handler now supports args and Slack
* Cleanup unused value
* run sqlx prepare
* Fix script path loading
2023-10-13 17:32:11 +02:00
Guillaume Bouvignies
b56ec4ab85
refactor: Extract error / recovery handler to its own component ( #2445 )
...
* refactor: Extract error / recovery handler to its own component
* Small design changes
* Reset handler args on openNew
* Slack handler as EE only
* Add link to windmill hub
* Fix "undefined" when input disabled
* tooltip on custom tab header
2023-10-13 15:01:18 +02:00
Ruben Fiszel
9301cd7004
update resolver with tabular and msoffcrypto
2023-10-13 00:43:32 +02:00
Guillaume Bouvignies
0965d67dc8
feat: Improve Slack schedule error handler and default to it ( #2439 )
...
* feat: Improve Slack schedule error handler and default to it
* refactor BE to re-use existing logic to handle error
* Fix svelte error
2023-10-12 15:11:05 +02:00
Ruben Fiszel
d85217564e
make bun cache rw on nsjail
2023-10-12 02:03:31 +02:00
Ruben Fiszel
ff529e6c1a
fix bun on nsjail
2023-10-11 23:13:10 +02:00