mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-05 08:02:18 +00:00
* componentize detail module * Add logs tab * add flow log viewer * fetch logs * handle subflows * add forloop iteration picker * polish * expand steps log by default * move logic handling to wrapper component * improve iteration picker * clean code * polishing * Add flow start and flow end rows * fix infinite loop * nit * use list instead of table * use custom id for collapsing subflow * remove debug logs * Use status dot instead of text * fetch log from moduleState * wip * only fetch subflow jobs from cache if job is completed * Add job polling for expanded steps * handle subflows * Init logs for steps * update localModuleState logs * use selected iteration from local module state * handle branchone * Add branch one and branch all label * remove redondant innerModule prop * Improve UX * Add expand/collapse * Add filter to hide result and inputs * Steps are now flow children * improve UX * Open flow and steps sction when executing * Handle empty subflows * remove unnecessary sequence viewer component * nit * use iteration picker in log view * Replace dot with step type icon * indicate subflows * add step number and progression * Incorporate inputs and results in the list of steps * Add error indicator when subflow has error * improve topbar * improve log polling * Improve log polling * Add root flow log fetching and polling * Add debounce for loading subflow jobs * write a function to build the tree view from the graph * remove unnecessary log polling * fix flow result display * flag errors * preprocessor * remove all flow logs drawer * grenerate graph from component * wip * Check module change before building graph * nit * fix log overflow * fix log viewer borders * mini jobs run preview fix * elegent job logs loading * nit * nit * nit * all * all * all * all --------- Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
Windmill Backend
This folder holds all backend components, the src/ folder only contains files used to build the "root" binary.
Components
| name | description |
|---|---|
| windmill-api | The API server, exposing functionality to other components and the frontend |
| windmill-audit | Contains audit functionality, allowing different components to record important actions |
| windmill-common | Common code shared by all crates |
| windmill-queue | Contains job & flow queuing functionality, commonly written to by the API server and read from by workers |
| windmill-worker | The worker. Used to process and execute flows & jobs. |
| parsers | Contains code to parse signatures in different langauges. |
Compile sqlx for offline ci
cargo sqlx prepare --workspace -- --bin windmill --features enterprise