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
fb2da8ebb7
fix resource types embedding
2023-10-27 16:48:20 +02:00
Ruben Fiszel
d4da2de5c0
fix: improve concurrency limit lock
2023-10-25 00:17:38 +02:00
Ruben Fiszel
43ba33297b
fix sqlx
2023-10-24 10:21:30 +02:00
Guillaume Bouvignies
eacef8cd5b
fix: Track job UUIDs in concurrency table instead of a simple counter ( #2498 )
...
* fix: Track job UUIDs in concurrency table instead of a simple counter
* sqlx prepare
2023-10-24 09:28:46 +02:00
Ruben Fiszel
f3b709857f
fix: improve flow performance at high-throughput
2023-10-24 00:11:30 +02:00
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
Ruben Fiszel
61a13241b9
fix sqlx
2023-10-20 23:58:26 +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
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
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 and gbouv
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
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
Ruben Fiszel
c8543d7ed4
feat: add npm_config_registry support for bun, deno and being settable from UI ( #2373 )
...
* foo
* foo
* npm config
2023-10-02 14:45:29 +02:00
Ruben Fiszel
76d9dcbe4a
feat: code content search ( #2367 )
...
* code search
* foo
* foo
* all
* all
2023-10-01 21:03:08 +02:00
Ruben Fiszel
9ccb12296e
fix: improve superadmin settings page
2023-09-30 06:29:28 +02:00
HugoCasa
bff09d45e9
feat: ai code completion ( #2361 )
2023-09-29 16:04:28 +02:00
Ruben Fiszel
5ed68b7a5e
add tutorial progress backend
2023-09-29 15:56:21 +02:00
Ruben Fiszel
a1f036aec4
fix sqlx
2023-09-28 02:58:56 +02:00
HugoCasa and Ruben Fiszel
3ae5c6ce7c
feat: improved dedicated benchmarks + buffer fix ( #2313 )
...
* feat: improved dedicated benchmarks + buffer fix
* fixes + limit task spawning to noop/dedicated
* fix: cargo test
---------
Co-authored-by: Ruben Fiszel <ruben@windmill.dev >
2023-09-21 17:12:00 +02:00
Ruben Fiszel
79c4ee5e6f
feat: set instance settings from UI ( #2314 )
2023-09-20 23:15:19 +02:00
HugoCasa
26ee699f88
feat: add batch jobs ( #2306 )
2023-09-19 11:53:50 +02:00
Ruben Fiszel
84f79ef055
fix sqlx
2023-09-16 11:47:10 +02:00
Ruben Fiszel
23a0be78c3
fix concurrency limit with jobs scheduled in the future
2023-09-15 23:42:44 +02:00
Faton Ramadani and Ruben Fiszel
c19757af1b
feat(frontend): Global CSS editor ( #2178 )
...
* feat(frontend): add global css
* feat(frontend): working styling
* feat(frontend): Add default classes
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* feat(frontend): Add global css v0
* feat(frontend): Add global css v0
* add css workers
* fix(frontend): Fix overflow issue
* wip
* feat(frontend): check for EE before injecting global css
* wip
* wip
* wip
* fix(frontend): fix typing issues
* fix(frontend): fix typing issues
* fix(frontend): fix global css
* fix(frontend): add missing mapping
* fix(frontend): Fix how styles are loaded
* fix(frontend): fix preview
* feat(frontend): fix everything
* feat(frontend): fix class autocomplete
* feat(frontend): remove console.log
* feat(frontend): update tooltup
* feat(frontend): eval
* feat(frontend): eval
* feat(frontend): fix build
* feat(frontend): fix initial binding
* feat(frontend): wip
* wip
* feat(frontend): Finish theme v0
* feat(frontend): Fix resource page
* feat(frontend): fix build
* feat(frontend): theme UI
* feat(frontend): theme UI
* feat(frontend): theme UI
* feat(frontend): fix EE
* feat(frontend): add missing warning
* feat(frontend): fix preview
* feat(frontend): fix global css by component initialisation
* feat(frontend): remove unused libraries
* feat(frontend): fix EE check
* feat(frontend): fix EE check
* feat(frontend): fix preview
* feat(frontend): Fix migration
* feat(frontend): Fix issues
* feat(frontend): add missing disabled in migration modal
* feat(frontend): Fix preview
* feat(frontend): Fix preview
* all
* all
* all
* sqlx
---------
Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com >
2023-09-15 22:55:47 +02:00
HugoCasa
35166883e8
feat: bun absolute/relative imports + tests ( #2286 )
...
* feat: bun relative imports + tests
* fix: add missing .sqlx
2023-09-15 13:19:38 +02:00
Ruben Fiszel
410b4c9cf0
fix migration last
2023-09-14 11:59:20 +02:00
Ruben Fiszel
ea23ccc05b
fix migration last
2023-09-14 11:57:38 +02:00
Ruben Fiszel
a74567fb97
fix migraiton
2023-09-14 11:46:33 +02:00
Ruben Fiszel
4c92d34644
fix tests
2023-09-14 09:51:34 +02:00
Ruben Fiszel
afecc756ee
fix sqlx
2023-09-14 08:50:19 +02:00
Ruben Fiszel
b0e699f07f
restrict nb of workspaces to 3 + number of oauth users to 50
2023-09-14 08:48:17 +02:00
Ruben Fiszel
dfcdb2d8ff
feat: worker groups admin panel ( #2277 )
...
* merge
* merge
* merge
* wg
* progress
* all
* all
* all
* all
* all
* all
* fix
* fix
2023-09-13 21:24:54 +02:00
Ruben Fiszel
00e131269e
feat: zero copy result for job result ( #2263 )
...
* feat: zero copy result for job result
* update
2023-09-11 08:00:02 +02:00
Ruben Fiszel
1d2ca2c8ca
sqlx
2023-09-08 19:00:46 +02:00
Ruben Fiszel
bc75a00c0b
adjust group limit to remove native windmill groups
2023-09-07 09:51:09 +02:00
Ruben Fiszel
2f3bfbdd7f
fix sqlx build
2023-09-07 08:53:12 +02:00
Ruben Fiszel
b3a29274b4
fix: fix sqlx build
2023-09-06 13:39:46 +02:00
Ruben Fiszel
69588cc7b1
fix: fix sqlx build
2023-09-06 12:36:54 +02:00
Ruben Fiszel
5ac99b817e
feat: dedicated workers for native-throughput performance (EE only) ( #2239 )
...
* dedicated worker
* dedicated worker
* merge
* progress
* progress
* progress
* merge
* update
* sqlx
* fix imports
2023-09-06 10:32:53 +02:00
Ruben Fiszel
21e8d7694c
perf: improve queue performance ( #2222 )
...
* benchs
* progress
* prog
* progress
* progress
* progress
* update
* progress
* progress
* progress
* progress
* progress
* all
* all
* improve queries
* improve queries
* rm imv
* all
* all
2023-09-03 09:44:16 +02:00
Ruben Fiszel
9829105d08
feat: add global cache configuration
2023-08-30 13:35:41 +02:00
Ruben Fiszel
702477dd80
exclude cache and state from tarball export
2023-08-29 19:36:25 +02:00
Ruben Fiszel
73cfaf2647
fix get latest deployed for path
2023-08-29 15:12:53 +02:00
Ruben Fiszel
8d62fbdbdc
feat: add caching to flows and scripts ( #2193 )
...
* cachettl
* all
2023-08-29 13:00:20 +02:00
Ruben Fiszel
ab27adc87e
feat: early stop for flows
2023-08-28 17:46:16 +02:00
Ruben Fiszel
635a40aa03
fix build
2023-08-28 09:44:36 +02:00
Ruben Fiszel
2773ef051e
fix compilation
2023-08-28 09:00:13 +02:00
Ruben Fiszel
3701e43fc6
improve job queue counter clarity
2023-08-27 23:11:04 +02:00
Ruben Fiszel
724340baae
fix sqlx
2023-08-27 23:05:47 +02:00