mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-18 16:02:10 +00:00
242a565428
* update front * handle err_msg display if enabled when stop condition is met * nits * Update backend/windmill-worker/src/worker_flow.rs Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> * Update openflow.openapi.yaml Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> * Update worker_flow.rs * Update worker_flow.rs * update flow test * update condition * remove println * nits * fix flow test * nits and missing property on struct definition * nits * fix unsaved state * update .sqlx * cleanup sqlx --------- Co-authored-by: graphite-app[bot] <96075541+graphite-app[bot]@users.noreply.github.com> Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com> Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
Windmill API Client
This holds an autogenerated OpenAPI client in Rust. It's exclusively used in the backend to talk to the api server.
Generate
Simply run sh bundle.sh to update bundled.json. The source code will automatically update.
This requires the swagger-cli to be installed for bundling.