mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 16:01:42 +00:00
e9b83341e9
- Add OpenAPI endpoints for folder and group permission history - Create reusable PermissionHistory component with Svelte 5 - Integrate history display into FolderEditor (for folder admins) - Integrate history display into GroupEditor (for workspace admins) - Fix ownership issues in folders.rs and granular_acls.rs - Frontend validation passes (npm run check) Note: SQLx query cache update required (cargo sqlx prepare) Co-authored-by: Ruben Fiszel <rubenfiszel@users.noreply.github.com>
Windmill API
The API server, exposing functionality to other components and the frontend
This crate exposes both a library as well as a binary target.